body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam';
  font-size: 3.5rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Be Vietnam';
  font-size: 2.4rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Be Vietnam';
  font-size: 0.9rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Be Vietnam';
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Be Vietnam';
  font-size: 1.1rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.81rem !important;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #5758e0 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-primary:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #200960 !important;
  border-color: #200960 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #09021a !important;
  border-color: #09021a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #09021a !important;
  border-color: #09021a !important;
}
.btn-secondary:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  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-info:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #5758e0;
  color: #5758e0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #5758e0;
  border-color: #5758e0;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #200960;
  color: #200960;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #200960;
  border-color: #200960;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #200960 !important;
  border-color: #200960 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  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 {
  background: none;
  border-color: #f7ed4a;
  color: #f7ed4a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  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 {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #5758e0 !important;
}
.text-secondary {
  color: #200960 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #adaef0 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3f12bd !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !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: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5758e0;
  border-color: #5758e0;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #5758e0;
}
.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: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #5758e0;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5758e0;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #5758e0;
  border-bottom-color: #5758e0;
}
.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: #5758e0 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #200960 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%235758e0' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tbEZd4IFxF {
  padding-top: 195px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/19-1200x800.png");
}
.cid-tbEZd4IFxF .link-align {
  width: 100%;
}
.cid-tbEZd4IFxF .link-wrap {
  display: inline-block;
}
.cid-tbEZd4IFxF .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-tbEZd4IFxF .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0.8;
  left: -80px;
}
.cid-tbEZd4IFxF .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  left: -80px;
}
.cid-tbEZd4IFxF .link:hover:before {
  width: 60px;
}
.cid-tbEZd4IFxF .mbr-text,
.cid-tbEZd4IFxF .link-align {
  color: #e5e5e5;
}
.cid-tbGgEkMAmw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tbGgEkMAmw h2 {
  color: #000000;
}
.cid-tbGgEkMAmw h1 {
  color: #000000;
}
.cid-tbGgEkMAmw .mbr-text,
.cid-tbGgEkMAmw .mbr-section-btn {
  color: #000000;
}
.cid-tbGgEkMAmw H1 {
  text-align: center;
}
.cid-tbGh98PRQL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-tbGh98PRQL img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tbGh98PRQL .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-tbGh98PRQL .img-col {
  padding: 0;
}
.cid-tbGh98PRQL .wrapper {
  padding: 6rem 12rem;
}
.cid-tbGh98PRQL .link-wrap {
  width: 100%;
}
.cid-tbGh98PRQL .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-tbGh98PRQL .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-tbGh98PRQL .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tbGh98PRQL .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-tbGh98PRQL .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tbGh98PRQL .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-tbGh98PRQL .link,
.cid-tbGh98PRQL .wrapper {
  color: #cc2952;
}
.cid-tbGh98PRQL .mbr-section-subtitle {
  color: #000000;
}
.cid-tbGh98PRQL .card-title,
.cid-tbGh98PRQL .card-box {
  color: #000000;
}
.cid-tbGh98PRQL .mbr-text,
.cid-tbGh98PRQL .mbr-section-btn {
  color: #999999;
}
.cid-tbGh7dXgas {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-tbGh7dXgas img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tbGh7dXgas .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-tbGh7dXgas .img-col {
  padding: 0;
}
.cid-tbGh7dXgas .wrapper {
  padding: 6rem 12rem;
}
.cid-tbGh7dXgas .link-wrap {
  width: 100%;
}
.cid-tbGh7dXgas .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-tbGh7dXgas .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-tbGh7dXgas .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tbGh7dXgas .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-tbGh7dXgas .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tbGh7dXgas .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-tbGh7dXgas .link,
.cid-tbGh7dXgas .wrapper {
  color: #cc2952;
}
.cid-tbGh7dXgas .mbr-section-subtitle {
  color: #000000;
}
.cid-tbGh7dXgas .card-title,
.cid-tbGh7dXgas .card-box {
  color: #000000;
}
.cid-tbGh7dXgas .mbr-text,
.cid-tbGh7dXgas .mbr-section-btn {
  color: #999999;
}
.cid-tffUVLXKEF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tffUVLXKEF h3 {
  color: #000000;
}
.cid-tffUVLXKEF h4 {
  color: #000000;
}
.cid-tffUVLXKEF .mbr-text,
.cid-tffUVLXKEF .mbr-section-btn {
  color: #999999;
}
.cid-tffUVLXKEF img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-tffUAjwwpH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tffUAjwwpH .container {
    max-width: 1400px;
  }
}
.cid-tffUAjwwpH img {
  width: 100%;
  height: 20rem;
  transition: all 2s;
  object-fit: cover;
}
.cid-tffUAjwwpH .inner-row {
  padding: 0;
}
.cid-tffUAjwwpH .img-big {
  height: 42rem;
}
.cid-tffUAjwwpH .card:hover {
  cursor: pointer;
}
.cid-tffUAjwwpH .card:hover img {
  transform: scale(1.1);
}
.cid-tffUAjwwpH .card:hover .img-wrapper:before {
  opacity: 0.8;
}
.cid-tffUAjwwpH .card:hover .text-wrap {
  opacity: 1;
  transform: translateY(-50%);
}
.cid-tffUAjwwpH .img-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tffUAjwwpH .img-wrapper:before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #5758e0;
  opacity: 0;
  transition: all 0.3s;
  content: "";
  pointer-events: none;
  z-index: 1;
}
.cid-tffUAjwwpH .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  left: auto;
  padding: 2rem;
  width: 100%;
  top: 50%;
  z-index: 2;
  transform: translateY(-45%);
  margin-bottom: -2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tffUAjwwpH .card .img-wrapper:before {
    opacity: 0.8;
  }
  .cid-tffUAjwwpH .card .text-wrap {
    opacity: 1;
    transform: translateY(-50%);
    padding: 1rem;
  }
}
.cid-tffUAjwwpH .mbr-subtitle,
.cid-tffUAjwwpH .link-align {
  color: #d58f76;
}
.cid-tffUAjwwpH .card-title {
  color: #ffffff;
}
.cid-tffUAjwwpH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tbGoYlZQjr {
  padding-top: 15px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/14-1200x800.png");
}
.cid-tbGoYlZQjr h2 {
  color: #000000;
}
.cid-tbGoYlZQjr h1 {
  color: #000000;
}
.cid-tbGoYlZQjr .mbr-text,
.cid-tbGoYlZQjr .mbr-section-btn {
  color: #ffffff;
}
.cid-tbGoYlZQjr H1 {
  color: #ffffff;
}
.cid-tbGtSxQUWr .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbGtSxQUWr .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-tbGtSxQUWr .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-tbGtSxQUWr .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-tbGtSxQUWr .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tbGtSxQUWr .navbar.opened {
  transition: all 0.3s;
}
.cid-tbGtSxQUWr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tbGtSxQUWr .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tbGtSxQUWr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tbGtSxQUWr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tbGtSxQUWr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tbGtSxQUWr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbGtSxQUWr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbGtSxQUWr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tbGtSxQUWr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbGtSxQUWr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tbGtSxQUWr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tbGtSxQUWr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tbGtSxQUWr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbGtSxQUWr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbGtSxQUWr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbGtSxQUWr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tbGtSxQUWr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tbGtSxQUWr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbGtSxQUWr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tbGtSxQUWr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tbGtSxQUWr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tbGtSxQUWr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tbGtSxQUWr .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tbGtSxQUWr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tbGtSxQUWr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tbGtSxQUWr .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tbGtSxQUWr .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-tbGtSxQUWr .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tbGtSxQUWr .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-tbGtSxQUWr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-tbGtSxQUWr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tbGtSxQUWr .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tbGtSxQUWr .navbar-caption {
  padding-right: 4rem;
}
.cid-tbGtSxQUWr .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-tbGtSxQUWr .dropdown-menu,
.cid-tbGtSxQUWr .navbar.opened {
  background: #ffffff !important;
}
.cid-tbGtSxQUWr .nav-item:focus,
.cid-tbGtSxQUWr .nav-link:focus {
  outline: none;
}
.cid-tbGtSxQUWr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbGtSxQUWr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbGtSxQUWr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbGtSxQUWr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbGtSxQUWr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbGtSxQUWr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbGtSxQUWr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbGtSxQUWr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbGtSxQUWr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbGtSxQUWr .dropdown-item.active,
.cid-tbGtSxQUWr .dropdown-item:active {
  background-color: transparent;
}
.cid-tbGtSxQUWr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tbGtSxQUWr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbGtSxQUWr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tbGtSxQUWr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tbGtSxQUWr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbGtSxQUWr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbGtSxQUWr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tbGtSxQUWr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tbGtSxQUWr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tbGtSxQUWr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tbGtSxQUWr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbGtSxQUWr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbGtSxQUWr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbGtSxQUWr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbGtSxQUWr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbGtSxQUWr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbGtSxQUWr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbGtSxQUWr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbGtSxQUWr .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tbGtSxQUWr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tbGtSxQUWr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tbGtSxQUWr .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbGtSxQUWr .navbar {
    height: 77px;
  }
  .cid-tbGtSxQUWr .navbar.opened {
    height: auto;
  }
  .cid-tbGtSxQUWr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbGtWb7spU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tbGtWb7spU .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tbGtWb7spU .container {
  max-width: 1400px;
}
.cid-tbGtWb7spU li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-tbGtWb7spU .col-lg-3 {
    max-width: 20%;
  }
}
.cid-tbGtWb7spU .time {
  line-height: 2;
}
.cid-tbGtWb7spU .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tbGtWb7spU .text-wrap {
  width: 100%;
}
.cid-tbGtWb7spU .item-wrap {
  display: inline-block;
}
.cid-tbGtWb7spU .item-wrap span,
.cid-tbGtWb7spU .item-wrap p {
  transition: all 0.3s;
}
.cid-tbGtWb7spU .item-wrap:hover span,
.cid-tbGtWb7spU .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-tbGtWb7spU .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tbGtWb7spU .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tbGtWb7spU .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-tbGtWb7spU .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tbGtWb7spU .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tbGtWb7spU .socicon-wrap {
    margin: auto;
  }
}
.cid-tbGtWb7spU .title {
  color: #ffffff;
}
.cid-tbGtWb7spU .mbr-text {
  color: #999999;
}
.cid-tbGtWb7spU .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tbGtWb7spU .icon-title,
.cid-tbGtWb7spU .align-wrap {
  color: #999999;
  width: 100%;
}
.cid-tdtfmawzOF {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/19-4-1200x800.png");
}
.cid-tdtfmawzOF h2 {
  color: #000000;
}
.cid-tdtfmawzOF h1 {
  color: #000000;
}
.cid-tdtfmawzOF .mbr-text,
.cid-tdtfmawzOF .mbr-section-btn {
  color: #999999;
}
.cid-tdtfmawzOF DIV {
  text-align: left;
}
.cid-tdtfmawzOF H1 {
  color: #ffffff;
}
.cid-tdyuiLNv8b {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tdyuiLNv8b .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-tdyuiLNv8b .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-tdyuiLNv8b .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tdyuiLNv8b .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tdyuiLNv8b .mbr-text,
.cid-tdyuiLNv8b .mbr-section-btn {
  color: #999999;
}
.cid-tdyuiLNv8b .mbr-text,
.cid-tdyuiLNv8b .col {
  color: #333333;
}
.cid-tdyyL3rAUt {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tdyyL3rAUt .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-tdyyL3rAUt .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-tdyyL3rAUt .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tdyyL3rAUt .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tdyyL3rAUt .mbr-text,
.cid-tdyyL3rAUt .mbr-section-btn {
  color: #999999;
}
.cid-tdyyL3rAUt .mbr-text,
.cid-tdyyL3rAUt .col {
  color: #333333;
}
.cid-tdyukMO7Ac {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  background-color: #ffffff;
}
.cid-tdyukMO7Ac .card-header {
  background: transparent;
}
.cid-tdyukMO7Ac img {
  width: 90%;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
  margin: auto;
}
@media (max-width: 992px) {
  .cid-tdyukMO7Ac .wrapper {
    padding: 0;
  }
  .cid-tdyukMO7Ac img {
    width: 100%;
    padding: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-tdyukMO7Ac .mbr-iconfont {
  font-size: 1rem !important;
  font-family: "Moririse2" !important;
}
.cid-tdyukMO7Ac .mbr-iconfont:before {
  content: "\e960";
}
.cid-tdyukMO7Ac .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tdyukMO7Ac .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tdyukMO7Ac .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tdyukMO7Ac .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tdyukMO7Ac .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-tdyukMO7Ac .card .panel-body {
  color: #767676;
  padding-top: 1rem;
}
.cid-tdyukMO7Ac h5 {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0rem;
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0rem;
}
@media (max-width: 767px) {
  .cid-tdyukMO7Ac .wrapper {
    padding: 2rem 1rem;
  }
  .cid-tdyukMO7Ac h5 {
    padding: 1rem 0rem;
  }
}
.cid-tdyukMO7Ac .mbr-text,
.cid-tdyukMO7Ac .mbr-section-btn {
  color: #ffffff;
}
.cid-tdyukMO7Ac .panel-text {
  color: #555555;
}
.cid-tdyukMO7Ac H4 {
  color: #ffffff;
}
.cid-tdyukMO7Ac H5 {
  color: #000000;
}
.cid-tdyukMO7Ac H3 {
  color: #000000;
}
.cid-tdtfm9KPhE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-tdtfm9KPhE img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tdtfm9KPhE .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-tdtfm9KPhE .img-col {
  padding: 0;
}
.cid-tdtfm9KPhE .wrapper {
  padding: 6rem 12rem;
}
.cid-tdtfm9KPhE .link-wrap {
  width: 100%;
}
.cid-tdtfm9KPhE .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-tdtfm9KPhE .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-tdtfm9KPhE .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tdtfm9KPhE .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-tdtfm9KPhE .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tdtfm9KPhE .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-tdtfm9KPhE .link,
.cid-tdtfm9KPhE .wrapper {
  color: #cc2952;
}
.cid-tdtfm9KPhE .mbr-section-subtitle {
  color: #000000;
}
.cid-tdtfm9KPhE .card-title,
.cid-tdtfm9KPhE .card-box {
  color: #000000;
}
.cid-tdtfm9KPhE .mbr-text,
.cid-tdtfm9KPhE .mbr-section-btn {
  color: #999999;
}
.cid-tdtfma82cM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-tdtfma82cM img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tdtfma82cM .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-tdtfma82cM .img-col {
  padding: 0;
}
.cid-tdtfma82cM .wrapper {
  padding: 6rem 12rem;
}
.cid-tdtfma82cM .link-wrap {
  width: 100%;
}
.cid-tdtfma82cM .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-tdtfma82cM .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-tdtfma82cM .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tdtfma82cM .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-tdtfma82cM .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tdtfma82cM .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-tdtfma82cM .link,
.cid-tdtfma82cM .wrapper {
  color: #cc2952;
}
.cid-tdtfma82cM .mbr-section-subtitle {
  color: #000000;
}
.cid-tdtfma82cM .card-title,
.cid-tdtfma82cM .card-box {
  color: #000000;
}
.cid-tdtfma82cM .mbr-text,
.cid-tdtfma82cM .mbr-section-btn {
  color: #999999;
}
.cid-tguLhLyUFk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-tguLhLyUFk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tguLhLyUFk .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-tguLhLyUFk .img-col {
  padding: 0;
}
.cid-tguLhLyUFk .wrapper {
  padding: 6rem 12rem;
}
.cid-tguLhLyUFk .link-wrap {
  width: 100%;
}
.cid-tguLhLyUFk .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-tguLhLyUFk .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-tguLhLyUFk .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tguLhLyUFk .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-tguLhLyUFk .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tguLhLyUFk .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-tguLhLyUFk .link,
.cid-tguLhLyUFk .wrapper {
  color: #cc2952;
}
.cid-tguLhLyUFk .mbr-section-subtitle {
  color: #000000;
}
.cid-tguLhLyUFk .card-title,
.cid-tguLhLyUFk .card-box {
  color: #000000;
}
.cid-tguLhLyUFk .mbr-text,
.cid-tguLhLyUFk .mbr-section-btn {
  color: #999999;
}
.cid-tdywKL6k4i {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
.cid-tdywKL6k4i .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tdywKL6k4i .panel-group {
  width: 100%;
}
.cid-tdywKL6k4i .panel-text,
.cid-tdywKL6k4i .header-text,
.cid-tdywKL6k4i .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tdywKL6k4i .card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  margin-bottom: .5rem;
  border: none;
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-tdywKL6k4i .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-tdywKL6k4i .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  line-height: normal;
}
.cid-tdywKL6k4i .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tdywKL6k4i .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-tdywKL6k4i .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-tdywKL6k4i .card .card-header a.panel-title[aria-expanded="true"] {
  background-color: #188ef4;
}
.cid-tdywKL6k4i .card .card-header a.panel-title[aria-expanded="true"] .header-text {
  color: #ffffff !important;
}
.cid-tdywKL6k4i .card .panel-body {
  background: #ffffff;
}
.cid-tdywKL6k4i .sign {
  color: #232323;
}
.cid-tdthrdJFuu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #7ce0d3;
}
.cid-tdtfmenvy9 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdtfmenvy9 .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-tdtfmenvy9 .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-tdtfmenvy9 .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-tdtfmenvy9 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tdtfmenvy9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tdtfmenvy9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tdtfmenvy9 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tdtfmenvy9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdtfmenvy9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tdtfmenvy9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tdtfmenvy9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdtfmenvy9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tdtfmenvy9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tdtfmenvy9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tdtfmenvy9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tdtfmenvy9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tdtfmenvy9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdtfmenvy9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdtfmenvy9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdtfmenvy9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdtfmenvy9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tdtfmenvy9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tdtfmenvy9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdtfmenvy9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdtfmenvy9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tdtfmenvy9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tdtfmenvy9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tdtfmenvy9 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tdtfmenvy9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tdtfmenvy9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdtfmenvy9 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tdtfmenvy9 .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-tdtfmenvy9 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tdtfmenvy9 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-tdtfmenvy9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-tdtfmenvy9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tdtfmenvy9 .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tdtfmenvy9 .navbar-caption {
  padding-right: 4rem;
}
.cid-tdtfmenvy9 .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-tdtfmenvy9 .dropdown-menu,
.cid-tdtfmenvy9 .navbar.opened {
  background: #ffffff !important;
}
.cid-tdtfmenvy9 .nav-item:focus,
.cid-tdtfmenvy9 .nav-link:focus {
  outline: none;
}
.cid-tdtfmenvy9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdtfmenvy9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdtfmenvy9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tdtfmenvy9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdtfmenvy9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdtfmenvy9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tdtfmenvy9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdtfmenvy9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdtfmenvy9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdtfmenvy9 .dropdown-item.active,
.cid-tdtfmenvy9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tdtfmenvy9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdtfmenvy9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdtfmenvy9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdtfmenvy9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tdtfmenvy9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdtfmenvy9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tdtfmenvy9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tdtfmenvy9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tdtfmenvy9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tdtfmenvy9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tdtfmenvy9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tdtfmenvy9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tdtfmenvy9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tdtfmenvy9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tdtfmenvy9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tdtfmenvy9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tdtfmenvy9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tdtfmenvy9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tdtfmenvy9 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tdtfmenvy9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tdtfmenvy9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tdtfmenvy9 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdtfmenvy9 .navbar {
    height: 77px;
  }
  .cid-tdtfmenvy9 .navbar.opened {
    height: auto;
  }
  .cid-tdtfmenvy9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tdtfmf7beq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tdtfmf7beq .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tdtfmf7beq .container {
  max-width: 1400px;
}
.cid-tdtfmf7beq li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-tdtfmf7beq .col-lg-3 {
    max-width: 20%;
  }
}
.cid-tdtfmf7beq .time {
  line-height: 2;
}
.cid-tdtfmf7beq .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tdtfmf7beq .text-wrap {
  width: 100%;
}
.cid-tdtfmf7beq .item-wrap {
  display: inline-block;
}
.cid-tdtfmf7beq .item-wrap span,
.cid-tdtfmf7beq .item-wrap p {
  transition: all 0.3s;
}
.cid-tdtfmf7beq .item-wrap:hover span,
.cid-tdtfmf7beq .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-tdtfmf7beq .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tdtfmf7beq .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tdtfmf7beq .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-tdtfmf7beq .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tdtfmf7beq .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tdtfmf7beq .socicon-wrap {
    margin: auto;
  }
}
.cid-tdtfmf7beq .title {
  color: #ffffff;
}
.cid-tdtfmf7beq .mbr-text {
  color: #999999;
}
.cid-tdtfmf7beq .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tdtfmf7beq .icon-title,
.cid-tdtfmf7beq .align-wrap {
  color: #999999;
  width: 100%;
}
.cid-te62sF6qYu {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/2-1200x800.png");
}
.cid-te62sF6qYu h2 {
  color: #000000;
}
.cid-te62sF6qYu h1 {
  color: #000000;
}
.cid-te62sF6qYu .mbr-text,
.cid-te62sF6qYu .mbr-section-btn {
  color: #999999;
}
.cid-te62sF6qYu DIV {
  text-align: left;
}
.cid-te62sF6qYu H1 {
  color: #ffffff;
}
.cid-te62sF6qYu H2 {
  color: #ffffff;
}
.cid-te62sFHLyH {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-te62sFHLyH .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-te62sFHLyH .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-te62sFHLyH .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-te62sFHLyH .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-te62sFHLyH .mbr-text,
.cid-te62sFHLyH .mbr-section-btn {
  color: #999999;
}
.cid-te62sFHLyH .mbr-text,
.cid-te62sFHLyH .col {
  color: #333333;
}
.cid-te62sGRkyt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-te62sGRkyt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-te62sGRkyt .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-te62sGRkyt .img-col {
  padding: 0;
}
.cid-te62sGRkyt .wrapper {
  padding: 6rem 12rem;
}
.cid-te62sGRkyt .link-wrap {
  width: 100%;
}
.cid-te62sGRkyt .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-te62sGRkyt .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-te62sGRkyt .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-te62sGRkyt .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-te62sGRkyt .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-te62sGRkyt .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-te62sGRkyt .link,
.cid-te62sGRkyt .wrapper {
  color: #cc2952;
}
.cid-te62sGRkyt .mbr-section-subtitle {
  color: #000000;
}
.cid-te62sGRkyt .card-title,
.cid-te62sGRkyt .card-box {
  color: #000000;
}
.cid-te62sGRkyt .mbr-text,
.cid-te62sGRkyt .mbr-section-btn {
  color: #999999;
}
.cid-te62sGcNKe {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  background-color: #ffffff;
}
.cid-te62sGcNKe .card-header {
  background: transparent;
}
.cid-te62sGcNKe img {
  width: 90%;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
  margin: auto;
}
@media (max-width: 992px) {
  .cid-te62sGcNKe .wrapper {
    padding: 0;
  }
  .cid-te62sGcNKe img {
    width: 100%;
    padding: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-te62sGcNKe .mbr-iconfont {
  font-size: 1rem !important;
  font-family: "Moririse2" !important;
}
.cid-te62sGcNKe .mbr-iconfont:before {
  content: "\e960";
}
.cid-te62sGcNKe .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-te62sGcNKe .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-te62sGcNKe .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-te62sGcNKe .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-te62sGcNKe .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-te62sGcNKe .card .panel-body {
  color: #767676;
  padding-top: 1rem;
}
.cid-te62sGcNKe h5 {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0rem;
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0rem;
}
@media (max-width: 767px) {
  .cid-te62sGcNKe .wrapper {
    padding: 2rem 1rem;
  }
  .cid-te62sGcNKe h5 {
    padding: 1rem 0rem;
  }
}
.cid-te62sGcNKe .mbr-text,
.cid-te62sGcNKe .mbr-section-btn {
  color: #ffffff;
}
.cid-te62sGcNKe .panel-text {
  color: #555555;
}
.cid-te62sGcNKe H4 {
  color: #ffffff;
}
.cid-te62sGcNKe H5 {
  color: #000000;
}
.cid-te62sGcNKe H3 {
  color: #000000;
}
.cid-te62sHIbxK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #7ce0d3;
}
.cid-te62sITbNi .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-te62sITbNi .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-te62sITbNi .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-te62sITbNi .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-te62sITbNi .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-te62sITbNi .navbar.opened {
  transition: all 0.3s;
}
.cid-te62sITbNi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-te62sITbNi .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-te62sITbNi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-te62sITbNi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-te62sITbNi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-te62sITbNi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-te62sITbNi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-te62sITbNi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-te62sITbNi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-te62sITbNi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-te62sITbNi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-te62sITbNi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-te62sITbNi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-te62sITbNi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-te62sITbNi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-te62sITbNi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-te62sITbNi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-te62sITbNi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-te62sITbNi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-te62sITbNi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-te62sITbNi .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-te62sITbNi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-te62sITbNi .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-te62sITbNi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-te62sITbNi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-te62sITbNi .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-te62sITbNi .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-te62sITbNi .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-te62sITbNi .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-te62sITbNi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-te62sITbNi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-te62sITbNi .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-te62sITbNi .navbar-caption {
  padding-right: 4rem;
}
.cid-te62sITbNi .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-te62sITbNi .dropdown-menu,
.cid-te62sITbNi .navbar.opened {
  background: #ffffff !important;
}
.cid-te62sITbNi .nav-item:focus,
.cid-te62sITbNi .nav-link:focus {
  outline: none;
}
.cid-te62sITbNi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-te62sITbNi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-te62sITbNi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-te62sITbNi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-te62sITbNi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-te62sITbNi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-te62sITbNi .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-te62sITbNi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-te62sITbNi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-te62sITbNi .dropdown-item.active,
.cid-te62sITbNi .dropdown-item:active {
  background-color: transparent;
}
.cid-te62sITbNi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-te62sITbNi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-te62sITbNi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-te62sITbNi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-te62sITbNi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-te62sITbNi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-te62sITbNi ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-te62sITbNi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-te62sITbNi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-te62sITbNi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-te62sITbNi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-te62sITbNi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-te62sITbNi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-te62sITbNi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-te62sITbNi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-te62sITbNi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-te62sITbNi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-te62sITbNi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-te62sITbNi .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-te62sITbNi a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-te62sITbNi .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-te62sITbNi .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-te62sITbNi .navbar {
    height: 77px;
  }
  .cid-te62sITbNi .navbar.opened {
    height: auto;
  }
  .cid-te62sITbNi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-te62sJQ6DT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-te62sJQ6DT .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-te62sJQ6DT .container {
  max-width: 1400px;
}
.cid-te62sJQ6DT li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-te62sJQ6DT .col-lg-3 {
    max-width: 20%;
  }
}
.cid-te62sJQ6DT .time {
  line-height: 2;
}
.cid-te62sJQ6DT .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-te62sJQ6DT .text-wrap {
  width: 100%;
}
.cid-te62sJQ6DT .item-wrap {
  display: inline-block;
}
.cid-te62sJQ6DT .item-wrap span,
.cid-te62sJQ6DT .item-wrap p {
  transition: all 0.3s;
}
.cid-te62sJQ6DT .item-wrap:hover span,
.cid-te62sJQ6DT .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-te62sJQ6DT .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-te62sJQ6DT .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-te62sJQ6DT .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-te62sJQ6DT .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-te62sJQ6DT .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-te62sJQ6DT .socicon-wrap {
    margin: auto;
  }
}
.cid-te62sJQ6DT .title {
  color: #ffffff;
}
.cid-te62sJQ6DT .mbr-text {
  color: #999999;
}
.cid-te62sJQ6DT .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-te62sJQ6DT .icon-title,
.cid-te62sJQ6DT .align-wrap {
  color: #999999;
  width: 100%;
}
.cid-te62paBGVR {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/1-3-1200x800.png");
}
.cid-te62paBGVR h2 {
  color: #000000;
}
.cid-te62paBGVR h1 {
  color: #000000;
}
.cid-te62paBGVR .mbr-text,
.cid-te62paBGVR .mbr-section-btn {
  color: #999999;
}
.cid-te62paBGVR DIV {
  text-align: left;
}
.cid-te62paBGVR H1 {
  color: #ffffff;
}
.cid-te62pdcwr0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-te62pdcwr0 .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-te62pdcwr0 .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-te62pdcwr0 .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-te62pdcwr0 .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-te62pdcwr0 .mbr-text,
.cid-te62pdcwr0 .mbr-section-btn {
  color: #999999;
}
.cid-te62pdcwr0 .mbr-text,
.cid-te62pdcwr0 .col {
  color: #333333;
}
.cid-te62peqyFo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-te62peqyFo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-te62peqyFo .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-te62peqyFo .img-col {
  padding: 0;
}
.cid-te62peqyFo .wrapper {
  padding: 6rem 12rem;
}
.cid-te62peqyFo .link-wrap {
  width: 100%;
}
.cid-te62peqyFo .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-te62peqyFo .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-te62peqyFo .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-te62peqyFo .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-te62peqyFo .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-te62peqyFo .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-te62peqyFo .link,
.cid-te62peqyFo .wrapper {
  color: #cc2952;
}
.cid-te62peqyFo .mbr-section-subtitle {
  color: #000000;
}
.cid-te62peqyFo .card-title,
.cid-te62peqyFo .card-box {
  color: #000000;
}
.cid-te62peqyFo .mbr-text,
.cid-te62peqyFo .mbr-section-btn {
  color: #999999;
}
.cid-te62peqyFo .mbr-text,
.cid-te62peqyFo .wrapper {
  text-align: left;
  color: #000000;
}
.cid-tfeNxqDa0E {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfeNxqDa0E h3 {
  color: #000000;
}
.cid-tfeNxqDa0E h4 {
  color: #000000;
}
.cid-tfeNxqDa0E .mbr-text,
.cid-tfeNxqDa0E .mbr-section-btn {
  color: #999999;
}
.cid-tfeNxqDa0E img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-teFs6Y6di2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-teFs6Y6di2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-teFs6Y6di2 .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-teFs6Y6di2 .img-col {
  padding: 0;
}
.cid-teFs6Y6di2 .wrapper {
  padding: 6rem 12rem;
}
.cid-teFs6Y6di2 .link-wrap {
  width: 100%;
}
.cid-teFs6Y6di2 .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-teFs6Y6di2 .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-teFs6Y6di2 .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-teFs6Y6di2 .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-teFs6Y6di2 .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-teFs6Y6di2 .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-teFs6Y6di2 .link,
.cid-teFs6Y6di2 .wrapper {
  color: #cc2952;
}
.cid-teFs6Y6di2 .mbr-section-subtitle {
  color: #000000;
}
.cid-teFs6Y6di2 .card-title,
.cid-teFs6Y6di2 .card-box {
  color: #000000;
}
.cid-teFs6Y6di2 .mbr-text,
.cid-teFs6Y6di2 .mbr-section-btn {
  color: #999999;
}
.cid-tfeO4XLmT5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfeO4XLmT5 h3 {
  color: #000000;
}
.cid-tfeO4XLmT5 h4 {
  color: #000000;
}
.cid-tfeO4XLmT5 .mbr-text,
.cid-tfeO4XLmT5 .mbr-section-btn {
  color: #999999;
}
.cid-tfeO4XLmT5 img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-teFuPlF7Ps {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-teFuPlF7Ps img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-teFuPlF7Ps .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-teFuPlF7Ps .img-col {
  padding: 0;
}
.cid-teFuPlF7Ps .wrapper {
  padding: 6rem 12rem;
}
.cid-teFuPlF7Ps .link-wrap {
  width: 100%;
}
.cid-teFuPlF7Ps .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-teFuPlF7Ps .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-teFuPlF7Ps .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-teFuPlF7Ps .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-teFuPlF7Ps .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-teFuPlF7Ps .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-teFuPlF7Ps .link,
.cid-teFuPlF7Ps .wrapper {
  color: #cc2952;
}
.cid-teFuPlF7Ps .mbr-section-subtitle {
  color: #000000;
}
.cid-teFuPlF7Ps .card-title,
.cid-teFuPlF7Ps .card-box {
  color: #000000;
}
.cid-teFuPlF7Ps .mbr-text,
.cid-teFuPlF7Ps .mbr-section-btn {
  color: #999999;
}
.cid-te62pfqPG7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #7ce0d3;
}
.cid-te62pgMTjU .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-te62pgMTjU .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-te62pgMTjU .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-te62pgMTjU .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-te62pgMTjU .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-te62pgMTjU .navbar.opened {
  transition: all 0.3s;
}
.cid-te62pgMTjU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-te62pgMTjU .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-te62pgMTjU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-te62pgMTjU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-te62pgMTjU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-te62pgMTjU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-te62pgMTjU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-te62pgMTjU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-te62pgMTjU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-te62pgMTjU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-te62pgMTjU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-te62pgMTjU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-te62pgMTjU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-te62pgMTjU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-te62pgMTjU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-te62pgMTjU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-te62pgMTjU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-te62pgMTjU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-te62pgMTjU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-te62pgMTjU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-te62pgMTjU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-te62pgMTjU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-te62pgMTjU .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-te62pgMTjU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-te62pgMTjU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-te62pgMTjU .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-te62pgMTjU .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-te62pgMTjU .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-te62pgMTjU .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-te62pgMTjU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-te62pgMTjU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-te62pgMTjU .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-te62pgMTjU .navbar-caption {
  padding-right: 4rem;
}
.cid-te62pgMTjU .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-te62pgMTjU .dropdown-menu,
.cid-te62pgMTjU .navbar.opened {
  background: #ffffff !important;
}
.cid-te62pgMTjU .nav-item:focus,
.cid-te62pgMTjU .nav-link:focus {
  outline: none;
}
.cid-te62pgMTjU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-te62pgMTjU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-te62pgMTjU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-te62pgMTjU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-te62pgMTjU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-te62pgMTjU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-te62pgMTjU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-te62pgMTjU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-te62pgMTjU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-te62pgMTjU .dropdown-item.active,
.cid-te62pgMTjU .dropdown-item:active {
  background-color: transparent;
}
.cid-te62pgMTjU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-te62pgMTjU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-te62pgMTjU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-te62pgMTjU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-te62pgMTjU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-te62pgMTjU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-te62pgMTjU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-te62pgMTjU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-te62pgMTjU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-te62pgMTjU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-te62pgMTjU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-te62pgMTjU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-te62pgMTjU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-te62pgMTjU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-te62pgMTjU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-te62pgMTjU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-te62pgMTjU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-te62pgMTjU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-te62pgMTjU .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-te62pgMTjU a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-te62pgMTjU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-te62pgMTjU .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-te62pgMTjU .navbar {
    height: 77px;
  }
  .cid-te62pgMTjU .navbar.opened {
    height: auto;
  }
  .cid-te62pgMTjU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-te62phLL6l {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-te62phLL6l .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-te62phLL6l .container {
  max-width: 1400px;
}
.cid-te62phLL6l li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-te62phLL6l .col-lg-3 {
    max-width: 20%;
  }
}
.cid-te62phLL6l .time {
  line-height: 2;
}
.cid-te62phLL6l .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-te62phLL6l .text-wrap {
  width: 100%;
}
.cid-te62phLL6l .item-wrap {
  display: inline-block;
}
.cid-te62phLL6l .item-wrap span,
.cid-te62phLL6l .item-wrap p {
  transition: all 0.3s;
}
.cid-te62phLL6l .item-wrap:hover span,
.cid-te62phLL6l .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-te62phLL6l .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-te62phLL6l .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-te62phLL6l .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-te62phLL6l .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-te62phLL6l .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-te62phLL6l .socicon-wrap {
    margin: auto;
  }
}
.cid-te62phLL6l .title {
  color: #ffffff;
}
.cid-te62phLL6l .mbr-text {
  color: #999999;
}
.cid-te62phLL6l .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-te62phLL6l .icon-title,
.cid-te62phLL6l .align-wrap {
  color: #999999;
  width: 100%;
}
.cid-te62195w1K {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/12-1200x800.png");
}
.cid-te62195w1K h2 {
  color: #000000;
}
.cid-te62195w1K h1 {
  color: #000000;
}
.cid-te62195w1K .mbr-text,
.cid-te62195w1K .mbr-section-btn {
  color: #999999;
}
.cid-te62195w1K DIV {
  text-align: left;
}
.cid-te62195w1K H1 {
  color: #ffffff;
}
.cid-te62195w1K H2 {
  color: #ffffff;
}
.cid-te621aZcbZ {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-te621aZcbZ .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-te621aZcbZ .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-te621aZcbZ .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-te621aZcbZ .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-te621aZcbZ .mbr-text,
.cid-te621aZcbZ .mbr-section-btn {
  color: #999999;
}
.cid-te621aZcbZ .mbr-text,
.cid-te621aZcbZ .col {
  color: #333333;
}
.cid-te621czd1J {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-te621czd1J img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-te621czd1J .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-te621czd1J .img-col {
  padding: 0;
}
.cid-te621czd1J .wrapper {
  padding: 6rem 12rem;
}
.cid-te621czd1J .link-wrap {
  width: 100%;
}
.cid-te621czd1J .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-te621czd1J .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-te621czd1J .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-te621czd1J .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-te621czd1J .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-te621czd1J .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-te621czd1J .link,
.cid-te621czd1J .wrapper {
  color: #cc2952;
}
.cid-te621czd1J .mbr-section-subtitle {
  color: #000000;
}
.cid-te621czd1J .card-title,
.cid-te621czd1J .card-box {
  color: #000000;
}
.cid-te621czd1J .mbr-text,
.cid-te621czd1J .mbr-section-btn {
  color: #999999;
}
.cid-te621dLWWN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #7ce0d3;
}
.cid-te621fkpHW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-te621fkpHW .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-te621fkpHW .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-te621fkpHW .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-te621fkpHW .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-te621fkpHW .navbar.opened {
  transition: all 0.3s;
}
.cid-te621fkpHW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-te621fkpHW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-te621fkpHW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-te621fkpHW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-te621fkpHW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-te621fkpHW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-te621fkpHW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-te621fkpHW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-te621fkpHW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-te621fkpHW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-te621fkpHW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-te621fkpHW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-te621fkpHW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-te621fkpHW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-te621fkpHW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-te621fkpHW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-te621fkpHW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-te621fkpHW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-te621fkpHW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-te621fkpHW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-te621fkpHW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-te621fkpHW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-te621fkpHW .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-te621fkpHW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-te621fkpHW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-te621fkpHW .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-te621fkpHW .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-te621fkpHW .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-te621fkpHW .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-te621fkpHW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-te621fkpHW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-te621fkpHW .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-te621fkpHW .navbar-caption {
  padding-right: 4rem;
}
.cid-te621fkpHW .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-te621fkpHW .dropdown-menu,
.cid-te621fkpHW .navbar.opened {
  background: #ffffff !important;
}
.cid-te621fkpHW .nav-item:focus,
.cid-te621fkpHW .nav-link:focus {
  outline: none;
}
.cid-te621fkpHW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-te621fkpHW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-te621fkpHW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-te621fkpHW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-te621fkpHW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-te621fkpHW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-te621fkpHW .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-te621fkpHW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-te621fkpHW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-te621fkpHW .dropdown-item.active,
.cid-te621fkpHW .dropdown-item:active {
  background-color: transparent;
}
.cid-te621fkpHW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-te621fkpHW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-te621fkpHW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-te621fkpHW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-te621fkpHW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-te621fkpHW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-te621fkpHW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-te621fkpHW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-te621fkpHW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-te621fkpHW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-te621fkpHW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-te621fkpHW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-te621fkpHW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-te621fkpHW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-te621fkpHW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-te621fkpHW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-te621fkpHW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-te621fkpHW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-te621fkpHW .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-te621fkpHW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-te621fkpHW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-te621fkpHW .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-te621fkpHW .navbar {
    height: 77px;
  }
  .cid-te621fkpHW .navbar.opened {
    height: auto;
  }
  .cid-te621fkpHW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-te621h9pDr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-te621h9pDr .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-te621h9pDr .container {
  max-width: 1400px;
}
.cid-te621h9pDr li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-te621h9pDr .col-lg-3 {
    max-width: 20%;
  }
}
.cid-te621h9pDr .time {
  line-height: 2;
}
.cid-te621h9pDr .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-te621h9pDr .text-wrap {
  width: 100%;
}
.cid-te621h9pDr .item-wrap {
  display: inline-block;
}
.cid-te621h9pDr .item-wrap span,
.cid-te621h9pDr .item-wrap p {
  transition: all 0.3s;
}
.cid-te621h9pDr .item-wrap:hover span,
.cid-te621h9pDr .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-te621h9pDr .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-te621h9pDr .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-te621h9pDr .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-te621h9pDr .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-te621h9pDr .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-te621h9pDr .socicon-wrap {
    margin: auto;
  }
}
.cid-te621h9pDr .title {
  color: #ffffff;
}
.cid-te621h9pDr .mbr-text {
  color: #999999;
}
.cid-te621h9pDr .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-te621h9pDr .icon-title,
.cid-te621h9pDr .align-wrap {
  color: #999999;
  width: 100%;
}
.cid-te62fxmrAi {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/23-2-1200x800.png");
}
.cid-te62fxmrAi h2 {
  color: #000000;
}
.cid-te62fxmrAi h1 {
  color: #000000;
}
.cid-te62fxmrAi .mbr-text,
.cid-te62fxmrAi .mbr-section-btn {
  color: #999999;
}
.cid-te62fxmrAi DIV {
  text-align: left;
}
.cid-te62fxmrAi H1 {
  color: #ffffff;
}
.cid-te62fxmrAi H2 {
  color: #ffffff;
}
.cid-te62fypQUq {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-te62fypQUq .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-te62fypQUq .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-te62fypQUq .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-te62fypQUq .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-te62fypQUq .mbr-text,
.cid-te62fypQUq .mbr-section-btn {
  color: #999999;
}
.cid-te62fypQUq .mbr-text,
.cid-te62fypQUq .col {
  color: #333333;
}
.cid-te62fAILAo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-te62fAILAo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-te62fAILAo .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-te62fAILAo .img-col {
  padding: 0;
}
.cid-te62fAILAo .wrapper {
  padding: 6rem 12rem;
}
.cid-te62fAILAo .link-wrap {
  width: 100%;
}
.cid-te62fAILAo .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-te62fAILAo .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-te62fAILAo .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-te62fAILAo .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-te62fAILAo .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-te62fAILAo .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-te62fAILAo .link,
.cid-te62fAILAo .wrapper {
  color: #cc2952;
}
.cid-te62fAILAo .mbr-section-subtitle {
  color: #000000;
}
.cid-te62fAILAo .card-title,
.cid-te62fAILAo .card-box {
  color: #000000;
}
.cid-te62fAILAo .mbr-text,
.cid-te62fAILAo .mbr-section-btn {
  color: #999999;
}
.cid-tffRyu04GQ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tffRyu04GQ h3 {
  color: #000000;
}
.cid-tffRyu04GQ h4 {
  color: #000000;
}
.cid-tffRyu04GQ .mbr-text,
.cid-tffRyu04GQ .mbr-section-btn {
  color: #999999;
}
.cid-tffRyu04GQ img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-te62fzWYXh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-te62fzWYXh img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-te62fzWYXh .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-te62fzWYXh .img-col {
  padding: 0;
}
.cid-te62fzWYXh .wrapper {
  padding: 6rem 12rem;
}
.cid-te62fzWYXh .link-wrap {
  width: 100%;
}
.cid-te62fzWYXh .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-te62fzWYXh .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-te62fzWYXh .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-te62fzWYXh .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-te62fzWYXh .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-te62fzWYXh .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-te62fzWYXh .link,
.cid-te62fzWYXh .wrapper {
  color: #cc2952;
}
.cid-te62fzWYXh .mbr-section-subtitle {
  color: #000000;
}
.cid-te62fzWYXh .card-title,
.cid-te62fzWYXh .card-box {
  color: #000000;
}
.cid-te62fzWYXh .mbr-text,
.cid-te62fzWYXh .mbr-section-btn {
  color: #999999;
}
.cid-teqgjzinzZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-teqgjzinzZ img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-teqgjzinzZ .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-teqgjzinzZ .img-col {
  padding: 0;
}
.cid-teqgjzinzZ .wrapper {
  padding: 6rem 12rem;
}
.cid-teqgjzinzZ .link-wrap {
  width: 100%;
}
.cid-teqgjzinzZ .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-teqgjzinzZ .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-teqgjzinzZ .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-teqgjzinzZ .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-teqgjzinzZ .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-teqgjzinzZ .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-teqgjzinzZ .link,
.cid-teqgjzinzZ .wrapper {
  color: #cc2952;
}
.cid-teqgjzinzZ .mbr-section-subtitle {
  color: #000000;
}
.cid-teqgjzinzZ .card-title,
.cid-teqgjzinzZ .card-box {
  color: #000000;
}
.cid-teqgjzinzZ .mbr-text,
.cid-teqgjzinzZ .mbr-section-btn {
  color: #999999;
}
.cid-te62fBbnos {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #7ce0d3;
}
.cid-te62fCjt95 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-te62fCjt95 .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-te62fCjt95 .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-te62fCjt95 .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-te62fCjt95 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-te62fCjt95 .navbar.opened {
  transition: all 0.3s;
}
.cid-te62fCjt95 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-te62fCjt95 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-te62fCjt95 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-te62fCjt95 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-te62fCjt95 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-te62fCjt95 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-te62fCjt95 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-te62fCjt95 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-te62fCjt95 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-te62fCjt95 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-te62fCjt95 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-te62fCjt95 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-te62fCjt95 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-te62fCjt95 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-te62fCjt95 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-te62fCjt95 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-te62fCjt95 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-te62fCjt95 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-te62fCjt95 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-te62fCjt95 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-te62fCjt95 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-te62fCjt95 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-te62fCjt95 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-te62fCjt95 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-te62fCjt95 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-te62fCjt95 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-te62fCjt95 .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-te62fCjt95 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-te62fCjt95 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-te62fCjt95 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-te62fCjt95 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-te62fCjt95 .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-te62fCjt95 .navbar-caption {
  padding-right: 4rem;
}
.cid-te62fCjt95 .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-te62fCjt95 .dropdown-menu,
.cid-te62fCjt95 .navbar.opened {
  background: #ffffff !important;
}
.cid-te62fCjt95 .nav-item:focus,
.cid-te62fCjt95 .nav-link:focus {
  outline: none;
}
.cid-te62fCjt95 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-te62fCjt95 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-te62fCjt95 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-te62fCjt95 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-te62fCjt95 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-te62fCjt95 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-te62fCjt95 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-te62fCjt95 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-te62fCjt95 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-te62fCjt95 .dropdown-item.active,
.cid-te62fCjt95 .dropdown-item:active {
  background-color: transparent;
}
.cid-te62fCjt95 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-te62fCjt95 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-te62fCjt95 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-te62fCjt95 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-te62fCjt95 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-te62fCjt95 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-te62fCjt95 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-te62fCjt95 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-te62fCjt95 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-te62fCjt95 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-te62fCjt95 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-te62fCjt95 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-te62fCjt95 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-te62fCjt95 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-te62fCjt95 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-te62fCjt95 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-te62fCjt95 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-te62fCjt95 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-te62fCjt95 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-te62fCjt95 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-te62fCjt95 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-te62fCjt95 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-te62fCjt95 .navbar {
    height: 77px;
  }
  .cid-te62fCjt95 .navbar.opened {
    height: auto;
  }
  .cid-te62fCjt95 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-te62fDsE0g {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-te62fDsE0g .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-te62fDsE0g .container {
  max-width: 1400px;
}
.cid-te62fDsE0g li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-te62fDsE0g .col-lg-3 {
    max-width: 20%;
  }
}
.cid-te62fDsE0g .time {
  line-height: 2;
}
.cid-te62fDsE0g .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-te62fDsE0g .text-wrap {
  width: 100%;
}
.cid-te62fDsE0g .item-wrap {
  display: inline-block;
}
.cid-te62fDsE0g .item-wrap span,
.cid-te62fDsE0g .item-wrap p {
  transition: all 0.3s;
}
.cid-te62fDsE0g .item-wrap:hover span,
.cid-te62fDsE0g .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-te62fDsE0g .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-te62fDsE0g .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-te62fDsE0g .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-te62fDsE0g .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-te62fDsE0g .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-te62fDsE0g .socicon-wrap {
    margin: auto;
  }
}
.cid-te62fDsE0g .title {
  color: #ffffff;
}
.cid-te62fDsE0g .mbr-text {
  color: #999999;
}
.cid-te62fDsE0g .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-te62fDsE0g .icon-title,
.cid-te62fDsE0g .align-wrap {
  color: #999999;
  width: 100%;
}
.cid-tdITmyPQbF {
  padding-top: 135px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/12-1-1200x800.png");
}
.cid-tdITmyPQbF h2 {
  color: #000000;
}
.cid-tdITmyPQbF h1 {
  color: #000000;
}
.cid-tdITmyPQbF .mbr-text,
.cid-tdITmyPQbF .mbr-section-btn {
  color: #ffffff;
}
.cid-tdITmyPQbF DIV {
  text-align: left;
}
.cid-tdITmyPQbF H1 {
  color: #ffffff;
}
.cid-teoRWkayWX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-teoRWkayWX .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-teoRWkayWX .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-teoRWkayWX .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-teoRWkayWX .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-teoRWkayWX .mbr-text,
.cid-teoRWkayWX .mbr-section-btn {
  color: #999999;
}
.cid-teoRWkayWX .mbr-text,
.cid-teoRWkayWX .col {
  color: #000000;
}
.cid-tdITmARTUW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-tdITmARTUW img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tdITmARTUW .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-tdITmARTUW .img-col {
  padding: 0;
}
.cid-tdITmARTUW .wrapper {
  padding: 6rem 12rem;
}
.cid-tdITmARTUW .link-wrap {
  width: 100%;
}
.cid-tdITmARTUW .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-tdITmARTUW .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-tdITmARTUW .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tdITmARTUW .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-tdITmARTUW .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tdITmARTUW .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-tdITmARTUW .link,
.cid-tdITmARTUW .wrapper {
  color: #cc2952;
}
.cid-tdITmARTUW .mbr-section-subtitle {
  color: #000000;
}
.cid-tdITmARTUW .card-title,
.cid-tdITmARTUW .card-box {
  color: #000000;
}
.cid-tdITmARTUW .mbr-text,
.cid-tdITmARTUW .mbr-section-btn {
  color: #999999;
}
.cid-tdITmARTUW .mbr-text,
.cid-tdITmARTUW .wrapper {
  color: #000000;
}
.cid-teoTo5wXb6 {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  background-color: #ffffff;
}
.cid-teoTo5wXb6 .card-header {
  background: transparent;
}
.cid-teoTo5wXb6 img {
  width: 90%;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
  margin: auto;
}
@media (max-width: 992px) {
  .cid-teoTo5wXb6 .wrapper {
    padding: 0;
  }
  .cid-teoTo5wXb6 img {
    width: 100%;
    padding: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-teoTo5wXb6 .mbr-iconfont {
  font-size: 1rem !important;
  font-family: "Moririse2" !important;
}
.cid-teoTo5wXb6 .mbr-iconfont:before {
  content: "\e960";
}
.cid-teoTo5wXb6 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-teoTo5wXb6 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-teoTo5wXb6 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-teoTo5wXb6 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-teoTo5wXb6 .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-teoTo5wXb6 .card .panel-body {
  color: #767676;
  padding-top: 1rem;
}
.cid-teoTo5wXb6 h5 {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0rem;
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0rem;
}
@media (max-width: 767px) {
  .cid-teoTo5wXb6 .wrapper {
    padding: 2rem 1rem;
  }
  .cid-teoTo5wXb6 h5 {
    padding: 1rem 0rem;
  }
}
.cid-teoTo5wXb6 .mbr-text,
.cid-teoTo5wXb6 .mbr-section-btn {
  color: #ffffff;
}
.cid-teoTo5wXb6 .panel-text {
  color: #555555;
}
.cid-teoTo5wXb6 H4 {
  color: #ffffff;
}
.cid-teoTo5wXb6 H5 {
  color: #000000;
}
.cid-teoTo5wXb6 H3 {
  color: #000000;
}
.cid-teoVoBplBj {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-teoVoBplBj .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-teoVoBplBj .link-wrap {
  width: 100%;
}
.cid-teoVoBplBj .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  opacity: 0;
  color: #000000;
  text-align: center;
}
.cid-teoVoBplBj .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0;
  left: 0;
}
.cid-teoVoBplBj .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.3s;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-teoVoBplBj .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-teoVoBplBj .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
  background-size: cover;
}
.cid-teoVoBplBj .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-teoVoBplBj .link {
    opacity: 1;
  }
  .cid-teoVoBplBj .card-wrapper {
    padding: 3rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-teoVoBplBj .card:hover .card-wrapper:after {
    opacity: 1;
    background: #f49846;
  }
  .cid-teoVoBplBj .card:hover .link {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-teoVoBplBj .card {
    padding-bottom: 1rem !important;
  }
  .cid-teoVoBplBj .card .link {
    opacity: 1;
  }
  .cid-teoVoBplBj .card-wrapper:after {
    opacity: 0.7;
    background: #f49846;
  }
}
.cid-teoVoBplBj .row {
  justify-content: center;
}
.cid-teoVoBplBj .card {
  transform-style: preserve-3d;
  perspective: 800px;
}
.cid-teoVoBplBj .mbr-iconfont {
  color: #ffffff !important;
  font-size: 4.5rem !important;
  display: block;
  padding-bottom: 2rem;
}
.cid-teoVoBplBj .card1 {
  background-image: url("../../../assets/images/pexels-pragyan-bezbaruah-4199761-2000x1333.jpg");
}
.cid-teoVoBplBj .card2 {
  background-image: url("../../../assets/images/02.jpg");
}
.cid-teoVoBplBj .card3 {
  background-image: url("../../../assets/images/digester-1-1200x800.png");
}
.cid-teoVoBplBj .link,
.cid-teoVoBplBj .card-box {
  color: #ffffff;
}
.cid-teoVoBplBj .mbr-text,
.cid-teoVoBplBj .link-wrap {
  text-align: center;
}
.cid-teoVoBplBj .main-subtitle {
  color: #000000;
}
.cid-tep0fvZbof {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tep0fvZbof .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-tep0fvZbof .link-wrap {
  width: 100%;
}
.cid-tep0fvZbof .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  opacity: 0;
  color: #000000;
  text-align: center;
}
.cid-tep0fvZbof .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0;
  left: 0;
}
.cid-tep0fvZbof .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.3s;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tep0fvZbof .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tep0fvZbof .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
  background-size: cover;
}
.cid-tep0fvZbof .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-tep0fvZbof .link {
    opacity: 1;
  }
  .cid-tep0fvZbof .card-wrapper {
    padding: 3rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tep0fvZbof .card:hover .card-wrapper:after {
    opacity: 1;
    background: #f49846;
  }
  .cid-tep0fvZbof .card:hover .link {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-tep0fvZbof .card {
    padding-bottom: 1rem !important;
  }
  .cid-tep0fvZbof .card .link {
    opacity: 1;
  }
  .cid-tep0fvZbof .card-wrapper:after {
    opacity: 0.7;
    background: #f49846;
  }
}
.cid-tep0fvZbof .row {
  justify-content: center;
}
.cid-tep0fvZbof .card {
  transform-style: preserve-3d;
  perspective: 800px;
}
.cid-tep0fvZbof .mbr-iconfont {
  color: #ffffff !important;
  font-size: 4.5rem !important;
  display: block;
  padding-bottom: 2rem;
}
.cid-tep0fvZbof .card1 {
  background-image: url("../../../assets/images/13-1200x800.png");
}
.cid-tep0fvZbof .card2 {
  background-image: url("../../../assets/images/5-1200x800.png");
}
.cid-tep0fvZbof .card3 {
  background-image: url("../../../assets/images/14-1-1200x800.png");
}
.cid-tep0fvZbof .link,
.cid-tep0fvZbof .card-box {
  color: #ffffff;
}
.cid-tep0fvZbof .mbr-text,
.cid-tep0fvZbof .link-wrap {
  text-align: center;
}
.cid-tep0fvZbof .main-subtitle {
  color: #999999;
}
.cid-tdITmC9hy3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #7ce0d3;
}
.cid-tdITmD9xUz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdITmD9xUz .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-tdITmD9xUz .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-tdITmD9xUz .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-tdITmD9xUz .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tdITmD9xUz .navbar.opened {
  transition: all 0.3s;
}
.cid-tdITmD9xUz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tdITmD9xUz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tdITmD9xUz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdITmD9xUz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tdITmD9xUz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tdITmD9xUz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdITmD9xUz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tdITmD9xUz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tdITmD9xUz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tdITmD9xUz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tdITmD9xUz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tdITmD9xUz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdITmD9xUz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdITmD9xUz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdITmD9xUz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdITmD9xUz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tdITmD9xUz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tdITmD9xUz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdITmD9xUz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdITmD9xUz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tdITmD9xUz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tdITmD9xUz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tdITmD9xUz .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tdITmD9xUz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tdITmD9xUz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdITmD9xUz .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tdITmD9xUz .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-tdITmD9xUz .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tdITmD9xUz .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-tdITmD9xUz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-tdITmD9xUz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tdITmD9xUz .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tdITmD9xUz .navbar-caption {
  padding-right: 4rem;
}
.cid-tdITmD9xUz .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-tdITmD9xUz .dropdown-menu,
.cid-tdITmD9xUz .navbar.opened {
  background: #ffffff !important;
}
.cid-tdITmD9xUz .nav-item:focus,
.cid-tdITmD9xUz .nav-link:focus {
  outline: none;
}
.cid-tdITmD9xUz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdITmD9xUz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdITmD9xUz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tdITmD9xUz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdITmD9xUz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdITmD9xUz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tdITmD9xUz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdITmD9xUz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdITmD9xUz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdITmD9xUz .dropdown-item.active,
.cid-tdITmD9xUz .dropdown-item:active {
  background-color: transparent;
}
.cid-tdITmD9xUz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdITmD9xUz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdITmD9xUz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdITmD9xUz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tdITmD9xUz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdITmD9xUz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tdITmD9xUz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tdITmD9xUz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tdITmD9xUz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tdITmD9xUz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tdITmD9xUz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tdITmD9xUz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tdITmD9xUz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tdITmD9xUz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tdITmD9xUz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tdITmD9xUz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tdITmD9xUz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tdITmD9xUz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tdITmD9xUz .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tdITmD9xUz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tdITmD9xUz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tdITmD9xUz .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdITmD9xUz .navbar {
    height: 77px;
  }
  .cid-tdITmD9xUz .navbar.opened {
    height: auto;
  }
  .cid-tdITmD9xUz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tdITmDIraX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tdITmDIraX .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tdITmDIraX .container {
  max-width: 1400px;
}
.cid-tdITmDIraX li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-tdITmDIraX .col-lg-3 {
    max-width: 20%;
  }
}
.cid-tdITmDIraX .time {
  line-height: 2;
}
.cid-tdITmDIraX .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tdITmDIraX .text-wrap {
  width: 100%;
}
.cid-tdITmDIraX .item-wrap {
  display: inline-block;
}
.cid-tdITmDIraX .item-wrap span,
.cid-tdITmDIraX .item-wrap p {
  transition: all 0.3s;
}
.cid-tdITmDIraX .item-wrap:hover span,
.cid-tdITmDIraX .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-tdITmDIraX .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tdITmDIraX .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tdITmDIraX .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-tdITmDIraX .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tdITmDIraX .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tdITmDIraX .socicon-wrap {
    margin: auto;
  }
}
.cid-tdITmDIraX .title {
  color: #ffffff;
}
.cid-tdITmDIraX .mbr-text {
  color: #999999;
}
.cid-tdITmDIraX .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tdITmDIraX .icon-title,
.cid-tdITmDIraX .align-wrap {
  color: #999999;
  width: 100%;
}
.cid-tejvhsmxh9 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/6-1200x800.png");
}
.cid-tejvhsmxh9 h2 {
  color: #000000;
}
.cid-tejvhsmxh9 h1 {
  color: #000000;
}
.cid-tejvhsmxh9 .mbr-text,
.cid-tejvhsmxh9 .mbr-section-btn {
  color: #999999;
}
.cid-tejvhsmxh9 DIV {
  text-align: left;
}
.cid-tejvhsmxh9 H1 {
  color: #ffffff;
}
.cid-tejvhsmxh9 H2 {
  color: #ffffff;
}
.cid-tejvhsY7fr {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tejvhsY7fr .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-tejvhsY7fr .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-tejvhsY7fr .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tejvhsY7fr .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tejvhsY7fr .mbr-text,
.cid-tejvhsY7fr .mbr-section-btn {
  color: #999999;
}
.cid-tejvhsY7fr .mbr-text,
.cid-tejvhsY7fr .col {
  color: #333333;
}
.cid-teucagzmUN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-teucagzmUN h2 {
  color: #000000;
}
.cid-teucagzmUN h1 {
  color: #000000;
}
.cid-teucagzmUN .mbr-text,
.cid-teucagzmUN .mbr-section-btn {
  color: #999999;
}
.cid-tejvhtosTo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-tejvhtosTo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tejvhtosTo .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-tejvhtosTo .img-col {
  padding: 0;
}
.cid-tejvhtosTo .wrapper {
  padding: 6rem 12rem;
}
.cid-tejvhtosTo .link-wrap {
  width: 100%;
}
.cid-tejvhtosTo .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-tejvhtosTo .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-tejvhtosTo .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tejvhtosTo .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-tejvhtosTo .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tejvhtosTo .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-tejvhtosTo .link,
.cid-tejvhtosTo .wrapper {
  color: #cc2952;
}
.cid-tejvhtosTo .mbr-section-subtitle {
  color: #000000;
}
.cid-tejvhtosTo .card-title,
.cid-tejvhtosTo .card-box {
  color: #000000;
}
.cid-tejvhtosTo .mbr-text,
.cid-tejvhtosTo .mbr-section-btn {
  color: #999999;
}
.cid-teudeAzJeG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-teudeAzJeG img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-teudeAzJeG .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-teudeAzJeG .img-col {
  padding: 0;
}
.cid-teudeAzJeG .wrapper {
  padding: 6rem 12rem;
}
.cid-teudeAzJeG .link-wrap {
  width: 100%;
}
.cid-teudeAzJeG .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-teudeAzJeG .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-teudeAzJeG .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-teudeAzJeG .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-teudeAzJeG .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-teudeAzJeG .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-teudeAzJeG .link,
.cid-teudeAzJeG .wrapper {
  color: #cc2952;
}
.cid-teudeAzJeG .mbr-section-subtitle {
  color: #000000;
}
.cid-teudeAzJeG .card-title,
.cid-teudeAzJeG .card-box {
  color: #000000;
}
.cid-teudeAzJeG .mbr-text,
.cid-teudeAzJeG .mbr-section-btn {
  color: #999999;
}
.cid-teudf0tDzK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-teudf0tDzK img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-teudf0tDzK .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-teudf0tDzK .img-col {
  padding: 0;
}
.cid-teudf0tDzK .wrapper {
  padding: 6rem 12rem;
}
.cid-teudf0tDzK .link-wrap {
  width: 100%;
}
.cid-teudf0tDzK .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-teudf0tDzK .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-teudf0tDzK .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-teudf0tDzK .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-teudf0tDzK .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-teudf0tDzK .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-teudf0tDzK .link,
.cid-teudf0tDzK .wrapper {
  color: #cc2952;
}
.cid-teudf0tDzK .mbr-section-subtitle {
  color: #000000;
}
.cid-teudf0tDzK .card-title,
.cid-teudf0tDzK .card-box {
  color: #000000;
}
.cid-teudf0tDzK .mbr-text,
.cid-teudf0tDzK .mbr-section-btn {
  color: #999999;
}
.cid-teudfkbMx4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-teudfkbMx4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-teudfkbMx4 .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-teudfkbMx4 .img-col {
  padding: 0;
}
.cid-teudfkbMx4 .wrapper {
  padding: 6rem 12rem;
}
.cid-teudfkbMx4 .link-wrap {
  width: 100%;
}
.cid-teudfkbMx4 .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-teudfkbMx4 .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-teudfkbMx4 .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-teudfkbMx4 .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-teudfkbMx4 .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-teudfkbMx4 .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-teudfkbMx4 .link,
.cid-teudfkbMx4 .wrapper {
  color: #cc2952;
}
.cid-teudfkbMx4 .mbr-section-subtitle {
  color: #000000;
}
.cid-teudfkbMx4 .card-title,
.cid-teudfkbMx4 .card-box {
  color: #000000;
}
.cid-teudfkbMx4 .mbr-text,
.cid-teudfkbMx4 .mbr-section-btn {
  color: #999999;
}
.cid-teudfwWzIx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-teudfwWzIx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-teudfwWzIx .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-teudfwWzIx .img-col {
  padding: 0;
}
.cid-teudfwWzIx .wrapper {
  padding: 6rem 12rem;
}
.cid-teudfwWzIx .link-wrap {
  width: 100%;
}
.cid-teudfwWzIx .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-teudfwWzIx .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-teudfwWzIx .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-teudfwWzIx .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-teudfwWzIx .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-teudfwWzIx .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-teudfwWzIx .link,
.cid-teudfwWzIx .wrapper {
  color: #cc2952;
}
.cid-teudfwWzIx .mbr-section-subtitle {
  color: #000000;
}
.cid-teudfwWzIx .card-title,
.cid-teudfwWzIx .card-box {
  color: #000000;
}
.cid-teudfwWzIx .mbr-text,
.cid-teudfwWzIx .mbr-section-btn {
  color: #999999;
}
.cid-tevPCRYbqv {
  padding-top: 60px;
  background-image: url("../../../assets/images/hydroponics1-1200x800.png");
}
.cid-tevPCRYbqv .container {
  margin-bottom: 15%;
}
.cid-tevPCRYbqv .content-container .btn-bgr {
  z-index: 0;
}
.cid-tevPCRYbqv .container-boxes {
  padding-bottom: 75px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #f4f8fa;
}
.cid-tevPCRYbqv .icon-block-top span {
  background-color: #ff695c;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-tevPCRYbqv .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-tevPCRYbqv .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-tevPCRYbqv .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-tevPCRYbqv .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-tevPCRYbqv .mbr-text,
.cid-tevPCRYbqv .box-item-text {
  color: #8d97ad;
}
.cid-tevPCRYbqv .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-tevPCRYbqv .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-tevPCRYbqv .box-list li:last-child {
  border-bottom: none;
}
.cid-tevPCRYbqv .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-tevPCRYbqv .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-tevPCRYbqv .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tevPCRYbqv .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tevPCRYbqv .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-tevPCRYbqv .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-tevPCRYbqv .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-tevPCRYbqv .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-tevPCRYbqv H1 {
  color: #ffffff;
}
.cid-tevPCRYbqv .mbr-text {
  color: #ffffff;
}
.cid-tejvhtPmE4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7ce0d3;
}
.cid-tejvhuTbM4 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tejvhuTbM4 .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-tejvhuTbM4 .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-tejvhuTbM4 .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-tejvhuTbM4 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tejvhuTbM4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tejvhuTbM4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tejvhuTbM4 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tejvhuTbM4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tejvhuTbM4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tejvhuTbM4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tejvhuTbM4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tejvhuTbM4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tejvhuTbM4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tejvhuTbM4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tejvhuTbM4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tejvhuTbM4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tejvhuTbM4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tejvhuTbM4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tejvhuTbM4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tejvhuTbM4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tejvhuTbM4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tejvhuTbM4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tejvhuTbM4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tejvhuTbM4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tejvhuTbM4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tejvhuTbM4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tejvhuTbM4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tejvhuTbM4 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tejvhuTbM4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tejvhuTbM4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tejvhuTbM4 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tejvhuTbM4 .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-tejvhuTbM4 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tejvhuTbM4 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-tejvhuTbM4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-tejvhuTbM4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tejvhuTbM4 .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tejvhuTbM4 .navbar-caption {
  padding-right: 4rem;
}
.cid-tejvhuTbM4 .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-tejvhuTbM4 .dropdown-menu,
.cid-tejvhuTbM4 .navbar.opened {
  background: #ffffff !important;
}
.cid-tejvhuTbM4 .nav-item:focus,
.cid-tejvhuTbM4 .nav-link:focus {
  outline: none;
}
.cid-tejvhuTbM4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tejvhuTbM4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tejvhuTbM4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tejvhuTbM4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tejvhuTbM4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tejvhuTbM4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tejvhuTbM4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tejvhuTbM4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tejvhuTbM4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tejvhuTbM4 .dropdown-item.active,
.cid-tejvhuTbM4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tejvhuTbM4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tejvhuTbM4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tejvhuTbM4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tejvhuTbM4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tejvhuTbM4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tejvhuTbM4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tejvhuTbM4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tejvhuTbM4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tejvhuTbM4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tejvhuTbM4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tejvhuTbM4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tejvhuTbM4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tejvhuTbM4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tejvhuTbM4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tejvhuTbM4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tejvhuTbM4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tejvhuTbM4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tejvhuTbM4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tejvhuTbM4 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tejvhuTbM4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tejvhuTbM4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tejvhuTbM4 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tejvhuTbM4 .navbar {
    height: 77px;
  }
  .cid-tejvhuTbM4 .navbar.opened {
    height: auto;
  }
  .cid-tejvhuTbM4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tejvhvzyCM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tejvhvzyCM .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tejvhvzyCM .container {
  max-width: 1400px;
}
.cid-tejvhvzyCM li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-tejvhvzyCM .col-lg-3 {
    max-width: 20%;
  }
}
.cid-tejvhvzyCM .time {
  line-height: 2;
}
.cid-tejvhvzyCM .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tejvhvzyCM .text-wrap {
  width: 100%;
}
.cid-tejvhvzyCM .item-wrap {
  display: inline-block;
}
.cid-tejvhvzyCM .item-wrap span,
.cid-tejvhvzyCM .item-wrap p {
  transition: all 0.3s;
}
.cid-tejvhvzyCM .item-wrap:hover span,
.cid-tejvhvzyCM .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-tejvhvzyCM .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tejvhvzyCM .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tejvhvzyCM .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-tejvhvzyCM .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tejvhvzyCM .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tejvhvzyCM .socicon-wrap {
    margin: auto;
  }
}
.cid-tejvhvzyCM .title {
  color: #ffffff;
}
.cid-tejvhvzyCM .mbr-text {
  color: #999999;
}
.cid-tejvhvzyCM .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tejvhvzyCM .icon-title,
.cid-tejvhvzyCM .align-wrap {
  color: #999999;
  width: 100%;
}
.cid-tfq7fSL2JU {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/1-5-1200x800.png");
}
.cid-tfq7fSL2JU h2 {
  color: #000000;
}
.cid-tfq7fSL2JU h1 {
  color: #000000;
}
.cid-tfq7fSL2JU .mbr-text,
.cid-tfq7fSL2JU .mbr-section-btn {
  color: #999999;
}
.cid-tfq7fSL2JU DIV {
  text-align: left;
}
.cid-tfq7fSL2JU H1 {
  color: #ffffff;
}
.cid-tfq7fSL2JU H2 {
  color: #ffffff;
}
.cid-tfq7fTB8UA {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tfq7fTB8UA .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-tfq7fTB8UA .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-tfq7fTB8UA .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tfq7fTB8UA .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tfq7fTB8UA .mbr-text,
.cid-tfq7fTB8UA .mbr-section-btn {
  color: #999999;
}
.cid-tfq7fTB8UA .mbr-text,
.cid-tfq7fTB8UA .col {
  color: #333333;
}
.cid-tfweuAxVsE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-tfweuAxVsE img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tfweuAxVsE .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-tfweuAxVsE .img-col {
  padding: 0;
}
.cid-tfweuAxVsE .wrapper {
  padding: 6rem 12rem;
}
.cid-tfweuAxVsE .link-wrap {
  width: 100%;
}
.cid-tfweuAxVsE .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-tfweuAxVsE .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-tfweuAxVsE .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tfweuAxVsE .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-tfweuAxVsE .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tfweuAxVsE .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-tfweuAxVsE .link,
.cid-tfweuAxVsE .wrapper {
  color: #cc2952;
}
.cid-tfweuAxVsE .mbr-section-subtitle {
  color: #000000;
}
.cid-tfweuAxVsE .card-title,
.cid-tfweuAxVsE .card-box {
  color: #000000;
}
.cid-tfweuAxVsE .mbr-text,
.cid-tfweuAxVsE .mbr-section-btn {
  color: #999999;
}
.cid-tfwev25UDx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-tfwev25UDx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tfwev25UDx .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-tfwev25UDx .img-col {
  padding: 0;
}
.cid-tfwev25UDx .wrapper {
  padding: 6rem 12rem;
}
.cid-tfwev25UDx .link-wrap {
  width: 100%;
}
.cid-tfwev25UDx .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-tfwev25UDx .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-tfwev25UDx .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tfwev25UDx .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-tfwev25UDx .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tfwev25UDx .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-tfwev25UDx .link,
.cid-tfwev25UDx .wrapper {
  color: #cc2952;
}
.cid-tfwev25UDx .mbr-section-subtitle {
  color: #000000;
}
.cid-tfwev25UDx .card-title,
.cid-tfwev25UDx .card-box {
  color: #000000;
}
.cid-tfwev25UDx .mbr-text,
.cid-tfwev25UDx .mbr-section-btn {
  color: #999999;
}
.cid-tfwevwE3Dt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-tfwevwE3Dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tfwevwE3Dt .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-tfwevwE3Dt .img-col {
  padding: 0;
}
.cid-tfwevwE3Dt .wrapper {
  padding: 6rem 12rem;
}
.cid-tfwevwE3Dt .link-wrap {
  width: 100%;
}
.cid-tfwevwE3Dt .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-tfwevwE3Dt .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-tfwevwE3Dt .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tfwevwE3Dt .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-tfwevwE3Dt .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tfwevwE3Dt .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-tfwevwE3Dt .link,
.cid-tfwevwE3Dt .wrapper {
  color: #cc2952;
}
.cid-tfwevwE3Dt .mbr-section-subtitle {
  color: #000000;
}
.cid-tfwevwE3Dt .card-title,
.cid-tfwevwE3Dt .card-box {
  color: #000000;
}
.cid-tfwevwE3Dt .mbr-text,
.cid-tfwevwE3Dt .mbr-section-btn {
  color: #999999;
}
.cid-tfq7fVC8Ia .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfq7fVC8Ia .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-tfq7fVC8Ia .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-tfq7fVC8Ia .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-tfq7fVC8Ia .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tfq7fVC8Ia .navbar.opened {
  transition: all 0.3s;
}
.cid-tfq7fVC8Ia .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tfq7fVC8Ia .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tfq7fVC8Ia .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfq7fVC8Ia .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tfq7fVC8Ia .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tfq7fVC8Ia .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfq7fVC8Ia .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfq7fVC8Ia .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tfq7fVC8Ia .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfq7fVC8Ia .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tfq7fVC8Ia .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tfq7fVC8Ia .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfq7fVC8Ia .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfq7fVC8Ia .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfq7fVC8Ia .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfq7fVC8Ia .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tfq7fVC8Ia .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tfq7fVC8Ia .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfq7fVC8Ia .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfq7fVC8Ia .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tfq7fVC8Ia .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tfq7fVC8Ia .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tfq7fVC8Ia .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tfq7fVC8Ia .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tfq7fVC8Ia .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tfq7fVC8Ia .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tfq7fVC8Ia .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-tfq7fVC8Ia .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tfq7fVC8Ia .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-tfq7fVC8Ia .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-tfq7fVC8Ia .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tfq7fVC8Ia .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tfq7fVC8Ia .navbar-caption {
  padding-right: 4rem;
}
.cid-tfq7fVC8Ia .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-tfq7fVC8Ia .dropdown-menu,
.cid-tfq7fVC8Ia .navbar.opened {
  background: #ffffff !important;
}
.cid-tfq7fVC8Ia .nav-item:focus,
.cid-tfq7fVC8Ia .nav-link:focus {
  outline: none;
}
.cid-tfq7fVC8Ia .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfq7fVC8Ia .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfq7fVC8Ia .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tfq7fVC8Ia .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfq7fVC8Ia .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfq7fVC8Ia .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfq7fVC8Ia .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tfq7fVC8Ia .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfq7fVC8Ia .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfq7fVC8Ia .dropdown-item.active,
.cid-tfq7fVC8Ia .dropdown-item:active {
  background-color: transparent;
}
.cid-tfq7fVC8Ia .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfq7fVC8Ia .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfq7fVC8Ia .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfq7fVC8Ia .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tfq7fVC8Ia .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfq7fVC8Ia .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfq7fVC8Ia ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tfq7fVC8Ia .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tfq7fVC8Ia button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfq7fVC8Ia button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tfq7fVC8Ia button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tfq7fVC8Ia button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfq7fVC8Ia button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfq7fVC8Ia button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tfq7fVC8Ia nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfq7fVC8Ia nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tfq7fVC8Ia nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tfq7fVC8Ia nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfq7fVC8Ia .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tfq7fVC8Ia a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tfq7fVC8Ia .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tfq7fVC8Ia .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfq7fVC8Ia .navbar {
    height: 77px;
  }
  .cid-tfq7fVC8Ia .navbar.opened {
    height: auto;
  }
  .cid-tfq7fVC8Ia .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tfq7fWBa9V {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tfq7fWBa9V .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tfq7fWBa9V .container {
  max-width: 1400px;
}
.cid-tfq7fWBa9V li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-tfq7fWBa9V .col-lg-3 {
    max-width: 20%;
  }
}
.cid-tfq7fWBa9V .time {
  line-height: 2;
}
.cid-tfq7fWBa9V .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tfq7fWBa9V .text-wrap {
  width: 100%;
}
.cid-tfq7fWBa9V .item-wrap {
  display: inline-block;
}
.cid-tfq7fWBa9V .item-wrap span,
.cid-tfq7fWBa9V .item-wrap p {
  transition: all 0.3s;
}
.cid-tfq7fWBa9V .item-wrap:hover span,
.cid-tfq7fWBa9V .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-tfq7fWBa9V .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tfq7fWBa9V .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tfq7fWBa9V .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-tfq7fWBa9V .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tfq7fWBa9V .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tfq7fWBa9V .socicon-wrap {
    margin: auto;
  }
}
.cid-tfq7fWBa9V .title {
  color: #ffffff;
}
.cid-tfq7fWBa9V .mbr-text {
  color: #999999;
}
.cid-tfq7fWBa9V .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tfq7fWBa9V .icon-title,
.cid-tfq7fWBa9V .align-wrap {
  color: #999999;
  width: 100%;
}
.cid-tfq8vulvr0 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/2-1200x800.png");
}
.cid-tfq8vulvr0 h2 {
  color: #000000;
}
.cid-tfq8vulvr0 h1 {
  color: #000000;
}
.cid-tfq8vulvr0 .mbr-text,
.cid-tfq8vulvr0 .mbr-section-btn {
  color: #999999;
}
.cid-tfq8vulvr0 DIV {
  text-align: left;
}
.cid-tfq8vulvr0 H1 {
  color: #ffffff;
}
.cid-tfq8vulvr0 H2 {
  color: #ffffff;
}
.cid-tfq8vwXtUn {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tfq8vwXtUn .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-tfq8vwXtUn .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-tfq8vwXtUn .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tfq8vwXtUn .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tfq8vwXtUn .mbr-text,
.cid-tfq8vwXtUn .mbr-section-btn {
  color: #999999;
}
.cid-tfq8vwXtUn .mbr-text,
.cid-tfq8vwXtUn .col {
  color: #333333;
}
.cid-tfq8vyTV5F {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/9-1200x800.png");
}
.cid-tfq8vyTV5F .mbr-text,
.cid-tfq8vyTV5F .mbr-section-btn {
  color: #ffffff;
}
.cid-tfq8vyTV5F H1 {
  color: #ffffff;
}
.cid-tfq8vxDuus {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-tfq8vxDuus img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tfq8vxDuus .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-tfq8vxDuus .img-col {
  padding: 0;
}
.cid-tfq8vxDuus .wrapper {
  padding: 6rem 12rem;
}
.cid-tfq8vxDuus .link-wrap {
  width: 100%;
}
.cid-tfq8vxDuus .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-tfq8vxDuus .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-tfq8vxDuus .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tfq8vxDuus .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-tfq8vxDuus .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tfq8vxDuus .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-tfq8vxDuus .link,
.cid-tfq8vxDuus .wrapper {
  color: #cc2952;
}
.cid-tfq8vxDuus .mbr-section-subtitle {
  color: #000000;
}
.cid-tfq8vxDuus .card-title,
.cid-tfq8vxDuus .card-box {
  color: #000000;
}
.cid-tfq8vxDuus .mbr-text,
.cid-tfq8vxDuus .mbr-section-btn {
  color: #999999;
}
.cid-tfqcYah23p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-tfqcYah23p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tfqcYah23p .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-tfqcYah23p .img-col {
  padding: 0;
}
.cid-tfqcYah23p .wrapper {
  padding: 6rem 12rem;
}
.cid-tfqcYah23p .link-wrap {
  width: 100%;
}
.cid-tfqcYah23p .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-tfqcYah23p .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-tfqcYah23p .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tfqcYah23p .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-tfqcYah23p .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tfqcYah23p .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-tfqcYah23p .link,
.cid-tfqcYah23p .wrapper {
  color: #cc2952;
}
.cid-tfqcYah23p .mbr-section-subtitle {
  color: #000000;
}
.cid-tfqcYah23p .card-title,
.cid-tfqcYah23p .card-box {
  color: #000000;
}
.cid-tfqcYah23p .mbr-text,
.cid-tfqcYah23p .mbr-section-btn {
  color: #999999;
}
.cid-tfqeyTxzYR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-tfqeyTxzYR img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tfqeyTxzYR .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-tfqeyTxzYR .img-col {
  padding: 0;
}
.cid-tfqeyTxzYR .wrapper {
  padding: 6rem 12rem;
}
.cid-tfqeyTxzYR .link-wrap {
  width: 100%;
}
.cid-tfqeyTxzYR .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-tfqeyTxzYR .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-tfqeyTxzYR .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tfqeyTxzYR .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-tfqeyTxzYR .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tfqeyTxzYR .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-tfqeyTxzYR .link,
.cid-tfqeyTxzYR .wrapper {
  color: #cc2952;
}
.cid-tfqeyTxzYR .mbr-section-subtitle {
  color: #000000;
}
.cid-tfqeyTxzYR .card-title,
.cid-tfqeyTxzYR .card-box {
  color: #000000;
}
.cid-tfqeyTxzYR .mbr-text,
.cid-tfqeyTxzYR .mbr-section-btn {
  color: #999999;
}
.cid-tfq8vziYmB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfq8vziYmB .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-tfq8vziYmB .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-tfq8vziYmB .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-tfq8vziYmB .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tfq8vziYmB .navbar.opened {
  transition: all 0.3s;
}
.cid-tfq8vziYmB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tfq8vziYmB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tfq8vziYmB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfq8vziYmB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tfq8vziYmB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tfq8vziYmB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfq8vziYmB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfq8vziYmB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tfq8vziYmB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfq8vziYmB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tfq8vziYmB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tfq8vziYmB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfq8vziYmB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfq8vziYmB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfq8vziYmB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfq8vziYmB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tfq8vziYmB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tfq8vziYmB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfq8vziYmB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfq8vziYmB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tfq8vziYmB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tfq8vziYmB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tfq8vziYmB .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tfq8vziYmB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tfq8vziYmB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tfq8vziYmB .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tfq8vziYmB .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-tfq8vziYmB .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tfq8vziYmB .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-tfq8vziYmB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-tfq8vziYmB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tfq8vziYmB .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tfq8vziYmB .navbar-caption {
  padding-right: 4rem;
}
.cid-tfq8vziYmB .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-tfq8vziYmB .dropdown-menu,
.cid-tfq8vziYmB .navbar.opened {
  background: #ffffff !important;
}
.cid-tfq8vziYmB .nav-item:focus,
.cid-tfq8vziYmB .nav-link:focus {
  outline: none;
}
.cid-tfq8vziYmB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfq8vziYmB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfq8vziYmB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tfq8vziYmB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfq8vziYmB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfq8vziYmB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfq8vziYmB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tfq8vziYmB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfq8vziYmB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfq8vziYmB .dropdown-item.active,
.cid-tfq8vziYmB .dropdown-item:active {
  background-color: transparent;
}
.cid-tfq8vziYmB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfq8vziYmB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfq8vziYmB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfq8vziYmB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tfq8vziYmB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfq8vziYmB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfq8vziYmB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tfq8vziYmB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tfq8vziYmB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfq8vziYmB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tfq8vziYmB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tfq8vziYmB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfq8vziYmB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfq8vziYmB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tfq8vziYmB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfq8vziYmB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tfq8vziYmB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tfq8vziYmB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfq8vziYmB .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tfq8vziYmB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tfq8vziYmB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tfq8vziYmB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfq8vziYmB .navbar {
    height: 77px;
  }
  .cid-tfq8vziYmB .navbar.opened {
    height: auto;
  }
  .cid-tfq8vziYmB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tfq8vAfRty {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tfq8vAfRty .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tfq8vAfRty .container {
  max-width: 1400px;
}
.cid-tfq8vAfRty li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-tfq8vAfRty .col-lg-3 {
    max-width: 20%;
  }
}
.cid-tfq8vAfRty .time {
  line-height: 2;
}
.cid-tfq8vAfRty .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tfq8vAfRty .text-wrap {
  width: 100%;
}
.cid-tfq8vAfRty .item-wrap {
  display: inline-block;
}
.cid-tfq8vAfRty .item-wrap span,
.cid-tfq8vAfRty .item-wrap p {
  transition: all 0.3s;
}
.cid-tfq8vAfRty .item-wrap:hover span,
.cid-tfq8vAfRty .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-tfq8vAfRty .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tfq8vAfRty .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tfq8vAfRty .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-tfq8vAfRty .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tfq8vAfRty .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tfq8vAfRty .socicon-wrap {
    margin: auto;
  }
}
.cid-tfq8vAfRty .title {
  color: #ffffff;
}
.cid-tfq8vAfRty .mbr-text {
  color: #999999;
}
.cid-tfq8vAfRty .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tfq8vAfRty .icon-title,
.cid-tfq8vAfRty .align-wrap {
  color: #999999;
  width: 100%;
}
.cid-tfs3MXCZe7 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/14-2-1200x800.png");
}
.cid-tfs3MXCZe7 h2 {
  color: #000000;
}
.cid-tfs3MXCZe7 h1 {
  color: #000000;
}
.cid-tfs3MXCZe7 .mbr-text,
.cid-tfs3MXCZe7 .mbr-section-btn {
  color: #999999;
}
.cid-tfs3MXCZe7 DIV {
  text-align: left;
}
.cid-tfs3MXCZe7 H1 {
  color: #ffffff;
}
.cid-tfs3MXCZe7 H2 {
  color: #ffffff;
}
.cid-tfNJo2QAw7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tfNJo2QAw7 .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-tfNJo2QAw7 .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-tfNJo2QAw7 .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tfNJo2QAw7 .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tfNJo2QAw7 .mbr-text,
.cid-tfNJo2QAw7 .mbr-section-btn {
  color: #999999;
}
.cid-tfC08lehhm {
  padding-top: 60px;
  background-image: url("../../../assets/images/mentalhealthchild-1200x800.png");
}
.cid-tfC08lehhm .container {
  margin-bottom: 15%;
}
.cid-tfC08lehhm .content-container .btn-bgr {
  z-index: 0;
}
.cid-tfC08lehhm .container-boxes {
  padding-bottom: 75px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #f4f8fa;
}
.cid-tfC08lehhm .icon-block-top span {
  background-color: #ff695c;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-tfC08lehhm .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-tfC08lehhm .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-tfC08lehhm .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-tfC08lehhm .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-tfC08lehhm .mbr-text,
.cid-tfC08lehhm .box-item-text {
  color: #8d97ad;
}
.cid-tfC08lehhm .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-tfC08lehhm .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-tfC08lehhm .box-list li:last-child {
  border-bottom: none;
}
.cid-tfC08lehhm .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-tfC08lehhm .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-tfC08lehhm .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tfC08lehhm .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tfC08lehhm .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-tfC08lehhm .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-tfC08lehhm .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-tfC08lehhm .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-tfC08lehhm .mbr-text {
  color: #ffffff;
}
.cid-tfC08lehhm H1 {
  color: #ffffff;
}
.cid-tfs3N0HyQH {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/4-1200x800.png");
}
.cid-tfs3N0HyQH .mbr-text,
.cid-tfs3N0HyQH .mbr-section-btn {
  color: #ffffff;
}
.cid-tfs3N0HyQH H1 {
  color: #ffffff;
}
.cid-tfs3N13Z2R .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfs3N13Z2R .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-tfs3N13Z2R .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-tfs3N13Z2R .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-tfs3N13Z2R .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tfs3N13Z2R .navbar.opened {
  transition: all 0.3s;
}
.cid-tfs3N13Z2R .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tfs3N13Z2R .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tfs3N13Z2R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfs3N13Z2R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tfs3N13Z2R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tfs3N13Z2R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfs3N13Z2R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfs3N13Z2R .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tfs3N13Z2R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfs3N13Z2R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tfs3N13Z2R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tfs3N13Z2R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfs3N13Z2R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfs3N13Z2R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfs3N13Z2R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfs3N13Z2R .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tfs3N13Z2R .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tfs3N13Z2R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfs3N13Z2R .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfs3N13Z2R .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tfs3N13Z2R .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tfs3N13Z2R .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tfs3N13Z2R .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tfs3N13Z2R .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tfs3N13Z2R .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tfs3N13Z2R .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tfs3N13Z2R .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-tfs3N13Z2R .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tfs3N13Z2R .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-tfs3N13Z2R .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-tfs3N13Z2R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tfs3N13Z2R .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tfs3N13Z2R .navbar-caption {
  padding-right: 4rem;
}
.cid-tfs3N13Z2R .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-tfs3N13Z2R .dropdown-menu,
.cid-tfs3N13Z2R .navbar.opened {
  background: #ffffff !important;
}
.cid-tfs3N13Z2R .nav-item:focus,
.cid-tfs3N13Z2R .nav-link:focus {
  outline: none;
}
.cid-tfs3N13Z2R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfs3N13Z2R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfs3N13Z2R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tfs3N13Z2R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfs3N13Z2R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfs3N13Z2R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfs3N13Z2R .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tfs3N13Z2R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfs3N13Z2R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfs3N13Z2R .dropdown-item.active,
.cid-tfs3N13Z2R .dropdown-item:active {
  background-color: transparent;
}
.cid-tfs3N13Z2R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfs3N13Z2R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfs3N13Z2R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfs3N13Z2R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tfs3N13Z2R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfs3N13Z2R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfs3N13Z2R ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tfs3N13Z2R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tfs3N13Z2R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfs3N13Z2R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tfs3N13Z2R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tfs3N13Z2R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfs3N13Z2R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfs3N13Z2R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tfs3N13Z2R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfs3N13Z2R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tfs3N13Z2R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tfs3N13Z2R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfs3N13Z2R .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tfs3N13Z2R a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tfs3N13Z2R .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tfs3N13Z2R .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfs3N13Z2R .navbar {
    height: 77px;
  }
  .cid-tfs3N13Z2R .navbar.opened {
    height: auto;
  }
  .cid-tfs3N13Z2R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tfs3N1QBnl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tfs3N1QBnl .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tfs3N1QBnl .container {
  max-width: 1400px;
}
.cid-tfs3N1QBnl li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-tfs3N1QBnl .col-lg-3 {
    max-width: 20%;
  }
}
.cid-tfs3N1QBnl .time {
  line-height: 2;
}
.cid-tfs3N1QBnl .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tfs3N1QBnl .text-wrap {
  width: 100%;
}
.cid-tfs3N1QBnl .item-wrap {
  display: inline-block;
}
.cid-tfs3N1QBnl .item-wrap span,
.cid-tfs3N1QBnl .item-wrap p {
  transition: all 0.3s;
}
.cid-tfs3N1QBnl .item-wrap:hover span,
.cid-tfs3N1QBnl .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-tfs3N1QBnl .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tfs3N1QBnl .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tfs3N1QBnl .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-tfs3N1QBnl .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tfs3N1QBnl .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tfs3N1QBnl .socicon-wrap {
    margin: auto;
  }
}
.cid-tfs3N1QBnl .title {
  color: #ffffff;
}
.cid-tfs3N1QBnl .mbr-text {
  color: #999999;
}
.cid-tfs3N1QBnl .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tfs3N1QBnl .icon-title,
.cid-tfs3N1QBnl .align-wrap {
  color: #999999;
  width: 100%;
}
.cid-u4sXXHtS5g {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/19-4-1200x800.png");
}
.cid-u4sXXHtS5g h2 {
  color: #000000;
}
.cid-u4sXXHtS5g h1 {
  color: #000000;
}
.cid-u4sXXHtS5g .mbr-text,
.cid-u4sXXHtS5g .mbr-section-btn {
  color: #999999;
}
.cid-u4sXXHtS5g DIV {
  text-align: left;
}
.cid-u4sXXHtS5g H1 {
  color: #ffffff;
}
.cid-u4sXXHO59n {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u4sXXHO59n .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-u4sXXHO59n .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-u4sXXHO59n .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-u4sXXHO59n .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-u4sXXHO59n .mbr-text,
.cid-u4sXXHO59n .mbr-section-btn {
  color: #999999;
}
.cid-u4sXXHO59n .mbr-text,
.cid-u4sXXHO59n .col {
  color: #333333;
}
.cid-u4sXXHVJUP {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u4sXXHVJUP .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-u4sXXHVJUP .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-u4sXXHVJUP .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-u4sXXHVJUP .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-u4sXXHVJUP .mbr-text,
.cid-u4sXXHVJUP .mbr-section-btn {
  color: #999999;
}
.cid-u4sXXHVJUP .mbr-text,
.cid-u4sXXHVJUP .col {
  color: #333333;
}
.cid-u4sXXI0ivZ {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  background-color: #ffffff;
}
.cid-u4sXXI0ivZ .card-header {
  background: transparent;
}
.cid-u4sXXI0ivZ img {
  width: 90%;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
  margin: auto;
}
@media (max-width: 992px) {
  .cid-u4sXXI0ivZ .wrapper {
    padding: 0;
  }
  .cid-u4sXXI0ivZ img {
    width: 100%;
    padding: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-u4sXXI0ivZ .mbr-iconfont {
  font-size: 1rem !important;
  font-family: "Moririse2" !important;
}
.cid-u4sXXI0ivZ .mbr-iconfont:before {
  content: "\e960";
}
.cid-u4sXXI0ivZ .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-u4sXXI0ivZ .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-u4sXXI0ivZ .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-u4sXXI0ivZ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-u4sXXI0ivZ .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-u4sXXI0ivZ .card .panel-body {
  color: #767676;
  padding-top: 1rem;
}
.cid-u4sXXI0ivZ h5 {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0rem;
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0rem;
}
@media (max-width: 767px) {
  .cid-u4sXXI0ivZ .wrapper {
    padding: 2rem 1rem;
  }
  .cid-u4sXXI0ivZ h5 {
    padding: 1rem 0rem;
  }
}
.cid-u4sXXI0ivZ .mbr-text,
.cid-u4sXXI0ivZ .mbr-section-btn {
  color: #ffffff;
}
.cid-u4sXXI0ivZ .panel-text {
  color: #555555;
}
.cid-u4sXXI0ivZ H4 {
  color: #ffffff;
}
.cid-u4sXXI0ivZ H5 {
  color: #000000;
}
.cid-u4sXXI0ivZ H3 {
  color: #000000;
}
.cid-u4sXXIcxIO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-u4sXXIcxIO img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u4sXXIcxIO .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-u4sXXIcxIO .img-col {
  padding: 0;
}
.cid-u4sXXIcxIO .wrapper {
  padding: 6rem 12rem;
}
.cid-u4sXXIcxIO .link-wrap {
  width: 100%;
}
.cid-u4sXXIcxIO .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-u4sXXIcxIO .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-u4sXXIcxIO .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-u4sXXIcxIO .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-u4sXXIcxIO .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u4sXXIcxIO .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-u4sXXIcxIO .link,
.cid-u4sXXIcxIO .wrapper {
  color: #cc2952;
}
.cid-u4sXXIcxIO .mbr-section-subtitle {
  color: #000000;
}
.cid-u4sXXIcxIO .card-title,
.cid-u4sXXIcxIO .card-box {
  color: #000000;
}
.cid-u4sXXIcxIO .mbr-text,
.cid-u4sXXIcxIO .mbr-section-btn {
  color: #999999;
}
.cid-u4sXXIi3ZA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-u4sXXIi3ZA img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u4sXXIi3ZA .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-u4sXXIi3ZA .img-col {
  padding: 0;
}
.cid-u4sXXIi3ZA .wrapper {
  padding: 6rem 12rem;
}
.cid-u4sXXIi3ZA .link-wrap {
  width: 100%;
}
.cid-u4sXXIi3ZA .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-u4sXXIi3ZA .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-u4sXXIi3ZA .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-u4sXXIi3ZA .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-u4sXXIi3ZA .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u4sXXIi3ZA .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-u4sXXIi3ZA .link,
.cid-u4sXXIi3ZA .wrapper {
  color: #cc2952;
}
.cid-u4sXXIi3ZA .mbr-section-subtitle {
  color: #000000;
}
.cid-u4sXXIi3ZA .card-title,
.cid-u4sXXIi3ZA .card-box {
  color: #000000;
}
.cid-u4sXXIi3ZA .mbr-text,
.cid-u4sXXIi3ZA .mbr-section-btn {
  color: #999999;
}
.cid-u4sXXInm2e {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-u4sXXInm2e img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u4sXXInm2e .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-u4sXXInm2e .img-col {
  padding: 0;
}
.cid-u4sXXInm2e .wrapper {
  padding: 6rem 12rem;
}
.cid-u4sXXInm2e .link-wrap {
  width: 100%;
}
.cid-u4sXXInm2e .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-u4sXXInm2e .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-u4sXXInm2e .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-u4sXXInm2e .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-u4sXXInm2e .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u4sXXInm2e .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-u4sXXInm2e .link,
.cid-u4sXXInm2e .wrapper {
  color: #cc2952;
}
.cid-u4sXXInm2e .mbr-section-subtitle {
  color: #000000;
}
.cid-u4sXXInm2e .card-title,
.cid-u4sXXInm2e .card-box {
  color: #000000;
}
.cid-u4sXXInm2e .mbr-text,
.cid-u4sXXInm2e .mbr-section-btn {
  color: #999999;
}
.cid-u4sXXItVjY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
.cid-u4sXXItVjY .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-u4sXXItVjY .panel-group {
  width: 100%;
}
.cid-u4sXXItVjY .panel-text,
.cid-u4sXXItVjY .header-text,
.cid-u4sXXItVjY .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-u4sXXItVjY .card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  margin-bottom: .5rem;
  border: none;
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-u4sXXItVjY .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-u4sXXItVjY .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  line-height: normal;
}
.cid-u4sXXItVjY .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-u4sXXItVjY .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-u4sXXItVjY .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-u4sXXItVjY .card .card-header a.panel-title[aria-expanded="true"] {
  background-color: #188ef4;
}
.cid-u4sXXItVjY .card .card-header a.panel-title[aria-expanded="true"] .header-text {
  color: #ffffff !important;
}
.cid-u4sXXItVjY .card .panel-body {
  background: #ffffff;
}
.cid-u4sXXItVjY .sign {
  color: #232323;
}
.cid-u4sXXIIvjw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #7ce0d3;
}
.cid-u4sXXIRb2q .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u4sXXIRb2q .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-u4sXXIRb2q .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-u4sXXIRb2q .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-u4sXXIRb2q .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-u4sXXIRb2q .navbar.opened {
  transition: all 0.3s;
}
.cid-u4sXXIRb2q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4sXXIRb2q .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u4sXXIRb2q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4sXXIRb2q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4sXXIRb2q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u4sXXIRb2q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4sXXIRb2q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4sXXIRb2q .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u4sXXIRb2q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4sXXIRb2q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4sXXIRb2q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4sXXIRb2q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4sXXIRb2q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4sXXIRb2q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4sXXIRb2q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4sXXIRb2q .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u4sXXIRb2q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u4sXXIRb2q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4sXXIRb2q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4sXXIRb2q .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4sXXIRb2q .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u4sXXIRb2q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u4sXXIRb2q .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u4sXXIRb2q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u4sXXIRb2q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u4sXXIRb2q .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-u4sXXIRb2q .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-u4sXXIRb2q .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-u4sXXIRb2q .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-u4sXXIRb2q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-u4sXXIRb2q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4sXXIRb2q .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u4sXXIRb2q .navbar-caption {
  padding-right: 4rem;
}
.cid-u4sXXIRb2q .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-u4sXXIRb2q .dropdown-menu,
.cid-u4sXXIRb2q .navbar.opened {
  background: #ffffff !important;
}
.cid-u4sXXIRb2q .nav-item:focus,
.cid-u4sXXIRb2q .nav-link:focus {
  outline: none;
}
.cid-u4sXXIRb2q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u4sXXIRb2q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4sXXIRb2q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u4sXXIRb2q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u4sXXIRb2q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4sXXIRb2q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4sXXIRb2q .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4sXXIRb2q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4sXXIRb2q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4sXXIRb2q .dropdown-item.active,
.cid-u4sXXIRb2q .dropdown-item:active {
  background-color: transparent;
}
.cid-u4sXXIRb2q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4sXXIRb2q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4sXXIRb2q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4sXXIRb2q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u4sXXIRb2q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4sXXIRb2q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4sXXIRb2q ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u4sXXIRb2q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4sXXIRb2q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u4sXXIRb2q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u4sXXIRb2q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4sXXIRb2q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4sXXIRb2q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4sXXIRb2q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4sXXIRb2q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4sXXIRb2q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4sXXIRb2q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4sXXIRb2q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4sXXIRb2q .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-u4sXXIRb2q a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u4sXXIRb2q .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-u4sXXIRb2q .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4sXXIRb2q .navbar {
    height: 77px;
  }
  .cid-u4sXXIRb2q .navbar.opened {
    height: auto;
  }
  .cid-u4sXXIRb2q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4sXXJ7Uey {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-u4sXXJ7Uey .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-u4sXXJ7Uey .container {
  max-width: 1400px;
}
.cid-u4sXXJ7Uey li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-u4sXXJ7Uey .col-lg-3 {
    max-width: 20%;
  }
}
.cid-u4sXXJ7Uey .time {
  line-height: 2;
}
.cid-u4sXXJ7Uey .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-u4sXXJ7Uey .text-wrap {
  width: 100%;
}
.cid-u4sXXJ7Uey .item-wrap {
  display: inline-block;
}
.cid-u4sXXJ7Uey .item-wrap span,
.cid-u4sXXJ7Uey .item-wrap p {
  transition: all 0.3s;
}
.cid-u4sXXJ7Uey .item-wrap:hover span,
.cid-u4sXXJ7Uey .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-u4sXXJ7Uey .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-u4sXXJ7Uey .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-u4sXXJ7Uey .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-u4sXXJ7Uey .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-u4sXXJ7Uey .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u4sXXJ7Uey .socicon-wrap {
    margin: auto;
  }
}
.cid-u4sXXJ7Uey .title {
  color: #ffffff;
}
.cid-u4sXXJ7Uey .mbr-text {
  color: #999999;
}
.cid-u4sXXJ7Uey .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-u4sXXJ7Uey .icon-title,
.cid-u4sXXJ7Uey .align-wrap {
  color: #999999;
  width: 100%;
}
.cid-u4sY723bwp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
.cid-u4sY723bwp .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u4sY723bwp textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-u4sY723bwp .text {
    max-width: 360px;
  }
}
.cid-u4sY723bwp .align-right {
  width: 100%;
}
.cid-u4sY723bwp .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-u4sY723bwp .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-u4sY723bwp .form-control,
.cid-u4sY723bwp .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #555555 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u4sY723bwp .form-control::-webkit-input-placeholder,
.cid-u4sY723bwp .field-input::-webkit-input-placeholder,
.cid-u4sY723bwp .form-control::-webkit-input-placeholder,
.cid-u4sY723bwp .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-u4sY723bwp .form-control:-moz-placeholder,
.cid-u4sY723bwp .field-input:-moz-placeholder,
.cid-u4sY723bwp .form-control:-moz-placeholder,
.cid-u4sY723bwp .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-u4sY723bwp .form-control:hover,
.cid-u4sY723bwp .field-input:hover,
.cid-u4sY723bwp .form-control:focus,
.cid-u4sY723bwp .field-input:focus {
  border-color: #ffffff !important;
  color: #ffffff;
  box-shadow: none !important;
  outline: none !important;
}
.cid-u4sY723bwp .form-control:hover::-webkit-input-placeholder,
.cid-u4sY723bwp .field-input:hover::-webkit-input-placeholder,
.cid-u4sY723bwp .form-control:focus::-webkit-input-placeholder,
.cid-u4sY723bwp .field-input:focus::-webkit-input-placeholder,
.cid-u4sY723bwp .form-control:hover::-webkit-input-placeholder,
.cid-u4sY723bwp .field-input:hover::-webkit-input-placeholder,
.cid-u4sY723bwp .form-control:focus::-webkit-input-placeholder,
.cid-u4sY723bwp .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-u4sY723bwp .form-control:hover:-moz-placeholder,
.cid-u4sY723bwp .field-input:hover:-moz-placeholder,
.cid-u4sY723bwp .form-control:focus:-moz-placeholder,
.cid-u4sY723bwp .field-input:focus:-moz-placeholder,
.cid-u4sY723bwp .form-control:hover:-moz-placeholder,
.cid-u4sY723bwp .field-input:hover:-moz-placeholder,
.cid-u4sY723bwp .form-control:focus:-moz-placeholder,
.cid-u4sY723bwp .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-u4sY723bwp .jq-number__spin:hover,
.cid-u4sY723bwp .jq-number__spin:focus {
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-u4sY723bwp .jq-number__spin {
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u4sY723bwp input::-webkit-clear-button {
  display: none;
}
.cid-u4sY723bwp input::-webkit-inner-spin-button {
  display: none;
}
.cid-u4sY723bwp input::-webkit-outer-spin-button {
  display: none;
}
.cid-u4sY723bwp input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u4sY723bwp .title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u4sY723bwp .socicon-wrap {
    margin: auto;
  }
}
.cid-u4sY723bwp .mbr-text {
  color: #999999;
}
