body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4.2rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.72rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.8rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #0099ff !important;
}
.bg-success {
  background-color: #fe0c0c !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #149dcc !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0099ff !important;
  border-color: #0099ff !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #006bb3 !important;
  border-color: #006bb3 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #006bb3 !important;
  border-color: #006bb3 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !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-success,
.btn-success:active {
  background-color: #fe0c0c !important;
  border-color: #fe0c0c !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #bd0101 !important;
  border-color: #bd0101 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #bd0101 !important;
  border-color: #bd0101 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !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-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #005c99;
  color: #005c99;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0099ff;
  border-color: #0099ff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0099ff !important;
  border-color: #0099ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.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: #a30101;
  color: #a30101;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #fe0c0c;
  border-color: #fe0c0c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #fe0c0c !important;
  border-color: #fe0c0c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.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: #000000;
  color: #000000;
}
.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,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #0099ff !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #fe0c0c !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #149dcc !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: #005c99 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #a30101 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #0b566f !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #149dcc;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0099ff;
  border-color: #0099ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0099ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ccebff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffd7d7;
}
.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: #b4e6f8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #0099ff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #0099ff;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #0099ff;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0099ff;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0099ff;
  border-bottom-color: #0099ff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #0099ff !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: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%230099ff' %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.3;
}
.cid-sjyxVpqfCl {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sjyxVpqfCl .title {
  margin-bottom: 2rem;
}
.cid-sjyxVpqfCl .mbr-section-subtitle {
  color: #767676;
}
.cid-sjyxVpqfCl a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sjyxVpqfCl a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sjyxVpqfCl .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sjyxVpqfCl .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tT3Rl8fkYz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tT3Rl8fkYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT3Rl8fkYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT3Rl8fkYz .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tT3Rl8fkYz .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tT3Rl8fkYz .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tT3Rl8fkYz .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-tT3Rl8fkYz .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tT3Rl8fkYz .list-box {
  width: 100%;
}
.cid-tT3Rl8fkYz .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tT3Rl8fkYz .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tT3Rl8fkYz .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tT3Rl8fkYz .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tT3Rl8fkYz .list a:hover:before {
  background-position: left !important;
}
.cid-tT3Rl8fkYz .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tT3Rl8fkYz .news-item {
  width: 100%;
}
.cid-tT3Rl8fkYz .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-tT3Rl8fkYz .news-title {
  color: #303030;
}
.cid-tT3Rl8fkYz .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-rkseaTeSeF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rkseaTeSeF .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rkseaTeSeF .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-rkseaTeSeF .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rkseaTeSeF .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-rkseaTeSeF .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-rkseaTeSeF .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-rkseaTeSeF .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-rkseaTeSeF .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rkseaTeSeF .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rkseaTeSeF .media-block {
    padding-left: 2rem;
  }
}
.cid-rkseaTeSeF .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-rkseaTeSeF .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rkseaTeSeF .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-t74r41hDQ3 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t74r41hDQ3 h3 {
  text-align: center;
}
.cid-t74r41hDQ3 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-t74r41hDQ3 .mbr-content-text {
  color: #767676;
}
.cid-t74r41hDQ3 .panel-item {
  background: #ffffff;
}
.cid-t74r41hDQ3 .card {
  word-wrap: break-word;
}
.cid-t74r41hDQ3 .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-qT04AxzCes {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qT04AxzCes h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qT04AxzCes p {
  color: #767676;
  text-align: left;
}
.cid-qT04AxzCes .card-box {
  padding-top: 2rem;
}
.cid-qT04AxzCes .card-wrapper {
  height: 100%;
}
.cid-riyeYKQAT5 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-riyeYKQAT5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-riyeYKQAT5 p {
  color: #767676;
  text-align: left;
}
.cid-riyeYKQAT5 .card-box {
  padding-top: 2rem;
}
.cid-riyeYKQAT5 .card-wrapper {
  height: 100%;
}
.cid-t74oe6HLez {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-t74oe6HLez h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-t74oe6HLez p {
  color: #767676;
  text-align: left;
}
.cid-t74oe6HLez .card-box {
  padding-top: 2rem;
}
.cid-t74oe6HLez .card-wrapper {
  height: 100%;
}
.cid-qT0da4jrt0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qT0da4jrt0 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qT0da4jrt0 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qT0da4jrt0 .mbr-text {
  color: #767676;
}
.cid-tT3Rl8fkYz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tT3Rl8fkYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT3Rl8fkYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT3Rl8fkYz .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tT3Rl8fkYz .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tT3Rl8fkYz .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tT3Rl8fkYz .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-tT3Rl8fkYz .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tT3Rl8fkYz .list-box {
  width: 100%;
}
.cid-tT3Rl8fkYz .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tT3Rl8fkYz .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tT3Rl8fkYz .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tT3Rl8fkYz .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tT3Rl8fkYz .list a:hover:before {
  background-position: left !important;
}
.cid-tT3Rl8fkYz .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tT3Rl8fkYz .news-item {
  width: 100%;
}
.cid-tT3Rl8fkYz .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-tT3Rl8fkYz .news-title {
  color: #303030;
}
.cid-tT3Rl8fkYz .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-to9pWjaIAB {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-to9pWjaIAB .image-block {
  margin: auto;
}
.cid-to9pWjaIAB figcaption {
  position: relative;
}
.cid-to9pWjaIAB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to9pWjaIAB .image-block {
    width: 100% !important;
  }
}
.cid-to9qJib1Pn {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-to9qJib1Pn .mbr-section-subtitle {
  color: #232323;
}
.cid-to9qJib1Pn H2 {
  color: #000000;
}
.cid-to9y6onlTd {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-to9y6onlTd .image-block {
  margin: auto;
}
.cid-to9y6onlTd figcaption {
  position: relative;
}
.cid-to9y6onlTd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to9y6onlTd .image-block {
    width: 100% !important;
  }
}
.cid-toap45YAMd {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-toap45YAMd .image-block {
  margin: auto;
}
.cid-toap45YAMd figcaption {
  position: relative;
}
.cid-toap45YAMd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-toap45YAMd .image-block {
    width: 100% !important;
  }
}
.cid-toaqv4XGRV {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-toaqv4XGRV .image-block {
  margin: auto;
}
.cid-toaqv4XGRV figcaption {
  position: relative;
}
.cid-toaqv4XGRV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-toaqv4XGRV .image-block {
    width: 100% !important;
  }
}
.cid-toaqChOWyC {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-toaqChOWyC .image-block {
  margin: auto;
}
.cid-toaqChOWyC figcaption {
  position: relative;
}
.cid-toaqChOWyC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-toaqChOWyC .image-block {
    width: 100% !important;
  }
}
.cid-toaqIzn30k {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-toaqIzn30k .image-block {
  margin: auto;
}
.cid-toaqIzn30k figcaption {
  position: relative;
}
.cid-toaqIzn30k figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-toaqIzn30k .image-block {
    width: 100% !important;
  }
}
.cid-toauaripMU {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-toauaripMU .image-block {
  margin: auto;
}
.cid-toauaripMU figcaption {
  position: relative;
}
.cid-toauaripMU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-toauaripMU .image-block {
    width: 100% !important;
  }
}
.cid-toauAoOjZ1 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-toauAoOjZ1 .image-block {
  margin: auto;
}
.cid-toauAoOjZ1 figcaption {
  position: relative;
}
.cid-toauAoOjZ1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-toauAoOjZ1 .image-block {
    width: 100% !important;
  }
}
.cid-toauEiRG1H {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-toauEiRG1H .image-block {
  margin: auto;
}
.cid-toauEiRG1H figcaption {
  position: relative;
}
.cid-toauEiRG1H figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-toauEiRG1H .image-block {
    width: 100% !important;
  }
}
.cid-toauHIbymw {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-toauHIbymw .image-block {
  margin: auto;
}
.cid-toauHIbymw figcaption {
  position: relative;
}
.cid-toauHIbymw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-toauHIbymw .image-block {
    width: 100% !important;
  }
}
.cid-toauKFhvNF {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-toauKFhvNF .image-block {
  margin: auto;
}
.cid-toauKFhvNF figcaption {
  position: relative;
}
.cid-toauKFhvNF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-toauKFhvNF .image-block {
    width: 100% !important;
  }
}
.cid-toauPTSg4h {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-toauPTSg4h .image-block {
  margin: auto;
}
.cid-toauPTSg4h figcaption {
  position: relative;
}
.cid-toauPTSg4h figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-toauPTSg4h .image-block {
    width: 100% !important;
  }
}
.cid-toauTOwHJe {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-toauTOwHJe .image-block {
  margin: auto;
}
.cid-toauTOwHJe figcaption {
  position: relative;
}
.cid-toauTOwHJe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-toauTOwHJe .image-block {
    width: 100% !important;
  }
}
.cid-toauXCrted {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-toauXCrted .image-block {
  margin: auto;
}
.cid-toauXCrted figcaption {
  position: relative;
}
.cid-toauXCrted figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-toauXCrted .image-block {
    width: 100% !important;
  }
}
.cid-toav2xfiYU {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-toav2xfiYU .image-block {
  margin: auto;
}
.cid-toav2xfiYU figcaption {
  position: relative;
}
.cid-toav2xfiYU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-toav2xfiYU .image-block {
    width: 100% !important;
  }
}
.cid-toav6jggBE {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-toav6jggBE .image-block {
  margin: auto;
}
.cid-toav6jggBE figcaption {
  position: relative;
}
.cid-toav6jggBE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-toav6jggBE .image-block {
    width: 100% !important;
  }
}
.cid-toav9oo2e2 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-toav9oo2e2 .image-block {
  margin: auto;
}
.cid-toav9oo2e2 figcaption {
  position: relative;
}
.cid-toav9oo2e2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-toav9oo2e2 .image-block {
    width: 100% !important;
  }
}
.cid-toavckwFzC {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-toavckwFzC .image-block {
  margin: auto;
}
.cid-toavckwFzC figcaption {
  position: relative;
}
.cid-toavckwFzC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-toavckwFzC .image-block {
    width: 100% !important;
  }
}
.cid-toavfxkv83 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-toavfxkv83 .image-block {
  margin: auto;
}
.cid-toavfxkv83 figcaption {
  position: relative;
}
.cid-toavfxkv83 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-toavfxkv83 .image-block {
    width: 100% !important;
  }
}
.cid-toaviMk5u0 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-toaviMk5u0 .image-block {
  margin: auto;
}
.cid-toaviMk5u0 figcaption {
  position: relative;
}
.cid-toaviMk5u0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-toaviMk5u0 .image-block {
    width: 100% !important;
  }
}
.cid-toavm2s5bR {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-toavm2s5bR .image-block {
  margin: auto;
}
.cid-toavm2s5bR figcaption {
  position: relative;
}
.cid-toavm2s5bR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-toavm2s5bR .image-block {
    width: 100% !important;
  }
}
.cid-toavsZrj1O {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ttZ5NZ7ftw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1145.jpg");
}
.cid-ttZ5NZ7ftw .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ttZ5NZ7ftw .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-ttZ5NZ7ftw .mbr-figure img {
    width: 100% !important;
  }
}
.cid-ttZ5NZ7ftw H3 {
  text-align: right;
}
.cid-ttZ5OE3XrE {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
@media (min-width: 1500px) {
  .cid-ttZ5OE3XrE .container {
    max-width: 1400px;
  }
}
.cid-ttZ5OE3XrE .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-ttZ5OE3XrE .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #0099ff;
}
.cid-ttZ5OE3XrE .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-ttZ5OE3XrE .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-ttZ5OE3XrE .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #1a449a;
  margin-bottom: 2rem;
}
.cid-ttZ5OE3XrE .card-wrapper {
  margin-top: 3rem;
}
.cid-ttZ5OE3XrE .row {
  justify-content: center;
}
.cid-ttZ5OE3XrE .mbr-section-title {
  color: #232323;
}
.cid-ttZ5OE3XrE .card-title,
.cid-ttZ5OE3XrE .iconfont-wrapper {
  color: #149dcc;
}
.cid-ttZ5OE3XrE .card-text {
  color: #232323;
}
.cid-tu00S4zYQz {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tu00S4zYQz .mbr-section-subtitle {
  color: #149dcc;
}
.cid-tu00S4zYQz H2 {
  color: #000000;
}
.cid-tu6W5RfAT4 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tu6W5RfAT4 .mbr-section-subtitle {
  color: #232323;
}
.cid-tu6W5RfAT4 H2 {
  color: #07290c;
}
.cid-tu5B8FaYiN {
  padding-top: 60px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 70px;
}
.cid-tu5B8FaYiN .content {
  padding-left: 30px;
}
.cid-tu5B8FaYiN .mbr-section-subtitle {
  color: #ff3366;
}
.cid-tu5B8FaYiN .mbr-section-title {
  color: #0099ff;
}
.cid-tu5B8FaYiN .mbr-text {
  color: #82786e;
}
.cid-tu5B8FaYiN .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #13287d;
}
.cid-tu5B8FaYiN .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-tu5B8FaYiN .p-4 {
  padding: 1rem 0 !important;
}
.cid-tu5B8FaYiN .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-tu5B8FaYiN .mbri-arrow-down:before {
  content: "\e960";
}
.cid-tu5B8FaYiN .mbri-arrow-up:before {
  content: "\e960";
}
.cid-tu5B8FaYiN .card {
  border-radius: 0px;
  border-bottom: 2px solid #efefef !important;
}
.cid-tu5B8FaYiN .card:last-child {
  border-bottom: none !important;
}
.cid-tu5B8FaYiN .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-tu5B8FaYiN .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-tu5B8FaYiN .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.cid-tu5B8FaYiN .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tu5B8FaYiN .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
  color: #0099ff;
  padding-right: 50px;
}
.cid-tu5B8FaYiN .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tu5B8FaYiN .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 17px;
  transform: translate(-50%, 0) !important;
  display: inline-block;
  margin-left: 0;
  width: 46px;
  height: 46px;
  background-color: #0f7699;
  transition: all .3s ease 0s;
  box-shadow: 0 14px 40px 0 #0f7699;
}
.cid-tu5B8FaYiN .card .card-header a.panel-title .toggle-icon:before,
.cid-tu5B8FaYiN .card .card-header a.panel-title .toggle-icon:after {
  background: #ffffff;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-tu5B8FaYiN .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: #ffffff;
  border: 0;
  transform: none;
}
.cid-tu5B8FaYiN .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-tu5B8FaYiN .card .panel-body {
  padding: 14px 20px;
}
.cid-tu5B8FaYiN .card .panel-body p {
  color: #82786e;
}
.cid-tu5B8FaYiN .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-tu5B8FaYiN .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-tu5B8FaYiN .collapsed .toggle-icon {
  background-color: transparent !important;
  transform: translate(0, 0);
  right: 7px !important;
  box-shadow: none !important;
}
.cid-tu5B8FaYiN .collapsed .toggle-icon:before,
.cid-tu5B8FaYiN .collapsed .toggle-icon:after {
  background: #13287d !important;
}
.cid-tu5B8FaYiN .collapsed .toggle-icon:before {
  background-color: #13287d !important;
}
.cid-tu5B8FaYiN .img-wrap img {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tu5B8FaYiN * {
    text-align: left;
  }
}
.cid-tu5B8FaYiN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu5B8FaYiN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu5XPV2GdU {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 70px;
}
.cid-tu5XPV2GdU .content {
  padding-left: 30px;
}
.cid-tu5XPV2GdU .mbr-section-subtitle {
  color: #ff3366;
}
.cid-tu5XPV2GdU .mbr-section-title {
  color: #0099ff;
}
.cid-tu5XPV2GdU .mbr-text {
  color: #82786e;
}
.cid-tu5XPV2GdU .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #13287d;
}
.cid-tu5XPV2GdU .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-tu5XPV2GdU .p-4 {
  padding: 1rem 0 !important;
}
.cid-tu5XPV2GdU .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-tu5XPV2GdU .mbri-arrow-down:before {
  content: "\e960";
}
.cid-tu5XPV2GdU .mbri-arrow-up:before {
  content: "\e960";
}
.cid-tu5XPV2GdU .card {
  border-radius: 0px;
  border-bottom: 2px solid #efefef !important;
}
.cid-tu5XPV2GdU .card:last-child {
  border-bottom: none !important;
}
.cid-tu5XPV2GdU .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-tu5XPV2GdU .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-tu5XPV2GdU .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.cid-tu5XPV2GdU .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tu5XPV2GdU .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
  color: #0099ff;
  padding-right: 50px;
}
.cid-tu5XPV2GdU .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tu5XPV2GdU .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 17px;
  transform: translate(-50%, 0) !important;
  display: inline-block;
  margin-left: 0;
  width: 46px;
  height: 46px;
  background-color: #0f7699;
  transition: all .3s ease 0s;
  box-shadow: 0 14px 40px 0 #0f7699;
}
.cid-tu5XPV2GdU .card .card-header a.panel-title .toggle-icon:before,
.cid-tu5XPV2GdU .card .card-header a.panel-title .toggle-icon:after {
  background: #ffffff;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-tu5XPV2GdU .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: #ffffff;
  border: 0;
  transform: none;
}
.cid-tu5XPV2GdU .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-tu5XPV2GdU .card .panel-body {
  padding: 14px 20px;
}
.cid-tu5XPV2GdU .card .panel-body p {
  color: #82786e;
}
.cid-tu5XPV2GdU .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-tu5XPV2GdU .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-tu5XPV2GdU .collapsed .toggle-icon {
  background-color: transparent !important;
  transform: translate(0, 0);
  right: 7px !important;
  box-shadow: none !important;
}
.cid-tu5XPV2GdU .collapsed .toggle-icon:before,
.cid-tu5XPV2GdU .collapsed .toggle-icon:after {
  background: #13287d !important;
}
.cid-tu5XPV2GdU .collapsed .toggle-icon:before {
  background-color: #13287d !important;
}
.cid-tu5XPV2GdU .img-wrap img {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tu5XPV2GdU * {
    text-align: left;
  }
}
.cid-tu5XPV2GdU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu5XPV2GdU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu6CmuXhUu {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 70px;
}
.cid-tu6CmuXhUu .content {
  padding-left: 30px;
}
.cid-tu6CmuXhUu .mbr-section-subtitle {
  color: #ff3366;
}
.cid-tu6CmuXhUu .mbr-section-title {
  color: #0099ff;
}
.cid-tu6CmuXhUu .mbr-text {
  color: #82786e;
}
.cid-tu6CmuXhUu .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #13287d;
}
.cid-tu6CmuXhUu .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-tu6CmuXhUu .p-4 {
  padding: 1rem 0 !important;
}
.cid-tu6CmuXhUu .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-tu6CmuXhUu .mbri-arrow-down:before {
  content: "\e960";
}
.cid-tu6CmuXhUu .mbri-arrow-up:before {
  content: "\e960";
}
.cid-tu6CmuXhUu .card {
  border-radius: 0px;
  border-bottom: 2px solid #efefef !important;
}
.cid-tu6CmuXhUu .card:last-child {
  border-bottom: none !important;
}
.cid-tu6CmuXhUu .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-tu6CmuXhUu .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-tu6CmuXhUu .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.cid-tu6CmuXhUu .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tu6CmuXhUu .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
  color: #0099ff;
  padding-right: 50px;
}
.cid-tu6CmuXhUu .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tu6CmuXhUu .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 17px;
  transform: translate(-50%, 0) !important;
  display: inline-block;
  margin-left: 0;
  width: 46px;
  height: 46px;
  background-color: #0f7699;
  transition: all .3s ease 0s;
  box-shadow: 0 14px 40px 0 #0f7699;
}
.cid-tu6CmuXhUu .card .card-header a.panel-title .toggle-icon:before,
.cid-tu6CmuXhUu .card .card-header a.panel-title .toggle-icon:after {
  background: #ffffff;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-tu6CmuXhUu .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: #ffffff;
  border: 0;
  transform: none;
}
.cid-tu6CmuXhUu .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-tu6CmuXhUu .card .panel-body {
  padding: 14px 20px;
}
.cid-tu6CmuXhUu .card .panel-body p {
  color: #82786e;
}
.cid-tu6CmuXhUu .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-tu6CmuXhUu .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-tu6CmuXhUu .collapsed .toggle-icon {
  background-color: transparent !important;
  transform: translate(0, 0);
  right: 7px !important;
  box-shadow: none !important;
}
.cid-tu6CmuXhUu .collapsed .toggle-icon:before,
.cid-tu6CmuXhUu .collapsed .toggle-icon:after {
  background: #13287d !important;
}
.cid-tu6CmuXhUu .collapsed .toggle-icon:before {
  background-color: #13287d !important;
}
.cid-tu6CmuXhUu .img-wrap img {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tu6CmuXhUu * {
    text-align: left;
  }
}
.cid-tu6CmuXhUu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu6CmuXhUu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu6SSIyBEE {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 70px;
}
.cid-tu6SSIyBEE .content {
  padding-left: 30px;
}
.cid-tu6SSIyBEE .mbr-section-subtitle {
  color: #ff3366;
}
.cid-tu6SSIyBEE .mbr-section-title {
  color: #0099ff;
}
.cid-tu6SSIyBEE .mbr-text {
  color: #82786e;
}
.cid-tu6SSIyBEE .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #13287d;
}
.cid-tu6SSIyBEE .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-tu6SSIyBEE .p-4 {
  padding: 1rem 0 !important;
}
.cid-tu6SSIyBEE .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-tu6SSIyBEE .mbri-arrow-down:before {
  content: "\e960";
}
.cid-tu6SSIyBEE .mbri-arrow-up:before {
  content: "\e960";
}
.cid-tu6SSIyBEE .card {
  border-radius: 0px;
  border-bottom: 2px solid #efefef !important;
}
.cid-tu6SSIyBEE .card:last-child {
  border-bottom: none !important;
}
.cid-tu6SSIyBEE .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-tu6SSIyBEE .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-tu6SSIyBEE .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.cid-tu6SSIyBEE .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tu6SSIyBEE .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
  color: #0099ff;
  padding-right: 50px;
}
.cid-tu6SSIyBEE .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tu6SSIyBEE .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 17px;
  transform: translate(-50%, 0) !important;
  display: inline-block;
  margin-left: 0;
  width: 46px;
  height: 46px;
  background-color: #0f7699;
  transition: all .3s ease 0s;
  box-shadow: 0 14px 40px 0 #0f7699;
}
.cid-tu6SSIyBEE .card .card-header a.panel-title .toggle-icon:before,
.cid-tu6SSIyBEE .card .card-header a.panel-title .toggle-icon:after {
  background: #ffffff;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-tu6SSIyBEE .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: #ffffff;
  border: 0;
  transform: none;
}
.cid-tu6SSIyBEE .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-tu6SSIyBEE .card .panel-body {
  padding: 14px 20px;
}
.cid-tu6SSIyBEE .card .panel-body p {
  color: #82786e;
}
.cid-tu6SSIyBEE .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-tu6SSIyBEE .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-tu6SSIyBEE .collapsed .toggle-icon {
  background-color: transparent !important;
  transform: translate(0, 0);
  right: 7px !important;
  box-shadow: none !important;
}
.cid-tu6SSIyBEE .collapsed .toggle-icon:before,
.cid-tu6SSIyBEE .collapsed .toggle-icon:after {
  background: #13287d !important;
}
.cid-tu6SSIyBEE .collapsed .toggle-icon:before {
  background-color: #13287d !important;
}
.cid-tu6SSIyBEE .img-wrap img {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tu6SSIyBEE * {
    text-align: left;
  }
}
.cid-tu6SSIyBEE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu6SSIyBEE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu71SR1m0u {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-tu71SR1m0u h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tu71SR1m0u p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tu71SR1m0u .card-img {
  text-align: left;
  background-color: #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tu71SR1m0u .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tu71SR1m0u .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #ffffff;
}
.cid-tu78SGQ8nc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tu78SGQ8nc .title {
  margin-bottom: 2rem;
}
.cid-tu78SGQ8nc .mbr-section-subtitle {
  color: #767676;
}
.cid-tu78SGQ8nc a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tu78SGQ8nc a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tu78SGQ8nc textarea.form-control {
  min-height: 188px;
}
.cid-tu7a4SOJPP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tu7a4SOJPP h3 {
  text-align: center;
}
.cid-tu7a4SOJPP .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-tu7a4SOJPP .mbr-content-text {
  color: #767676;
}
.cid-tu7a4SOJPP .panel-item {
  background: #ffffff;
}
.cid-tu7a4SOJPP .card {
  word-wrap: break-word;
}
.cid-tu7a4SOJPP .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-tu9YVIkCEc {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #f9f9f9;
}
.cid-tu9YVIkCEc .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tu9YVIkCEc .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tu9YVIkCEc .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-tu9YVIkCEc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tu9YVIkCEc .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-tu9YVIkCEc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tu9YVIkCEc .card .panel-body {
  color: #767676;
}
.cid-tT3Rl8fkYz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tT3Rl8fkYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT3Rl8fkYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT3Rl8fkYz .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tT3Rl8fkYz .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tT3Rl8fkYz .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tT3Rl8fkYz .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-tT3Rl8fkYz .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tT3Rl8fkYz .list-box {
  width: 100%;
}
.cid-tT3Rl8fkYz .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tT3Rl8fkYz .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tT3Rl8fkYz .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tT3Rl8fkYz .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tT3Rl8fkYz .list a:hover:before {
  background-position: left !important;
}
.cid-tT3Rl8fkYz .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tT3Rl8fkYz .news-item {
  width: 100%;
}
.cid-tT3Rl8fkYz .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-tT3Rl8fkYz .news-title {
  color: #303030;
}
.cid-tT3Rl8fkYz .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-tpammY81NG {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tpammY81NG .image-block {
  margin: auto;
}
.cid-tpammY81NG figcaption {
  position: relative;
}
.cid-tpammY81NG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tpammY81NG .image-block {
    width: 100% !important;
  }
}
.cid-tBquBJmZnp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBquBJmZnp .progress {
  width: 100%;
}
.cid-tBquBJmZnp progress {
  height: 20px;
}
.cid-tBquBJmZnp .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tBquBJmZnp p {
  margin-bottom: 0.5rem;
}
.cid-tBquBJmZnp .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tBquBJmZnp .mbr-section-subtitle {
  color: #767676;
}
.cid-tBquBJmZnp .progress_value {
  position: relative;
}
.cid-tBquBJmZnp .progress_elements {
  margin: 0 auto;
}
.cid-tBquBJmZnp .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tBquBJmZnp .progress1 .progressbar-number:before,
.cid-tBquBJmZnp .progress2 .progressbar-number:before,
.cid-tBquBJmZnp .progress3 .progressbar-number:before,
.cid-tBquBJmZnp .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-tBquBJmZnp progress[value]::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-tBquBJmZnp progress::-webkit-progress-value {
  background-color: #4fd13b;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-tBquBJmZnp progress[value]::-moz-progress-bar {
  background-color: #4fd13b;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-tBquBJmZnp progress::-ms-fill {
  background-color: #4fd13b;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-tBquBJmZnp .progress1 .progressbar-number:before {
  content: "100";
}
.cid-tBquBJmZnp .progress2 .progressbar-number:before {
  content: "91";
}
.cid-tBquBJmZnp .progress3 .progressbar-number:before {
  content: "95";
}
.cid-tBquBJmZnp .progress4 .progressbar-number:before {
  content: "100";
}
.cid-tBquBJmZnp .progress-primary {
  background: #ebebeb;
  border: none;
  outline: none;
}
.cid-tBquBJmZnp .progress-primary::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-tBquBJmZnp .progress_value span {
  padding-left: 33px;
}
.cid-tBquBJmZnp .mbr-section-title,
.cid-tBquBJmZnp .line-wrap {
  text-align: left;
  color: #000000;
}
.cid-tBquBJmZnp .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-tBquBJmZnp .progressbar-title p,
.cid-tBquBJmZnp .progress_value {
  color: #656565;
  text-align: left;
}
.cid-tBquBJmZnp .progressbar-number {
  word-wrap: normal;
}
.cid-tBqzZ6sC4K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBqzZ6sC4K .progress {
  width: 100%;
}
.cid-tBqzZ6sC4K progress {
  height: 20px;
}
.cid-tBqzZ6sC4K .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tBqzZ6sC4K p {
  margin-bottom: 0.5rem;
}
.cid-tBqzZ6sC4K .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #07290c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tBqzZ6sC4K .mbr-section-subtitle {
  color: #767676;
}
.cid-tBqzZ6sC4K .progress_value {
  position: relative;
}
.cid-tBqzZ6sC4K .progress_elements {
  margin: 0 auto;
}
.cid-tBqzZ6sC4K .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tBqzZ6sC4K .progress1 .progressbar-number:before,
.cid-tBqzZ6sC4K .progress2 .progressbar-number:before,
.cid-tBqzZ6sC4K .progress3 .progressbar-number:before,
.cid-tBqzZ6sC4K .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-tBqzZ6sC4K progress[value]::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-tBqzZ6sC4K progress::-webkit-progress-value {
  background-color: #55b4d4;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-tBqzZ6sC4K progress[value]::-moz-progress-bar {
  background-color: #55b4d4;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-tBqzZ6sC4K progress::-ms-fill {
  background-color: #55b4d4;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-tBqzZ6sC4K .progress1 .progressbar-number:before {
  content: "51";
}
.cid-tBqzZ6sC4K .progress2 .progressbar-number:before {
  content: "91";
}
.cid-tBqzZ6sC4K .progress3 .progressbar-number:before {
  content: "95";
}
.cid-tBqzZ6sC4K .progress4 .progressbar-number:before {
  content: "100";
}
.cid-tBqzZ6sC4K .progress-primary {
  background: #ebebeb;
  border: none;
  outline: none;
}
.cid-tBqzZ6sC4K .progress-primary::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-tBqzZ6sC4K .progress_value span {
  padding-left: 33px;
}
.cid-tBqzZ6sC4K .mbr-section-title,
.cid-tBqzZ6sC4K .line-wrap {
  text-align: left;
}
.cid-tBqzZ6sC4K .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-tBqzZ6sC4K .progressbar-title p,
.cid-tBqzZ6sC4K .progress_value {
  color: #656565;
}
.cid-tBqzZ6sC4K .progressbar-number {
  word-wrap: normal;
}
.cid-tBpSL8rLMA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBpSL8rLMA .progress {
  width: 100%;
}
.cid-tBpSL8rLMA progress {
  height: 20px;
}
.cid-tBpSL8rLMA .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tBpSL8rLMA p {
  margin-bottom: 0.5rem;
}
.cid-tBpSL8rLMA .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #000000;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tBpSL8rLMA .mbr-section-subtitle {
  color: #767676;
}
.cid-tBpSL8rLMA .progress_value {
  position: relative;
}
.cid-tBpSL8rLMA .progress_elements {
  margin: 0 auto;
}
.cid-tBpSL8rLMA .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tBpSL8rLMA .progress1 .progressbar-number:before,
.cid-tBpSL8rLMA .progress2 .progressbar-number:before,
.cid-tBpSL8rLMA .progress3 .progressbar-number:before,
.cid-tBpSL8rLMA .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-tBpSL8rLMA progress[value]::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-tBpSL8rLMA progress::-webkit-progress-value {
  background-color: #4fd13b;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-tBpSL8rLMA progress[value]::-moz-progress-bar {
  background-color: #4fd13b;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-tBpSL8rLMA progress::-ms-fill {
  background-color: #4fd13b;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-tBpSL8rLMA .progress1 .progressbar-number:before {
  content: "100";
}
.cid-tBpSL8rLMA .progress2 .progressbar-number:before {
  content: "100";
}
.cid-tBpSL8rLMA .progress3 .progressbar-number:before {
  content: "95";
}
.cid-tBpSL8rLMA .progress4 .progressbar-number:before {
  content: "100";
}
.cid-tBpSL8rLMA .progress-primary {
  background: #ebebeb;
  border: none;
  outline: none;
}
.cid-tBpSL8rLMA .progress-primary::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-tBpSL8rLMA .progress_value span {
  padding-left: 33px;
}
.cid-tBpSL8rLMA .mbr-section-title,
.cid-tBpSL8rLMA .line-wrap {
  text-align: left;
}
.cid-tBpSL8rLMA .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-tBpSL8rLMA .progressbar-title p,
.cid-tBpSL8rLMA .progress_value {
  color: #656565;
}
.cid-tBpSL8rLMA .progressbar-number {
  word-wrap: normal;
}
.cid-uW9oKxiwMt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uW9oKxiwMt .progress {
  width: 100%;
}
.cid-uW9oKxiwMt progress {
  height: 20px;
}
.cid-uW9oKxiwMt .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uW9oKxiwMt p {
  margin-bottom: 0.5rem;
}
.cid-uW9oKxiwMt .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #000000;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uW9oKxiwMt .mbr-section-subtitle {
  color: #767676;
}
.cid-uW9oKxiwMt .progress_value {
  position: relative;
}
.cid-uW9oKxiwMt .progress_elements {
  margin: 0 auto;
}
.cid-uW9oKxiwMt .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uW9oKxiwMt .progress1 .progressbar-number:before,
.cid-uW9oKxiwMt .progress2 .progressbar-number:before,
.cid-uW9oKxiwMt .progress3 .progressbar-number:before,
.cid-uW9oKxiwMt .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-uW9oKxiwMt progress[value]::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-uW9oKxiwMt progress::-webkit-progress-value {
  background-color: #4fd13b;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-uW9oKxiwMt progress[value]::-moz-progress-bar {
  background-color: #4fd13b;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-uW9oKxiwMt progress::-ms-fill {
  background-color: #4fd13b;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-uW9oKxiwMt .progress1 .progressbar-number:before {
  content: "100";
}
.cid-uW9oKxiwMt .progress2 .progressbar-number:before {
  content: "100";
}
.cid-uW9oKxiwMt .progress3 .progressbar-number:before {
  content: "95";
}
.cid-uW9oKxiwMt .progress4 .progressbar-number:before {
  content: "100";
}
.cid-uW9oKxiwMt .progress-primary {
  background: #ebebeb;
  border: none;
  outline: none;
}
.cid-uW9oKxiwMt .progress-primary::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-uW9oKxiwMt .progress_value span {
  padding-left: 33px;
}
.cid-uW9oKxiwMt .mbr-section-title,
.cid-uW9oKxiwMt .line-wrap {
  text-align: left;
}
.cid-uW9oKxiwMt .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-uW9oKxiwMt .progressbar-title p,
.cid-uW9oKxiwMt .progress_value {
  color: #656565;
}
.cid-uW9oKxiwMt .progressbar-number {
  word-wrap: normal;
}
.cid-tBqgr02qKd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBqgr02qKd .progress {
  width: 100%;
}
.cid-tBqgr02qKd progress {
  height: 20px;
}
.cid-tBqgr02qKd .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tBqgr02qKd p {
  margin-bottom: 0.5rem;
}
.cid-tBqgr02qKd .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #07290c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tBqgr02qKd .mbr-section-subtitle {
  color: #767676;
}
.cid-tBqgr02qKd .progress_value {
  position: relative;
}
.cid-tBqgr02qKd .progress_elements {
  margin: 0 auto;
}
.cid-tBqgr02qKd .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tBqgr02qKd .progress1 .progressbar-number:before,
.cid-tBqgr02qKd .progress2 .progressbar-number:before,
.cid-tBqgr02qKd .progress3 .progressbar-number:before,
.cid-tBqgr02qKd .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-tBqgr02qKd progress[value]::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-tBqgr02qKd progress::-webkit-progress-value {
  background-color: #4fd13b;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-tBqgr02qKd progress[value]::-moz-progress-bar {
  background-color: #4fd13b;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-tBqgr02qKd progress::-ms-fill {
  background-color: #4fd13b;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-tBqgr02qKd .progress1 .progressbar-number:before {
  content: "100";
}
.cid-tBqgr02qKd .progress2 .progressbar-number:before {
  content: "91";
}
.cid-tBqgr02qKd .progress3 .progressbar-number:before {
  content: "95";
}
.cid-tBqgr02qKd .progress4 .progressbar-number:before {
  content: "100";
}
.cid-tBqgr02qKd .progress-primary {
  background: #ebebeb;
  border: none;
  outline: none;
}
.cid-tBqgr02qKd .progress-primary::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-tBqgr02qKd .progress_value span {
  padding-left: 33px;
}
.cid-tBqgr02qKd .mbr-section-title,
.cid-tBqgr02qKd .line-wrap {
  text-align: left;
}
.cid-tBqgr02qKd .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-tBqgr02qKd .progressbar-title p,
.cid-tBqgr02qKd .progress_value {
  color: #656565;
}
.cid-tBqgr02qKd .progressbar-number {
  word-wrap: normal;
}
.cid-uW9ouzCumS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uW9ouzCumS .progress {
  width: 100%;
}
.cid-uW9ouzCumS progress {
  height: 20px;
}
.cid-uW9ouzCumS .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uW9ouzCumS p {
  margin-bottom: 0.5rem;
}
.cid-uW9ouzCumS .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #07290c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uW9ouzCumS .mbr-section-subtitle {
  color: #767676;
}
.cid-uW9ouzCumS .progress_value {
  position: relative;
}
.cid-uW9ouzCumS .progress_elements {
  margin: 0 auto;
}
.cid-uW9ouzCumS .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uW9ouzCumS .progress1 .progressbar-number:before,
.cid-uW9ouzCumS .progress2 .progressbar-number:before,
.cid-uW9ouzCumS .progress3 .progressbar-number:before,
.cid-uW9ouzCumS .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-uW9ouzCumS progress[value]::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-uW9ouzCumS progress::-webkit-progress-value {
  background-color: #4fd13b;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-uW9ouzCumS progress[value]::-moz-progress-bar {
  background-color: #4fd13b;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-uW9ouzCumS progress::-ms-fill {
  background-color: #4fd13b;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-uW9ouzCumS .progress1 .progressbar-number:before {
  content: "100";
}
.cid-uW9ouzCumS .progress2 .progressbar-number:before {
  content: "91";
}
.cid-uW9ouzCumS .progress3 .progressbar-number:before {
  content: "95";
}
.cid-uW9ouzCumS .progress4 .progressbar-number:before {
  content: "100";
}
.cid-uW9ouzCumS .progress-primary {
  background: #ebebeb;
  border: none;
  outline: none;
}
.cid-uW9ouzCumS .progress-primary::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-uW9ouzCumS .progress_value span {
  padding-left: 33px;
}
.cid-uW9ouzCumS .mbr-section-title,
.cid-uW9ouzCumS .line-wrap {
  text-align: left;
}
.cid-uW9ouzCumS .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-uW9ouzCumS .progressbar-title p,
.cid-uW9ouzCumS .progress_value {
  color: #656565;
}
.cid-uW9ouzCumS .progressbar-number {
  word-wrap: normal;
}
.cid-uWadWMDid8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uWadWMDid8 .progress {
  width: 100%;
}
.cid-uWadWMDid8 progress {
  height: 20px;
}
.cid-uWadWMDid8 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uWadWMDid8 p {
  margin-bottom: 0.5rem;
}
.cid-uWadWMDid8 .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #07290c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uWadWMDid8 .mbr-section-subtitle {
  color: #767676;
}
.cid-uWadWMDid8 .progress_value {
  position: relative;
}
.cid-uWadWMDid8 .progress_elements {
  margin: 0 auto;
}
.cid-uWadWMDid8 .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uWadWMDid8 .progress1 .progressbar-number:before,
.cid-uWadWMDid8 .progress2 .progressbar-number:before,
.cid-uWadWMDid8 .progress3 .progressbar-number:before,
.cid-uWadWMDid8 .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-uWadWMDid8 progress[value]::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-uWadWMDid8 progress::-webkit-progress-value {
  background-color: #4fd13b;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-uWadWMDid8 progress[value]::-moz-progress-bar {
  background-color: #4fd13b;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-uWadWMDid8 progress::-ms-fill {
  background-color: #4fd13b;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-uWadWMDid8 .progress1 .progressbar-number:before {
  content: "100";
}
.cid-uWadWMDid8 .progress2 .progressbar-number:before {
  content: "91";
}
.cid-uWadWMDid8 .progress3 .progressbar-number:before {
  content: "95";
}
.cid-uWadWMDid8 .progress4 .progressbar-number:before {
  content: "100";
}
.cid-uWadWMDid8 .progress-primary {
  background: #ebebeb;
  border: none;
  outline: none;
}
.cid-uWadWMDid8 .progress-primary::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-uWadWMDid8 .progress_value span {
  padding-left: 33px;
}
.cid-uWadWMDid8 .mbr-section-title,
.cid-uWadWMDid8 .line-wrap {
  text-align: left;
}
.cid-uWadWMDid8 .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-uWadWMDid8 .progressbar-title p,
.cid-uWadWMDid8 .progress_value {
  color: #656565;
}
.cid-uWadWMDid8 .progressbar-number {
  word-wrap: normal;
}
.cid-uW9oylCxds {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uW9oylCxds .progress {
  width: 100%;
}
.cid-uW9oylCxds progress {
  height: 20px;
}
.cid-uW9oylCxds .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uW9oylCxds p {
  margin-bottom: 0.5rem;
}
.cid-uW9oylCxds .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #07290c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uW9oylCxds .mbr-section-subtitle {
  color: #767676;
}
.cid-uW9oylCxds .progress_value {
  position: relative;
}
.cid-uW9oylCxds .progress_elements {
  margin: 0 auto;
}
.cid-uW9oylCxds .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uW9oylCxds .progress1 .progressbar-number:before,
.cid-uW9oylCxds .progress2 .progressbar-number:before,
.cid-uW9oylCxds .progress3 .progressbar-number:before,
.cid-uW9oylCxds .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-uW9oylCxds progress[value]::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-uW9oylCxds progress::-webkit-progress-value {
  background-color: #4fd13b;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-uW9oylCxds progress[value]::-moz-progress-bar {
  background-color: #4fd13b;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-uW9oylCxds progress::-ms-fill {
  background-color: #4fd13b;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-uW9oylCxds .progress1 .progressbar-number:before {
  content: "100";
}
.cid-uW9oylCxds .progress2 .progressbar-number:before {
  content: "91";
}
.cid-uW9oylCxds .progress3 .progressbar-number:before {
  content: "95";
}
.cid-uW9oylCxds .progress4 .progressbar-number:before {
  content: "100";
}
.cid-uW9oylCxds .progress-primary {
  background: #ebebeb;
  border: none;
  outline: none;
}
.cid-uW9oylCxds .progress-primary::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-uW9oylCxds .progress_value span {
  padding-left: 33px;
}
.cid-uW9oylCxds .mbr-section-title,
.cid-uW9oylCxds .line-wrap {
  text-align: left;
}
.cid-uW9oylCxds .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-uW9oylCxds .progressbar-title p,
.cid-uW9oylCxds .progress_value {
  color: #656565;
}
.cid-uW9oylCxds .progressbar-number {
  word-wrap: normal;
}
.cid-uW9oAO9eFA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uW9oAO9eFA .progress {
  width: 100%;
}
.cid-uW9oAO9eFA progress {
  height: 20px;
}
.cid-uW9oAO9eFA .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uW9oAO9eFA p {
  margin-bottom: 0.5rem;
}
.cid-uW9oAO9eFA .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #07290c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uW9oAO9eFA .mbr-section-subtitle {
  color: #767676;
}
.cid-uW9oAO9eFA .progress_value {
  position: relative;
}
.cid-uW9oAO9eFA .progress_elements {
  margin: 0 auto;
}
.cid-uW9oAO9eFA .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uW9oAO9eFA .progress1 .progressbar-number:before,
.cid-uW9oAO9eFA .progress2 .progressbar-number:before,
.cid-uW9oAO9eFA .progress3 .progressbar-number:before,
.cid-uW9oAO9eFA .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-uW9oAO9eFA progress[value]::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-uW9oAO9eFA progress::-webkit-progress-value {
  background-color: #4fd13b;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-uW9oAO9eFA progress[value]::-moz-progress-bar {
  background-color: #4fd13b;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-uW9oAO9eFA progress::-ms-fill {
  background-color: #4fd13b;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-uW9oAO9eFA .progress1 .progressbar-number:before {
  content: "100";
}
.cid-uW9oAO9eFA .progress2 .progressbar-number:before {
  content: "91";
}
.cid-uW9oAO9eFA .progress3 .progressbar-number:before {
  content: "95";
}
.cid-uW9oAO9eFA .progress4 .progressbar-number:before {
  content: "100";
}
.cid-uW9oAO9eFA .progress-primary {
  background: #ebebeb;
  border: none;
  outline: none;
}
.cid-uW9oAO9eFA .progress-primary::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-uW9oAO9eFA .progress_value span {
  padding-left: 33px;
}
.cid-uW9oAO9eFA .mbr-section-title,
.cid-uW9oAO9eFA .line-wrap {
  text-align: left;
}
.cid-uW9oAO9eFA .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-uW9oAO9eFA .progressbar-title p,
.cid-uW9oAO9eFA .progress_value {
  color: #656565;
}
.cid-uW9oAO9eFA .progressbar-number {
  word-wrap: normal;
}
.cid-tBpWMP8N2p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBpWMP8N2p .progress {
  width: 100%;
}
.cid-tBpWMP8N2p progress {
  height: 20px;
}
.cid-tBpWMP8N2p .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tBpWMP8N2p p {
  margin-bottom: 0.5rem;
}
.cid-tBpWMP8N2p .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #07290c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tBpWMP8N2p .mbr-section-subtitle {
  color: #767676;
}
.cid-tBpWMP8N2p .progress_value {
  position: relative;
}
.cid-tBpWMP8N2p .progress_elements {
  margin: 0 auto;
}
.cid-tBpWMP8N2p .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tBpWMP8N2p .progress1 .progressbar-number:before,
.cid-tBpWMP8N2p .progress2 .progressbar-number:before,
.cid-tBpWMP8N2p .progress3 .progressbar-number:before,
.cid-tBpWMP8N2p .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-tBpWMP8N2p progress[value]::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-tBpWMP8N2p progress::-webkit-progress-value {
  background-color: #fe0c0c;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-tBpWMP8N2p progress[value]::-moz-progress-bar {
  background-color: #fe0c0c;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-tBpWMP8N2p progress::-ms-fill {
  background-color: #fe0c0c;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-tBpWMP8N2p .progress1 .progressbar-number:before {
  content: "0";
}
.cid-tBpWMP8N2p .progress2 .progressbar-number:before {
  content: "91";
}
.cid-tBpWMP8N2p .progress3 .progressbar-number:before {
  content: "95";
}
.cid-tBpWMP8N2p .progress4 .progressbar-number:before {
  content: "100";
}
.cid-tBpWMP8N2p .progress-primary {
  background: #ebebeb;
  border: none;
  outline: none;
}
.cid-tBpWMP8N2p .progress-primary::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-tBpWMP8N2p .progress_value span {
  padding-left: 33px;
}
.cid-tBpWMP8N2p .mbr-section-title,
.cid-tBpWMP8N2p .line-wrap {
  text-align: left;
}
.cid-tBpWMP8N2p .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-tBpWMP8N2p .progressbar-title p,
.cid-tBpWMP8N2p .progress_value {
  color: #656565;
}
.cid-tBpWMP8N2p .progressbar-number {
  word-wrap: normal;
}
.cid-uW9nMu0CzI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uW9nMu0CzI .progress {
  width: 100%;
}
.cid-uW9nMu0CzI progress {
  height: 20px;
}
.cid-uW9nMu0CzI .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uW9nMu0CzI p {
  margin-bottom: 0.5rem;
}
.cid-uW9nMu0CzI .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #07290c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uW9nMu0CzI .mbr-section-subtitle {
  color: #767676;
}
.cid-uW9nMu0CzI .progress_value {
  position: relative;
}
.cid-uW9nMu0CzI .progress_elements {
  margin: 0 auto;
}
.cid-uW9nMu0CzI .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uW9nMu0CzI .progress1 .progressbar-number:before,
.cid-uW9nMu0CzI .progress2 .progressbar-number:before,
.cid-uW9nMu0CzI .progress3 .progressbar-number:before,
.cid-uW9nMu0CzI .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-uW9nMu0CzI progress[value]::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-uW9nMu0CzI progress::-webkit-progress-value {
  background-color: #fe0c0c;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-uW9nMu0CzI progress[value]::-moz-progress-bar {
  background-color: #fe0c0c;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-uW9nMu0CzI progress::-ms-fill {
  background-color: #fe0c0c;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-uW9nMu0CzI .progress1 .progressbar-number:before {
  content: "0";
}
.cid-uW9nMu0CzI .progress2 .progressbar-number:before {
  content: "91";
}
.cid-uW9nMu0CzI .progress3 .progressbar-number:before {
  content: "95";
}
.cid-uW9nMu0CzI .progress4 .progressbar-number:before {
  content: "100";
}
.cid-uW9nMu0CzI .progress-primary {
  background: #ebebeb;
  border: none;
  outline: none;
}
.cid-uW9nMu0CzI .progress-primary::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-uW9nMu0CzI .progress_value span {
  padding-left: 33px;
}
.cid-uW9nMu0CzI .mbr-section-title,
.cid-uW9nMu0CzI .line-wrap {
  text-align: left;
}
.cid-uW9nMu0CzI .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-uW9nMu0CzI .progressbar-title p,
.cid-uW9nMu0CzI .progress_value {
  color: #656565;
}
.cid-uW9nMu0CzI .progressbar-number {
  word-wrap: normal;
}
.cid-uW9nVPXXk3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uW9nVPXXk3 .progress {
  width: 100%;
}
.cid-uW9nVPXXk3 progress {
  height: 20px;
}
.cid-uW9nVPXXk3 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uW9nVPXXk3 p {
  margin-bottom: 0.5rem;
}
.cid-uW9nVPXXk3 .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #07290c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uW9nVPXXk3 .mbr-section-subtitle {
  color: #767676;
}
.cid-uW9nVPXXk3 .progress_value {
  position: relative;
}
.cid-uW9nVPXXk3 .progress_elements {
  margin: 0 auto;
}
.cid-uW9nVPXXk3 .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uW9nVPXXk3 .progress1 .progressbar-number:before,
.cid-uW9nVPXXk3 .progress2 .progressbar-number:before,
.cid-uW9nVPXXk3 .progress3 .progressbar-number:before,
.cid-uW9nVPXXk3 .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-uW9nVPXXk3 progress[value]::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-uW9nVPXXk3 progress::-webkit-progress-value {
  background-color: #fe0c0c;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-uW9nVPXXk3 progress[value]::-moz-progress-bar {
  background-color: #fe0c0c;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-uW9nVPXXk3 progress::-ms-fill {
  background-color: #fe0c0c;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-uW9nVPXXk3 .progress1 .progressbar-number:before {
  content: "0";
}
.cid-uW9nVPXXk3 .progress2 .progressbar-number:before {
  content: "91";
}
.cid-uW9nVPXXk3 .progress3 .progressbar-number:before {
  content: "95";
}
.cid-uW9nVPXXk3 .progress4 .progressbar-number:before {
  content: "100";
}
.cid-uW9nVPXXk3 .progress-primary {
  background: #ebebeb;
  border: none;
  outline: none;
}
.cid-uW9nVPXXk3 .progress-primary::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-uW9nVPXXk3 .progress_value span {
  padding-left: 33px;
}
.cid-uW9nVPXXk3 .mbr-section-title,
.cid-uW9nVPXXk3 .line-wrap {
  text-align: left;
}
.cid-uW9nVPXXk3 .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-uW9nVPXXk3 .progressbar-title p,
.cid-uW9nVPXXk3 .progress_value {
  color: #656565;
}
.cid-uW9nVPXXk3 .progressbar-number {
  word-wrap: normal;
}
.cid-uWae4ykM8i {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uWae4ykM8i .progress {
  width: 100%;
}
.cid-uWae4ykM8i progress {
  height: 20px;
}
.cid-uWae4ykM8i .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uWae4ykM8i p {
  margin-bottom: 0.5rem;
}
.cid-uWae4ykM8i .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #07290c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uWae4ykM8i .mbr-section-subtitle {
  color: #767676;
}
.cid-uWae4ykM8i .progress_value {
  position: relative;
}
.cid-uWae4ykM8i .progress_elements {
  margin: 0 auto;
}
.cid-uWae4ykM8i .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uWae4ykM8i .progress1 .progressbar-number:before,
.cid-uWae4ykM8i .progress2 .progressbar-number:before,
.cid-uWae4ykM8i .progress3 .progressbar-number:before,
.cid-uWae4ykM8i .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-uWae4ykM8i progress[value]::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-uWae4ykM8i progress::-webkit-progress-value {
  background-color: #fe0c0c;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-uWae4ykM8i progress[value]::-moz-progress-bar {
  background-color: #fe0c0c;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-uWae4ykM8i progress::-ms-fill {
  background-color: #fe0c0c;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-uWae4ykM8i .progress1 .progressbar-number:before {
  content: "0";
}
.cid-uWae4ykM8i .progress2 .progressbar-number:before {
  content: "91";
}
.cid-uWae4ykM8i .progress3 .progressbar-number:before {
  content: "95";
}
.cid-uWae4ykM8i .progress4 .progressbar-number:before {
  content: "100";
}
.cid-uWae4ykM8i .progress-primary {
  background: #ebebeb;
  border: none;
  outline: none;
}
.cid-uWae4ykM8i .progress-primary::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-uWae4ykM8i .progress_value span {
  padding-left: 33px;
}
.cid-uWae4ykM8i .mbr-section-title,
.cid-uWae4ykM8i .line-wrap {
  text-align: left;
}
.cid-uWae4ykM8i .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-uWae4ykM8i .progressbar-title p,
.cid-uWae4ykM8i .progress_value {
  color: #656565;
}
.cid-uWae4ykM8i .progressbar-number {
  word-wrap: normal;
}
.cid-uW9nYZeqsn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uW9nYZeqsn .progress {
  width: 100%;
}
.cid-uW9nYZeqsn progress {
  height: 20px;
}
.cid-uW9nYZeqsn .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uW9nYZeqsn p {
  margin-bottom: 0.5rem;
}
.cid-uW9nYZeqsn .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #07290c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uW9nYZeqsn .mbr-section-subtitle {
  color: #767676;
}
.cid-uW9nYZeqsn .progress_value {
  position: relative;
}
.cid-uW9nYZeqsn .progress_elements {
  margin: 0 auto;
}
.cid-uW9nYZeqsn .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uW9nYZeqsn .progress1 .progressbar-number:before,
.cid-uW9nYZeqsn .progress2 .progressbar-number:before,
.cid-uW9nYZeqsn .progress3 .progressbar-number:before,
.cid-uW9nYZeqsn .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-uW9nYZeqsn progress[value]::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-uW9nYZeqsn progress::-webkit-progress-value {
  background-color: #fe0c0c;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-uW9nYZeqsn progress[value]::-moz-progress-bar {
  background-color: #fe0c0c;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-uW9nYZeqsn progress::-ms-fill {
  background-color: #fe0c0c;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-uW9nYZeqsn .progress1 .progressbar-number:before {
  content: "0";
}
.cid-uW9nYZeqsn .progress2 .progressbar-number:before {
  content: "91";
}
.cid-uW9nYZeqsn .progress3 .progressbar-number:before {
  content: "95";
}
.cid-uW9nYZeqsn .progress4 .progressbar-number:before {
  content: "100";
}
.cid-uW9nYZeqsn .progress-primary {
  background: #ebebeb;
  border: none;
  outline: none;
}
.cid-uW9nYZeqsn .progress-primary::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-uW9nYZeqsn .progress_value span {
  padding-left: 33px;
}
.cid-uW9nYZeqsn .mbr-section-title,
.cid-uW9nYZeqsn .line-wrap {
  text-align: left;
}
.cid-uW9nYZeqsn .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-uW9nYZeqsn .progressbar-title p,
.cid-uW9nYZeqsn .progress_value {
  color: #656565;
}
.cid-uW9nYZeqsn .progressbar-number {
  word-wrap: normal;
}
.cid-tBf5VvDfHA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tBf5VvDfHA h3 {
  text-align: center;
  font-weight: 300;
}
.cid-tBf5VvDfHA .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tBf5VvDfHA .mbr-section-subtitle {
  color: #767676;
}
.cid-tBf5VvDfHA .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-tBf5VvDfHA ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-tBf5VvDfHA path {
  stroke: #0087ab;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tBf5VvDfHA .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-tpamVMU2xE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tpaF71Dsoe {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #efefef;
}
.cid-tpaF71Dsoe .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-tpaF71Dsoe .wrapper {
  position: relative;
}
.cid-tpaF71Dsoe .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-tpaF71Dsoe .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-tpaF71Dsoe .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-tpaF71Dsoe .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-tpaF71Dsoe .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-tpaF71Dsoe .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-tpaF71Dsoe .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-tpaF71Dsoe .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-tpaF71Dsoe .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-tpaF71Dsoe .img2 {
    width: 400px;
  }
  .cid-tpaF71Dsoe .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-tpaF71Dsoe .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-tpaF71Dsoe .img2 {
    width: 400px;
  }
  .cid-tpaF71Dsoe .img1 {
    padding-right: 4rem;
  }
  .cid-tpaF71Dsoe .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tpaF71Dsoe .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-tpaF71Dsoe .img2 {
    width: 200px;
  }
  .cid-tpaF71Dsoe .container-fluid {
    padding: 0 1rem;
  }
  .cid-tpaF71Dsoe .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-tT3Rl8fkYz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tT3Rl8fkYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT3Rl8fkYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT3Rl8fkYz .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tT3Rl8fkYz .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tT3Rl8fkYz .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tT3Rl8fkYz .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-tT3Rl8fkYz .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tT3Rl8fkYz .list-box {
  width: 100%;
}
.cid-tT3Rl8fkYz .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tT3Rl8fkYz .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tT3Rl8fkYz .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tT3Rl8fkYz .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tT3Rl8fkYz .list a:hover:before {
  background-position: left !important;
}
.cid-tT3Rl8fkYz .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tT3Rl8fkYz .news-item {
  width: 100%;
}
.cid-tT3Rl8fkYz .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-tT3Rl8fkYz .news-title {
  color: #303030;
}
.cid-tT3Rl8fkYz .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-toMTuLmQCj {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-toMTuLmQCj .image-block {
  margin: auto;
}
.cid-toMTuLmQCj figcaption {
  position: relative;
}
.cid-toMTuLmQCj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-toMTuLmQCj .image-block {
    width: 100% !important;
  }
}
.cid-tBvTDSFDzC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBvTDSFDzC .progress {
  width: 100%;
}
.cid-tBvTDSFDzC progress {
  height: 20px;
}
.cid-tBvTDSFDzC .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tBvTDSFDzC p {
  margin-bottom: 0.5rem;
}
.cid-tBvTDSFDzC .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tBvTDSFDzC .mbr-section-subtitle {
  color: #767676;
}
.cid-tBvTDSFDzC .progress_value {
  position: relative;
}
.cid-tBvTDSFDzC .progress_elements {
  margin: 0 auto;
}
.cid-tBvTDSFDzC .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tBvTDSFDzC .progress1 .progressbar-number:before,
.cid-tBvTDSFDzC .progress2 .progressbar-number:before,
.cid-tBvTDSFDzC .progress3 .progressbar-number:before,
.cid-tBvTDSFDzC .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-tBvTDSFDzC progress[value]::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-tBvTDSFDzC progress::-webkit-progress-value {
  background-color: #0087ab;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-tBvTDSFDzC progress[value]::-moz-progress-bar {
  background-color: #0087ab;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-tBvTDSFDzC progress::-ms-fill {
  background-color: #0087ab;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-tBvTDSFDzC .progress1 .progressbar-number:before {
  content: "100";
}
.cid-tBvTDSFDzC .progress2 .progressbar-number:before {
  content: "91";
}
.cid-tBvTDSFDzC .progress3 .progressbar-number:before {
  content: "95";
}
.cid-tBvTDSFDzC .progress4 .progressbar-number:before {
  content: "100";
}
.cid-tBvTDSFDzC .progress-primary {
  background: #ebebeb;
  border: none;
  outline: none;
}
.cid-tBvTDSFDzC .progress-primary::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-tBvTDSFDzC .progress_value span {
  padding-left: 33px;
}
.cid-tBvTDSFDzC .mbr-section-title,
.cid-tBvTDSFDzC .line-wrap {
  text-align: left;
}
.cid-tBvTDSFDzC .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-tBvTDSFDzC .progressbar-title p,
.cid-tBvTDSFDzC .progress_value {
  color: #656565;
}
.cid-tBvTDSFDzC .progressbar-number {
  word-wrap: normal;
}
.cid-tBvV0zr8O2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBvV0zr8O2 .progress {
  width: 100%;
}
.cid-tBvV0zr8O2 progress {
  height: 20px;
}
.cid-tBvV0zr8O2 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tBvV0zr8O2 p {
  margin-bottom: 0.5rem;
}
.cid-tBvV0zr8O2 .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tBvV0zr8O2 .mbr-section-subtitle {
  color: #767676;
}
.cid-tBvV0zr8O2 .progress_value {
  position: relative;
}
.cid-tBvV0zr8O2 .progress_elements {
  margin: 0 auto;
}
.cid-tBvV0zr8O2 .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tBvV0zr8O2 .progress1 .progressbar-number:before,
.cid-tBvV0zr8O2 .progress2 .progressbar-number:before,
.cid-tBvV0zr8O2 .progress3 .progressbar-number:before,
.cid-tBvV0zr8O2 .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-tBvV0zr8O2 progress[value]::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-tBvV0zr8O2 progress::-webkit-progress-value {
  background-color: #0087ab;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-tBvV0zr8O2 progress[value]::-moz-progress-bar {
  background-color: #0087ab;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-tBvV0zr8O2 progress::-ms-fill {
  background-color: #0087ab;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-tBvV0zr8O2 .progress1 .progressbar-number:before {
  content: "100";
}
.cid-tBvV0zr8O2 .progress2 .progressbar-number:before {
  content: "91";
}
.cid-tBvV0zr8O2 .progress3 .progressbar-number:before {
  content: "95";
}
.cid-tBvV0zr8O2 .progress4 .progressbar-number:before {
  content: "100";
}
.cid-tBvV0zr8O2 .progress-primary {
  background: #ebebeb;
  border: none;
  outline: none;
}
.cid-tBvV0zr8O2 .progress-primary::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-tBvV0zr8O2 .progress_value span {
  padding-left: 33px;
}
.cid-tBvV0zr8O2 .mbr-section-title,
.cid-tBvV0zr8O2 .line-wrap {
  text-align: left;
}
.cid-tBvV0zr8O2 .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-tBvV0zr8O2 .progressbar-title p,
.cid-tBvV0zr8O2 .progress_value {
  color: #656565;
}
.cid-tBvV0zr8O2 .progressbar-number {
  word-wrap: normal;
}
.cid-tBvVBia9Jl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBvVBia9Jl .progress {
  width: 100%;
}
.cid-tBvVBia9Jl progress {
  height: 20px;
}
.cid-tBvVBia9Jl .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tBvVBia9Jl p {
  margin-bottom: 0.5rem;
}
.cid-tBvVBia9Jl .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tBvVBia9Jl .mbr-section-subtitle {
  color: #767676;
}
.cid-tBvVBia9Jl .progress_value {
  position: relative;
}
.cid-tBvVBia9Jl .progress_elements {
  margin: 0 auto;
}
.cid-tBvVBia9Jl .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tBvVBia9Jl .progress1 .progressbar-number:before,
.cid-tBvVBia9Jl .progress2 .progressbar-number:before,
.cid-tBvVBia9Jl .progress3 .progressbar-number:before,
.cid-tBvVBia9Jl .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-tBvVBia9Jl progress[value]::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-tBvVBia9Jl progress::-webkit-progress-value {
  background-color: #0087ab;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-tBvVBia9Jl progress[value]::-moz-progress-bar {
  background-color: #0087ab;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-tBvVBia9Jl progress::-ms-fill {
  background-color: #0087ab;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-tBvVBia9Jl .progress1 .progressbar-number:before {
  content: "100";
}
.cid-tBvVBia9Jl .progress2 .progressbar-number:before {
  content: "91";
}
.cid-tBvVBia9Jl .progress3 .progressbar-number:before {
  content: "95";
}
.cid-tBvVBia9Jl .progress4 .progressbar-number:before {
  content: "100";
}
.cid-tBvVBia9Jl .progress-primary {
  background: #ebebeb;
  border: none;
  outline: none;
}
.cid-tBvVBia9Jl .progress-primary::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-tBvVBia9Jl .progress_value span {
  padding-left: 33px;
}
.cid-tBvVBia9Jl .mbr-section-title,
.cid-tBvVBia9Jl .line-wrap {
  text-align: left;
}
.cid-tBvVBia9Jl .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-tBvVBia9Jl .progressbar-title p,
.cid-tBvVBia9Jl .progress_value {
  color: #656565;
}
.cid-tBvVBia9Jl .progressbar-number {
  word-wrap: normal;
}
.cid-tBvVZi3rXE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBvVZi3rXE .progress {
  width: 100%;
}
.cid-tBvVZi3rXE progress {
  height: 20px;
}
.cid-tBvVZi3rXE .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tBvVZi3rXE p {
  margin-bottom: 0.5rem;
}
.cid-tBvVZi3rXE .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tBvVZi3rXE .mbr-section-subtitle {
  color: #767676;
}
.cid-tBvVZi3rXE .progress_value {
  position: relative;
}
.cid-tBvVZi3rXE .progress_elements {
  margin: 0 auto;
}
.cid-tBvVZi3rXE .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tBvVZi3rXE .progress1 .progressbar-number:before,
.cid-tBvVZi3rXE .progress2 .progressbar-number:before,
.cid-tBvVZi3rXE .progress3 .progressbar-number:before,
.cid-tBvVZi3rXE .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-tBvVZi3rXE progress[value]::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-tBvVZi3rXE progress::-webkit-progress-value {
  background-color: #0087ab;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-tBvVZi3rXE progress[value]::-moz-progress-bar {
  background-color: #0087ab;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-tBvVZi3rXE progress::-ms-fill {
  background-color: #0087ab;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-tBvVZi3rXE .progress1 .progressbar-number:before {
  content: "100";
}
.cid-tBvVZi3rXE .progress2 .progressbar-number:before {
  content: "91";
}
.cid-tBvVZi3rXE .progress3 .progressbar-number:before {
  content: "95";
}
.cid-tBvVZi3rXE .progress4 .progressbar-number:before {
  content: "100";
}
.cid-tBvVZi3rXE .progress-primary {
  background: #ebebeb;
  border: none;
  outline: none;
}
.cid-tBvVZi3rXE .progress-primary::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-tBvVZi3rXE .progress_value span {
  padding-left: 33px;
}
.cid-tBvVZi3rXE .mbr-section-title,
.cid-tBvVZi3rXE .line-wrap {
  text-align: left;
}
.cid-tBvVZi3rXE .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-tBvVZi3rXE .progressbar-title p,
.cid-tBvVZi3rXE .progress_value {
  color: #656565;
}
.cid-tBvVZi3rXE .progressbar-number {
  word-wrap: normal;
}
.cid-tBvWC5CfEC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBvWC5CfEC .progress {
  width: 100%;
}
.cid-tBvWC5CfEC progress {
  height: 20px;
}
.cid-tBvWC5CfEC .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tBvWC5CfEC p {
  margin-bottom: 0.5rem;
}
.cid-tBvWC5CfEC .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tBvWC5CfEC .mbr-section-subtitle {
  color: #767676;
}
.cid-tBvWC5CfEC .progress_value {
  position: relative;
}
.cid-tBvWC5CfEC .progress_elements {
  margin: 0 auto;
}
.cid-tBvWC5CfEC .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tBvWC5CfEC .progress1 .progressbar-number:before,
.cid-tBvWC5CfEC .progress2 .progressbar-number:before,
.cid-tBvWC5CfEC .progress3 .progressbar-number:before,
.cid-tBvWC5CfEC .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-tBvWC5CfEC progress[value]::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-tBvWC5CfEC progress::-webkit-progress-value {
  background-color: #fe0c0c;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-tBvWC5CfEC progress[value]::-moz-progress-bar {
  background-color: #fe0c0c;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-tBvWC5CfEC progress::-ms-fill {
  background-color: #fe0c0c;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-tBvWC5CfEC .progress1 .progressbar-number:before {
  content: "1";
}
.cid-tBvWC5CfEC .progress2 .progressbar-number:before {
  content: "91";
}
.cid-tBvWC5CfEC .progress3 .progressbar-number:before {
  content: "95";
}
.cid-tBvWC5CfEC .progress4 .progressbar-number:before {
  content: "100";
}
.cid-tBvWC5CfEC .progress-primary {
  background: #ebebeb;
  border: none;
  outline: none;
}
.cid-tBvWC5CfEC .progress-primary::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-tBvWC5CfEC .progress_value span {
  padding-left: 33px;
}
.cid-tBvWC5CfEC .mbr-section-title,
.cid-tBvWC5CfEC .line-wrap {
  text-align: left;
}
.cid-tBvWC5CfEC .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-tBvWC5CfEC .progressbar-title p,
.cid-tBvWC5CfEC .progress_value {
  color: #656565;
}
.cid-tBvWC5CfEC .progressbar-number {
  word-wrap: normal;
}
.cid-tBvX2AWXsU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBvX2AWXsU .progress {
  width: 100%;
}
.cid-tBvX2AWXsU progress {
  height: 20px;
}
.cid-tBvX2AWXsU .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tBvX2AWXsU p {
  margin-bottom: 0.5rem;
}
.cid-tBvX2AWXsU .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tBvX2AWXsU .mbr-section-subtitle {
  color: #767676;
}
.cid-tBvX2AWXsU .progress_value {
  position: relative;
}
.cid-tBvX2AWXsU .progress_elements {
  margin: 0 auto;
}
.cid-tBvX2AWXsU .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tBvX2AWXsU .progress1 .progressbar-number:before,
.cid-tBvX2AWXsU .progress2 .progressbar-number:before,
.cid-tBvX2AWXsU .progress3 .progressbar-number:before,
.cid-tBvX2AWXsU .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-tBvX2AWXsU progress[value]::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-tBvX2AWXsU progress::-webkit-progress-value {
  background-color: #fe0c0c;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-tBvX2AWXsU progress[value]::-moz-progress-bar {
  background-color: #fe0c0c;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-tBvX2AWXsU progress::-ms-fill {
  background-color: #fe0c0c;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-tBvX2AWXsU .progress1 .progressbar-number:before {
  content: "1";
}
.cid-tBvX2AWXsU .progress2 .progressbar-number:before {
  content: "91";
}
.cid-tBvX2AWXsU .progress3 .progressbar-number:before {
  content: "95";
}
.cid-tBvX2AWXsU .progress4 .progressbar-number:before {
  content: "100";
}
.cid-tBvX2AWXsU .progress-primary {
  background: #ebebeb;
  border: none;
  outline: none;
}
.cid-tBvX2AWXsU .progress-primary::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-tBvX2AWXsU .progress_value span {
  padding-left: 33px;
}
.cid-tBvX2AWXsU .mbr-section-title,
.cid-tBvX2AWXsU .line-wrap {
  text-align: left;
}
.cid-tBvX2AWXsU .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-tBvX2AWXsU .progressbar-title p,
.cid-tBvX2AWXsU .progress_value {
  color: #656565;
}
.cid-tBvX2AWXsU .progressbar-number {
  word-wrap: normal;
}
.cid-tBvTEBglqp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tBvTEBglqp h3 {
  text-align: center;
  font-weight: 300;
}
.cid-tBvTEBglqp .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tBvTEBglqp .mbr-section-subtitle {
  color: #767676;
}
.cid-tBvTEBglqp .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-tBvTEBglqp ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-tBvTEBglqp path {
  stroke: #fe0c0c;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tBvTEBglqp .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-tpamSHw2Nw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tpaFcqUPzw {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #f1eeea;
}
.cid-tpaFcqUPzw .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-tpaFcqUPzw .wrapper {
  position: relative;
}
.cid-tpaFcqUPzw .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-tpaFcqUPzw .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-tpaFcqUPzw .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-tpaFcqUPzw .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-tpaFcqUPzw .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-tpaFcqUPzw .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-tpaFcqUPzw .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-tpaFcqUPzw .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-tpaFcqUPzw .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-tpaFcqUPzw .img2 {
    width: 400px;
  }
  .cid-tpaFcqUPzw .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-tpaFcqUPzw .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-tpaFcqUPzw .img2 {
    width: 400px;
  }
  .cid-tpaFcqUPzw .img1 {
    padding-right: 4rem;
  }
  .cid-tpaFcqUPzw .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tpaFcqUPzw .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-tpaFcqUPzw .img2 {
    width: 200px;
  }
  .cid-tpaFcqUPzw .container-fluid {
    padding: 0 1rem;
  }
  .cid-tpaFcqUPzw .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-tT3Rl8fkYz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tT3Rl8fkYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT3Rl8fkYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT3Rl8fkYz .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tT3Rl8fkYz .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tT3Rl8fkYz .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tT3Rl8fkYz .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-tT3Rl8fkYz .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tT3Rl8fkYz .list-box {
  width: 100%;
}
.cid-tT3Rl8fkYz .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tT3Rl8fkYz .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tT3Rl8fkYz .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tT3Rl8fkYz .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tT3Rl8fkYz .list a:hover:before {
  background-position: left !important;
}
.cid-tT3Rl8fkYz .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tT3Rl8fkYz .news-item {
  width: 100%;
}
.cid-tT3Rl8fkYz .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-tT3Rl8fkYz .news-title {
  color: #303030;
}
.cid-tT3Rl8fkYz .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-taJH7VBwRm .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-taJH7VBwRm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-taJH7VBwRm a {
  font-style: normal;
}
.cid-taJH7VBwRm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-taJH7VBwRm .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-taJH7VBwRm .nav-item:focus,
.cid-taJH7VBwRm .nav-link:focus {
  outline: none;
}
.cid-taJH7VBwRm .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-taJH7VBwRm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-taJH7VBwRm .menu-logo {
  margin-right: auto;
}
.cid-taJH7VBwRm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-taJH7VBwRm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-taJH7VBwRm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-taJH7VBwRm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-taJH7VBwRm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-taJH7VBwRm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-taJH7VBwRm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-taJH7VBwRm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-taJH7VBwRm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-taJH7VBwRm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-taJH7VBwRm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-taJH7VBwRm .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-taJH7VBwRm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-taJH7VBwRm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taJH7VBwRm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-taJH7VBwRm .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-taJH7VBwRm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-taJH7VBwRm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-taJH7VBwRm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-taJH7VBwRm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-taJH7VBwRm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-taJH7VBwRm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-taJH7VBwRm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-taJH7VBwRm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-taJH7VBwRm button.navbar-toggler:focus {
  outline: none;
}
.cid-taJH7VBwRm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #55b4d4;
}
.cid-taJH7VBwRm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-taJH7VBwRm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-taJH7VBwRm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-taJH7VBwRm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-taJH7VBwRm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-taJH7VBwRm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-taJH7VBwRm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-taJH7VBwRm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-taJH7VBwRm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-taJH7VBwRm .collapsed .btn {
  display: -webkit-flex;
}
.cid-taJH7VBwRm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-taJH7VBwRm .collapsed .navbar-collapse.collapsing,
.cid-taJH7VBwRm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-taJH7VBwRm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-taJH7VBwRm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-taJH7VBwRm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-taJH7VBwRm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-taJH7VBwRm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-taJH7VBwRm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-taJH7VBwRm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-taJH7VBwRm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-taJH7VBwRm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-taJH7VBwRm .collapsed button.navbar-toggler {
  display: block;
}
.cid-taJH7VBwRm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-taJH7VBwRm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-taJH7VBwRm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-taJH7VBwRm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-taJH7VBwRm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-taJH7VBwRm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-taJH7VBwRm .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-taJH7VBwRm img {
    height: 3.8rem !important;
  }
  .cid-taJH7VBwRm .btn {
    display: -webkit-flex;
  }
  .cid-taJH7VBwRm button.navbar-toggler {
    display: block;
  }
  .cid-taJH7VBwRm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-taJH7VBwRm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-taJH7VBwRm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-taJH7VBwRm .navbar-collapse.collapsing,
  .cid-taJH7VBwRm .navbar-collapse.show {
    display: block !important;
  }
  .cid-taJH7VBwRm .navbar-collapse.collapsing .navbar-nav,
  .cid-taJH7VBwRm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-taJH7VBwRm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-taJH7VBwRm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-taJH7VBwRm .navbar-collapse.collapsing .navbar-buttons,
  .cid-taJH7VBwRm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-taJH7VBwRm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-taJH7VBwRm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-taJH7VBwRm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-taJH7VBwRm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-taJH7VBwRm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-taJH7VBwRm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-taJH7VBwRm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-taJH7VBwRm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-taJH7VBwRm .nav-link:hover,
.cid-taJH7VBwRm .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tTUtgrPqca {
  padding-top: 120px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-tTUtgrPqca .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-tTUtgrPqca .wrapper {
  position: relative;
}
.cid-tTUtgrPqca .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-tTUtgrPqca .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-tTUtgrPqca .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-tTUtgrPqca .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-tTUtgrPqca .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-tTUtgrPqca .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-tTUtgrPqca .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-tTUtgrPqca .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-tTUtgrPqca .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-tTUtgrPqca .img2 {
    width: 400px;
  }
  .cid-tTUtgrPqca .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-tTUtgrPqca .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-tTUtgrPqca .img2 {
    width: 400px;
  }
  .cid-tTUtgrPqca .img1 {
    padding-right: 4rem;
  }
  .cid-tTUtgrPqca .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tTUtgrPqca .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-tTUtgrPqca .img2 {
    width: 200px;
  }
  .cid-tTUtgrPqca .container-fluid {
    padding: 0 1rem;
  }
  .cid-tTUtgrPqca .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-tb6Ofjz8xP {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tb6Ofjz8xP .mbr-section-subtitle {
  color: #000000;
}
.cid-tb6Ofjz8xP H2 {
  color: #000000;
}
.cid-u365tTpra1 {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u365tTpra1 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u365tTpra1 p {
  color: #767676;
  text-align: left;
}
.cid-u365tTpra1 .card-box {
  padding-top: 2rem;
}
.cid-u365tTpra1 .card-wrapper {
  height: 100%;
}
.cid-u365Mnv4jQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u365Mnv4jQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u365Mnv4jQ p {
  color: #767676;
  text-align: left;
}
.cid-u365Mnv4jQ .card-box {
  padding-top: 2rem;
}
.cid-u365Mnv4jQ .card-wrapper {
  height: 100%;
}
.cid-tUi5ebnqVT {
  background-color: #ffffff;
}
.cid-tUi5ebnqVT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUi5ebnqVT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUi5ebnqVT .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tUi5ebnqVT .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tUi5ebnqVT .container {
    padding: 0 25px;
  }
}
.cid-tUi5ebnqVT .row {
  justify-content: center;
}
.cid-tUi5ebnqVT .item .item-wrapper {
  margin-bottom: 32px;
}
.cid-tUi5ebnqVT .item .item-wrapper a {
  display: block;
}
.cid-tUi5ebnqVT .item .item-wrapper a:hover .item-img img {
  transform: scale(1.06) translateX(6px);
}
.cid-tUi5ebnqVT .item .item-wrapper a .item-img {
  overflow: hidden;
}
.cid-tUi5ebnqVT .item .item-wrapper a .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-taWyu0oyQh {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-taWyu0oyQh .title {
  margin-bottom: 2rem;
}
.cid-taWyu0oyQh .mbr-section-subtitle {
  color: #767676;
}
.cid-taWyu0oyQh a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-taWyu0oyQh a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-taWyu0oyQh textarea.form-control {
  min-height: 188px;
}
.cid-tT3Rl8fkYz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tT3Rl8fkYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT3Rl8fkYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT3Rl8fkYz .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tT3Rl8fkYz .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tT3Rl8fkYz .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tT3Rl8fkYz .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-tT3Rl8fkYz .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tT3Rl8fkYz .list-box {
  width: 100%;
}
.cid-tT3Rl8fkYz .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tT3Rl8fkYz .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tT3Rl8fkYz .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tT3Rl8fkYz .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tT3Rl8fkYz .list a:hover:before {
  background-position: left !important;
}
.cid-tT3Rl8fkYz .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tT3Rl8fkYz .news-item {
  width: 100%;
}
.cid-tT3Rl8fkYz .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-tT3Rl8fkYz .news-title {
  color: #303030;
}
.cid-tT3Rl8fkYz .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-uWakkljxYC {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-uWakkljxYC .image-block {
  margin: auto;
}
.cid-uWakkljxYC figcaption {
  position: relative;
}
.cid-uWakkljxYC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uWakkljxYC .image-block {
    width: 100% !important;
  }
}
.cid-uWakH2lg4S {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uWakH2lg4S .media-content .btn-bgr {
  z-index: 0;
}
.cid-uWakH2lg4S .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-uWakH2lg4S h3 {
  color: #000000;
  font-weight: 300;
}
.cid-uWakH2lg4S p {
  color: #464646;
}
.cid-uWakH2lg4S h2 {
  color: #000000;
}
.cid-uWakH2lg4S .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uWakH2lg4S .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uWakH2lg4S .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-uWakH2lg4S .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-uWakH2lg4S .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uWakH2lg4S .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-uWakH2lg4S .mbr-text {
    text-align: center;
  }
}
.cid-uWakH2lg4S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWakH2lg4S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWakko7ZiB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uWakkofNLQ {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #efefef;
}
.cid-uWakkofNLQ .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-uWakkofNLQ .wrapper {
  position: relative;
}
.cid-uWakkofNLQ .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-uWakkofNLQ .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-uWakkofNLQ .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-uWakkofNLQ .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-uWakkofNLQ .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-uWakkofNLQ .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-uWakkofNLQ .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-uWakkofNLQ .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-uWakkofNLQ .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-uWakkofNLQ .img2 {
    width: 400px;
  }
  .cid-uWakkofNLQ .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-uWakkofNLQ .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uWakkofNLQ .img2 {
    width: 400px;
  }
  .cid-uWakkofNLQ .img1 {
    padding-right: 4rem;
  }
  .cid-uWakkofNLQ .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWakkofNLQ .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-uWakkofNLQ .img2 {
    width: 200px;
  }
  .cid-uWakkofNLQ .container-fluid {
    padding: 0 1rem;
  }
  .cid-uWakkofNLQ .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-uWakkorsyq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-uWakkorsyq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWakkorsyq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWakkorsyq .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uWakkorsyq .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uWakkorsyq .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uWakkorsyq .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uWakkorsyq .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWakkorsyq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uWakkorsyq .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWakkorsyq .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWakkorsyq .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWakkorsyq .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uWakkorsyq .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uWakkorsyq .list-box {
  width: 100%;
}
.cid-uWakkorsyq .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-uWakkorsyq .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uWakkorsyq .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uWakkorsyq .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uWakkorsyq .list a:hover:before {
  background-position: left !important;
}
.cid-uWakkorsyq .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uWakkorsyq .news-item {
  width: 100%;
}
.cid-uWakkorsyq .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uWakkorsyq .news-title {
  color: #303030;
}
.cid-uWakkorsyq .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-uXG88D9XwL {
  background-image: url("../../../assets/images/mbr-3-1106x737.jpg");
}
.cid-to7kG4yBtt {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-to7kG4yBtt .image-block {
  margin: auto;
}
.cid-to7kG4yBtt figcaption {
  position: relative;
}
.cid-to7kG4yBtt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to7kG4yBtt .image-block {
    width: 100% !important;
  }
}
.cid-to8yQ8KwiE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-to8yQ8KwiE .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-to8yQ8KwiE .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-to8yQ8KwiE .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-to8yQ8KwiE .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-to8yQ8KwiE .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-to8yQ8KwiE .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-to8yQ8KwiE .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-to8yQ8KwiE .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-to8yQ8KwiE .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-to8yQ8KwiE .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-to8yQ8KwiE .number,
  .cid-to8yQ8KwiE .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-to8yQ8KwiE .period {
    font-size: 0.8rem;
  }
}
.cid-uXG5hlQpur {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uXG5hlQpur h3 {
  text-align: center;
  font-weight: 300;
}
.cid-uXG5hlQpur .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uXG5hlQpur .mbr-section-subtitle {
  color: #767676;
}
.cid-uXG5hlQpur .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-uXG5hlQpur ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-uXG5hlQpur path {
  stroke: #0099ff;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXG5hlQpur .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-uXG5hlQpur .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uXG5hlQpur .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uXG5hlQpur .mbr-section-title,
.cid-uXG5hlQpur .line-wrap {
  text-align: center;
}
.cid-uXG5hlQpur p {
  color: #656565;
}
.cid-uXG5hlQpur .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXG5hlQpur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW5m29xmSX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-uW5m29xmSX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW5m29xmSX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW5m29xmSX .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uW5m29xmSX .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uW5m29xmSX .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #767676;
}
@media (max-width: 992px) {
  .cid-uW5m29xmSX .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uW5m29xmSX .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uW5m29xmSX .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uW5m29xmSX .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uW5m29xmSX .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #19171c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-uW5m29xmSX .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uW5m29xmSX .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uW5m29xmSX .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uW5m29xmSX .mbr-section-title {
  color: #19171c;
}
.cid-uW5m29xmSX .panel-title {
  color: #19171c;
}
.cid-uW5m29xmSX .panel-text {
  color: #6e6e73;
}
.cid-uWlDNzO8tt {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWlDNzO8tt .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #0099ff;
  margin-bottom: 1rem;
}
.cid-uWlDNzO8tt .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-uWlDNzO8tt .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-uWlDNzO8tt .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2.5rem 2rem;
  background: transparent;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.cid-uWlDNzO8tt .card-wrapper:hover {
  background: #cccccc;
}
.cid-uWlDNzO8tt .card-title,
.cid-uWlDNzO8tt .card-box {
  color: #000000;
  text-align: center;
}
.cid-uWlDNzO8tt .main-title,
.cid-uWlDNzO8tt .title-col {
  text-align: center;
  color: #000000;
}
.cid-uWlDNzO8tt .card-text {
  color: #232323;
  text-align: center;
}
.cid-uWlDNzO8tt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWlDNzO8tt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWaM1DpZPb {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-uWaM1DpZPb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWaM1DpZPb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW8VUjOCyN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uW8VUjOCyN .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #0099ff;
  margin-bottom: 1rem;
}
.cid-uW8VUjOCyN .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-uW8VUjOCyN .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-uW8VUjOCyN .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2.5rem 2rem;
  background: transparent;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.cid-uW8VUjOCyN .card-wrapper:hover {
  background: #cccccc;
}
.cid-uW8VUjOCyN .card-title,
.cid-uW8VUjOCyN .card-box {
  color: #000000;
  text-align: center;
}
.cid-uW8VUjOCyN .main-title,
.cid-uW8VUjOCyN .title-col {
  text-align: center;
  color: #000000;
}
.cid-uW8VUjOCyN .card-text {
  color: #232323;
  text-align: center;
}
.cid-uW8VUjOCyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW8VUjOCyN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY0Gn825CZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-uY0Gn825CZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0Gn825CZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW8Y7vXNtB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uW8Y7vXNtB .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #0099ff;
  margin-bottom: 1rem;
}
.cid-uW8Y7vXNtB .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-uW8Y7vXNtB .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-uW8Y7vXNtB .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2.5rem 2rem;
  background: transparent;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.cid-uW8Y7vXNtB .card-wrapper:hover {
  background: #cccccc;
}
.cid-uW8Y7vXNtB .card-title,
.cid-uW8Y7vXNtB .card-box {
  color: #000000;
  text-align: center;
}
.cid-uW8Y7vXNtB .main-title,
.cid-uW8Y7vXNtB .title-col {
  text-align: center;
  color: #000000;
}
.cid-uW8Y7vXNtB .card-text {
  color: #232323;
  text-align: center;
}
.cid-uW8Y7vXNtB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW8Y7vXNtB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWaLTG49GR {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-uWaLTG49GR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWaLTG49GR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9119erEm {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uW9119erEm .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #0099ff;
  margin-bottom: 1rem;
}
.cid-uW9119erEm .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-uW9119erEm .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-uW9119erEm .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2.5rem 2rem;
  background: transparent;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.cid-uW9119erEm .card-wrapper:hover {
  background: #cccccc;
}
.cid-uW9119erEm .card-title,
.cid-uW9119erEm .card-box {
  color: #000000;
  text-align: center;
}
.cid-uW9119erEm .main-title,
.cid-uW9119erEm .title-col {
  text-align: center;
  color: #000000;
}
.cid-uW9119erEm .card-text {
  color: #232323;
  text-align: center;
}
.cid-uW9119erEm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9119erEm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWlELK09WF {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-uWlELK09WF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWlELK09WF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toayeJsvbj {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-toayeJsvbj .title {
  margin-bottom: 2rem;
}
.cid-toayeJsvbj .mbr-section-subtitle {
  color: #767676;
}
.cid-toayeJsvbj a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-toayeJsvbj a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-toayeJsvbj .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-toayeJsvbj .input-group-btn {
  display: block;
  text-align: center;
}
.cid-uWaNG8fbms {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-uWaNG8fbms .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWaNG8fbms .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWaNO9ZyLn {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWaNO9ZyLn .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #0099ff;
  margin-bottom: 1rem;
}
.cid-uWaNO9ZyLn .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-uWaNO9ZyLn .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-uWaNO9ZyLn .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2.5rem 2rem;
  background: transparent;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.cid-uWaNO9ZyLn .card-wrapper:hover {
  background: #cccccc;
}
.cid-uWaNO9ZyLn .card-title,
.cid-uWaNO9ZyLn .card-box {
  color: #000000;
  text-align: center;
}
.cid-uWaNO9ZyLn .main-title,
.cid-uWaNO9ZyLn .title-col {
  text-align: center;
  color: #000000;
}
.cid-uWaNO9ZyLn .card-text {
  color: #232323;
  text-align: center;
}
.cid-uWaNO9ZyLn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWaNO9ZyLn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW92fScQkn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-uW92fScQkn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW92fScQkn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW92jZt1WG {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uW92jZt1WG .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #0099ff;
  margin-bottom: 1rem;
}
.cid-uW92jZt1WG .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-uW92jZt1WG .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-uW92jZt1WG .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2.5rem 2rem;
  background: transparent;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.cid-uW92jZt1WG .card-wrapper:hover {
  background: #cccccc;
}
.cid-uW92jZt1WG .card-title,
.cid-uW92jZt1WG .card-box {
  color: #000000;
  text-align: center;
}
.cid-uW92jZt1WG .main-title,
.cid-uW92jZt1WG .title-col {
  text-align: center;
  color: #000000;
}
.cid-uW92jZt1WG .card-text {
  color: #232323;
  text-align: center;
}
.cid-uW92jZt1WG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW92jZt1WG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW5BDrMIus {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-uW5BDrMIus .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #0099ff;
  margin-bottom: 1rem;
}
.cid-uW5BDrMIus .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-uW5BDrMIus .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-uW5BDrMIus .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2.5rem 2rem;
  background: transparent;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.cid-uW5BDrMIus .card-wrapper:hover {
  background: #cccccc;
}
.cid-uW5BDrMIus .card-title,
.cid-uW5BDrMIus .card-box {
  color: #000000;
}
.cid-uW5BDrMIus .main-title,
.cid-uW5BDrMIus .title-col {
  text-align: center;
  color: #000000;
}
.cid-uW5BDrMIus .card-text {
  color: #232323;
}
.cid-uW5BDrMIus .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW5BDrMIus .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toayvHpSA2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-veKbCAI2kZ {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-veKbCAI2kZ .mbr-section-subtitle {
  color: #149dcc;
}
.cid-veKbCAI2kZ .container-table {
  margin: 0 auto;
}
.cid-veKbCAI2kZ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-veKbCAI2kZ .dataTables_wrapper {
  display: block;
}
.cid-veKbCAI2kZ .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-veKbCAI2kZ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-veKbCAI2kZ table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #149dcc;
  margin-bottom: 0;
}
.cid-veKbCAI2kZ table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #149dcc;
  transition: all .2s;
}
.cid-veKbCAI2kZ table th:hover {
  background: #149dcc;
  color: #ffffff;
}
.cid-veKbCAI2kZ table td {
  border: 1px solid #149dcc;
}
.cid-veKbCAI2kZ .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-veKbCAI2kZ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-veKbCAI2kZ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-veKbCAI2kZ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-veKbCAI2kZ .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-veKbCAI2kZ .dataTables_filter {
    text-align: center;
  }
  .cid-veKbCAI2kZ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-veKbCAI2kZ .head-item {
  color: #232323;
  text-align: center;
}
.cid-veKbCAI2kZ .body-item {
  color: #181818;
  text-align: center;
}
.cid-veKbCAI2kZ .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-veKbCAI2kZ .head-item1 {
  color: #07290c;
}
.cid-veKbCAI2kZ .body-item1 {
  color: #232323;
}
.cid-veKPZWfHWB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-veKPZWfHWB .mbr-section-subtitle {
  color: #149dcc;
}
.cid-veKPZWfHWB .container-table {
  margin: 0 auto;
}
.cid-veKPZWfHWB .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-veKPZWfHWB .dataTables_wrapper {
  display: block;
}
.cid-veKPZWfHWB .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-veKPZWfHWB .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-veKPZWfHWB table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #149dcc;
  margin-bottom: 0;
}
.cid-veKPZWfHWB table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #149dcc;
  transition: all .2s;
}
.cid-veKPZWfHWB table th:hover {
  background: #149dcc;
  color: #ffffff;
}
.cid-veKPZWfHWB table td {
  border: 1px solid #149dcc;
}
.cid-veKPZWfHWB .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-veKPZWfHWB .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-veKPZWfHWB .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-veKPZWfHWB .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-veKPZWfHWB .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-veKPZWfHWB .dataTables_filter {
    text-align: center;
  }
  .cid-veKPZWfHWB .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-veKPZWfHWB .head-item {
  color: #232323;
  text-align: center;
}
.cid-veKPZWfHWB .body-item {
  color: #181818;
  text-align: center;
}
.cid-veKPZWfHWB .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-veKPZWfHWB .head-item1 {
  color: #07290c;
}
.cid-veKPZWfHWB .body-item1 {
  color: #232323;
}
.cid-veKbCBsKkw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-veQZheXWVI {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #efefef;
}
.cid-veQZheXWVI .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-veQZheXWVI .wrapper {
  position: relative;
}
.cid-veQZheXWVI .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-veQZheXWVI .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-veQZheXWVI .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-veQZheXWVI .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-veQZheXWVI .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-veQZheXWVI .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-veQZheXWVI .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-veQZheXWVI .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-veQZheXWVI .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-veQZheXWVI .img2 {
    width: 400px;
  }
  .cid-veQZheXWVI .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-veQZheXWVI .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-veQZheXWVI .img2 {
    width: 400px;
  }
  .cid-veQZheXWVI .img1 {
    padding-right: 4rem;
  }
  .cid-veQZheXWVI .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-veQZheXWVI .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-veQZheXWVI .img2 {
    width: 200px;
  }
  .cid-veQZheXWVI .container-fluid {
    padding: 0 1rem;
  }
  .cid-veQZheXWVI .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-veKbCBGTST {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-veKbCBGTST .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKbCBGTST .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKbCBGTST .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-veKbCBGTST .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veKbCBGTST .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-veKbCBGTST .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veKbCBGTST .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-veKbCBGTST .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-veKbCBGTST .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-veKbCBGTST .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-veKbCBGTST .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-veKbCBGTST .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-veKbCBGTST .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-veKbCBGTST .list-box {
  width: 100%;
}
.cid-veKbCBGTST .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-veKbCBGTST .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-veKbCBGTST .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-veKbCBGTST .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-veKbCBGTST .list a:hover:before {
  background-position: left !important;
}
.cid-veKbCBGTST .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-veKbCBGTST .news-item {
  width: 100%;
}
.cid-veKbCBGTST .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-veKbCBGTST .news-title {
  color: #303030;
}
.cid-veKbCBGTST .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-veL2eGpMkg {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-veL2eGpMkg .mbr-section-subtitle {
  color: #149dcc;
}
.cid-veL2eGpMkg .container-table {
  margin: 0 auto;
}
.cid-veL2eGpMkg .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-veL2eGpMkg .dataTables_wrapper {
  display: block;
}
.cid-veL2eGpMkg .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-veL2eGpMkg .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-veL2eGpMkg table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #149dcc;
  margin-bottom: 0;
}
.cid-veL2eGpMkg table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #149dcc;
  transition: all .2s;
}
.cid-veL2eGpMkg table th:hover {
  background: #149dcc;
  color: #ffffff;
}
.cid-veL2eGpMkg table td {
  border: 1px solid #149dcc;
}
.cid-veL2eGpMkg .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-veL2eGpMkg .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-veL2eGpMkg .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-veL2eGpMkg .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-veL2eGpMkg .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-veL2eGpMkg .dataTables_filter {
    text-align: center;
  }
  .cid-veL2eGpMkg .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-veL2eGpMkg .head-item {
  color: #232323;
  text-align: center;
}
.cid-veL2eGpMkg .body-item {
  color: #181818;
  text-align: center;
}
.cid-veL2eGpMkg .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-veL2eGpMkg .head-item1 {
  color: #07290c;
}
.cid-veL2eGpMkg .body-item1 {
  color: #232323;
}
.cid-veL2eGQr60 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veL2eGQr60 .mbr-section-subtitle {
  color: #149dcc;
}
.cid-veL2eGQr60 .container-table {
  margin: 0 auto;
}
.cid-veL2eGQr60 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-veL2eGQr60 .dataTables_wrapper {
  display: block;
}
.cid-veL2eGQr60 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-veL2eGQr60 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-veL2eGQr60 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #149dcc;
  margin-bottom: 0;
}
.cid-veL2eGQr60 table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #149dcc;
  transition: all .2s;
}
.cid-veL2eGQr60 table th:hover {
  background: #149dcc;
  color: #ffffff;
}
.cid-veL2eGQr60 table td {
  border: 1px solid #149dcc;
}
.cid-veL2eGQr60 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-veL2eGQr60 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-veL2eGQr60 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-veL2eGQr60 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-veL2eGQr60 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-veL2eGQr60 .dataTables_filter {
    text-align: center;
  }
  .cid-veL2eGQr60 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-veL2eGQr60 .head-item {
  color: #232323;
  text-align: center;
}
.cid-veL2eGQr60 .body-item {
  color: #181818;
  text-align: center;
}
.cid-veL2eGQr60 .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-veL2eGQr60 .head-item1 {
  color: #07290c;
}
.cid-veL2eGQr60 .body-item1 {
  color: #232323;
}
.cid-veL2eHg8Z5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-veQZr2SeXz {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #efefef;
}
.cid-veQZr2SeXz .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-veQZr2SeXz .wrapper {
  position: relative;
}
.cid-veQZr2SeXz .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-veQZr2SeXz .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-veQZr2SeXz .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-veQZr2SeXz .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-veQZr2SeXz .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-veQZr2SeXz .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-veQZr2SeXz .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-veQZr2SeXz .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-veQZr2SeXz .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-veQZr2SeXz .img2 {
    width: 400px;
  }
  .cid-veQZr2SeXz .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-veQZr2SeXz .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-veQZr2SeXz .img2 {
    width: 400px;
  }
  .cid-veQZr2SeXz .img1 {
    padding-right: 4rem;
  }
  .cid-veQZr2SeXz .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-veQZr2SeXz .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-veQZr2SeXz .img2 {
    width: 200px;
  }
  .cid-veQZr2SeXz .container-fluid {
    padding: 0 1rem;
  }
  .cid-veQZr2SeXz .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-veL2eHt6uR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-veL2eHt6uR .mbr-fallback-image.disabled {
  display: none;
}
.cid-veL2eHt6uR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veL2eHt6uR .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-veL2eHt6uR .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veL2eHt6uR .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-veL2eHt6uR .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veL2eHt6uR .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-veL2eHt6uR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-veL2eHt6uR .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-veL2eHt6uR .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-veL2eHt6uR .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-veL2eHt6uR .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-veL2eHt6uR .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-veL2eHt6uR .list-box {
  width: 100%;
}
.cid-veL2eHt6uR .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-veL2eHt6uR .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-veL2eHt6uR .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-veL2eHt6uR .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-veL2eHt6uR .list a:hover:before {
  background-position: left !important;
}
.cid-veL2eHt6uR .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-veL2eHt6uR .news-item {
  width: 100%;
}
.cid-veL2eHt6uR .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-veL2eHt6uR .news-title {
  color: #303030;
}
.cid-veL2eHt6uR .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-veLatoXK9E {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-veLatoXK9E .mbr-section-subtitle {
  color: #149dcc;
}
.cid-veLatoXK9E .container-table {
  margin: 0 auto;
}
.cid-veLatoXK9E .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-veLatoXK9E .dataTables_wrapper {
  display: block;
}
.cid-veLatoXK9E .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-veLatoXK9E .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-veLatoXK9E table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #149dcc;
  margin-bottom: 0;
}
.cid-veLatoXK9E table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #149dcc;
  transition: all .2s;
}
.cid-veLatoXK9E table th:hover {
  background: #149dcc;
  color: #ffffff;
}
.cid-veLatoXK9E table td {
  border: 1px solid #149dcc;
}
.cid-veLatoXK9E .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-veLatoXK9E .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-veLatoXK9E .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-veLatoXK9E .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-veLatoXK9E .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-veLatoXK9E .dataTables_filter {
    text-align: center;
  }
  .cid-veLatoXK9E .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-veLatoXK9E .head-item {
  color: #232323;
  text-align: center;
}
.cid-veLatoXK9E .body-item {
  color: #181818;
  text-align: center;
}
.cid-veLatoXK9E .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-veLatoXK9E .head-item1 {
  color: #07290c;
}
.cid-veLatoXK9E .body-item1 {
  color: #232323;
}
.cid-veLatqRWfY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-veQZtCAT7e {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #efefef;
}
.cid-veQZtCAT7e .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-veQZtCAT7e .wrapper {
  position: relative;
}
.cid-veQZtCAT7e .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-veQZtCAT7e .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-veQZtCAT7e .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-veQZtCAT7e .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-veQZtCAT7e .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-veQZtCAT7e .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-veQZtCAT7e .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-veQZtCAT7e .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-veQZtCAT7e .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-veQZtCAT7e .img2 {
    width: 400px;
  }
  .cid-veQZtCAT7e .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-veQZtCAT7e .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-veQZtCAT7e .img2 {
    width: 400px;
  }
  .cid-veQZtCAT7e .img1 {
    padding-right: 4rem;
  }
  .cid-veQZtCAT7e .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-veQZtCAT7e .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-veQZtCAT7e .img2 {
    width: 200px;
  }
  .cid-veQZtCAT7e .container-fluid {
    padding: 0 1rem;
  }
  .cid-veQZtCAT7e .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-veLatrcHwK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-veLatrcHwK .mbr-fallback-image.disabled {
  display: none;
}
.cid-veLatrcHwK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veLatrcHwK .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-veLatrcHwK .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veLatrcHwK .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-veLatrcHwK .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veLatrcHwK .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-veLatrcHwK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-veLatrcHwK .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-veLatrcHwK .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-veLatrcHwK .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-veLatrcHwK .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-veLatrcHwK .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-veLatrcHwK .list-box {
  width: 100%;
}
.cid-veLatrcHwK .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-veLatrcHwK .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-veLatrcHwK .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-veLatrcHwK .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-veLatrcHwK .list a:hover:before {
  background-position: left !important;
}
.cid-veLatrcHwK .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-veLatrcHwK .news-item {
  width: 100%;
}
.cid-veLatrcHwK .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-veLatrcHwK .news-title {
  color: #303030;
}
.cid-veLatrcHwK .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-vePK1tid6a {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-vePK1tid6a .mbr-section-subtitle {
  color: #149dcc;
}
.cid-vePK1tid6a .container-table {
  margin: 0 auto;
}
.cid-vePK1tid6a .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vePK1tid6a .dataTables_wrapper {
  display: block;
}
.cid-vePK1tid6a .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-vePK1tid6a .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vePK1tid6a table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #149dcc;
  margin-bottom: 0;
}
.cid-vePK1tid6a table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #149dcc;
  transition: all .2s;
}
.cid-vePK1tid6a table th:hover {
  background: #149dcc;
  color: #ffffff;
}
.cid-vePK1tid6a table td {
  border: 1px solid #149dcc;
}
.cid-vePK1tid6a .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vePK1tid6a .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vePK1tid6a .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vePK1tid6a .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vePK1tid6a .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vePK1tid6a .dataTables_filter {
    text-align: center;
  }
  .cid-vePK1tid6a .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vePK1tid6a .head-item {
  color: #232323;
  text-align: center;
}
.cid-vePK1tid6a .body-item {
  color: #181818;
  text-align: center;
}
.cid-vePK1tid6a .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-vePK1tid6a .head-item1 {
  color: #07290c;
}
.cid-vePK1tid6a .body-item1 {
  color: #232323;
}
.cid-vePK1tXleU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-veQZwUs9sH {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #efefef;
}
.cid-veQZwUs9sH .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-veQZwUs9sH .wrapper {
  position: relative;
}
.cid-veQZwUs9sH .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-veQZwUs9sH .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-veQZwUs9sH .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-veQZwUs9sH .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-veQZwUs9sH .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-veQZwUs9sH .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-veQZwUs9sH .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-veQZwUs9sH .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-veQZwUs9sH .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-veQZwUs9sH .img2 {
    width: 400px;
  }
  .cid-veQZwUs9sH .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-veQZwUs9sH .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-veQZwUs9sH .img2 {
    width: 400px;
  }
  .cid-veQZwUs9sH .img1 {
    padding-right: 4rem;
  }
  .cid-veQZwUs9sH .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-veQZwUs9sH .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-veQZwUs9sH .img2 {
    width: 200px;
  }
  .cid-veQZwUs9sH .container-fluid {
    padding: 0 1rem;
  }
  .cid-veQZwUs9sH .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-vePK1ueB3g {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-vePK1ueB3g .mbr-fallback-image.disabled {
  display: none;
}
.cid-vePK1ueB3g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vePK1ueB3g .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-vePK1ueB3g .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vePK1ueB3g .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-vePK1ueB3g .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vePK1ueB3g .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vePK1ueB3g .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-vePK1ueB3g .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-vePK1ueB3g .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-vePK1ueB3g .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-vePK1ueB3g .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-vePK1ueB3g .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-vePK1ueB3g .list-box {
  width: 100%;
}
.cid-vePK1ueB3g .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-vePK1ueB3g .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-vePK1ueB3g .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-vePK1ueB3g .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-vePK1ueB3g .list a:hover:before {
  background-position: left !important;
}
.cid-vePK1ueB3g .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-vePK1ueB3g .news-item {
  width: 100%;
}
.cid-vePK1ueB3g .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-vePK1ueB3g .news-title {
  color: #303030;
}
.cid-vePK1ueB3g .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-vePSeYlE2i {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-vePSeYlE2i .mbr-section-subtitle {
  color: #149dcc;
}
.cid-vePSeYlE2i .container-table {
  margin: 0 auto;
}
.cid-vePSeYlE2i .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vePSeYlE2i .dataTables_wrapper {
  display: block;
}
.cid-vePSeYlE2i .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-vePSeYlE2i .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vePSeYlE2i table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #149dcc;
  margin-bottom: 0;
}
.cid-vePSeYlE2i table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #149dcc;
  transition: all .2s;
}
.cid-vePSeYlE2i table th:hover {
  background: #149dcc;
  color: #ffffff;
}
.cid-vePSeYlE2i table td {
  border: 1px solid #149dcc;
}
.cid-vePSeYlE2i .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vePSeYlE2i .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vePSeYlE2i .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vePSeYlE2i .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vePSeYlE2i .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vePSeYlE2i .dataTables_filter {
    text-align: center;
  }
  .cid-vePSeYlE2i .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vePSeYlE2i .head-item {
  color: #232323;
  text-align: center;
}
.cid-vePSeYlE2i .body-item {
  color: #181818;
  text-align: center;
}
.cid-vePSeYlE2i .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-vePSeYlE2i .head-item1 {
  color: #07290c;
}
.cid-vePSeYlE2i .body-item1 {
  color: #232323;
}
.cid-vePSeYMaGG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-veQZCiTejq {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #efefef;
}
.cid-veQZCiTejq .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-veQZCiTejq .wrapper {
  position: relative;
}
.cid-veQZCiTejq .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-veQZCiTejq .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-veQZCiTejq .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-veQZCiTejq .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-veQZCiTejq .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-veQZCiTejq .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-veQZCiTejq .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-veQZCiTejq .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-veQZCiTejq .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-veQZCiTejq .img2 {
    width: 400px;
  }
  .cid-veQZCiTejq .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-veQZCiTejq .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-veQZCiTejq .img2 {
    width: 400px;
  }
  .cid-veQZCiTejq .img1 {
    padding-right: 4rem;
  }
  .cid-veQZCiTejq .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-veQZCiTejq .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-veQZCiTejq .img2 {
    width: 200px;
  }
  .cid-veQZCiTejq .container-fluid {
    padding: 0 1rem;
  }
  .cid-veQZCiTejq .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-vePSeYZg0K {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-vePSeYZg0K .mbr-fallback-image.disabled {
  display: none;
}
.cid-vePSeYZg0K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vePSeYZg0K .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-vePSeYZg0K .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vePSeYZg0K .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-vePSeYZg0K .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vePSeYZg0K .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vePSeYZg0K .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-vePSeYZg0K .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-vePSeYZg0K .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-vePSeYZg0K .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-vePSeYZg0K .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-vePSeYZg0K .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-vePSeYZg0K .list-box {
  width: 100%;
}
.cid-vePSeYZg0K .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-vePSeYZg0K .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-vePSeYZg0K .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-vePSeYZg0K .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-vePSeYZg0K .list a:hover:before {
  background-position: left !important;
}
.cid-vePSeYZg0K .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-vePSeYZg0K .news-item {
  width: 100%;
}
.cid-vePSeYZg0K .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-vePSeYZg0K .news-title {
  color: #303030;
}
.cid-vePSeYZg0K .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-veQ0sPjEcl {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-veQ0sPjEcl .mbr-section-subtitle {
  color: #149dcc;
}
.cid-veQ0sPjEcl .container-table {
  margin: 0 auto;
}
.cid-veQ0sPjEcl .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-veQ0sPjEcl .dataTables_wrapper {
  display: block;
}
.cid-veQ0sPjEcl .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-veQ0sPjEcl .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-veQ0sPjEcl table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #149dcc;
  margin-bottom: 0;
}
.cid-veQ0sPjEcl table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #149dcc;
  transition: all .2s;
}
.cid-veQ0sPjEcl table th:hover {
  background: #149dcc;
  color: #ffffff;
}
.cid-veQ0sPjEcl table td {
  border: 1px solid #149dcc;
}
.cid-veQ0sPjEcl .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-veQ0sPjEcl .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-veQ0sPjEcl .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-veQ0sPjEcl .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-veQ0sPjEcl .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-veQ0sPjEcl .dataTables_filter {
    text-align: center;
  }
  .cid-veQ0sPjEcl .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-veQ0sPjEcl .head-item {
  color: #232323;
  text-align: center;
}
.cid-veQ0sPjEcl .body-item {
  color: #181818;
  text-align: center;
}
.cid-veQ0sPjEcl .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-veQ0sPjEcl .head-item1 {
  color: #07290c;
}
.cid-veQ0sPjEcl .body-item1 {
  color: #232323;
}
.cid-veQ0sPIHUJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-veQ0sPMkac {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #efefef;
}
.cid-veQ0sPMkac .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-veQ0sPMkac .wrapper {
  position: relative;
}
.cid-veQ0sPMkac .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-veQ0sPMkac .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-veQ0sPMkac .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-veQ0sPMkac .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-veQ0sPMkac .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-veQ0sPMkac .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-veQ0sPMkac .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-veQ0sPMkac .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-veQ0sPMkac .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-veQ0sPMkac .img2 {
    width: 400px;
  }
  .cid-veQ0sPMkac .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-veQ0sPMkac .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-veQ0sPMkac .img2 {
    width: 400px;
  }
  .cid-veQ0sPMkac .img1 {
    padding-right: 4rem;
  }
  .cid-veQ0sPMkac .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-veQ0sPMkac .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-veQ0sPMkac .img2 {
    width: 200px;
  }
  .cid-veQ0sPMkac .container-fluid {
    padding: 0 1rem;
  }
  .cid-veQ0sPMkac .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-veQ0sPXE2P {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-veQ0sPXE2P .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQ0sPXE2P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQ0sPXE2P .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-veQ0sPXE2P .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veQ0sPXE2P .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-veQ0sPXE2P .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veQ0sPXE2P .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-veQ0sPXE2P .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-veQ0sPXE2P .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-veQ0sPXE2P .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-veQ0sPXE2P .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-veQ0sPXE2P .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-veQ0sPXE2P .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-veQ0sPXE2P .list-box {
  width: 100%;
}
.cid-veQ0sPXE2P .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-veQ0sPXE2P .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-veQ0sPXE2P .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-veQ0sPXE2P .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-veQ0sPXE2P .list a:hover:before {
  background-position: left !important;
}
.cid-veQ0sPXE2P .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-veQ0sPXE2P .news-item {
  width: 100%;
}
.cid-veQ0sPXE2P .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-veQ0sPXE2P .news-title {
  color: #303030;
}
.cid-veQ0sPXE2P .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-vePOc6WfTN {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-vePOc6WfTN .mbr-section-subtitle {
  color: #149dcc;
}
.cid-vePOc6WfTN .container-table {
  margin: 0 auto;
}
.cid-vePOc6WfTN .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vePOc6WfTN .dataTables_wrapper {
  display: block;
}
.cid-vePOc6WfTN .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-vePOc6WfTN .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vePOc6WfTN table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #149dcc;
  margin-bottom: 0;
}
.cid-vePOc6WfTN table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #149dcc;
  transition: all .2s;
}
.cid-vePOc6WfTN table th:hover {
  background: #149dcc;
  color: #ffffff;
}
.cid-vePOc6WfTN table td {
  border: 1px solid #149dcc;
}
.cid-vePOc6WfTN .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vePOc6WfTN .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vePOc6WfTN .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vePOc6WfTN .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vePOc6WfTN .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vePOc6WfTN .dataTables_filter {
    text-align: center;
  }
  .cid-vePOc6WfTN .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vePOc6WfTN .head-item {
  color: #232323;
  text-align: center;
}
.cid-vePOc6WfTN .body-item {
  color: #181818;
  text-align: center;
}
.cid-vePOc6WfTN .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-vePOc6WfTN .head-item1 {
  color: #07290c;
}
.cid-vePOc6WfTN .body-item1 {
  color: #232323;
}
.cid-vePOc7lM9w {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-veQZA48HRk {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #efefef;
}
.cid-veQZA48HRk .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-veQZA48HRk .wrapper {
  position: relative;
}
.cid-veQZA48HRk .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-veQZA48HRk .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-veQZA48HRk .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-veQZA48HRk .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-veQZA48HRk .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-veQZA48HRk .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-veQZA48HRk .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-veQZA48HRk .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-veQZA48HRk .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-veQZA48HRk .img2 {
    width: 400px;
  }
  .cid-veQZA48HRk .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-veQZA48HRk .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-veQZA48HRk .img2 {
    width: 400px;
  }
  .cid-veQZA48HRk .img1 {
    padding-right: 4rem;
  }
  .cid-veQZA48HRk .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-veQZA48HRk .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-veQZA48HRk .img2 {
    width: 200px;
  }
  .cid-veQZA48HRk .container-fluid {
    padding: 0 1rem;
  }
  .cid-veQZA48HRk .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-vePOc7BYHE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-vePOc7BYHE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vePOc7BYHE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vePOc7BYHE .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-vePOc7BYHE .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vePOc7BYHE .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-vePOc7BYHE .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vePOc7BYHE .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vePOc7BYHE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-vePOc7BYHE .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-vePOc7BYHE .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-vePOc7BYHE .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-vePOc7BYHE .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-vePOc7BYHE .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-vePOc7BYHE .list-box {
  width: 100%;
}
.cid-vePOc7BYHE .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-vePOc7BYHE .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-vePOc7BYHE .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-vePOc7BYHE .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-vePOc7BYHE .list a:hover:before {
  background-position: left !important;
}
.cid-vePOc7BYHE .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-vePOc7BYHE .news-item {
  width: 100%;
}
.cid-vePOc7BYHE .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-vePOc7BYHE .news-title {
  color: #303030;
}
.cid-vePOc7BYHE .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-veQ1DHV7JL {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-veQ1DHV7JL .mbr-section-subtitle {
  color: #149dcc;
}
.cid-veQ1DHV7JL .container-table {
  margin: 0 auto;
}
.cid-veQ1DHV7JL .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-veQ1DHV7JL .dataTables_wrapper {
  display: block;
}
.cid-veQ1DHV7JL .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-veQ1DHV7JL .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-veQ1DHV7JL table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #149dcc;
  margin-bottom: 0;
}
.cid-veQ1DHV7JL table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #149dcc;
  transition: all .2s;
}
.cid-veQ1DHV7JL table th:hover {
  background: #149dcc;
  color: #ffffff;
}
.cid-veQ1DHV7JL table td {
  border: 1px solid #149dcc;
}
.cid-veQ1DHV7JL .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-veQ1DHV7JL .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-veQ1DHV7JL .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-veQ1DHV7JL .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-veQ1DHV7JL .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-veQ1DHV7JL .dataTables_filter {
    text-align: center;
  }
  .cid-veQ1DHV7JL .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-veQ1DHV7JL .head-item {
  color: #232323;
  text-align: center;
}
.cid-veQ1DHV7JL .body-item {
  color: #181818;
  text-align: center;
}
.cid-veQ1DHV7JL .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-veQ1DHV7JL .head-item1 {
  color: #07290c;
}
.cid-veQ1DHV7JL .body-item1 {
  color: #232323;
}
.cid-veQ1DIlm70 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-veQZGUCSdQ {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #efefef;
}
.cid-veQZGUCSdQ .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-veQZGUCSdQ .wrapper {
  position: relative;
}
.cid-veQZGUCSdQ .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-veQZGUCSdQ .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-veQZGUCSdQ .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-veQZGUCSdQ .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-veQZGUCSdQ .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-veQZGUCSdQ .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-veQZGUCSdQ .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-veQZGUCSdQ .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-veQZGUCSdQ .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-veQZGUCSdQ .img2 {
    width: 400px;
  }
  .cid-veQZGUCSdQ .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-veQZGUCSdQ .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-veQZGUCSdQ .img2 {
    width: 400px;
  }
  .cid-veQZGUCSdQ .img1 {
    padding-right: 4rem;
  }
  .cid-veQZGUCSdQ .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-veQZGUCSdQ .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-veQZGUCSdQ .img2 {
    width: 200px;
  }
  .cid-veQZGUCSdQ .container-fluid {
    padding: 0 1rem;
  }
  .cid-veQZGUCSdQ .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-veQ1DIAoX6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-veQ1DIAoX6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQ1DIAoX6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQ1DIAoX6 .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-veQ1DIAoX6 .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veQ1DIAoX6 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-veQ1DIAoX6 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veQ1DIAoX6 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-veQ1DIAoX6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-veQ1DIAoX6 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-veQ1DIAoX6 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-veQ1DIAoX6 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-veQ1DIAoX6 .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-veQ1DIAoX6 .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-veQ1DIAoX6 .list-box {
  width: 100%;
}
.cid-veQ1DIAoX6 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-veQ1DIAoX6 .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-veQ1DIAoX6 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-veQ1DIAoX6 .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-veQ1DIAoX6 .list a:hover:before {
  background-position: left !important;
}
.cid-veQ1DIAoX6 .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-veQ1DIAoX6 .news-item {
  width: 100%;
}
.cid-veQ1DIAoX6 .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-veQ1DIAoX6 .news-title {
  color: #303030;
}
.cid-veQ1DIAoX6 .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-veQ545uvXG {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-veQ545uvXG .mbr-section-subtitle {
  color: #149dcc;
}
.cid-veQ545uvXG .container-table {
  margin: 0 auto;
}
.cid-veQ545uvXG .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-veQ545uvXG .dataTables_wrapper {
  display: block;
}
.cid-veQ545uvXG .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-veQ545uvXG .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-veQ545uvXG table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #149dcc;
  margin-bottom: 0;
}
.cid-veQ545uvXG table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #149dcc;
  transition: all .2s;
}
.cid-veQ545uvXG table th:hover {
  background: #149dcc;
  color: #ffffff;
}
.cid-veQ545uvXG table td {
  border: 1px solid #149dcc;
}
.cid-veQ545uvXG .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-veQ545uvXG .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-veQ545uvXG .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-veQ545uvXG .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-veQ545uvXG .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-veQ545uvXG .dataTables_filter {
    text-align: center;
  }
  .cid-veQ545uvXG .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-veQ545uvXG .head-item {
  color: #232323;
  text-align: center;
}
.cid-veQ545uvXG .body-item {
  color: #181818;
  text-align: center;
}
.cid-veQ545uvXG .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-veQ545uvXG .head-item1 {
  color: #07290c;
}
.cid-veQ545uvXG .body-item1 {
  color: #232323;
}
.cid-veQ545SDZC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-veQZLuyp6f {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #efefef;
}
.cid-veQZLuyp6f .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-veQZLuyp6f .wrapper {
  position: relative;
}
.cid-veQZLuyp6f .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-veQZLuyp6f .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-veQZLuyp6f .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-veQZLuyp6f .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-veQZLuyp6f .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-veQZLuyp6f .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-veQZLuyp6f .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-veQZLuyp6f .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-veQZLuyp6f .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-veQZLuyp6f .img2 {
    width: 400px;
  }
  .cid-veQZLuyp6f .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-veQZLuyp6f .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-veQZLuyp6f .img2 {
    width: 400px;
  }
  .cid-veQZLuyp6f .img1 {
    padding-right: 4rem;
  }
  .cid-veQZLuyp6f .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-veQZLuyp6f .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-veQZLuyp6f .img2 {
    width: 200px;
  }
  .cid-veQZLuyp6f .container-fluid {
    padding: 0 1rem;
  }
  .cid-veQZLuyp6f .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-veQ5467NpK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-veQ5467NpK .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQ5467NpK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQ5467NpK .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-veQ5467NpK .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veQ5467NpK .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-veQ5467NpK .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veQ5467NpK .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-veQ5467NpK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-veQ5467NpK .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-veQ5467NpK .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-veQ5467NpK .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-veQ5467NpK .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-veQ5467NpK .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-veQ5467NpK .list-box {
  width: 100%;
}
.cid-veQ5467NpK .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-veQ5467NpK .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-veQ5467NpK .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-veQ5467NpK .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-veQ5467NpK .list a:hover:before {
  background-position: left !important;
}
.cid-veQ5467NpK .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-veQ5467NpK .news-item {
  width: 100%;
}
.cid-veQ5467NpK .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-veQ5467NpK .news-title {
  color: #303030;
}
.cid-veQ5467NpK .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-veQbZd3jAY {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-veQbZd3jAY .mbr-section-subtitle {
  color: #149dcc;
}
.cid-veQbZd3jAY .container-table {
  margin: 0 auto;
}
.cid-veQbZd3jAY .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-veQbZd3jAY .dataTables_wrapper {
  display: block;
}
.cid-veQbZd3jAY .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-veQbZd3jAY .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-veQbZd3jAY table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #149dcc;
  margin-bottom: 0;
}
.cid-veQbZd3jAY table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #149dcc;
  transition: all .2s;
}
.cid-veQbZd3jAY table th:hover {
  background: #149dcc;
  color: #ffffff;
}
.cid-veQbZd3jAY table td {
  border: 1px solid #149dcc;
}
.cid-veQbZd3jAY .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-veQbZd3jAY .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-veQbZd3jAY .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-veQbZd3jAY .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-veQbZd3jAY .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-veQbZd3jAY .dataTables_filter {
    text-align: center;
  }
  .cid-veQbZd3jAY .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-veQbZd3jAY .head-item {
  color: #232323;
  text-align: center;
}
.cid-veQbZd3jAY .body-item {
  color: #181818;
  text-align: center;
}
.cid-veQbZd3jAY .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-veQbZd3jAY .head-item1 {
  color: #07290c;
}
.cid-veQbZd3jAY .body-item1 {
  color: #232323;
}
.cid-veQbZduHil {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-veQZObiVAj {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #efefef;
}
.cid-veQZObiVAj .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-veQZObiVAj .wrapper {
  position: relative;
}
.cid-veQZObiVAj .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-veQZObiVAj .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-veQZObiVAj .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-veQZObiVAj .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-veQZObiVAj .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-veQZObiVAj .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-veQZObiVAj .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-veQZObiVAj .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-veQZObiVAj .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-veQZObiVAj .img2 {
    width: 400px;
  }
  .cid-veQZObiVAj .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-veQZObiVAj .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-veQZObiVAj .img2 {
    width: 400px;
  }
  .cid-veQZObiVAj .img1 {
    padding-right: 4rem;
  }
  .cid-veQZObiVAj .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-veQZObiVAj .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-veQZObiVAj .img2 {
    width: 200px;
  }
  .cid-veQZObiVAj .container-fluid {
    padding: 0 1rem;
  }
  .cid-veQZObiVAj .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-veQbZdIK0t {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-veQbZdIK0t .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQbZdIK0t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQbZdIK0t .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-veQbZdIK0t .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veQbZdIK0t .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-veQbZdIK0t .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veQbZdIK0t .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-veQbZdIK0t .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-veQbZdIK0t .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-veQbZdIK0t .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-veQbZdIK0t .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-veQbZdIK0t .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-veQbZdIK0t .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-veQbZdIK0t .list-box {
  width: 100%;
}
.cid-veQbZdIK0t .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-veQbZdIK0t .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-veQbZdIK0t .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-veQbZdIK0t .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-veQbZdIK0t .list a:hover:before {
  background-position: left !important;
}
.cid-veQbZdIK0t .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-veQbZdIK0t .news-item {
  width: 100%;
}
.cid-veQbZdIK0t .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-veQbZdIK0t .news-title {
  color: #303030;
}
.cid-veQbZdIK0t .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-veQvzQXtJC {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-veQvzQXtJC .mbr-section-subtitle {
  color: #149dcc;
}
.cid-veQvzQXtJC .container-table {
  margin: 0 auto;
}
.cid-veQvzQXtJC .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-veQvzQXtJC .dataTables_wrapper {
  display: block;
}
.cid-veQvzQXtJC .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-veQvzQXtJC .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-veQvzQXtJC table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #149dcc;
  margin-bottom: 0;
}
.cid-veQvzQXtJC table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #149dcc;
  transition: all .2s;
}
.cid-veQvzQXtJC table th:hover {
  background: #149dcc;
  color: #ffffff;
}
.cid-veQvzQXtJC table td {
  border: 1px solid #149dcc;
}
.cid-veQvzQXtJC .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-veQvzQXtJC .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-veQvzQXtJC .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-veQvzQXtJC .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-veQvzQXtJC .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-veQvzQXtJC .dataTables_filter {
    text-align: center;
  }
  .cid-veQvzQXtJC .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-veQvzQXtJC .head-item {
  color: #232323;
  text-align: center;
}
.cid-veQvzQXtJC .body-item {
  color: #181818;
  text-align: center;
}
.cid-veQvzQXtJC .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-veQvzQXtJC .head-item1 {
  color: #07290c;
}
.cid-veQvzQXtJC .body-item1 {
  color: #232323;
}
.cid-veQvzRngFp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-veQZU7FonB {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #efefef;
}
.cid-veQZU7FonB .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-veQZU7FonB .wrapper {
  position: relative;
}
.cid-veQZU7FonB .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-veQZU7FonB .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-veQZU7FonB .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-veQZU7FonB .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-veQZU7FonB .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-veQZU7FonB .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-veQZU7FonB .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-veQZU7FonB .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-veQZU7FonB .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-veQZU7FonB .img2 {
    width: 400px;
  }
  .cid-veQZU7FonB .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-veQZU7FonB .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-veQZU7FonB .img2 {
    width: 400px;
  }
  .cid-veQZU7FonB .img1 {
    padding-right: 4rem;
  }
  .cid-veQZU7FonB .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-veQZU7FonB .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-veQZU7FonB .img2 {
    width: 200px;
  }
  .cid-veQZU7FonB .container-fluid {
    padding: 0 1rem;
  }
  .cid-veQZU7FonB .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-veQvzRBXp6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-veQvzRBXp6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQvzRBXp6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQvzRBXp6 .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-veQvzRBXp6 .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veQvzRBXp6 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-veQvzRBXp6 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veQvzRBXp6 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-veQvzRBXp6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-veQvzRBXp6 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-veQvzRBXp6 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-veQvzRBXp6 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-veQvzRBXp6 .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-veQvzRBXp6 .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-veQvzRBXp6 .list-box {
  width: 100%;
}
.cid-veQvzRBXp6 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-veQvzRBXp6 .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-veQvzRBXp6 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-veQvzRBXp6 .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-veQvzRBXp6 .list a:hover:before {
  background-position: left !important;
}
.cid-veQvzRBXp6 .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-veQvzRBXp6 .news-item {
  width: 100%;
}
.cid-veQvzRBXp6 .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-veQvzRBXp6 .news-title {
  color: #303030;
}
.cid-veQvzRBXp6 .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-veQwuHwnoF {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-veQwuHwnoF .mbr-section-subtitle {
  color: #149dcc;
}
.cid-veQwuHwnoF .container-table {
  margin: 0 auto;
}
.cid-veQwuHwnoF .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-veQwuHwnoF .dataTables_wrapper {
  display: block;
}
.cid-veQwuHwnoF .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-veQwuHwnoF .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-veQwuHwnoF table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #149dcc;
  margin-bottom: 0;
}
.cid-veQwuHwnoF table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #149dcc;
  transition: all .2s;
}
.cid-veQwuHwnoF table th:hover {
  background: #149dcc;
  color: #ffffff;
}
.cid-veQwuHwnoF table td {
  border: 1px solid #149dcc;
}
.cid-veQwuHwnoF .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-veQwuHwnoF .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-veQwuHwnoF .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-veQwuHwnoF .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-veQwuHwnoF .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-veQwuHwnoF .dataTables_filter {
    text-align: center;
  }
  .cid-veQwuHwnoF .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-veQwuHwnoF .head-item {
  color: #232323;
  text-align: center;
}
.cid-veQwuHwnoF .body-item {
  color: #181818;
  text-align: center;
}
.cid-veQwuHwnoF .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-veQwuHwnoF .head-item1 {
  color: #07290c;
}
.cid-veQwuHwnoF .body-item1 {
  color: #232323;
}
.cid-veQwuHUb5r {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-veQZWZfwvx {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #efefef;
}
.cid-veQZWZfwvx .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-veQZWZfwvx .wrapper {
  position: relative;
}
.cid-veQZWZfwvx .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-veQZWZfwvx .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-veQZWZfwvx .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-veQZWZfwvx .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-veQZWZfwvx .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-veQZWZfwvx .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-veQZWZfwvx .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-veQZWZfwvx .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-veQZWZfwvx .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-veQZWZfwvx .img2 {
    width: 400px;
  }
  .cid-veQZWZfwvx .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-veQZWZfwvx .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-veQZWZfwvx .img2 {
    width: 400px;
  }
  .cid-veQZWZfwvx .img1 {
    padding-right: 4rem;
  }
  .cid-veQZWZfwvx .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-veQZWZfwvx .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-veQZWZfwvx .img2 {
    width: 200px;
  }
  .cid-veQZWZfwvx .container-fluid {
    padding: 0 1rem;
  }
  .cid-veQZWZfwvx .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-veQwuI55QE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-veQwuI55QE .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQwuI55QE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQwuI55QE .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-veQwuI55QE .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veQwuI55QE .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-veQwuI55QE .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veQwuI55QE .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-veQwuI55QE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-veQwuI55QE .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-veQwuI55QE .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-veQwuI55QE .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-veQwuI55QE .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-veQwuI55QE .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-veQwuI55QE .list-box {
  width: 100%;
}
.cid-veQwuI55QE .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-veQwuI55QE .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-veQwuI55QE .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-veQwuI55QE .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-veQwuI55QE .list a:hover:before {
  background-position: left !important;
}
.cid-veQwuI55QE .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-veQwuI55QE .news-item {
  width: 100%;
}
.cid-veQwuI55QE .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-veQwuI55QE .news-title {
  color: #303030;
}
.cid-veQwuI55QE .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-uY1Ox5WZC8 {
  background-image: url("../../../assets/images/2.png");
}
.cid-uY1Ox5WZC8 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uY1Ox5WZC8 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uY1Ox5WZC8 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uY1Ox5WZC8 .mbr-text {
    text-align: center;
  }
}
.cid-uY1SYmxnfy {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/la-productora-negro-baner.png");
}
.cid-uY0EFHULEZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uY0EFHULEZ .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uY0EFHULEZ .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uY0EFHULEZ .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-uY0EFHULEZ .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uY0EFHULEZ .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-uY0EFHULEZ .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uY0EFHULEZ .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-uY0EFHULEZ .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-uY0EFHULEZ .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-uY0EFHULEZ .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uY0EFHULEZ .number,
  .cid-uY0EFHULEZ .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uY0EFHULEZ .period {
    font-size: 0.8rem;
  }
}
.cid-uY0EFI2ArN {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uY0EFI2ArN h3 {
  text-align: center;
  font-weight: 300;
}
.cid-uY0EFI2ArN .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uY0EFI2ArN .mbr-section-subtitle {
  color: #767676;
}
.cid-uY0EFI2ArN .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-uY0EFI2ArN ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-uY0EFI2ArN path {
  stroke: #0099ff;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uY0EFI2ArN .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-uY0EFI2ArN .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uY0EFI2ArN .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uY0EFI2ArN .mbr-section-title,
.cid-uY0EFI2ArN .line-wrap {
  text-align: center;
}
.cid-uY0EFI2ArN p {
  color: #656565;
}
.cid-uY0EFI2ArN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0EFI2ArN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY0Ra8EG26 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uY0Ra8EG26 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0Ra8EG26 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY0Ra8EG26 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uY0Ra8EG26 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uY0Ra8EG26 .items-wrapper {
  margin: 0 -15px;
}
.cid-uY0Ra8EG26 .items-wrapper .card {
  padding: 0 15px;
}
.cid-uY0Ra8EG26 .card-wrapper {
  position: relative;
  height: 100%;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uY0Ra8EG26 .card-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uY0Ra8EG26 .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uY0Ra8EG26 .card-wrapper .image-wrap img {
    position: static;
    height: 300px;
  }
}
.cid-uY0Ra8EG26 .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-right-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uY0Ra8EG26 .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uY0Ra8EG26 .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-left-radius: 30px;
  box-shadow: -10px -10px 0 10px #ffffff;
}
.cid-uY0Ra8EG26 .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-left-radius: 30px;
  box-shadow: -10px -10px 0 10px #ffffff;
}
.cid-uY0Ra8EG26 .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1200px) {
  .cid-uY0Ra8EG26 .items-wrap {
    display: block;
  }
}
@media (max-width: 1200px) {
  .cid-uY0Ra8EG26 .items-wrap .item {
    margin-bottom: 30px;
  }
  .cid-uY0Ra8EG26 .items-wrap .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-uY0Ra8EG26 .items-wrap .item {
    margin-bottom: 15px;
  }
}
.cid-uY0Ra8EG26 .items-wrap .item .item-wrapper {
  height: 100%;
  padding: 40px;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uY0Ra8EG26 .items-wrap .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uY0Ra8EG26 .items-wrap .item .item-wrapper .card-box .card-title {
  margin-bottom: 140px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uY0Ra8EG26 .items-wrap .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.cid-uY0Ra8EG26 .items-wrap .item .item-wrapper .card-box .card-number {
  margin-bottom: 0;
}
.cid-uY0Ra8EG26 .items-wrap .item .item-wrapper .card-box .card-desc {
  margin-bottom: 0;
}
.cid-uY0Ra8EG26 .items-wrap .features-image .item-wrapper {
  padding: 0;
  background-color: transparent;
}
.cid-uY0Ra8EG26 .items-wrap .features-image .item-wrapper .item-img {
  height: 100%;
}
.cid-uY0Ra8EG26 .items-wrap .features-image .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uY0Ra8EG26 .items-wrap .features-image .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uY0Ra8EG26 .btn-wrapper {
  margin-top: 35%;
}
.cid-uY0Ra8EG26 .mbr-section-title {
  color: #000000;
}
.cid-uY0Ra8EG26 .card-title {
  color: #000000;
}
.cid-uY0Ra8EG26 .card-number {
  color: #000000;
}
.cid-uY0Ra8EG26 .card-desc {
  color: #8a8a8a;
}
.cid-uY0EFIUtFI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-uY0EFIUtFI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0EFIUtFI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY0EFIUtFI .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uY0EFIUtFI .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uY0EFIUtFI .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #767676;
}
@media (max-width: 992px) {
  .cid-uY0EFIUtFI .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uY0EFIUtFI .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uY0EFIUtFI .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uY0EFIUtFI .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uY0EFIUtFI .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #19171c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-uY0EFIUtFI .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uY0EFIUtFI .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uY0EFIUtFI .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uY0EFIUtFI .mbr-section-title {
  color: #19171c;
}
.cid-uY0EFIUtFI .panel-title {
  color: #19171c;
}
.cid-uY0EFIUtFI .panel-text {
  color: #6e6e73;
}
.cid-uY0YDasjHv {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uY0YDasjHv .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-uY0YDasjHv .wrap-img {
  border-bottom: 1px solid #e2e3e9;
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 192px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-uY0YDasjHv .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uY0YDasjHv .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uY0YDasjHv .shadow:hover .mbr-iconfont,
.cid-uY0YDasjHv .shadow:hover .number,
.cid-uY0YDasjHv .shadow:hover .card-title {
  color: #82786e !important;
}
.cid-uY0YDasjHv .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-uY0YDasjHv .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uY0YDasjHv .card-title {
  color: #14142b;
  margin-bottom: 6px;
  text-align: center;
  transition: 0.35s;
}
.cid-uY0YDasjHv .title-block {
  margin-bottom: 56px;
}
.cid-uY0YDasjHv .card-text {
  color: #149dcc;
  text-align: center;
}
.cid-uY0YDasjHv H3 {
  color: #14142b;
  text-align: center;
}
.cid-uY0YDasjHv .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 39px 32px 48px;
}
.cid-uY0YDasjHv .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-uY0YDasjHv .link-title {
  display: inline-block;
}
.cid-uY0YDasjHv .episode {
  color: #ffffff;
}
.cid-uY0YDasjHv .img-title {
  color: #ffffff;
}
.cid-uY0YDasjHv .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uY0YDasjHv .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uY0YDasjHv .mbr-section-title {
  color: #151515;
  text-align: center;
}
@media (max-width: 860px) {
  .cid-uY0YDasjHv .title-block {
    flex-direction: column;
  }
  .cid-uY0YDasjHv .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-uY0YDasjHv .item.features-image {
  margin-top: 35px;
}
.cid-uY0YDasjHv .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-uY0YDasjHv .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-uY0YDasjHv .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uY0YDasjHv .item.features-image:nth-child(4) {
    margin-top: 35px;
  }
  .cid-uY0YDasjHv .item.features-image:nth-child(3) {
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .cid-uY0YDasjHv .item.features-image:nth-child(2) {
    margin-top: 35px;
  }
}
.cid-uY0EFJw8z5 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/carrillon-2.jpg");
}
.cid-uY0EFJw8z5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0EFJw8z5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY0EFJw8z5 .mbr-section-title {
  color: #ffffff;
}
.cid-uY0EFJGxnI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uY0EFJGxnI .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #0099ff;
  margin-bottom: 1rem;
}
.cid-uY0EFJGxnI .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-uY0EFJGxnI .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-uY0EFJGxnI .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2.5rem 2rem;
  background: transparent;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.cid-uY0EFJGxnI .card-wrapper:hover {
  background: #cccccc;
}
.cid-uY0EFJGxnI .card-title,
.cid-uY0EFJGxnI .card-box {
  color: #000000;
  text-align: center;
}
.cid-uY0EFJGxnI .main-title,
.cid-uY0EFJGxnI .title-col {
  text-align: center;
  color: #000000;
}
.cid-uY0EFJGxnI .card-text {
  color: #232323;
  text-align: center;
}
.cid-uY0EFJGxnI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0EFJGxnI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY1RjMtB5g {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/carrillon-2.jpg");
}
.cid-uY1RjMtB5g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY1RjMtB5g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY1RjMtB5g .mbr-section-title {
  color: #ffffff;
}
.cid-uY0EFKcLJ5 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uY0EFKcLJ5 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #0099ff;
  margin-bottom: 1rem;
}
.cid-uY0EFKcLJ5 .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-uY0EFKcLJ5 .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-uY0EFKcLJ5 .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2.5rem 2rem;
  background: transparent;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.cid-uY0EFKcLJ5 .card-wrapper:hover {
  background: #cccccc;
}
.cid-uY0EFKcLJ5 .card-title,
.cid-uY0EFKcLJ5 .card-box {
  color: #000000;
  text-align: center;
}
.cid-uY0EFKcLJ5 .main-title,
.cid-uY0EFKcLJ5 .title-col {
  text-align: center;
  color: #000000;
}
.cid-uY0EFKcLJ5 .card-text {
  color: #232323;
  text-align: center;
}
.cid-uY0EFKcLJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0EFKcLJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY1RkT4zTM {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/carrillon-2.jpg");
}
.cid-uY1RkT4zTM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY1RkT4zTM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY1RkT4zTM .mbr-section-title {
  color: #ffffff;
}
.cid-uY0EFKE3Ou {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uY0EFKE3Ou .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #0099ff;
  margin-bottom: 1rem;
}
.cid-uY0EFKE3Ou .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-uY0EFKE3Ou .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-uY0EFKE3Ou .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2.5rem 2rem;
  background: transparent;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.cid-uY0EFKE3Ou .card-wrapper:hover {
  background: #cccccc;
}
.cid-uY0EFKE3Ou .card-title,
.cid-uY0EFKE3Ou .card-box {
  color: #000000;
  text-align: center;
}
.cid-uY0EFKE3Ou .main-title,
.cid-uY0EFKE3Ou .title-col {
  text-align: center;
  color: #000000;
}
.cid-uY0EFKE3Ou .card-text {
  color: #232323;
  text-align: center;
}
.cid-uY0EFKE3Ou .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0EFKE3Ou .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY1Rlk8w8a {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/carrillon-2.jpg");
}
.cid-uY1Rlk8w8a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY1Rlk8w8a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY1Rlk8w8a .mbr-section-title {
  color: #ffffff;
}
.cid-uY0EFL7JtS {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uY0EFL7JtS .title {
  margin-bottom: 2rem;
}
.cid-uY0EFL7JtS .mbr-section-subtitle {
  color: #767676;
}
.cid-uY0EFL7JtS a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uY0EFL7JtS a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-uY0EFL7JtS .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-uY0EFL7JtS .input-group-btn {
  display: block;
  text-align: center;
}
.cid-uY1RFld2D2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/carrillon-2.jpg");
}
.cid-uY1RFld2D2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY1RFld2D2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY1RFld2D2 .mbr-section-title {
  color: #ffffff;
}
.cid-uY0EFLtKIj {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uY0EFLtKIj .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #0099ff;
  margin-bottom: 1rem;
}
.cid-uY0EFLtKIj .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-uY0EFLtKIj .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-uY0EFLtKIj .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2.5rem 2rem;
  background: transparent;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.cid-uY0EFLtKIj .card-wrapper:hover {
  background: #cccccc;
}
.cid-uY0EFLtKIj .card-title,
.cid-uY0EFLtKIj .card-box {
  color: #000000;
  text-align: center;
}
.cid-uY0EFLtKIj .main-title,
.cid-uY0EFLtKIj .title-col {
  text-align: center;
  color: #000000;
}
.cid-uY0EFLtKIj .card-text {
  color: #232323;
  text-align: center;
}
.cid-uY0EFLtKIj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0EFLtKIj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY1Rm4iIfm {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/carrillon-2.jpg");
}
.cid-uY1Rm4iIfm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY1Rm4iIfm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY1Rm4iIfm .mbr-section-title {
  color: #ffffff;
}
.cid-uY0EFMmriB {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-uY0EFMmriB .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #0099ff;
  margin-bottom: 1rem;
}
.cid-uY0EFMmriB .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-uY0EFMmriB .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-uY0EFMmriB .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2.5rem 2rem;
  background: transparent;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.cid-uY0EFMmriB .card-wrapper:hover {
  background: #cccccc;
}
.cid-uY0EFMmriB .card-title,
.cid-uY0EFMmriB .card-box {
  color: #000000;
}
.cid-uY0EFMmriB .main-title,
.cid-uY0EFMmriB .title-col {
  text-align: center;
  color: #000000;
}
.cid-uY0EFMmriB .card-text {
  color: #232323;
}
.cid-uY0EFMmriB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0EFMmriB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY0EFME7Vt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-veQYW5ZPj2 {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #efefef;
}
.cid-veQYW5ZPj2 .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-veQYW5ZPj2 .wrapper {
  position: relative;
}
.cid-veQYW5ZPj2 .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-veQYW5ZPj2 .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-veQYW5ZPj2 .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-veQYW5ZPj2 .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-veQYW5ZPj2 .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-veQYW5ZPj2 .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-veQYW5ZPj2 .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-veQYW5ZPj2 .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-veQYW5ZPj2 .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-veQYW5ZPj2 .img2 {
    width: 400px;
  }
  .cid-veQYW5ZPj2 .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-veQYW5ZPj2 .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-veQYW5ZPj2 .img2 {
    width: 400px;
  }
  .cid-veQYW5ZPj2 .img1 {
    padding-right: 4rem;
  }
  .cid-veQYW5ZPj2 .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-veQYW5ZPj2 .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-veQYW5ZPj2 .img2 {
    width: 200px;
  }
  .cid-veQYW5ZPj2 .container-fluid {
    padding: 0 1rem;
  }
  .cid-veQYW5ZPj2 .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-uWmoMh8Nvw {
  display: flex;
  background-image: url("../../../assets/images/1.png");
}
.cid-uWmoMh8Nvw .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uWmoMh8Nvw {
    align-items: center;
  }
  .cid-uWmoMh8Nvw .row {
    justify-content: flex-start;
  }
  .cid-uWmoMh8Nvw .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWmoMh8Nvw .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWmoMh8Nvw {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWmoMh8Nvw .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWmoMh8Nvw .content-wrap {
    width: 100%;
  }
}
.cid-uWmoMh8Nvw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWmoMh8Nvw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWmoMh8Nvw .mbr-section-title,
.cid-uWmoMh8Nvw .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uWmoMh8Nvw .mbr-text,
.cid-uWmoMh8Nvw .mbr-section-btn {
  text-align: left;
}
.cid-uWmoMh8Nvw .mbr-section-title {
  color: #ffffff;
}
.cid-uWmoMh8Nvw .mbr-section-subtitle {
  color: #edefeb;
}
.cid-tT3Rl8fkYz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tT3Rl8fkYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT3Rl8fkYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT3Rl8fkYz .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tT3Rl8fkYz .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tT3Rl8fkYz .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tT3Rl8fkYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tT3Rl8fkYz .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-tT3Rl8fkYz .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tT3Rl8fkYz .list-box {
  width: 100%;
}
.cid-tT3Rl8fkYz .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tT3Rl8fkYz .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tT3Rl8fkYz .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tT3Rl8fkYz .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tT3Rl8fkYz .list a:hover:before {
  background-position: left !important;
}
.cid-tT3Rl8fkYz .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tT3Rl8fkYz .news-item {
  width: 100%;
}
.cid-tT3Rl8fkYz .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-tT3Rl8fkYz .news-title {
  color: #303030;
}
.cid-tT3Rl8fkYz .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-uY2LBYXY8U {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/la-productora-negro-baner.png");
}
.cid-uWaUwlkN81 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-uWaUwlkN81 .mbr-section-subtitle {
  color: #767676;
}
.cid-uWaUwlkN81 .container-table {
  margin: 0 auto;
}
.cid-uWaUwlkN81 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uWaUwlkN81 .dataTables_wrapper {
  display: block;
}
.cid-uWaUwlkN81 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uWaUwlkN81 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uWaUwlkN81 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #149dcc;
  margin-bottom: 0;
}
.cid-uWaUwlkN81 table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #149dcc;
  transition: all .2s;
}
.cid-uWaUwlkN81 table th:hover {
  background: #149dcc;
  color: #ffffff;
}
.cid-uWaUwlkN81 table td {
  border: 1px solid #149dcc;
}
.cid-uWaUwlkN81 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uWaUwlkN81 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uWaUwlkN81 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uWaUwlkN81 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uWaUwlkN81 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uWaUwlkN81 .dataTables_filter {
    text-align: center;
  }
  .cid-uWaUwlkN81 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uWaUwlkN81 .head-item {
  color: #232323;
  text-align: center;
}
.cid-uWaUwlkN81 .body-item {
  color: #000000;
  text-align: left;
}
.cid-uWaUwlkN81 .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uWaUwlkN81 .head-item1 {
  color: #07290c;
}
.cid-uWaUwlkN81 .body-item1 {
  color: #232323;
}
.cid-uWaeyFJKYJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uWaeyFJKYJ h3 {
  text-align: center;
  font-weight: 300;
}
.cid-uWaeyFJKYJ .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uWaeyFJKYJ .mbr-section-subtitle {
  color: #767676;
}
.cid-uWaeyFJKYJ .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-uWaeyFJKYJ ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-uWaeyFJKYJ path {
  stroke: #4fd13b;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWaeyFJKYJ .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-uWaeyFUymm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-veQZaAy4mb {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #efefef;
}
.cid-veQZaAy4mb .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-veQZaAy4mb .wrapper {
  position: relative;
}
.cid-veQZaAy4mb .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-veQZaAy4mb .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-veQZaAy4mb .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-veQZaAy4mb .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-veQZaAy4mb .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-veQZaAy4mb .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-veQZaAy4mb .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-veQZaAy4mb .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-veQZaAy4mb .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-veQZaAy4mb .img2 {
    width: 400px;
  }
  .cid-veQZaAy4mb .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-veQZaAy4mb .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-veQZaAy4mb .img2 {
    width: 400px;
  }
  .cid-veQZaAy4mb .img1 {
    padding-right: 4rem;
  }
  .cid-veQZaAy4mb .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-veQZaAy4mb .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-veQZaAy4mb .img2 {
    width: 200px;
  }
  .cid-veQZaAy4mb .container-fluid {
    padding: 0 1rem;
  }
  .cid-veQZaAy4mb .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-uY2LxW5PQm {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/la-productora-negro-baner.png");
}
.cid-uWaQWHObBn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-uWaQWHObBn .mbr-section-subtitle {
  color: #767676;
}
.cid-uWaQWHObBn .container-table {
  margin: 0 auto;
}
.cid-uWaQWHObBn .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uWaQWHObBn .dataTables_wrapper {
  display: block;
}
.cid-uWaQWHObBn .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uWaQWHObBn .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uWaQWHObBn table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #149dcc;
  margin-bottom: 0;
}
.cid-uWaQWHObBn table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #149dcc;
  transition: all .2s;
}
.cid-uWaQWHObBn table th:hover {
  background: #149dcc;
  color: #ffffff;
}
.cid-uWaQWHObBn table td {
  border: 1px solid #149dcc;
}
.cid-uWaQWHObBn .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uWaQWHObBn .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uWaQWHObBn .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uWaQWHObBn .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uWaQWHObBn .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uWaQWHObBn .dataTables_filter {
    text-align: center;
  }
  .cid-uWaQWHObBn .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uWaQWHObBn .head-item {
  color: #232323;
  text-align: center;
}
.cid-uWaQWHObBn .body-item {
  color: #151515;
  text-align: left;
}
.cid-uWaQWHObBn .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uWaQWHObBn .head-item1 {
  color: #07290c;
}
.cid-uWaQWHObBn .body-item1 {
  color: #232323;
}
.cid-uWamStCvaD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uWamStCvaD h3 {
  text-align: center;
  font-weight: 300;
}
.cid-uWamStCvaD .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uWamStCvaD .mbr-section-subtitle {
  color: #767676;
}
.cid-uWamStCvaD .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-uWamStCvaD ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-uWamStCvaD path {
  stroke: #4fd13b;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWamStCvaD .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-uWamStREkj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-veQZ0B0R2v {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #efefef;
}
.cid-veQZ0B0R2v .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-veQZ0B0R2v .wrapper {
  position: relative;
}
.cid-veQZ0B0R2v .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-veQZ0B0R2v .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-veQZ0B0R2v .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-veQZ0B0R2v .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-veQZ0B0R2v .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-veQZ0B0R2v .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-veQZ0B0R2v .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-veQZ0B0R2v .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-veQZ0B0R2v .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-veQZ0B0R2v .img2 {
    width: 400px;
  }
  .cid-veQZ0B0R2v .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-veQZ0B0R2v .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-veQZ0B0R2v .img2 {
    width: 400px;
  }
  .cid-veQZ0B0R2v .img1 {
    padding-right: 4rem;
  }
  .cid-veQZ0B0R2v .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-veQZ0B0R2v .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-veQZ0B0R2v .img2 {
    width: 200px;
  }
  .cid-veQZ0B0R2v .container-fluid {
    padding: 0 1rem;
  }
  .cid-veQZ0B0R2v .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-uWamSuaUVw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-uWamSuaUVw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWamSuaUVw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWamSuaUVw .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uWamSuaUVw .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uWamSuaUVw .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uWamSuaUVw .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uWamSuaUVw .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWamSuaUVw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uWamSuaUVw .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWamSuaUVw .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWamSuaUVw .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWamSuaUVw .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uWamSuaUVw .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uWamSuaUVw .list-box {
  width: 100%;
}
.cid-uWamSuaUVw .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-uWamSuaUVw .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uWamSuaUVw .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uWamSuaUVw .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uWamSuaUVw .list a:hover:before {
  background-position: left !important;
}
.cid-uWamSuaUVw .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uWamSuaUVw .news-item {
  width: 100%;
}
.cid-uWamSuaUVw .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uWamSuaUVw .news-title {
  color: #303030;
}
.cid-uWamSuaUVw .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-uY2LFuJgaf {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/la-productora-negro-baner.png");
}
.cid-uWaFe37rKU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-uWaFe37rKU .mbr-section-subtitle {
  color: #767676;
}
.cid-uWaFe37rKU .container-table {
  margin: 0 auto;
}
.cid-uWaFe37rKU .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uWaFe37rKU .dataTables_wrapper {
  display: block;
}
.cid-uWaFe37rKU .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uWaFe37rKU .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uWaFe37rKU table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #149dcc;
  margin-bottom: 0;
}
.cid-uWaFe37rKU table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #149dcc;
  transition: all .2s;
}
.cid-uWaFe37rKU table th:hover {
  background: #149dcc;
  color: #ffffff;
}
.cid-uWaFe37rKU table td {
  border: 1px solid #149dcc;
}
.cid-uWaFe37rKU .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uWaFe37rKU .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uWaFe37rKU .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uWaFe37rKU .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uWaFe37rKU .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uWaFe37rKU .dataTables_filter {
    text-align: center;
  }
  .cid-uWaFe37rKU .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uWaFe37rKU .head-item {
  color: #232323;
  text-align: center;
}
.cid-uWaFe37rKU .body-item {
  color: #000000;
  text-align: left;
}
.cid-uWaFe37rKU .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uWaFe37rKU .head-item1 {
  color: #07290c;
}
.cid-uWaFe37rKU .body-item1 {
  color: #232323;
}
.cid-uWaybTaSGA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uWaybTaSGA h3 {
  text-align: center;
  font-weight: 300;
}
.cid-uWaybTaSGA .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uWaybTaSGA .mbr-section-subtitle {
  color: #767676;
}
.cid-uWaybTaSGA .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-uWaybTaSGA ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-uWaybTaSGA path {
  stroke: #4fd13b;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWaybTaSGA .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-uWaybTnCOO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-veQZdVxHtQ {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #efefef;
}
.cid-veQZdVxHtQ .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-veQZdVxHtQ .wrapper {
  position: relative;
}
.cid-veQZdVxHtQ .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-veQZdVxHtQ .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-veQZdVxHtQ .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-veQZdVxHtQ .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-veQZdVxHtQ .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-veQZdVxHtQ .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-veQZdVxHtQ .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-veQZdVxHtQ .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-veQZdVxHtQ .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-veQZdVxHtQ .img2 {
    width: 400px;
  }
  .cid-veQZdVxHtQ .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-veQZdVxHtQ .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-veQZdVxHtQ .img2 {
    width: 400px;
  }
  .cid-veQZdVxHtQ .img1 {
    padding-right: 4rem;
  }
  .cid-veQZdVxHtQ .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-veQZdVxHtQ .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-veQZdVxHtQ .img2 {
    width: 200px;
  }
  .cid-veQZdVxHtQ .container-fluid {
    padding: 0 1rem;
  }
  .cid-veQZdVxHtQ .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-uWaybTHIHp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-uWaybTHIHp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWaybTHIHp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWaybTHIHp .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uWaybTHIHp .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uWaybTHIHp .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uWaybTHIHp .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uWaybTHIHp .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWaybTHIHp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uWaybTHIHp .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWaybTHIHp .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWaybTHIHp .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWaybTHIHp .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uWaybTHIHp .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uWaybTHIHp .list-box {
  width: 100%;
}
.cid-uWaybTHIHp .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-uWaybTHIHp .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uWaybTHIHp .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uWaybTHIHp .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uWaybTHIHp .list a:hover:before {
  background-position: left !important;
}
.cid-uWaybTHIHp .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uWaybTHIHp .news-item {
  width: 100%;
}
.cid-uWaybTHIHp .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uWaybTHIHp .news-title {
  color: #303030;
}
.cid-uWaybTHIHp .copyright {
  margin-top: 20px;
  color: #303030;
}
