body {
  font-family: Dosis;
}
.display-1 {
  font-family: 'Dosis', sans-serif;
  font-size: 3.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Dosis', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Dosis', sans-serif;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Dosis', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ffbc00 !important;
}
.bg-success {
  background-color: #36d88a !important;
}
.bg-info {
  background-color: #ff4100 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #36d88a !important;
  border-color: #36d88a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !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: #d9d9d9 !important;
  border-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: #0d0d0d !important;
  border-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: #997100;
  color: #997100 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #ffbc00;
  border-color: #ffbc00;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #215f88;
  color: #215f88 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #3e97d1;
  border-color: #3e97d1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #992700;
  color: #992700 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #ff4100;
  border-color: #ff4100;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #1b8d56;
  color: #1b8d56 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #36d88a;
  border-color: #36d88a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #36d88a !important;
  border-color: #36d88a !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #111111;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333;
  border-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 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffbc00 !important;
}
.text-secondary {
  color: #3e97d1 !important;
}
.text-success {
  color: #36d88a !important;
}
.text-info {
  color: #ff4100 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #997100 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #215f88 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1b8d56 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #992700 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !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: #ff4100;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffbc00;
  border-color: #ffbc00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #ffbc00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff2cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1f9ed;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffd9cc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #444444;
}
#scrollToTop a i:before {
  background: #ffffff;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #444444;
  opacity: .5;
  transition: .3s;
}
.mbr-arrow a {
  color: #ffffff;
}
.mbr-arrow:hover {
  opacity: .7;
}
.form-control {
  font-family: 'Dosis', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ffbc00;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ffbc00;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ffbc00;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffbc00;
  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: #ffbc00;
  border-bottom-color: #ffbc00;
}
.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: #000000 !important;
  background-color: #ffbc00 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #3e97d1 !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='%23ffbc00' %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-tSj2WlcNtI .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background: none;
}
.cid-tSj2WlcNtI .navbar.opened {
  transition: all .3s;
  background: #cccccc !important;
}
.cid-tSj2WlcNtI .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-tSj2WlcNtI .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tSj2WlcNtI .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tSj2WlcNtI .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSj2WlcNtI .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-tSj2WlcNtI .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-tSj2WlcNtI .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tSj2WlcNtI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSj2WlcNtI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tSj2WlcNtI .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tSj2WlcNtI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSj2WlcNtI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSj2WlcNtI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tSj2WlcNtI .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tSj2WlcNtI .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-tSj2WlcNtI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSj2WlcNtI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tSj2WlcNtI .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tSj2WlcNtI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSj2WlcNtI .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tSj2WlcNtI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSj2WlcNtI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSj2WlcNtI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tSj2WlcNtI .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tSj2WlcNtI .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-tSj2WlcNtI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tSj2WlcNtI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSj2WlcNtI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-tSj2WlcNtI .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tSj2WlcNtI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tSj2WlcNtI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tSj2WlcNtI .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-tSj2WlcNtI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tSj2WlcNtI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tSj2WlcNtI .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-tSj2WlcNtI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSj2WlcNtI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSj2WlcNtI .dropdown-item.active,
.cid-tSj2WlcNtI .dropdown-item:active {
  background-color: transparent;
}
.cid-tSj2WlcNtI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSj2WlcNtI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSj2WlcNtI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSj2WlcNtI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-tSj2WlcNtI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tSj2WlcNtI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSj2WlcNtI ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tSj2WlcNtI .navbar-buttons {
  text-align: center;
}
.cid-tSj2WlcNtI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tSj2WlcNtI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tSj2WlcNtI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tSj2WlcNtI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tSj2WlcNtI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tSj2WlcNtI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tSj2WlcNtI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tSj2WlcNtI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tSj2WlcNtI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tSj2WlcNtI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tSj2WlcNtI .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tSj2WlcNtI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-tSj2WlcNtI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tSj2WlcNtI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tSj2WlcNtI .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-tSj2WlcNtI .nav-link:hover,
.cid-tSj2WlcNtI .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tSj2ZW6FSl {
  background-image: url("../../../assets/images/img001-2000x1382.jpg");
}
.cid-tSj2ZW6FSl .mbr-text,
.cid-tSj2ZW6FSl .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-tSj2ZW6FSl .mbr-section-title {
  margin-left: -0.2rem;
  color: #333333;
  text-align: left;
}
.cid-tSj2ZW6FSl .mbr-section-title span {
  color: #ffbc00;
}
.cid-tSj2ZW6FSl .btn {
  margin: .4rem 4px !important;
}
@media (max-width: 767px) {
  .cid-tSj2ZW6FSl .mbr-section-title {
    margin-left: -0.8rem;
  }
}
.cid-tSj2ZW6FSl .mbr-section-subtitle,
.cid-tSj2ZW6FSl .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-tSj6OCtXrL {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tSj6OCtXrL .col-card {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tSj6OCtXrL .col-card {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSj6OCtXrL .col-card {
    padding-left: 4.625rem;
  }
}
@media (max-width: 991px) {
  .cid-tSj6OCtXrL .col-text {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSj6OCtXrL .col-text {
    padding-right: 4.625rem;
  }
}
.cid-tSj6OCtXrL .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tSj6OCtXrL .mbr-section-title {
  margin-bottom: 1.3rem;
  color: #002549;
}
.cid-tSj6OCtXrL .mbr-text {
  color: #444444;
  width: 100%;
}
.cid-tSj6OCtXrL .mbr-section-btn .btn {
  min-width: 180px;
  padding: 0.875rem 2.5rem;
}
.cid-tSj6OCtXrL .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-left: 5rem;
  border-left: 1px solid #d4c5c0;
}
@media (max-width: 767px) {
  .cid-tSj6OCtXrL .cards-container {
    padding-left: 2rem;
  }
}
.cid-tSj6OCtXrL .card-text-container {
  flex-grow: 1;
}
.cid-tSj6OCtXrL .mbr-section-subtitle {
  color: #002549;
  width: 100%;
}
.cid-tSj6OCtXrL .card-text {
  color: #333333;
  width: 100%;
}
.cid-tSj6OCtXrL .icon-box {
  margin-top: 0.35rem;
  margin-right: 1rem;
  transform: rotateZ(-45deg);
  transform-style: preserve-3d;
  transition: 0.3s all;
}
.cid-tSj6OCtXrL .icon-box span {
  color: #ffbc00;
}
.cid-tSj6OCtXrL .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.cid-tSj6OCtXrL .card:hover .icon-box {
  margin-top: 0;
  margin-bottom: 0.35rem;
  transform: rotateZ(0);
}
.cid-tSj6OCtXrL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSj6OCtXrL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSj6OCtXrL .mbr-section-title,
.cid-tSj6OCtXrL .mbr-section-btn {
  color: #232323;
}
.cid-tSj7JWTHBY {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-tSj7JWTHBY .card-text,
.cid-tSj7JWTHBY .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tSj7JWTHBY .main,
.cid-tSj7JWTHBY .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #232323;
}
.cid-tSj7JWTHBY .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tSj7JWTHBY .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tSj7JWTHBY .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tSj7JWTHBY .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tSj7JWTHBY .text-element {
  padding: 3rem 2rem;
}
.cid-tSj7JWTHBY .mbr-iconfont {
  font-size: 3rem;
  color: #188ef4;
}
.cid-tSj7JWTHBY .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-tSj7JWTHBY .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tSj7JWTHBY .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-tSj7JWTHBY .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-tSj7JWTHBY .image-element,
  .cid-tSj7JWTHBY .text-element {
    margin-bottom: 0;
  }
  .cid-tSj7JWTHBY .main:first-child {
    padding-top: 0;
  }
}
.cid-tSj7JWTHBY .mbr-title,
.cid-tSj7JWTHBY .card-img {
  color: #ffcd40;
}
.cid-tSj7JWTHBY .mbr-section-subtitle {
  color: #444444;
}
.cid-tSj7JWTHBY .card-text,
.cid-tSj7JWTHBY .mbr-section-btn {
  color: #cccccc;
}
.cid-tSY0m9kUbP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-tSY0m9kUbP .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-tSY0m9kUbP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSY0m9kUbP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSj3rf7bpz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tSj3rf7bpz .mbr-title {
  color: #333333;
}
.cid-tSj3rf7bpz .mbr-text {
  color: #333333;
}
.cid-tSj3JCJ6YZ {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/img02-2000x1335.jpg");
}
.cid-tSj3JCJ6YZ .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-tSj3JCJ6YZ .mbr-text {
  width: 100%;
  height: auto;
}
.cid-tSj3JCJ6YZ .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-tSj3JCJ6YZ .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tSj3JCJ6YZ .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-tSj3wAU84U {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tSj3wAU84U .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tSj3wAU84U .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tSj3wAU84U .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tSj3wAU84U .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tSj3wAU84U .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tSj3wAU84U .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-tSj3wAU84U .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-tSj3wAU84U .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tSj3wAU84U .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-tSj3wAU84U .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-tSj3wAU84U .mbr-gallery-filter ul {
  display: block;
}
.cid-tSj3wAU84U .mbr-gallery-filter ul li {
  position: relative;
}
.cid-tSj3wAU84U .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-tSj3wAU84U .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-tSj3wAU84U .mbr-gallery-filter li.active::after,
.cid-tSj3wAU84U .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-tSj3wAU84U .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-tSj3wAU84U .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-tSj3wAU84U .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-tSj3wAU84U .icon-focus:before {
  content: '\e95e';
}
.cid-tSj3wAU84U .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-tSj3wAU84U .mbr-section-title {
  margin: 0;
}
.cid-tSj3wAU84U .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tSj3wAU84U .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-tSj7re6vmw {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/img04-2000x1335.jpg");
}
.cid-tSj7re6vmw .card-wrapper {
  display: flex;
}
.cid-tSj7re6vmw .mbr-iconfont {
  font-size: 1.4rem;
  color: #ffffff;
}
.cid-tSj7re6vmw .icon-wrapper {
  margin-right: 1.5rem;
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ffbc00;
}
.cid-tSj7re6vmw .card-text {
  color: #ffffff;
}
.cid-tSj7re6vmw .mbr-text {
  color: #200960;
}
.cid-tSj7re6vmw .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-tSj7re6vmw .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 992px) {
  .cid-tSj7re6vmw .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-tSj7re6vmw .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSj7re6vmw .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-tSj7re6vmw H3 {
  color: #ffbc00;
}
.cid-tSj3C1sl8t {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-tSj3C1sl8t .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-tT9BUgh7UP {
  padding-top: 105px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tT9BUgh7UP .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tSj7Wzbyo8 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-tSj7Wzbyo8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSj7Wzbyo8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tSj7Wzbyo8 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tSj7Wzbyo8 .container {
    padding: 0 12px;
  }
}
.cid-tSj7Wzbyo8 .title-wrapper a {
  display: block;
}
.cid-tSj7Wzbyo8 .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tSj7Wzbyo8 .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-tSj7Wzbyo8 .list-wrapper .list,
.cid-tSj7Wzbyo8 .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tSj7Wzbyo8 .list-wrapper .list,
  .cid-tSj7Wzbyo8 .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-tSj7Wzbyo8 .list-wrapper .list .item-wrap,
.cid-tSj7Wzbyo8 .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tSj7Wzbyo8 .list-wrapper .list .item-wrap:hover,
.cid-tSj7Wzbyo8 .list-wrapper .list_main .item-wrap:hover,
.cid-tSj7Wzbyo8 .list-wrapper .list .item-wrap:focus,
.cid-tSj7Wzbyo8 .list-wrapper .list_main .item-wrap:focus {
  color: #444444;
  text-decoration: underline;
}
.cid-tSj7Wzbyo8 .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tSj7Wzbyo8 .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-tSj7Wzbyo8 .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tSj7Wzbyo8 .contacts-wrapper .list .item-wrap:hover,
.cid-tSj7Wzbyo8 .contacts-wrapper .list .item-wrap:focus {
  color: #444444;
  text-decoration: underline;
}
.cid-tSj7Wzbyo8 .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tSj7Wzbyo8 .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-tSj7Wzbyo8 .social-row .soc-item {
  margin-right: 24px;
}
.cid-tSj7Wzbyo8 .social-row .soc-item a:hover .mbr-iconfont,
.cid-tSj7Wzbyo8 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #444444;
}
.cid-tSj7Wzbyo8 .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffcd40;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-tSj7Wzbyo8 .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-tSj7Wzbyo8 .mbr-section-title {
  color: #ffcd40;
}
.cid-tSj7Wzbyo8 .mbr-list-title {
  color: #ffffff;
}
.cid-tSj7Wzbyo8 .list {
  color: #ffffff;
}
.cid-tSj7Wzbyo8 .list_main {
  color: #efefef;
}
