body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Muli', sans-serif;
  font-size: 3.75rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Muli', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Muli', sans-serif;
  font-size: 2.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.9625rem + (3.75 - 1.9625) * ((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.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #444444 !important;
}
.bg-success {
  background-color: #0f7699 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #767676 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #ffa200 !important;
  border-color: #ffa200 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #b37100 !important;
  border-color: #b37100 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b37100 !important;
  border-color: #b37100 !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: #59524b !important;
  border-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: #0f7699 !important;
  border-color: #0f7699 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !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: #111111;
  color: #111111;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #444444;
  border-color: #444444;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #996100;
  color: #996100;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #ffa200;
  border-color: #ffa200;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa200 !important;
  border-color: #ffa200 !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;
  background-color: #82786e;
  border-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: #062e3c;
  color: #062e3c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #0f7699;
  border-color: #0f7699;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !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;
  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;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #444444 !important;
}
.text-secondary {
  color: #ffa200 !important;
}
.text-success {
  color: #0f7699 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #767676 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #111111 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #996100 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #062e3c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #434343 !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: #879a9f;
}
.alert-danger {
  background-color: #767676;
}
.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: #444444;
  border-color: #444444;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #444444;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b7b7b7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #3cbfec;
}
.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: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b6b6b6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #444444;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #444444;
  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: #444444;
  border-bottom-color: #444444;
}
.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: #444444 !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: #ffa200 !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='%23444444' %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-thmIuXyWwn .nav-item:focus,
.cid-thmIuXyWwn .nav-link:focus {
  outline: none;
}
.cid-thmIuXyWwn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fafafa;
}
.cid-thmIuXyWwn .navbar.opened {
  transition: all .3s;
  background: #fafafa !important;
}
.cid-thmIuXyWwn .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-thmIuXyWwn .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-thmIuXyWwn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thmIuXyWwn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-thmIuXyWwn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-thmIuXyWwn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thmIuXyWwn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thmIuXyWwn .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-thmIuXyWwn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thmIuXyWwn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-thmIuXyWwn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-thmIuXyWwn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thmIuXyWwn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-thmIuXyWwn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thmIuXyWwn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thmIuXyWwn .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-thmIuXyWwn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-thmIuXyWwn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thmIuXyWwn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-thmIuXyWwn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-thmIuXyWwn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-thmIuXyWwn .navbar.navbar-short {
  background: #fafafa !important;
  min-height: 60px;
}
.cid-thmIuXyWwn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-thmIuXyWwn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-thmIuXyWwn .navbar-brand {
  display: flex;
  -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-thmIuXyWwn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thmIuXyWwn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thmIuXyWwn .dropdown-item.active,
.cid-thmIuXyWwn .dropdown-item:active {
  background-color: transparent;
}
.cid-thmIuXyWwn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thmIuXyWwn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thmIuXyWwn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thmIuXyWwn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-thmIuXyWwn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thmIuXyWwn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thmIuXyWwn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-thmIuXyWwn .navbar-buttons {
  text-align: center;
}
.cid-thmIuXyWwn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-thmIuXyWwn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-thmIuXyWwn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thmIuXyWwn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thmIuXyWwn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thmIuXyWwn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thmIuXyWwn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thmIuXyWwn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thmIuXyWwn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thmIuXyWwn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thmIuXyWwn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-thmIuXyWwn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thmIuXyWwn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-thmIuXyWwn .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-thmIuXyWwn .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-thmIuXyWwn .nav-link:hover,
.cid-thmIuXyWwn .dropdown-item:hover,
.cid-thmIuXyWwn .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-tfTkA5dQg9 {
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-tfTkA5dQg9 .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-tfTkA5dQg9 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-tfTkA5dQg9 .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-tfTkA5dQg9 .mbr-media {
  height: 70px;
}
.cid-tfTkA5dQg9 .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-tfTkA5dQg9 .mbr-media span:hover {
  opacity: 0.7;
}
.cid-tfTkA5dQg9 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tfTkA5dQg9 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tfTkA5dQg9 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tfTkA5dQg9 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tfTkA5dQg9 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tfTkA5dQg9 a.close:hover {
  color: #ffffff;
}
.cid-thmjwq9N5v {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thmjwq9N5v h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-thmjwq9N5v h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-thmjwq9N5v h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-thmjwq9N5v .mbr-text,
.cid-thmjwq9N5v .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-thmjwq9N5v h3:before,
  .cid-thmjwq9N5v h3:after {
    display: none;
  }
}
.cid-thlpS91JFP {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thlpS91JFP .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-thlpS91JFP .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-thmECXPGcl {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-thmECXPGcl .card-img span {
  color: #000000;
  font-size: 5.3rem;
}
.cid-thmECXPGcl .mbr-text {
  color: #656565;
}
.cid-thmECXPGcl p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-thmECXPGcl .card {
    margin-bottom: 2rem;
  }
}
.cid-thmECXPGcl .card-title,
.cid-thmECXPGcl .card-img {
  color: #000000;
}
.cid-thmECXPGcl .mbr-section-title {
  text-align: center;
}
.cid-thmECXPGcl .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-thmzvr5fSq {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-thmzvr5fSq .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
  text-align: center;
}
.cid-thmzvr5fSq .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-thmzvr5fSq .btn {
  margin: 0px !important;
}
.cid-thmzvr5fSq .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thmzvr5fSq .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thmzvr5fSq .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-thmzvr5fSq .carousel-item .wrap-img {
  text-align: center;
}
.cid-thmzvr5fSq .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-thmzvr5fSq .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-thmzvr5fSq .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-thmzvr5fSq .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-thmzvr5fSq .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-thmzvr5fSq .second-col {
    padding-top: 2rem;
  }
}
.cid-thmz08RCXX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2b2b2b;
  overflow: hidden;
}
.cid-thmz08RCXX .media-container-row .mbr-text {
  text-align: center;
}
.cid-thpt1jsS60 {
  padding-top: 375px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-thpt1jsS60 .mbr-section-title DIV {
  text-align: center;
}
.cid-thpt1jsS60 .mbr-text,
.cid-thpt1jsS60 .mbr-section-btn {
  text-align: center;
}
.cid-thpt1jsS60 .mbr-section-title {
  text-align: center;
}
.cid-thqoamr4AG {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thqoamr4AG h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-thqoamr4AG h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-thqoamr4AG h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-thqoamr4AG .mbr-text,
.cid-thqoamr4AG .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-thqoamr4AG h3:before,
  .cid-thqoamr4AG h3:after {
    display: none;
  }
}
.cid-thqtFr3Nit {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-thqtFr3Nit .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-thqtFr3Nit .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-thpyUH2LGh {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thpyUH2LGh .mbr-text {
  color: #767676;
}
.cid-thpyUH2LGh .card-subtitle {
  margin: 0;
}
.cid-thpyUH2LGh .link {
  margin: 0;
}
.cid-thpyUH2LGh .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-thpyUH2LGh .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-thpyUH2LGh img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-thpyUH2LGh .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-thpyUH2LGh .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-thpyUH2LGh .card-img:hover:before {
  opacity: 0.4;
}
.cid-thpyUH2LGh .card-img:hover img {
  transform: scale(1.05);
}
.cid-thpyUH2LGh .row {
  justify-content: center;
}
.cid-thpyUH2LGh .card {
  margin-bottom: 4rem;
}
.cid-thpFEkLW24 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  position: relative;
  overflow: hidden;
}
.cid-thpFEkLW24 .row {
  justify-content: center;
}
.cid-thpFEkLW24 .title-container {
  max-width: 720px;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}
.cid-thpFEkLW24 .mbr-section-title {
  color: #161616;
}
.cid-thpFEkLW24 .mbr-section-subtitle {
  color: #161616;
  margin-top: 16px;
}
.cid-thpFEkLW24 .mbr-section-btn {
  margin-top: 30px;
}
.cid-thpFEkLW24 .circle-blur {
  position: absolute;
  bottom: -15%;
  right: 0;
  display: block;
  width: 440px;
  height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ff7448 27%, #ff4848 50%, #6148ff 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
.cid-thmz08RCXX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2b2b2b;
  overflow: hidden;
}
.cid-thmz08RCXX .media-container-row .mbr-text {
  text-align: center;
}
.cid-thmIuXyWwn .nav-item:focus,
.cid-thmIuXyWwn .nav-link:focus {
  outline: none;
}
.cid-thmIuXyWwn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fafafa;
}
.cid-thmIuXyWwn .navbar.opened {
  transition: all .3s;
  background: #fafafa !important;
}
.cid-thmIuXyWwn .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-thmIuXyWwn .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-thmIuXyWwn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thmIuXyWwn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-thmIuXyWwn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-thmIuXyWwn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thmIuXyWwn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thmIuXyWwn .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-thmIuXyWwn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thmIuXyWwn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-thmIuXyWwn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-thmIuXyWwn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thmIuXyWwn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-thmIuXyWwn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thmIuXyWwn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thmIuXyWwn .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-thmIuXyWwn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-thmIuXyWwn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thmIuXyWwn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-thmIuXyWwn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-thmIuXyWwn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-thmIuXyWwn .navbar.navbar-short {
  background: #fafafa !important;
  min-height: 60px;
}
.cid-thmIuXyWwn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-thmIuXyWwn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-thmIuXyWwn .navbar-brand {
  display: flex;
  -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-thmIuXyWwn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thmIuXyWwn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thmIuXyWwn .dropdown-item.active,
.cid-thmIuXyWwn .dropdown-item:active {
  background-color: transparent;
}
.cid-thmIuXyWwn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thmIuXyWwn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thmIuXyWwn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thmIuXyWwn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-thmIuXyWwn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thmIuXyWwn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thmIuXyWwn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-thmIuXyWwn .navbar-buttons {
  text-align: center;
}
.cid-thmIuXyWwn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-thmIuXyWwn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-thmIuXyWwn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thmIuXyWwn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thmIuXyWwn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thmIuXyWwn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thmIuXyWwn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thmIuXyWwn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thmIuXyWwn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thmIuXyWwn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thmIuXyWwn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-thmIuXyWwn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thmIuXyWwn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-thmIuXyWwn .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-thmIuXyWwn .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-thmIuXyWwn .nav-link:hover,
.cid-thmIuXyWwn .dropdown-item:hover,
.cid-thmIuXyWwn .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-thmIuXyWwn .nav-item:focus,
.cid-thmIuXyWwn .nav-link:focus {
  outline: none;
}
.cid-thmIuXyWwn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fafafa;
}
.cid-thmIuXyWwn .navbar.opened {
  transition: all .3s;
  background: #fafafa !important;
}
.cid-thmIuXyWwn .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-thmIuXyWwn .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-thmIuXyWwn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thmIuXyWwn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-thmIuXyWwn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-thmIuXyWwn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thmIuXyWwn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thmIuXyWwn .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-thmIuXyWwn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thmIuXyWwn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-thmIuXyWwn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-thmIuXyWwn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thmIuXyWwn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-thmIuXyWwn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thmIuXyWwn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thmIuXyWwn .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-thmIuXyWwn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-thmIuXyWwn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thmIuXyWwn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-thmIuXyWwn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-thmIuXyWwn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-thmIuXyWwn .navbar.navbar-short {
  background: #fafafa !important;
  min-height: 60px;
}
.cid-thmIuXyWwn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-thmIuXyWwn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-thmIuXyWwn .navbar-brand {
  display: flex;
  -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-thmIuXyWwn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thmIuXyWwn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thmIuXyWwn .dropdown-item.active,
.cid-thmIuXyWwn .dropdown-item:active {
  background-color: transparent;
}
.cid-thmIuXyWwn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thmIuXyWwn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thmIuXyWwn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thmIuXyWwn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-thmIuXyWwn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thmIuXyWwn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thmIuXyWwn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-thmIuXyWwn .navbar-buttons {
  text-align: center;
}
.cid-thmIuXyWwn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-thmIuXyWwn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-thmIuXyWwn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thmIuXyWwn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thmIuXyWwn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thmIuXyWwn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thmIuXyWwn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thmIuXyWwn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thmIuXyWwn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thmIuXyWwn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thmIuXyWwn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-thmIuXyWwn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thmIuXyWwn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-thmIuXyWwn .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-thmIuXyWwn .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-thmIuXyWwn .nav-link:hover,
.cid-thmIuXyWwn .dropdown-item:hover,
.cid-thmIuXyWwn .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-thpxtGd2D0 {
  padding-top: 375px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-thpxtGd2D0 .mbr-section-title DIV {
  text-align: center;
}
.cid-thpxtGd2D0 .mbr-text,
.cid-thpxtGd2D0 .mbr-section-btn {
  text-align: center;
}
.cid-thpxtGd2D0 .mbr-section-title {
  text-align: center;
}
.cid-thptOTyTuI {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-thptOTyTuI .title {
  margin-bottom: 2rem;
}
.cid-thptOTyTuI a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-thptOTyTuI a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-thptOTyTuI .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-thptOTyTuI .input-group-btn {
  display: block;
}
.cid-thptOTyTuI h2 {
  color: #333;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.cid-thptOTyTuI h3 {
  color: #767676;
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-thptOTyTuI .form-control {
  border-radius: 0px;
  padding-left: 15px;
}
.cid-thptOTyTuI textarea.form-control {
  min-height: 154px;
}
@media (max-width: 991px) {
  .cid-thptOTyTuI h2 {
    text-align: center;
  }
  .cid-thptOTyTuI h3 {
    text-align: center;
  }
  .cid-thptOTyTuI .input-group-btn {
    text-align: center;
  }
}
.cid-thmPRYvIDL {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-thmPRYvIDL .mbr-iconfont-2 {
  color: #000000 !important;
  margin: 0 0.5rem;
}
.cid-thmPRYvIDL .mbr-iconfont-1 {
  font-size: 3.1rem;
  color: #000000;
}
.cid-thmPRYvIDL .social-list {
  display: flex;
  justify-content: center;
}
.cid-thmPRYvIDL .card-inner {
  transition: 0.7s;
}
.cid-thmPRYvIDL .btn {
  margin-left: 0rem;
}
.cid-thmPRYvIDL .row {
  padding-bottom: 8rem;
}
.cid-thmPRYvIDL .link {
  margin: 0;
}
.cid-thmPRYvIDL .card-title {
  position: relative;
}
.cid-thmPRYvIDL .mbr-text {
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.cid-thmPRYvIDL .card-box {
  position: relative;
}
.cid-thmPRYvIDL .card-img {
  margin-bottom: 1.5rem;
}
.cid-thmPRYvIDL .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-thmPRYvIDL .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-thmPRYvIDL .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-thmPRYvIDL .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-thmOVrZgUl .google-map {
  height: 25rem;
  position: relative;
}
.cid-thmOVrZgUl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-thmOVrZgUl .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-thmOVrZgUl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-thmOVrZgUl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-thmz08RCXX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2b2b2b;
  overflow: hidden;
}
.cid-thmz08RCXX .media-container-row .mbr-text {
  text-align: center;
}
.cid-thqvinohka {
  padding-top: 375px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-thqvinohka .mbr-section-title DIV {
  text-align: center;
}
.cid-thqvinohka .mbr-text,
.cid-thqvinohka .mbr-section-btn {
  text-align: center;
}
.cid-thqvinohka .mbr-section-title {
  text-align: center;
}
.cid-thqvwUzkmF {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thqvwUzkmF h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-thqvwUzkmF h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-thqvwUzkmF h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-thqvwUzkmF .mbr-text,
.cid-thqvwUzkmF .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-thqvwUzkmF h3:before,
  .cid-thqvwUzkmF h3:after {
    display: none;
  }
}
.cid-thqvRoEBUi {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-thqvRoEBUi .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-thqvRoEBUi .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-thmz08RCXX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2b2b2b;
  overflow: hidden;
}
.cid-thmz08RCXX .media-container-row .mbr-text {
  text-align: center;
}
.cid-thmIuXyWwn .nav-item:focus,
.cid-thmIuXyWwn .nav-link:focus {
  outline: none;
}
.cid-thmIuXyWwn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fafafa;
}
.cid-thmIuXyWwn .navbar.opened {
  transition: all .3s;
  background: #fafafa !important;
}
.cid-thmIuXyWwn .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-thmIuXyWwn .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-thmIuXyWwn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thmIuXyWwn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-thmIuXyWwn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-thmIuXyWwn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thmIuXyWwn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thmIuXyWwn .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-thmIuXyWwn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thmIuXyWwn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-thmIuXyWwn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-thmIuXyWwn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thmIuXyWwn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-thmIuXyWwn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thmIuXyWwn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thmIuXyWwn .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-thmIuXyWwn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-thmIuXyWwn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thmIuXyWwn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-thmIuXyWwn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-thmIuXyWwn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-thmIuXyWwn .navbar.navbar-short {
  background: #fafafa !important;
  min-height: 60px;
}
.cid-thmIuXyWwn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-thmIuXyWwn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-thmIuXyWwn .navbar-brand {
  display: flex;
  -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-thmIuXyWwn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thmIuXyWwn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thmIuXyWwn .dropdown-item.active,
.cid-thmIuXyWwn .dropdown-item:active {
  background-color: transparent;
}
.cid-thmIuXyWwn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thmIuXyWwn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thmIuXyWwn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thmIuXyWwn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-thmIuXyWwn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thmIuXyWwn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thmIuXyWwn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-thmIuXyWwn .navbar-buttons {
  text-align: center;
}
.cid-thmIuXyWwn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-thmIuXyWwn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-thmIuXyWwn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thmIuXyWwn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thmIuXyWwn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thmIuXyWwn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thmIuXyWwn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thmIuXyWwn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thmIuXyWwn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thmIuXyWwn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thmIuXyWwn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-thmIuXyWwn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thmIuXyWwn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-thmIuXyWwn .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-thmIuXyWwn .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-thmIuXyWwn .nav-link:hover,
.cid-thmIuXyWwn .dropdown-item:hover,
.cid-thmIuXyWwn .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
