body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.8rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.4rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #e2090d !important;
}
.bg-success {
  background-color: #5758e0 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #5b686b !important;
}
.bg-danger {
  background-color: #465052 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-primary:before {
  background-color: #980609 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #980609 !important;
  border-color: #980609 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-secondary:before {
  background-color: #c9c9c9 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-info:before {
  background-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-success:before {
  background-color: #2526c6 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #5b686b !important;
  border-color: #5b686b !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #5b686b !important;
  border-color: #5b686b !important;
}
.btn-warning:before {
  background-color: #384042 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-danger:before {
  background-color: #232829 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:before {
  background-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:before {
  background-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #800507;
  color: #800507;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  border-color: #e2090d;
}
.btn-primary-outline:before {
  background-color: #e2090d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #707070;
  border-color: #efefef;
}
.btn-secondary-outline:before {
  background-color: #efefef;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  border-color: #82786e;
}
.btn-info-outline:before {
  background-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #2122b0;
  color: #2122b0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  border-color: #5758e0;
}
.btn-success-outline:before {
  background-color: #5758e0;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #2c3234;
  color: #2c3234;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  border-color: #5b686b;
}
.btn-warning-outline:before {
  background-color: #5b686b;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5b686b !important;
  border-color: #5b686b !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #171a1b;
  color: #171a1b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  border-color: #465052;
}
.btn-danger-outline:before {
  background-color: #465052;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  border-color: #333333;
}
.btn-black-outline:before {
  background-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  border-color: #ffffff;
}
.btn-white-outline:before {
  background-color: #ffffff;
}
.btn-bgr {
  position: relative;
  transition: border 0.3s ease-in-out, color 0.5s;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.btn-bgr span {
  position: relative;
  z-index: 12;
}
.btn-bgr:before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: -2px;
  right: 105%;
  bottom: -2px;
  transition: right 0.3s ease-in-out;
  z-index: -1;
}
.btn-bgr:hover:before {
  right: -2px;
}
.btn-underline {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.2s ease-out;
}
.btn-underline:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2090d;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.btn-underline:hover:before {
  width: 100%;
}
.text-primary {
  color: #e2090d !important;
}
.text-secondary {
  color: #efefef !important;
}
.text-success {
  color: #5758e0 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #5b686b !important;
}
.text-danger {
  color: #465052 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #800507 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #bcbcbc !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #2122b0 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #2c3234 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #171a1b !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #5b686b;
}
.alert-danger {
  background-color: #465052;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e2090d;
  border-color: #e2090d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e2090d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcbbbc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9ba7aa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bac2c4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #e2090d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #e2090d;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #e2090d;
}
/*Menu*/
.display-1 > .mbr-iconfont {
  font-size: 8.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e2090d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e2090d;
  border-bottom-color: #e2090d;
}
.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: #e2090d !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: #efefef !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%;
}
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='%23e2090d' %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;
}
.cid-s1YLZwONfz .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YLZwONfz .btn {
  white-space: nowrap;
}
.cid-s1YLZwONfz .nav-link,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont,
.cid-s1YLZwONfz .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YLZwONfz .nav-link:hover,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont:hover,
.cid-s1YLZwONfz .dropdown-item:hover {
  color: #efefef !important;
}
@media (max-width: 992px) {
  .cid-s1YLZwONfz .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YLZwONfz .container {
  display: flex;
  margin: auto;
}
.cid-s1YLZwONfz .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-s1YLZwONfz .navbar.opened {
  transition: all .3s;
}
.cid-s1YLZwONfz .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YLZwONfz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  display: none !important;
}
.cid-s1YLZwONfz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YLZwONfz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YLZwONfz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YLZwONfz .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: 55%;
}
.cid-s1YLZwONfz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YLZwONfz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YLZwONfz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YLZwONfz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YLZwONfz .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: 55%;
  }
  .cid-s1YLZwONfz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YLZwONfz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YLZwONfz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s1YLZwONfz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YLZwONfz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YLZwONfz .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YLZwONfz .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YLZwONfz .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YLZwONfz .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YLZwONfz .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YLZwONfz .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YLZwONfz .dropdown-menu,
.cid-s1YLZwONfz .navbar.opened {
  background: #ffffff !important;
}
.cid-s1YLZwONfz .nav-item:focus,
.cid-s1YLZwONfz .nav-link:focus {
  outline: none;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YLZwONfz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YLZwONfz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YLZwONfz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1YLZwONfz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YLZwONfz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YLZwONfz .dropdown-item.active,
.cid-s1YLZwONfz .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YLZwONfz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YLZwONfz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YLZwONfz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YLZwONfz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YLZwONfz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YLZwONfz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YLZwONfz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s1YLZwONfz .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YLZwONfz .navbar {
    height: 77px;
  }
  .cid-s1YLZwONfz .navbar.opened {
    height: auto;
  }
  .cid-s1YLZwONfz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YLZwONfz .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-syCcQjscZD {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-syCcQjscZD .media-content .btn-bgr {
  z-index: 0;
}
.cid-syCcQjscZD .mbr-overlay {
  background: linear-gradient(90deg, #022049, #171717);
}
@media (min-width: 992px) {
  .cid-syCcQjscZD .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-syCcQjscZD {
    text-align: center !important;
  }
  .cid-syCcQjscZD .mbr-text {
    text-align: center;
  }
}
.cid-syCcQjscZD .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-syCcQjscZD H1 {
  color: #ff0000;
  text-align: center;
}
.cid-syCcQjscZD .mbr-text,
.cid-syCcQjscZD .mbr-section-btn {
  color: #efefef;
  text-align: center;
}
.cid-sywOk8J1Da {
  padding-top: 40px;
  padding-bottom: 15px;
  background-color: #000000;
  background: linear-gradient(90deg, #000000, #555555);
}
.cid-sywOk8J1Da .media-content .btn-bgr {
  z-index: 0;
}
.cid-sywOk8J1Da .mbr-overlay {
  background: linear-gradient(90deg, #52e2dd, #8120c9);
}
@media (min-width: 992px) {
  .cid-sywOk8J1Da .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-sywOk8J1Da {
    text-align: center !important;
  }
  .cid-sywOk8J1Da .mbr-text {
    text-align: center;
  }
}
.cid-sywOk8J1Da .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sywOk8J1Da H1 {
  text-align: center;
}
.cid-sywNfN4aaS {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
  background: linear-gradient(90deg, #000000, #555555);
}
.cid-sywNfN4aaS .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #4284df);
}
.cid-sywNfN4aaS h3 {
  color: #FFFFFF;
  font-weight: 500;
}
.cid-sywNfN4aaS p {
  color: #FFFFFF;
}
.cid-sywNfN4aaS h4 {
  color: #FFFFFF;
  display: none;
}
.cid-sywNfN4aaS .mbr-figure img {
  padding-left: 1rem;
}
.cid-sywNfN4aaS .counter-container {
  color: #767676;
  padding-right: 4rem;
  counter-reset: myCounter;
  padding-left: 5rem;
}
.cid-sywNfN4aaS .counter-container div {
  margin-bottom: 1rem;
  padding-left: .5rem;
}
.cid-sywNfN4aaS .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-sywNfN4aaS .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
@media (max-width: 575px) {
  .cid-sywNfN4aaS .counter-container .counter {
    left: 2rem;
  }
}
.cid-sywQulCVQf {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
  background: linear-gradient(90deg, #000000, #555555);
}
.cid-sywQulCVQf .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #4284df);
}
.cid-sywQulCVQf h3 {
  color: #FFFFFF;
  font-weight: 500;
}
.cid-sywQulCVQf p {
  color: #FFFFFF;
}
.cid-sywQulCVQf h4 {
  color: #FFFFFF;
  display: none;
}
.cid-sywQulCVQf .mbr-figure img {
  padding-left: 1rem;
}
.cid-sywQulCVQf .counter-container {
  color: #767676;
  padding-right: 4rem;
  counter-reset: myCounter;
  padding-left: 5rem;
}
.cid-sywQulCVQf .counter-container div {
  margin-bottom: 1rem;
  padding-left: .5rem;
}
.cid-sywQulCVQf .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-sywQulCVQf .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
@media (max-width: 575px) {
  .cid-sywQulCVQf .counter-container .counter {
    left: 2rem;
  }
}
.cid-syClgy2AB2 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-syClgy2AB2 .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-syClgy2AB2 .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-syClgy2AB2 .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-syClgy2AB2 .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-syClgy2AB2 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-syClgy2AB2 .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-syClgy2AB2 .container2 input:checked ~ .checkmark {
  background-color: #003072;
}
.cid-syClgy2AB2 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-syClgy2AB2 .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-syClgy2AB2 .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-syClgy2AB2 .mbr-section-title {
  text-align: left;
  color: #555555;
}
.cid-syCnWgpBD5 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-syCnWgpBD5 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-syCnWgpBD5 .mbr-overlay {
  background: #ffffff;
}
.cid-syCnWgpBD5 .mbr-section-title {
  margin: 0;
}
.cid-syCnWgpBD5 .separator {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-syCq9DRguT {
  padding-top: 40px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1359.jpg");
}
.cid-syCq9DRguT .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-syCq9DRguT .mbr-overlay {
  background: linear-gradient(#003072 -10%, #00113e 75%);
}
.cid-syCq9DRguT H1 {
  color: #ffffff;
}
.cid-syCpHd4hKQ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-syCpHd4hKQ .mbr-text {
  color: #767676;
}
.cid-syCpHd4hKQ h4 {
  text-align: center;
}
.cid-syCpHd4hKQ p {
  text-align: center;
}
.cid-syCpHd4hKQ .card .card-img span {
  font-size: 40px;
  padding: 1.5rem;
  background: #003072;
  border: 2px solid #003072;
  color: #ffffff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-syCpHd4hKQ .card:hover .card-img span {
  background: none;
  color: #003072;
}
.cid-syCvykYdyu {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-syCvykYdyu .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-syCvykYdyu .mbr-overlay {
  background: #ffffff;
}
.cid-syCvykYdyu .mbr-section-title {
  margin: 0;
}
.cid-syCvykYdyu .separator {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-sz1Zet1Ppj .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 5px 13px 5px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-sz1Zet1Ppj .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-sz1Zet1Ppj .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-sz1Zet1Ppj .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-sz1Zet1Ppj .countdown-cont {
  margin: 0 auto;
}
.cid-sz1Zet1Ppj .full-count-container {
  background: #003072;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-sz1Zet1Ppj .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sz1Zet1Ppj .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-sz1Zet1Ppj .dot {
    display: none;
  }
  .cid-sz1Zet1Ppj .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-sz1Zet1Ppj .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-sz1Zet1Ppj .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-sz1Zet1Ppj .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-sz1Zet1Ppj .number {
    font-size: 25px;
  }
  .cid-sz1Zet1Ppj .period {
    font-size: 0.7rem;
  }
}
.cid-sz1Zet1Ppj H2 {
  text-align: left;
}
.cid-s1YMbJUPDd {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #111111;
}
.cid-s1YMbJUPDd .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-s1YMbJUPDd .card-wrapper {
    padding: 0;
  }
}
.cid-s1YMbJUPDd .content {
  padding: 0 3rem;
}
@media (max-width: 1600px) {
  .cid-s1YMbJUPDd .content {
    padding: 0 1rem;
  }
}
.cid-s1YMbJUPDd .img-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-s1YMbJUPDd .img-wrapper:before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  right: -300px;
  border-radius: 50%;
  bottom: -350px;
  opacity: 0.3;
  background: #e2090d;
  z-index: 2;
  pointer-events: none;
}
.cid-s1YMbJUPDd img {
  width: 100%;
}
.cid-s1YMbJUPDd .card-wrapper .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #efefef, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YMbJUPDd .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #efefef, #e2090d);
}
.cid-s1YMbJUPDd .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-s1YMbJUPDd h4 {
  margin: 0;
}
.cid-s1YMbJUPDd .card-text {
  color: #999999;
}
.cid-s1YMbJUPDd .mbr-text {
  color: #000000;
}
.cid-s1YMbJUPDd .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-s1YMbJUPDd .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-s1YMbJUPDd .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-s1YMbJUPDd .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-s1YMbJUPDd .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-s1YMbJUPDd .icon-wrap {
  background: linear-gradient(to left, #efefef, #e2090d);
  width: 100px;
  height: 100px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 5;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
}
.cid-s1YMbJUPDd .icon-wrap .mbr-iconfont {
  font-size: 2.6rem;
  color: white;
}
.cid-s1YMbJUPDd H3 {
  color: #787324;
}
.cid-s1YMbJUPDd .mbr-section-title,
.cid-s1YMbJUPDd .title-wrapper {
  color: #ffffff;
}
.cid-s1YMbJUPDd .mbr-text,
.cid-s1YMbJUPDd .mbr-section-btn {
  color: #999999;
}
.cid-s1YMbJUPDd .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s1YMbJUPDd .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s1YMbJUPDd .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s1YMbJUPDd a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s1YMbJUPDd a.close:hover {
  color: #ffffff;
}
.cid-syCBTatHdI {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-syCBTatHdI .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-syCBTatHdI .mbr-overlay {
  background: #ffffff;
}
.cid-syCBTatHdI .mbr-section-title {
  margin: 0;
}
.cid-syCBTatHdI .separator {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-syCCcrFR9r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-syCCcrFR9r .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-syCCcrFR9r .select {
  z-index: 999;
}
.cid-syCCcrFR9r .mbr-form {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-syCCcrFR9r .mbr-form {
    max-width: 500px;
  }
}
.cid-syCCcrFR9r .img-col {
  padding: 0;
}
.cid-syCCcrFR9r form {
  padding: 2rem 2rem;
  background: #efefef;
  border-radius: 30px;
}
.cid-syCCcrFR9r .jq-selectbox__dropdown,
.cid-syCCcrFR9r ul {
  border-radius: 20px !important;
}
.cid-syCCcrFR9r .jq-selectbox {
  border-radius: 30px;
}
.cid-syCCcrFR9r .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-syCCcrFR9r .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-syCCcrFR9r input,
.cid-syCCcrFR9r textarea,
.cid-syCCcrFR9r .select {
  border-radius: 30px;
}
.cid-syCCcrFR9r input,
.cid-syCCcrFR9r textarea {
  padding: 2rem 3rem;
}
.cid-syCCcrFR9r textarea {
  min-height: 10rem;
}
.cid-syCCcrFR9r .form-control,
.cid-syCCcrFR9r .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-syCCcrFR9r .form-control::-webkit-input-placeholder,
.cid-syCCcrFR9r .field-input::-webkit-input-placeholder,
.cid-syCCcrFR9r .form-control::-webkit-input-placeholder,
.cid-syCCcrFR9r .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-syCCcrFR9r .form-control:-moz-placeholder,
.cid-syCCcrFR9r .field-input:-moz-placeholder,
.cid-syCCcrFR9r .form-control:-moz-placeholder,
.cid-syCCcrFR9r .field-input:-moz-placeholder {
  color: #383838;
}
.cid-syCCcrFR9r .form-control:hover,
.cid-syCCcrFR9r .field-input:hover,
.cid-syCCcrFR9r .form-control:focus,
.cid-syCCcrFR9r .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-syCCcrFR9r .form-control:hover::-webkit-input-placeholder,
.cid-syCCcrFR9r .field-input:hover::-webkit-input-placeholder,
.cid-syCCcrFR9r .form-control:focus::-webkit-input-placeholder,
.cid-syCCcrFR9r .field-input:focus::-webkit-input-placeholder,
.cid-syCCcrFR9r .form-control:hover::-webkit-input-placeholder,
.cid-syCCcrFR9r .field-input:hover::-webkit-input-placeholder,
.cid-syCCcrFR9r .form-control:focus::-webkit-input-placeholder,
.cid-syCCcrFR9r .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-syCCcrFR9r .form-control:hover:-moz-placeholder,
.cid-syCCcrFR9r .field-input:hover:-moz-placeholder,
.cid-syCCcrFR9r .form-control:focus:-moz-placeholder,
.cid-syCCcrFR9r .field-input:focus:-moz-placeholder,
.cid-syCCcrFR9r .form-control:hover:-moz-placeholder,
.cid-syCCcrFR9r .field-input:hover:-moz-placeholder,
.cid-syCCcrFR9r .form-control:focus:-moz-placeholder,
.cid-syCCcrFR9r .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-syCCcrFR9r .jq-number__spin:hover,
.cid-syCCcrFR9r .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-syCCcrFR9r .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-syCCcrFR9r .jq-selectbox li,
.cid-syCCcrFR9r .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-syCCcrFR9r .jq-selectbox li:hover,
.cid-syCCcrFR9r .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-syCCcrFR9r .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-syCCcrFR9r .jq-number__spin.minus:hover:after,
.cid-syCCcrFR9r .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-syCCcrFR9r .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-syCCcrFR9r .jq-number__spin.minus:after,
.cid-syCCcrFR9r .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-syCCcrFR9r input::-webkit-clear-button {
  display: none;
}
.cid-syCCcrFR9r input::-webkit-inner-spin-button {
  display: none;
}
.cid-syCCcrFR9r input::-webkit-outer-spin-button {
  display: none;
}
.cid-syCCcrFR9r input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 992px) {
  .cid-syCCcrFR9r .mbr-form {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-syCCcrFR9r form {
    padding: 2rem 1rem;
  }
  .cid-syCCcrFR9r .col-auto {
    margin: auto;
    width: 100%;
  }
  .cid-syCCcrFR9r .mbr-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-syCCcrFR9r H4 {
  color: #ed6436;
}
.cid-sz29yCK20P {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sz29yCK20P img {
  width: 100%;
  max-width: 140px;
  margin: auto;
}
.cid-sz29yCK20P .line {
  height: 1px;
  border: none;
  line-height: 1;
  background-image: linear-gradient(45deg, transparent, #e5e5e5, transparent);
}
.cid-sz29yCK20P .mbr-section-title {
  margin-bottom: 26px;
  color: #555555;
}
.cid-sz29yCK20P .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #e2090d;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sz29yCK20P .mbr-section-head {
  margin-bottom: 50px;
}
.cid-sz29yCK20P .card_box {
  margin-top: 30px;
}
.cid-syPIGcpSr1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-syPIGcpSr1 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-syPIGcpSr1 .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-syPIGcpSr1 .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-syPIGcpSr1 .carousel-controls a:hover span {
  opacity: 1;
}
.cid-syPIGcpSr1 .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-syPIGcpSr1 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-syPIGcpSr1 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-s1YMhHggsQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-s1YMhHggsQ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-s1YMhHggsQ .form-control,
.cid-s1YMhHggsQ .field-input {
  padding: 1rem;
}
.cid-s1YMhHggsQ .form-row > .col,
.cid-s1YMhHggsQ .col-auto {
  padding-right: 8px;
  padding-left: 8px;
}
.cid-s1YMhHggsQ .btn {
  margin: 0!important;
  height: 56px;
  border-radius: 3px!important;
  padding: 0 1.5rem;
}
.cid-s1YMhHggsQ .btn span {
  font-size: 1rem;
}
.cid-s1YMhHggsQ .form-control,
.cid-s1YMhHggsQ .field-input {
  padding: 1rem;
  background-color: #191919;
  border-color: #efefef;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s1YMhHggsQ .form-control::-webkit-input-placeholder,
.cid-s1YMhHggsQ .field-input::-webkit-input-placeholder,
.cid-s1YMhHggsQ .form-control::-webkit-input-placeholder,
.cid-s1YMhHggsQ .field-input::-webkit-input-placeholder {
  color: #999999;
}
.cid-s1YMhHggsQ .form-control:-moz-placeholder,
.cid-s1YMhHggsQ .field-input:-moz-placeholder,
.cid-s1YMhHggsQ .form-control:-moz-placeholder,
.cid-s1YMhHggsQ .field-input:-moz-placeholder {
  color: #999999;
}
.cid-s1YMhHggsQ .form-control:hover,
.cid-s1YMhHggsQ .field-input:hover,
.cid-s1YMhHggsQ .form-control:focus,
.cid-s1YMhHggsQ .field-input:focus {
  background-color: #191919;
  border-color: #999999;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s1YMhHggsQ .form-control:hover::-webkit-input-placeholder,
.cid-s1YMhHggsQ .field-input:hover::-webkit-input-placeholder,
.cid-s1YMhHggsQ .form-control:focus::-webkit-input-placeholder,
.cid-s1YMhHggsQ .field-input:focus::-webkit-input-placeholder,
.cid-s1YMhHggsQ .form-control:hover::-webkit-input-placeholder,
.cid-s1YMhHggsQ .field-input:hover::-webkit-input-placeholder,
.cid-s1YMhHggsQ .form-control:focus::-webkit-input-placeholder,
.cid-s1YMhHggsQ .field-input:focus::-webkit-input-placeholder {
  color: #999999;
}
.cid-s1YMhHggsQ .form-control:hover:-moz-placeholder,
.cid-s1YMhHggsQ .field-input:hover:-moz-placeholder,
.cid-s1YMhHggsQ .form-control:focus:-moz-placeholder,
.cid-s1YMhHggsQ .field-input:focus:-moz-placeholder,
.cid-s1YMhHggsQ .form-control:hover:-moz-placeholder,
.cid-s1YMhHggsQ .field-input:hover:-moz-placeholder,
.cid-s1YMhHggsQ .form-control:focus:-moz-placeholder,
.cid-s1YMhHggsQ .field-input:focus:-moz-placeholder {
  color: #999999;
}
.cid-s1YMhHggsQ .jq-number__spin:hover,
.cid-s1YMhHggsQ .jq-number__spin:focus {
  background-color: #191919;
  border-color: #999999;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s1YMhHggsQ .jq-number__spin {
  background-color: #191919;
  border-color: #efefef;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s1YMhHggsQ .jq-selectbox li,
.cid-s1YMhHggsQ .jq-selectbox li {
  background-color: #191919;
  color: #ffffff;
}
.cid-s1YMhHggsQ .jq-selectbox li:hover,
.cid-s1YMhHggsQ .jq-selectbox li.selected {
  background-color: #191919;
  color: #ffffff;
}
.cid-s1YMhHggsQ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s1YMhHggsQ .jq-number__spin.minus:hover:after,
.cid-s1YMhHggsQ .jq-number__spin.plus:hover:after {
  border-top-color: #191919;
  border-bottom-color: #191919;
}
.cid-s1YMhHggsQ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s1YMhHggsQ .jq-number__spin.minus:after,
.cid-s1YMhHggsQ .jq-number__spin.plus:after {
  border-top-color: #191919;
  border-bottom-color: #191919;
}
.cid-s1YMhHggsQ input::-webkit-clear-button {
  display: none;
}
.cid-s1YMhHggsQ input::-webkit-inner-spin-button {
  display: none;
}
.cid-s1YMhHggsQ input::-webkit-outer-spin-button {
  display: none;
}
.cid-s1YMhHggsQ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-s1YMhHggsQ H4 {
  text-align: center;
  color: #ffffff;
}
.cid-s1YMhHggsQ P {
  text-align: center;
  color: #999999;
}
@media (max-width: 767px) {
  .cid-s1YMhHggsQ .col {
    min-width: 100%;
  }
  .cid-s1YMhHggsQ .col-auto {
    margin: auto;
  }
}
.cid-s1YMf6Zm9K .google-map {
  height: 30rem;
  position: relative;
}
.cid-s1YMf6Zm9K .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s1YMf6Zm9K .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s1YMf6Zm9K .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s1YMf6Zm9K .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s1YMdWQfw7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-s1YMdWQfw7 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-s1YMdWQfw7 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-s1YMdWQfw7 .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-s1YMdWQfw7 .title {
  background: linear-gradient(to left, #efefef, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-s1YMdWQfw7 .container {
  max-width: 1400px;
}
.cid-s1YMdWQfw7 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-s1YMdWQfw7 .time {
  line-height: 2;
}
.cid-s1YMdWQfw7 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-s1YMdWQfw7 .text-wrap {
  width: 100%;
}
.cid-s1YMdWQfw7 .item-wrap {
  display: inline-block;
}
.cid-s1YMdWQfw7 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-s1YMdWQfw7 .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #efefef, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-s1YMdWQfw7 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-s1YMdWQfw7 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s1YMdWQfw7 .socicon-wrap {
    margin: auto;
  }
}
.cid-s1YMdWQfw7 .mbr-text {
  color: #999999;
}
.cid-s1YMdWQfw7 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-s1YMdWQfw7 .icon-title,
.cid-s1YMdWQfw7 .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-s1YMdWQfw7 .item-text,
.cid-s1YMdWQfw7 .item-icon {
  color: #999999;
}
