body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
}
.display-2 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
}
.display-4 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Inter Tight', 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: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #9fe870 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #264d0c !important;
  background-color: #73dd2e !important;
  border-color: #73dd2e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #73dd2e !important;
  border-color: #73dd2e !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #d70081 !important;
  background-color: #ff8bd0 !important;
  border-color: #ff8bd0 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ff8bd0 !important;
  border-color: #ff8bd0 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #060603 !important;
  border-color: #060603 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #060603 !important;
  border-color: #060603 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #1f6463 !important;
  background-color: #65d0ce !important;
  border-color: #65d0ce !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #65d0ce !important;
  border-color: #65d0ce !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #645600 !important;
  background-color: #ffe018 !important;
  border-color: #ffe018 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #ffe018 !important;
  border-color: #ffe018 !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: #66d022;
  color: #66d022;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #264d0c;
  background-color: #9fe870;
  border-color: #9fe870;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #ff71c6;
  color: #ff71c6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #d70081;
  background-color: #ffd7ef;
  border-color: #ffd7ef;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #320707;
  border-color: #320707;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #3a341c;
  border-color: #3a341c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #52cac8;
  color: #52cac8;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #1f6463;
  background-color: #a0e2e1;
  border-color: #a0e2e1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #fddb00;
  color: #fddb00;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #645600;
  background-color: #ffea64;
  border-color: #ffea64;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #fddb00 !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: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #9fe870;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9fe870;
  color: #000000;
}
.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: #9fe870;
  border-bottom-color: #9fe870;
}
.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: #9fe870 !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: #ffd7ef !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='%239fe870' %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-uSymjXGcdL .nav-item:focus,
.cid-uSymjXGcdL .nav-link:focus {
  outline: none;
}
.cid-uSymjXGcdL .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-uSymjXGcdL .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-uSymjXGcdL .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uSymjXGcdL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSymjXGcdL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSymjXGcdL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uSymjXGcdL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uSymjXGcdL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSymjXGcdL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSymjXGcdL .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-uSymjXGcdL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSymjXGcdL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uSymjXGcdL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uSymjXGcdL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSymjXGcdL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uSymjXGcdL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSymjXGcdL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSymjXGcdL .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-uSymjXGcdL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uSymjXGcdL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSymjXGcdL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uSymjXGcdL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uSymjXGcdL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uSymjXGcdL .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-uSymjXGcdL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uSymjXGcdL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uSymjXGcdL .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-uSymjXGcdL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSymjXGcdL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSymjXGcdL .dropdown-item.active,
.cid-uSymjXGcdL .dropdown-item:active {
  background-color: transparent;
}
.cid-uSymjXGcdL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSymjXGcdL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSymjXGcdL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSymjXGcdL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #444444;
}
.cid-uSymjXGcdL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSymjXGcdL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSymjXGcdL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uSymjXGcdL .navbar-buttons {
  text-align: center;
}
.cid-uSymjXGcdL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSymjXGcdL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uSymjXGcdL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uSymjXGcdL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uSymjXGcdL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uSymjXGcdL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uSymjXGcdL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSymjXGcdL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uSymjXGcdL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uSymjXGcdL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSymjXGcdL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uSymjXGcdL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSymjXGcdL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uSymjXGcdL .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-uSymjXGcdL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-uSymjXGcdL .nav-link:hover,
.cid-uSymjXGcdL .dropdown-item:hover,
.cid-uSymjXGcdL .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-uSymzCZHbW {
  background-image: url("../../../assets/images/image-31-1125x750.jpg");
}
.cid-uSymzCZHbW .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uSymzCZHbW .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uSymzCZHbW .card-img span {
  font-size: 100px;
}
.cid-uUrGFCweYp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uUrGFCweYp .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
}
.cid-uUrGFCweYp .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-uUrGFCweYp .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-uUrGFCweYp .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-uUrGFCweYp .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-uUrGFCweYp .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-uUrGFCweYp .inner-container {
    width: 100% !important;
  }
  .cid-uUrGFCweYp .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-uUrRps9uEV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/64862-1500x975.jpg");
}
.cid-uUrRps9uEV .mbr-text {
  letter-spacing: 0.1em;
}
.cid-uUrRps9uEV .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-uUrGZB9wym {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uUrGZB9wym .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-uUrGZB9wym .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-uUrGZB9wym .btn {
  margin: 0px !important;
}
.cid-uUrGZB9wym .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUrGZB9wym .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUrGZB9wym .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uUrGZB9wym .carousel-item .wrap-img {
  text-align: center;
}
.cid-uUrGZB9wym .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-uUrGZB9wym .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-uUrGZB9wym .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-uUrGZB9wym .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-uUrGZB9wym .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-uUrGZB9wym .second-col {
    padding-top: 2rem;
  }
}
.cid-uSymPaAjCs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fef8f5;
}
.cid-uSymPaAjCs .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-uSymPaAjCs .content_block:hover .mbr-section-title a {
  color: #ffd7ef !important;
}
.cid-uSymPaAjCs .card_topic,
.cid-uSymPaAjCs .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uSymPaAjCs .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffd7ef;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uSymPaAjCs .image {
  position: relative;
}
.cid-uSymPaAjCs .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fef8f5);
  z-index: 1;
  pointer-events: none;
}
.cid-uSymPaAjCs .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSymPaAjCs .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uSymPaAjCs .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSymPaAjCs .mbr-section-btn .btn-secondary-outline .active,
.cid-uSymPaAjCs .mbr-section-btn .btn-secondary-outline:focus {
  color: #9fe870 !important;
}
.cid-uSymPaAjCs .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-uSymPaAjCs .content_block {
    padding: 30px 15px;
  }
  .cid-uSymPaAjCs .mbr-figure {
    padding: 0;
  }
  .cid-uSymPaAjCs .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(254, 248, 245, 0.99));
  }
}
.cid-uSymPaAjCs .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uSymPaAjCs .mbr-text,
.cid-uSymPaAjCs .mbr-section-btn {
  text-align: center;
}
.cid-uUrSxxADzr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-uUrSxxADzr .card-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin: 0;
  padding-bottom: 1.5rem;
  text-align: center;
}
.cid-uUrSxxADzr .card {
  margin-bottom: 2rem;
}
.cid-uUrSxxADzr .card .card-wrapper {
  height: 100%;
}
.cid-uUrSxxADzr .card-box {
  padding-top: 2rem;
}
.cid-uUrSxxADzr .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-uUrSxxADzr .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.cid-uUrSxxADzr .btn {
  margin: .3rem;
}
.cid-uSyn8NILZ5 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-uSyn8NILZ5 .mbr-section-title,
  .cid-uSyn8NILZ5 .mbr-section-subtitle,
  .cid-uSyn8NILZ5 .mbr-section-btn,
  .cid-uSyn8NILZ5 .mbr-text {
    text-align: center;
  }
}
.cid-uSyn8NILZ5 .mbr-section-title {
  color: #ffffff;
}
.cid-uSyn8NILZ5 .mbr-text,
.cid-uSyn8NILZ5 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uSyn8NILZ5 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uSynd8AIfz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fef8f5;
}
.cid-uSynd8AIfz .text-wrapper {
  padding: 2rem 0;
  padding-right: 20%;
  padding-left: 2rem;
}
.cid-uSynd8AIfz .text-wrapper:hover .mbr-section-title a {
  color: #ffd7ef !important;
}
.cid-uSynd8AIfz .image-wrapper,
.cid-uSynd8AIfz img {
  width: 100%;
  object-fit: cover;
}
.cid-uSynd8AIfz .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uSynd8AIfz .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uSynd8AIfz .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSynd8AIfz .mbr-section-btn .btn-secondary-outline .active,
.cid-uSynd8AIfz .mbr-section-btn .btn-secondary-outline:focus {
  color: #9fe870 !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uSynd8AIfz .mbr-section-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSynd8AIfz {
    flex-direction: column;
  }
  .cid-uSynd8AIfz .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uSynd8AIfz .text-wrapper {
    padding: 30px 1rem;
  }
}
.cid-uSynd8AIfz .mbr-section-title {
  color: #232323;
}
.cid-uSynqdGlqI {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/2148548612-1500x1500.jpg");
}
.cid-uSynqdGlqI .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uSynqdGlqI .head_wrap:hover .mbr-section-title a {
  color: #ffd7ef !important;
}
.cid-uSynqdGlqI .mbr-section-title,
.cid-uSynqdGlqI .wrap {
  color: #ffffff;
}
.cid-uSynzTN5E4 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uSynzTN5E4 .mbr-section-title,
  .cid-uSynzTN5E4 .mbr-section-subtitle,
  .cid-uSynzTN5E4 .mbr-section-btn,
  .cid-uSynzTN5E4 .mbr-text {
    text-align: center;
  }
}
.cid-uSynzTN5E4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSynzTN5E4 .mbr-text,
.cid-uSynzTN5E4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uSynzTN5E4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uSyze1jgER {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fef8f5;
}
.cid-uSyze1jgER .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-uSyze1jgER .content_block:hover .mbr-section-title a {
  color: #ffd7ef !important;
}
.cid-uSyze1jgER .card_topic,
.cid-uSyze1jgER .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uSyze1jgER .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffd7ef;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uSyze1jgER .image {
  position: relative;
}
.cid-uSyze1jgER .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fef8f5);
  z-index: 1;
  pointer-events: none;
}
.cid-uSyze1jgER .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSyze1jgER .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uSyze1jgER .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSyze1jgER .mbr-section-btn .btn-secondary-outline .active,
.cid-uSyze1jgER .mbr-section-btn .btn-secondary-outline:focus {
  color: #9fe870 !important;
}
.cid-uSyze1jgER .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-uSyze1jgER .content_block {
    padding: 30px 15px;
  }
  .cid-uSyze1jgER .mbr-figure {
    padding: 0;
  }
  .cid-uSyze1jgER .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(254, 248, 245, 0.99));
  }
}
.cid-uSyze1jgER .mbr-section-title {
  text-align: center;
}
.cid-uSyze1jgER .mbr-text,
.cid-uSyze1jgER .mbr-section-btn {
  text-align: center;
}
.cid-uSyHcKF1k4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #131419;
}
.cid-uSyHcKF1k4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uSyHcKF1k4 .social-row {
    justify-content: center;
  }
  .cid-uSyHcKF1k4 .social-row .soc-item {
    margin-right: 0;
    margin: 0 0.5rem;
  }
}
.cid-uSyHcKF1k4 .mbr-section-subtitle {
  letter-spacing: 0;
}
.cid-uSyHcKF1k4 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSyHcKF1k4 li {
  line-height: 2;
}
.cid-uSyHcKF1k4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-uSyHcKF1k4 .soc-item:hover .mbr-iconfont {
  color: #9fe870;
}
.cid-uSyHcKF1k4 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uSyHcKF1k4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uSyHcKF1k4 .list {
    margin-bottom: 0rem;
  }
}
.cid-uSyHcKF1k4 .mbr-text {
  color: #bbbbbb;
}
.cid-uSyHcKF1k4 .mbr-iconfont {
  transition: color 0.3s;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uUrFKToc3d .nav-item:focus,
.cid-uUrFKToc3d .nav-link:focus {
  outline: none;
}
.cid-uUrFKToc3d .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-uUrFKToc3d .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-uUrFKToc3d .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uUrFKToc3d .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUrFKToc3d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUrFKToc3d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUrFKToc3d .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uUrFKToc3d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUrFKToc3d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUrFKToc3d .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-uUrFKToc3d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUrFKToc3d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUrFKToc3d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUrFKToc3d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUrFKToc3d .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uUrFKToc3d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUrFKToc3d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUrFKToc3d .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-uUrFKToc3d .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUrFKToc3d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUrFKToc3d .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uUrFKToc3d .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uUrFKToc3d .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUrFKToc3d .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-uUrFKToc3d .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUrFKToc3d .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUrFKToc3d .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-uUrFKToc3d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUrFKToc3d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUrFKToc3d .dropdown-item.active,
.cid-uUrFKToc3d .dropdown-item:active {
  background-color: transparent;
}
.cid-uUrFKToc3d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUrFKToc3d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUrFKToc3d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUrFKToc3d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #444444;
}
.cid-uUrFKToc3d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUrFKToc3d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUrFKToc3d ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUrFKToc3d .navbar-buttons {
  text-align: center;
}
.cid-uUrFKToc3d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUrFKToc3d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUrFKToc3d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUrFKToc3d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUrFKToc3d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUrFKToc3d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUrFKToc3d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUrFKToc3d nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUrFKToc3d nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUrFKToc3d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUrFKToc3d .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUrFKToc3d a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUrFKToc3d .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUrFKToc3d .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-uUrFKToc3d .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-uUrFKToc3d .nav-link:hover,
.cid-uUrFKToc3d .dropdown-item:hover,
.cid-uUrFKToc3d .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-uUrFKUMxMm {
  background-image: url("../../../assets/images/2148548639-1-1500x1000.jpg");
}
.cid-uUrFKUMxMm .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uUrFKUMxMm .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uUrFKUMxMm .card-img span {
  font-size: 100px;
}
.cid-uUrFKVEPvz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fef8f5;
}
.cid-uUrFKVEPvz .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-uUrFKVEPvz .content_block:hover .mbr-section-title a {
  color: #ffd7ef !important;
}
.cid-uUrFKVEPvz .card_topic,
.cid-uUrFKVEPvz .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uUrFKVEPvz .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffd7ef;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uUrFKVEPvz .image {
  position: relative;
}
.cid-uUrFKVEPvz .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fef8f5);
  z-index: 1;
  pointer-events: none;
}
.cid-uUrFKVEPvz .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUrFKVEPvz .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uUrFKVEPvz .mbr-section-btn .btn-secondary-outline:hover,
.cid-uUrFKVEPvz .mbr-section-btn .btn-secondary-outline .active,
.cid-uUrFKVEPvz .mbr-section-btn .btn-secondary-outline:focus {
  color: #9fe870 !important;
}
.cid-uUrFKVEPvz .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-uUrFKVEPvz .content_block {
    padding: 30px 15px;
  }
  .cid-uUrFKVEPvz .mbr-figure {
    padding: 0;
  }
  .cid-uUrFKVEPvz .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(254, 248, 245, 0.99));
  }
}
.cid-uUrFKVEPvz .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uUrFKVEPvz .mbr-text,
.cid-uUrFKVEPvz .mbr-section-btn {
  text-align: center;
}
.cid-uUwdLfNIq5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-uUwdLfNIq5 .mbr-text {
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.03em;
}
.cid-uUwdLfNIq5 h4 {
  text-align: center;
}
.cid-uUwdLfNIq5 p {
  text-align: center;
}
.cid-uUwdLfNIq5 .card {
  padding-bottom: 3rem;
}
.cid-uUwdLfNIq5 .card-img {
  padding-bottom: 1.5rem;
}
.cid-uUwdLfNIq5 .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-uUwdLfNIq5 .card-title,
.cid-uUwdLfNIq5 .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-uUwdLfNIq5 .card-title {
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 2rem;
}
.cid-uUwdLfNIq5 .header-title,
.cid-uUwdLfNIq5 .header-text {
  color: #ffffff;
  text-align: center;
  padding: 0;
  margin-bottom: 2rem;
  width: 100%;
}
.cid-uUwdLfNIq5 .header-title {
  letter-spacing: 0.1em;
}
.cid-uUwdLfNIq5 .header-text {
  letter-spacing: 0.03em;
}
.cid-uUwffEKOg3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUwffEKOg3 .mbr-section-title {
  font-weight: bold;
  color: #232323;
  margin-bottom: 2.5rem;
}
.cid-uUwffEKOg3 .mbr-section-subtitle {
  font-weight: 500;
  margin-bottom: 2rem;
}
.cid-uUwffEKOg3 .mbr-element-title {
  margin-bottom: 1rem;
}
.cid-uUwffEKOg3 .card-img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.cid-uUwffEKOg3 .card-img span {
  font-size: 80px;
}
.cid-uUwffEKOg3 .nav {
  border: none;
  margin-bottom: 3rem;
}
.cid-uUwffEKOg3 .nav-tabs {
  margin-top: 1rem;
  margin-bottom: 2rem;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUwffEKOg3 .tabcont {
  z-index: 1;
  margin: 0;
}
.cid-uUwffEKOg3 .nav-item {
  margin-top: 1rem;
}
.cid-uUwffEKOg3 .tab-content-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
}
.cid-uUwffEKOg3 .tab-content {
  width: 100%;
}
.cid-uUwffEKOg3 .nav-tabs .nav-link {
  box-sizing: border-box;
  font-style: normal;
  font-weight: bold;
  padding: 1rem 1rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  transition: all .5s;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom: 1px solid #767676;
}
.cid-uUwffEKOg3 .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 1px solid #767676;
}
.cid-uUwffEKOg3 .nav-tabs .nav-link.active {
  border: 1px solid #767676;
  border-bottom: none;
  font-style: normal;
  background-color: transparent;
}
.cid-uUwffEKOg3 .tab-header {
  color: #767676;
}
.cid-uUrFKWL4dW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fef8f5;
}
.cid-uUrFKWL4dW .text-wrapper {
  padding: 2rem 0;
  padding-right: 20%;
  padding-left: 2rem;
}
.cid-uUrFKWL4dW .text-wrapper:hover .mbr-section-title a {
  color: #ffd7ef !important;
}
.cid-uUrFKWL4dW .image-wrapper,
.cid-uUrFKWL4dW img {
  width: 100%;
  object-fit: cover;
}
.cid-uUrFKWL4dW .mbr-section-subtitle {
  margin-bottom: 12px;
  text-align: center;
}
.cid-uUrFKWL4dW .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uUrFKWL4dW .mbr-section-btn .btn-secondary-outline:hover,
.cid-uUrFKWL4dW .mbr-section-btn .btn-secondary-outline .active,
.cid-uUrFKWL4dW .mbr-section-btn .btn-secondary-outline:focus {
  color: #9fe870 !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uUrFKWL4dW .mbr-section-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUrFKWL4dW {
    flex-direction: column;
  }
  .cid-uUrFKWL4dW .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUrFKWL4dW .text-wrapper {
    padding: 30px 1rem;
  }
}
.cid-uUrFKWL4dW .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uUrFKWL4dW .mbr-text,
.cid-uUrFKWL4dW .mbr-section-btn {
  text-align: center;
}
.cid-uUwp70NdA6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/01.jpg");
}
.cid-uUwp70NdA6 .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
}
.cid-uUwp70NdA6 .mbr-section-subtitle {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-uUwp70NdA6 .card {
  margin-bottom: 2rem;
  background: #ffffff;
}
.cid-uUwp70NdA6 .card-block {
  letter-spacing: 0.03em;
  color: #444444;
  padding: 1.25rem 1.25rem 5px 1.25rem;
}
.cid-uUwp70NdA6 .mbr-author {
  padding-top: 0;
  text-align: center;
}
.cid-uUwp70NdA6 .space {
  height: 45px;
  width: 100%;
}
.cid-uUwp70NdA6 .mbr-author-img {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  margin-top: -60px;
  left: 0;
  right: 0;
}
.cid-uUwp70NdA6 .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uUwp70NdA6 .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-uUwp70NdA6 .mbr-author-desc p {
  margin-bottom: 0px;
}
.cid-uUwp70NdA6 .card-footer {
  border-top: none;
  background-color: rgba(0, 0, 0, 0.08);
  padding: .75rem 1.25rem 1.25rem 1.25rem;
}
.cid-uUwp70NdA6 .card-block P {
  text-align: center;
}
.cid-uUrFKXVQNX {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uUrFKXVQNX .mbr-section-title,
  .cid-uUrFKXVQNX .mbr-section-subtitle,
  .cid-uUrFKXVQNX .mbr-section-btn,
  .cid-uUrFKXVQNX .mbr-text {
    text-align: center;
  }
}
.cid-uUrFKXVQNX .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUrFKXVQNX .mbr-text,
.cid-uUrFKXVQNX .mbr-section-btn {
  color: #ffffff;
}
.cid-uUrFKXVQNX .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uUrFKYC5mr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #131419;
}
.cid-uUrFKYC5mr .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uUrFKYC5mr .social-row {
    justify-content: center;
  }
  .cid-uUrFKYC5mr .social-row .soc-item {
    margin-right: 0;
    margin: 0 0.5rem;
  }
}
.cid-uUrFKYC5mr .mbr-section-subtitle {
  letter-spacing: 0;
}
.cid-uUrFKYC5mr a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUrFKYC5mr li {
  line-height: 2;
}
.cid-uUrFKYC5mr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-uUrFKYC5mr .soc-item:hover .mbr-iconfont {
  color: #9fe870;
}
.cid-uUrFKYC5mr .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uUrFKYC5mr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUrFKYC5mr .list {
    margin-bottom: 0rem;
  }
}
.cid-uUrFKYC5mr .mbr-text {
  color: #bbbbbb;
}
.cid-uUrFKYC5mr .mbr-iconfont {
  transition: color 0.3s;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uUrFWUzjlL .nav-item:focus,
.cid-uUrFWUzjlL .nav-link:focus {
  outline: none;
}
.cid-uUrFWUzjlL .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-uUrFWUzjlL .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-uUrFWUzjlL .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uUrFWUzjlL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUrFWUzjlL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUrFWUzjlL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUrFWUzjlL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uUrFWUzjlL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUrFWUzjlL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUrFWUzjlL .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-uUrFWUzjlL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUrFWUzjlL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUrFWUzjlL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUrFWUzjlL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUrFWUzjlL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uUrFWUzjlL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUrFWUzjlL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUrFWUzjlL .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-uUrFWUzjlL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUrFWUzjlL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUrFWUzjlL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uUrFWUzjlL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uUrFWUzjlL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUrFWUzjlL .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-uUrFWUzjlL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUrFWUzjlL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUrFWUzjlL .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-uUrFWUzjlL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUrFWUzjlL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUrFWUzjlL .dropdown-item.active,
.cid-uUrFWUzjlL .dropdown-item:active {
  background-color: transparent;
}
.cid-uUrFWUzjlL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUrFWUzjlL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUrFWUzjlL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUrFWUzjlL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #444444;
}
.cid-uUrFWUzjlL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUrFWUzjlL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUrFWUzjlL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUrFWUzjlL .navbar-buttons {
  text-align: center;
}
.cid-uUrFWUzjlL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUrFWUzjlL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUrFWUzjlL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUrFWUzjlL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUrFWUzjlL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUrFWUzjlL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUrFWUzjlL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUrFWUzjlL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUrFWUzjlL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUrFWUzjlL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUrFWUzjlL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUrFWUzjlL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUrFWUzjlL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUrFWUzjlL .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-uUrFWUzjlL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-uUrFWUzjlL .nav-link:hover,
.cid-uUrFWUzjlL .dropdown-item:hover,
.cid-uUrFWUzjlL .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-uUrFWVoFvm {
  background-image: url("../../../assets/images/2148548537-1500x993.jpg");
}
.cid-uUrFWVoFvm .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uUrFWVoFvm .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uUrFWVoFvm .card-img span {
  font-size: 100px;
}
.cid-uUrFWVSFCn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fef8f5;
}
.cid-uUrFWVSFCn .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-uUrFWVSFCn .content_block:hover .mbr-section-title a {
  color: #ffd7ef !important;
}
.cid-uUrFWVSFCn .card_topic,
.cid-uUrFWVSFCn .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uUrFWVSFCn .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffd7ef;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uUrFWVSFCn .image {
  position: relative;
}
.cid-uUrFWVSFCn .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fef8f5);
  z-index: 1;
  pointer-events: none;
}
.cid-uUrFWVSFCn .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUrFWVSFCn .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uUrFWVSFCn .mbr-section-btn .btn-secondary-outline:hover,
.cid-uUrFWVSFCn .mbr-section-btn .btn-secondary-outline .active,
.cid-uUrFWVSFCn .mbr-section-btn .btn-secondary-outline:focus {
  color: #9fe870 !important;
}
.cid-uUrFWVSFCn .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-uUrFWVSFCn .content_block {
    padding: 30px 15px;
  }
  .cid-uUrFWVSFCn .mbr-figure {
    padding: 0;
  }
  .cid-uUrFWVSFCn .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(254, 248, 245, 0.99));
  }
}
.cid-uUrFWVSFCn .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uUrFWVSFCn .mbr-text,
.cid-uUrFWVSFCn .mbr-section-btn {
  text-align: center;
}
.cid-uUrFWWnNie {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-uUrFWWnNie .mbr-section-title,
  .cid-uUrFWWnNie .mbr-section-subtitle,
  .cid-uUrFWWnNie .mbr-section-btn,
  .cid-uUrFWWnNie .mbr-text {
    text-align: center;
  }
}
.cid-uUrFWWnNie .mbr-section-title {
  color: #ffffff;
}
.cid-uUrFWWnNie .mbr-text,
.cid-uUrFWWnNie .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uUrFWWnNie .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uUrFWWUX3k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fef8f5;
}
.cid-uUrFWWUX3k .text-wrapper {
  padding: 2rem 0;
}
.cid-uUrFWWUX3k .text-wrapper:hover .mbr-section-title a {
  color: #ffd7ef !important;
}
.cid-uUrFWWUX3k .image-wrapper,
.cid-uUrFWWUX3k img {
  width: 100%;
  object-fit: cover;
}
.cid-uUrFWWUX3k .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uUrFWWUX3k .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uUrFWWUX3k .mbr-section-btn .btn-secondary-outline:hover,
.cid-uUrFWWUX3k .mbr-section-btn .btn-secondary-outline .active,
.cid-uUrFWWUX3k .mbr-section-btn .btn-secondary-outline:focus {
  color: #9fe870 !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uUrFWWUX3k .mbr-section-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUrFWWUX3k {
    flex-direction: column;
  }
  .cid-uUrFWWUX3k .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
    padding: 0;
    margin: 2rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uUrFWWUX3k .text-wrapper {
    padding: 30px 1rem;
    padding: 0;
  }
}
.cid-uUrFWWUX3k .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uUrFWWUX3k .mbr-text,
.cid-uUrFWWUX3k .mbr-section-btn {
  text-align: center;
}
.cid-uUwv3W7gpS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-uUwv3W7gpS a {
  color: #232323;
}
.cid-uUwv3W7gpS a:hover {
  color: #9fe870;
}
.cid-uUwv3W7gpS h5.mbr-text {
  color: #444444;
}
.cid-uUwv3W7gpS .card {
  padding: 1rem 2rem;
}
.cid-uUwv3W7gpS .card img {
  position: relative;
  width: 100%;
  border-radius: 50%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-uUwv3W7gpS .card-title {
  color: #444444;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.cid-uUwv3W7gpS .mbr-iconfont {
  font-size: 20px;
  color: #444444;
}
.cid-uUwv3W7gpS .card-box p {
  margin-bottom: 0;
}
.cid-uUwv3W7gpS .specialty {
  padding-top: .5rem;
}
.cid-uUwv3W7gpS .social-links {
  padding-top: .5rem;
}
@media (min-width: 992px) {
  .cid-uUwv3W7gpS .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uUrFWXtUPL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/10265-1-1500x1000.jpg");
}
.cid-uUrFWXtUPL .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uUrFWXtUPL .head_wrap:hover .mbr-section-title a {
  color: #ffd7ef !important;
}
.cid-uUrFWXtUPL .mbr-section-title,
.cid-uUrFWXtUPL .wrap {
  color: #ffffff;
}
.cid-uUrFWXtUPL .mbr-text,
.cid-uUrFWXtUPL .mbr-section-btn {
  text-align: center;
}
.cid-uUwxLFSvsv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUwxLFSvsv .mbr-text {
  color: #000000;
}
.cid-uUwxLFSvsv .inner-container {
  margin: 0;
}
.cid-uUwxLFSvsv .line {
  background-color: #ffffff;
  color: #ffffff;
  height: 2px;
  margin: 0 auto;
}
.cid-uUwxLFSvsv .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
  color: #000000;
}
.cid-uUrFWYCaM1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #131419;
}
.cid-uUrFWYCaM1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uUrFWYCaM1 .social-row {
    justify-content: center;
  }
  .cid-uUrFWYCaM1 .social-row .soc-item {
    margin-right: 0;
    margin: 0 0.5rem;
  }
}
.cid-uUrFWYCaM1 .mbr-section-subtitle {
  letter-spacing: 0;
}
.cid-uUrFWYCaM1 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUrFWYCaM1 li {
  line-height: 2;
}
.cid-uUrFWYCaM1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-uUrFWYCaM1 .soc-item:hover .mbr-iconfont {
  color: #9fe870;
}
.cid-uUrFWYCaM1 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uUrFWYCaM1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUrFWYCaM1 .list {
    margin-bottom: 0rem;
  }
}
.cid-uUrFWYCaM1 .mbr-text {
  color: #bbbbbb;
}
.cid-uUrFWYCaM1 .mbr-iconfont {
  transition: color 0.3s;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uUrFXZxL8u .nav-item:focus,
.cid-uUrFXZxL8u .nav-link:focus {
  outline: none;
}
.cid-uUrFXZxL8u .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-uUrFXZxL8u .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-uUrFXZxL8u .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uUrFXZxL8u .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUrFXZxL8u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUrFXZxL8u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUrFXZxL8u .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uUrFXZxL8u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUrFXZxL8u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUrFXZxL8u .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-uUrFXZxL8u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUrFXZxL8u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUrFXZxL8u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUrFXZxL8u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUrFXZxL8u .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uUrFXZxL8u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUrFXZxL8u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUrFXZxL8u .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-uUrFXZxL8u .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUrFXZxL8u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUrFXZxL8u .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uUrFXZxL8u .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uUrFXZxL8u .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUrFXZxL8u .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-uUrFXZxL8u .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUrFXZxL8u .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUrFXZxL8u .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-uUrFXZxL8u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUrFXZxL8u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUrFXZxL8u .dropdown-item.active,
.cid-uUrFXZxL8u .dropdown-item:active {
  background-color: transparent;
}
.cid-uUrFXZxL8u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUrFXZxL8u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUrFXZxL8u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUrFXZxL8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #444444;
}
.cid-uUrFXZxL8u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUrFXZxL8u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUrFXZxL8u ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUrFXZxL8u .navbar-buttons {
  text-align: center;
}
.cid-uUrFXZxL8u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUrFXZxL8u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUrFXZxL8u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUrFXZxL8u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUrFXZxL8u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUrFXZxL8u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUrFXZxL8u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUrFXZxL8u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUrFXZxL8u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUrFXZxL8u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUrFXZxL8u .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUrFXZxL8u a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUrFXZxL8u .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUrFXZxL8u .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-uUrFXZxL8u .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-uUrFXZxL8u .nav-link:hover,
.cid-uUrFXZxL8u .dropdown-item:hover,
.cid-uUrFXZxL8u .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-uUrFY0sh3S {
  background-image: url("../../../assets/images/image-32-1536x1024.jpg");
}
.cid-uUrFY0sh3S .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uUrFY0sh3S .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uUrFY0sh3S .card-img span {
  font-size: 100px;
}
.cid-uUwzJrEMRm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/04.jpg");
}
.cid-uUwzJrEMRm .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-uUwzJrEMRm .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-uUwzJrEMRm .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-uUrFY0Qg2M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fef8f5;
}
.cid-uUrFY0Qg2M .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-uUrFY0Qg2M .content_block:hover .mbr-section-title a {
  color: #ffd7ef !important;
}
.cid-uUrFY0Qg2M .card_topic,
.cid-uUrFY0Qg2M .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uUrFY0Qg2M .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffd7ef;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uUrFY0Qg2M .image {
  position: relative;
}
.cid-uUrFY0Qg2M .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fef8f5);
  z-index: 1;
  pointer-events: none;
}
.cid-uUrFY0Qg2M .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUrFY0Qg2M .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uUrFY0Qg2M .mbr-section-btn .btn-secondary-outline:hover,
.cid-uUrFY0Qg2M .mbr-section-btn .btn-secondary-outline .active,
.cid-uUrFY0Qg2M .mbr-section-btn .btn-secondary-outline:focus {
  color: #9fe870 !important;
}
.cid-uUrFY0Qg2M .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-uUrFY0Qg2M .content_block {
    padding: 30px 15px;
  }
  .cid-uUrFY0Qg2M .mbr-figure {
    padding: 0;
  }
  .cid-uUrFY0Qg2M .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(254, 248, 245, 0.99));
  }
}
.cid-uUrFY0Qg2M .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uUrFY0Qg2M .mbr-text,
.cid-uUrFY0Qg2M .mbr-section-btn {
  text-align: center;
}
.cid-uUwRQvjYJb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUwRQvjYJb .card {
  margin: auto;
}
.cid-uUwRQvjYJb .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #c1c1c1;
  margin-bottom: 2rem;
}
.cid-uUwRQvjYJb .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 1rem 1rem;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uUwRQvjYJb .card-text,
.cid-uUwRQvjYJb .card-box {
  color: #999999;
}
.cid-uUwRQvjYJb .display-5 {
  font-size: 1.6rem;
}
.cid-uUwRQvjYJb h4 {
  margin-bottom: 10px;
}
.cid-uUwRQvjYJb .card-title,
.cid-uUwRQvjYJb .card-box {
  color: #232323;
}
.cid-uUwRQvjYJb .mbr-section-subtitle,
.cid-uUwRQvjYJb .card-box {
  color: #999999;
}
.cid-uUwRQvjYJb .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uUrFY1hKVt {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-uUrFY1hKVt .mbr-section-title,
  .cid-uUrFY1hKVt .mbr-section-subtitle,
  .cid-uUrFY1hKVt .mbr-section-btn,
  .cid-uUrFY1hKVt .mbr-text {
    text-align: center;
  }
}
.cid-uUrFY1hKVt .mbr-section-title {
  color: #ffffff;
}
.cid-uUrFY1hKVt .mbr-text,
.cid-uUrFY1hKVt .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uUrFY1hKVt .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uUwUTnQDzC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/04.jpg");
}
.cid-uUwUTnQDzC h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUwUTnQDzC .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-uUwUTnQDzC .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-uUwUTnQDzC .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #ffffff;
}
.cid-uUwUTnQDzC .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uUwUTnQDzC .panel-group {
  width: 100%;
}
.cid-uUwUTnQDzC .card {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-uUwUTnQDzC .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uUwUTnQDzC .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #444444;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uUwUTnQDzC .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-uUwUTnQDzC .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uUwUTnQDzC .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-uUwUTnQDzC .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-uUwUTnQDzC .card .panel-body {
  background: #efefef;
}
.cid-uUwUTnQDzC .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUwUTnQDzC .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uUwUTnQDzC .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-uUwUTnQDzC .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-uUwXvwoNp2 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-uUwXvwoNp2 .card-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin: 0;
  padding-bottom: 1.5rem;
  text-align: center;
}
.cid-uUwXvwoNp2 .card {
  margin-bottom: 2rem;
}
.cid-uUwXvwoNp2 .card .card-wrapper {
  height: 100%;
}
.cid-uUwXvwoNp2 .card-box {
  padding-top: 2rem;
}
.cid-uUwXvwoNp2 .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-uUwXvwoNp2 .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.cid-uUwXvwoNp2 .btn {
  margin: .3rem;
}
.cid-uUwXvwoNp2 .card-box > p,
.cid-uUwXvwoNp2 .mbr-section-btn {
  text-align: center;
}
.cid-uUrFY2B8Tx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uUrFY2B8Tx .mbr-section-title,
  .cid-uUrFY2B8Tx .mbr-section-subtitle,
  .cid-uUrFY2B8Tx .mbr-section-btn,
  .cid-uUrFY2B8Tx .mbr-text {
    text-align: center;
  }
}
.cid-uUrFY2B8Tx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUrFY2B8Tx .mbr-text,
.cid-uUrFY2B8Tx .mbr-section-btn {
  color: #ffffff;
}
.cid-uUrFY2B8Tx .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uUrFY3pimw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #131419;
}
.cid-uUrFY3pimw .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uUrFY3pimw .social-row {
    justify-content: center;
  }
  .cid-uUrFY3pimw .social-row .soc-item {
    margin-right: 0;
    margin: 0 0.5rem;
  }
}
.cid-uUrFY3pimw .mbr-section-subtitle {
  letter-spacing: 0;
}
.cid-uUrFY3pimw a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUrFY3pimw li {
  line-height: 2;
}
.cid-uUrFY3pimw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-uUrFY3pimw .soc-item:hover .mbr-iconfont {
  color: #9fe870;
}
.cid-uUrFY3pimw .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uUrFY3pimw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUrFY3pimw .list {
    margin-bottom: 0rem;
  }
}
.cid-uUrFY3pimw .mbr-text {
  color: #bbbbbb;
}
.cid-uUrFY3pimw .mbr-iconfont {
  transition: color 0.3s;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uUrL3jLp6E .nav-item:focus,
.cid-uUrL3jLp6E .nav-link:focus {
  outline: none;
}
.cid-uUrL3jLp6E .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-uUrL3jLp6E .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-uUrL3jLp6E .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uUrL3jLp6E .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUrL3jLp6E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUrL3jLp6E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUrL3jLp6E .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uUrL3jLp6E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUrL3jLp6E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUrL3jLp6E .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-uUrL3jLp6E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUrL3jLp6E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUrL3jLp6E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUrL3jLp6E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUrL3jLp6E .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uUrL3jLp6E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUrL3jLp6E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUrL3jLp6E .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-uUrL3jLp6E .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUrL3jLp6E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUrL3jLp6E .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uUrL3jLp6E .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uUrL3jLp6E .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUrL3jLp6E .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-uUrL3jLp6E .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUrL3jLp6E .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUrL3jLp6E .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-uUrL3jLp6E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUrL3jLp6E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUrL3jLp6E .dropdown-item.active,
.cid-uUrL3jLp6E .dropdown-item:active {
  background-color: transparent;
}
.cid-uUrL3jLp6E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUrL3jLp6E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUrL3jLp6E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUrL3jLp6E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #444444;
}
.cid-uUrL3jLp6E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUrL3jLp6E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUrL3jLp6E ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUrL3jLp6E .navbar-buttons {
  text-align: center;
}
.cid-uUrL3jLp6E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUrL3jLp6E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUrL3jLp6E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUrL3jLp6E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUrL3jLp6E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUrL3jLp6E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUrL3jLp6E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUrL3jLp6E nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUrL3jLp6E nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUrL3jLp6E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUrL3jLp6E .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUrL3jLp6E a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUrL3jLp6E .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUrL3jLp6E .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-uUrL3jLp6E .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-uUrL3jLp6E .nav-link:hover,
.cid-uUrL3jLp6E .dropdown-item:hover,
.cid-uUrL3jLp6E .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-uUrL3kPugv {
  background-image: url("../../../assets/images/image-26.jpg-1125x750.jpg");
}
.cid-uUrL3kPugv .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uUrL3kPugv .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uUrL3kPugv .card-img span {
  font-size: 100px;
}
.cid-uUx0EoLYvE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-uUx0EoLYvE .title {
  margin-bottom: 2rem;
}
.cid-uUx0EoLYvE a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uUx0EoLYvE a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-uUx0EoLYvE .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uUx0EoLYvE .input-group-btn {
  display: block;
}
.cid-uUx0EoLYvE h2 {
  color: #333;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.cid-uUx0EoLYvE h3 {
  color: #767676;
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-uUx0EoLYvE .form-control {
  border-radius: 0px;
  padding-left: 15px;
}
.cid-uUx0EoLYvE textarea.form-control {
  min-height: 154px;
}
@media (max-width: 991px) {
  .cid-uUx0EoLYvE h2 {
    text-align: center;
  }
  .cid-uUx0EoLYvE h3 {
    text-align: center;
  }
  .cid-uUx0EoLYvE .input-group-btn {
    text-align: center;
  }
}
.cid-uUrL3o4bWX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #131419;
}
.cid-uUrL3o4bWX .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uUrL3o4bWX .social-row {
    justify-content: center;
  }
  .cid-uUrL3o4bWX .social-row .soc-item {
    margin-right: 0;
    margin: 0 0.5rem;
  }
}
.cid-uUrL3o4bWX .mbr-section-subtitle {
  letter-spacing: 0;
}
.cid-uUrL3o4bWX a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUrL3o4bWX li {
  line-height: 2;
}
.cid-uUrL3o4bWX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-uUrL3o4bWX .soc-item:hover .mbr-iconfont {
  color: #9fe870;
}
.cid-uUrL3o4bWX .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uUrL3o4bWX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUrL3o4bWX .list {
    margin-bottom: 0rem;
  }
}
.cid-uUrL3o4bWX .mbr-text {
  color: #bbbbbb;
}
.cid-uUrL3o4bWX .mbr-iconfont {
  transition: color 0.3s;
  color: #ffffff;
  font-size: 1.2rem;
}
