body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'font';
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'font';
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'font';
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'font';
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'font';
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: #141434 !important;
}
.bg-success {
  background-color: #c79f39 !important;
}
.bg-info {
  background-color: #879a9f !important;
}
.bg-warning {
  background-color: #706749 !important;
}
.bg-danger {
  background-color: #efefef !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #141434 !important;
  border-color: #141434 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #141434 !important;
  border-color: #141434 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-success,
.btn-success:active {
  background-color: #c79f39 !important;
  border-color: #c79f39 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #8c7028 !important;
  border-color: #8c7028 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8c7028 !important;
  border-color: #8c7028 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #706749 !important;
  border-color: #706749 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #423c2b !important;
  border-color: #423c2b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #423c2b !important;
  border-color: #423c2b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #141434;
  border-color: #141434;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #141434 !important;
  border-color: #141434 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #141434;
  border-color: #141434;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #141434 !important;
  border-color: #141434 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #786022;
  color: #786022;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #c79f39;
  border-color: #c79f39;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c79f39 !important;
  border-color: #c79f39 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #322e21;
  color: #322e21;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #706749;
  border-color: #706749;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #706749 !important;
  border-color: #706749 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #707070;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !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: #141434 !important;
}
.text-secondary {
  color: #141434 !important;
}
.text-success {
  color: #c79f39 !important;
}
.text-info {
  color: #879a9f !important;
}
.text-warning {
  color: #706749 !important;
}
.text-danger {
  color: #efefef !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #786022 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #55666b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #322e21 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bcbcbc !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: #879a9f;
}
.alert-warning {
  background-color: #706749;
}
.alert-danger {
  background-color: #efefef;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #141434;
  border-color: #141434;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #141434;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6868c5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e3cf9c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b1a787;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'font';
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
blockquote {
  border-color: #141434;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #141434 !important;
  -webkit-box-shadow: 0 6px 16px 0 #141434 !important;
  background-color: #141434 !important;
  border-color: #141434 !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #141434 !important;
  -webkit-box-shadow: 0 6px 16px 0 #141434 !important;
  background-color: #141434 !important;
  border-color: #141434 !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #c79f39 !important;
  -webkit-box-shadow: 0 6px 16px 0 #c79f39 !important;
  background-color: #c79f39 !important;
  border-color: #c79f39 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #141434;
  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-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #141434;
  border-bottom-color: #141434;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #141434 !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: #141434 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23141434' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rUJOGeL3vh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUJOGeL3vh H1 {
  color: #141434;
}
.cid-rUJOGeL3vh .align-left {
  margin: auto;
}
.cid-rUJOGeL3vh .row {
  justify-content: space-between;
}
.cid-rUJOGeL3vh .mbr-text,
.cid-rUJOGeL3vh .mbr-section-btn {
  color: #716c80;
}
.cid-rUJOGeL3vh .block-border {
  border-left: 2px solid #c79f39;
  padding-left: 4rem;
}
.cid-rUJOGeL3vh .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rUJOGeL3vh .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rUJOGeL3vh .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rUJOGeL3vh .link:hover {
  color: #141434 !important;
}
.cid-rUJOGeL3vh .link:hover .link-ico {
  color: #141434 !important;
  padding-left: 10px;
}
.cid-rUJOGeL3vh DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rUJOGeL3vh .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rUJOGeL3vh h1 {
    padding-bottom: 1rem;
  }
}
.cid-rUJOGeL3vh .mbr-text,
.cid-rUJOGeL3vh .media-content {
  color: #141434;
}
.cid-s1D8O45FSb {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/skyline-1-2000x1500.jpg");
}
.cid-saj8UASvwv {
  padding-top: 240px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-saj8UASvwv H1 {
  color: #141434;
  text-align: left;
}
.cid-saj8UASvwv .mbr-text,
.cid-saj8UASvwv .mbr-section-btn {
  color: #141434;
}
.cid-saj8UASvwv .img-box {
  position: relative;
}
.cid-saj8UASvwv .card-ico span {
  font-size: 96px;
  color: #141434;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-saj8UASvwv .card-ico .ico1 {
  background-color: #ffffff;
}
.cid-saj8UASvwv .mbr-iconfont {
  transition: all 0.3s;
  color: #c79f39 !important;
  font-size: 1rem !important;
}
.cid-saj8UASvwv .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-saj8UASvwv img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(34, 34, 89, 0.35);
}
@media (max-width: 576px) {
  .cid-saj8UASvwv .author-box {
    justify-content: center;
  }
  .cid-saj8UASvwv .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-saj8UASvwv .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-saj8UASvwv .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-saj8UASvwv .card-ico span {
    margin-right: 0rem;
  }
}
.cid-saj8UASvwv .author-box {
  display: flex;
  flex-direction: row;
}
.cid-saj8UASvwv .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-saj8UASvwv .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-saj8UASvwv h3,
.cid-saj8UASvwv h4 {
  margin: 0;
  padding: 0;
}
.cid-saj8UASvwv .card-title,
.cid-saj8UASvwv .mbr-section-subtitle {
  color: #232323;
}
.cid-saj8UASvwv H3 {
  color: #141434;
}
.cid-saj8UASvwv .mbr-text {
  color: #141434;
}
.cid-saj8UASvwv .card-title {
  color: #c79f39;
}
.cid-saj8UCSsRv {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-saj8UCSsRv .nav-tabs .nav-item.open .nav-link:focus,
.cid-saj8UCSsRv .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-saj8UCSsRv .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid lightgray;
}
.cid-saj8UCSsRv .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-saj8UCSsRv .first {
  margin-left: -24px;
}
.cid-saj8UCSsRv .nav-tabs .nav-link {
  color: #141434;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-saj8UCSsRv .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #c79f39;
}
.cid-saj8UCSsRv .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #c79f39;
  font-style: normal;
}
.cid-saj8UCSsRv P {
  color: #141434;
}
.cid-saj8UCSsRv H2 {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-saj8UCSsRv .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-saj8UCSsRv .mbr-text,
  .cid-saj8UCSsRv .nav-link {
    text-align: center;
  }
}
.cid-saj8UCSsRv .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-saj8UCSsRv .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-saj8UCSsRv .counter-container ul li:before {
  position: absolute;
  left: 0px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #c79f39;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c79f39, #706749);
  border-radius: 0;
}
.cid-saj8UCSsRv .mbr-text {
  color: #141434;
}
.cid-saj8UEQSYk {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-saj8UEQSYk .mbr-section-subtitle {
  color: #767676;
}
.cid-saj8UEQSYk .container-table {
  margin: 0 auto;
}
.cid-saj8UEQSYk .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-saj8UEQSYk .dataTables_wrapper {
  display: block;
}
.cid-saj8UEQSYk .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-saj8UEQSYk .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-saj8UEQSYk table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-saj8UEQSYk table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-saj8UEQSYk table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-saj8UEQSYk table td {
  border: 1px solid #c79f39;
}
.cid-saj8UEQSYk .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-saj8UEQSYk .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-saj8UEQSYk .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-saj8UEQSYk .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-saj8UEQSYk .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-saj8UEQSYk .dataTables_filter {
    text-align: center;
  }
  .cid-saj8UEQSYk .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-saj8UEQSYk .head-item {
  color: #716c80;
  text-align: center;
}
.cid-saj8UEQSYk .body-item {
  color: #716c80;
  text-align: left;
}
.cid-saj8UEQSYk .mbr-section-title {
  color: #716c80;
}
.cid-saj8UEQSYk .head-item1 {
  color: #141434;
}
.cid-saj8UEQSYk .body-item1 {
  color: #141434;
  text-align: left;
}
.cid-saj8UHqhmZ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-saj8UHqhmZ .mbr-section-subtitle {
  color: #767676;
}
.cid-saj8UHqhmZ .container-table {
  margin: 0 auto;
}
.cid-saj8UHqhmZ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-saj8UHqhmZ .dataTables_wrapper {
  display: block;
}
.cid-saj8UHqhmZ .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-saj8UHqhmZ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-saj8UHqhmZ table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-saj8UHqhmZ table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-saj8UHqhmZ table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-saj8UHqhmZ table td {
  border: 1px solid #c79f39;
}
.cid-saj8UHqhmZ .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-saj8UHqhmZ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-saj8UHqhmZ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-saj8UHqhmZ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-saj8UHqhmZ .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-saj8UHqhmZ .dataTables_filter {
    text-align: center;
  }
  .cid-saj8UHqhmZ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-saj8UHqhmZ .head-item {
  color: #716c80;
  text-align: center;
}
.cid-saj8UHqhmZ .body-item {
  color: #716c80;
  text-align: left;
}
.cid-saj8UHqhmZ .mbr-section-title {
  color: #716c80;
}
.cid-saj8UHqhmZ .head-item1 {
  color: #141434;
}
.cid-saj8UHqhmZ .body-item1 {
  color: #141434;
}
.cid-saj8UIWSao {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-saj8UIWSao .mbr-section-subtitle {
  color: #767676;
}
.cid-saj8UIWSao .container-table {
  margin: 0 auto;
}
.cid-saj8UIWSao .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-saj8UIWSao .dataTables_wrapper {
  display: block;
}
.cid-saj8UIWSao .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-saj8UIWSao .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-saj8UIWSao table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-saj8UIWSao table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-saj8UIWSao table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-saj8UIWSao table td {
  border: 1px solid #c79f39;
}
.cid-saj8UIWSao .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-saj8UIWSao .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-saj8UIWSao .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-saj8UIWSao .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-saj8UIWSao .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-saj8UIWSao .dataTables_filter {
    text-align: center;
  }
  .cid-saj8UIWSao .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-saj8UIWSao .head-item {
  color: #716c80;
  text-align: center;
}
.cid-saj8UIWSao .body-item {
  color: #716c80;
  text-align: left;
}
.cid-saj8UIWSao .mbr-section-title {
  color: #716c80;
}
.cid-saj8UIWSao .head-item1 {
  color: #141434;
}
.cid-saj8UIWSao .body-item1 {
  color: #141434;
}
.cid-saj8UKuqv8 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-saj8UKuqv8 .mbr-section-subtitle {
  color: #767676;
}
.cid-saj8UKuqv8 .container-table {
  margin: 0 auto;
}
.cid-saj8UKuqv8 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-saj8UKuqv8 .dataTables_wrapper {
  display: block;
}
.cid-saj8UKuqv8 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-saj8UKuqv8 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-saj8UKuqv8 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-saj8UKuqv8 table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-saj8UKuqv8 table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-saj8UKuqv8 table td {
  border: 1px solid #c79f39;
}
.cid-saj8UKuqv8 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-saj8UKuqv8 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-saj8UKuqv8 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-saj8UKuqv8 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-saj8UKuqv8 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-saj8UKuqv8 .dataTables_filter {
    text-align: center;
  }
  .cid-saj8UKuqv8 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-saj8UKuqv8 .head-item {
  color: #716c80;
  text-align: center;
}
.cid-saj8UKuqv8 .body-item {
  color: #716c80;
  text-align: left;
}
.cid-saj8UKuqv8 .mbr-section-title {
  color: #716c80;
}
.cid-saj8UKuqv8 .head-item1 {
  color: #141434;
}
.cid-saj8UKuqv8 .body-item1 {
  color: #141434;
}
.cid-saj8ULYCHR {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-saj8ULYCHR .mbr-section-subtitle {
  color: #767676;
}
.cid-saj8ULYCHR .container-table {
  margin: 0 auto;
}
.cid-saj8ULYCHR .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-saj8ULYCHR .dataTables_wrapper {
  display: block;
}
.cid-saj8ULYCHR .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-saj8ULYCHR .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-saj8ULYCHR table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-saj8ULYCHR table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-saj8ULYCHR table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-saj8ULYCHR table td {
  border: 1px solid #c79f39;
}
.cid-saj8ULYCHR .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-saj8ULYCHR .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-saj8ULYCHR .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-saj8ULYCHR .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-saj8ULYCHR .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-saj8ULYCHR .dataTables_filter {
    text-align: center;
  }
  .cid-saj8ULYCHR .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-saj8ULYCHR .head-item {
  color: #716c80;
  text-align: center;
}
.cid-saj8ULYCHR .body-item {
  color: #716c80;
  text-align: left;
}
.cid-saj8ULYCHR .mbr-section-title {
  color: #716c80;
}
.cid-saj8ULYCHR .head-item1 {
  color: #141434;
}
.cid-saj8ULYCHR .body-item1 {
  color: #141434;
}
.cid-saj8UNMc4m {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-saj8UNMc4m .mbr-section-subtitle {
  color: #767676;
}
.cid-saj8UNMc4m .container-table {
  margin: 0 auto;
}
.cid-saj8UNMc4m .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-saj8UNMc4m .dataTables_wrapper {
  display: block;
}
.cid-saj8UNMc4m .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-saj8UNMc4m .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-saj8UNMc4m table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-saj8UNMc4m table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-saj8UNMc4m table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-saj8UNMc4m table td {
  border: 1px solid #c79f39;
}
.cid-saj8UNMc4m .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-saj8UNMc4m .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-saj8UNMc4m .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-saj8UNMc4m .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-saj8UNMc4m .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-saj8UNMc4m .dataTables_filter {
    text-align: center;
  }
  .cid-saj8UNMc4m .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-saj8UNMc4m .head-item {
  color: #716c80;
  text-align: center;
}
.cid-saj8UNMc4m .body-item {
  color: #716c80;
  text-align: left;
}
.cid-saj8UNMc4m .mbr-section-title {
  color: #716c80;
}
.cid-saj8UNMc4m .head-item1 {
  color: #141434;
}
.cid-saj8UNMc4m .body-item1 {
  color: #141434;
}
.cid-saj8UQeHGh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-saj8UQeHGh .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-saj8UQeHGh .mbr-section-title {
  margin: 0;
}
.cid-saj8UQeHGh .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-saj8UQeHGh .card-img span {
  color: #c79f39;
}
.cid-saj8UQeHGh .row-item {
  margin-bottom: 2rem;
}
.cid-saj8UQeHGh .row-item:hover .wrapper {
  background: linear-gradient(90deg, #141434, #061a56);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-saj8UQeHGh .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-saj8UQeHGh .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-saj8UQeHGh .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-s2ciW7LkJO {
  padding-top: 240px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s2ciW7LkJO H1 {
  color: #141434;
  text-align: left;
}
.cid-s2ciW7LkJO .mbr-text,
.cid-s2ciW7LkJO .mbr-section-btn {
  color: #141434;
}
.cid-s2ciW7LkJO .img-box {
  position: relative;
}
.cid-s2ciW7LkJO .card-ico span {
  font-size: 96px;
  color: #141434;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-s2ciW7LkJO .card-ico .ico1 {
  background-color: #ffffff;
}
.cid-s2ciW7LkJO .mbr-iconfont {
  transition: all 0.3s;
  color: #c79f39 !important;
  font-size: 1rem !important;
}
.cid-s2ciW7LkJO .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-s2ciW7LkJO img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(34, 34, 89, 0.35);
}
@media (max-width: 576px) {
  .cid-s2ciW7LkJO .author-box {
    justify-content: center;
  }
  .cid-s2ciW7LkJO .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-s2ciW7LkJO .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-s2ciW7LkJO .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-s2ciW7LkJO .card-ico span {
    margin-right: 0rem;
  }
}
.cid-s2ciW7LkJO .author-box {
  display: flex;
  flex-direction: row;
}
.cid-s2ciW7LkJO .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-s2ciW7LkJO .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-s2ciW7LkJO h3,
.cid-s2ciW7LkJO h4 {
  margin: 0;
  padding: 0;
}
.cid-s2ciW7LkJO .card-title,
.cid-s2ciW7LkJO .mbr-section-subtitle {
  color: #232323;
}
.cid-s2ciW7LkJO H3 {
  color: #141434;
}
.cid-s2ciW7LkJO .mbr-text {
  color: #141434;
}
.cid-s2ciW7LkJO .card-title {
  color: #c79f39;
}
.cid-s2ciW9b3DN {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s2ciW9b3DN .nav-tabs .nav-item.open .nav-link:focus,
.cid-s2ciW9b3DN .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-s2ciW9b3DN .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid lightgray;
}
.cid-s2ciW9b3DN .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-s2ciW9b3DN .first {
  margin-left: -24px;
}
.cid-s2ciW9b3DN .nav-tabs .nav-link {
  color: #141434;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-s2ciW9b3DN .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #c79f39;
}
.cid-s2ciW9b3DN .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #c79f39;
  font-style: normal;
}
.cid-s2ciW9b3DN P {
  color: #141434;
}
.cid-s2ciW9b3DN H2 {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-s2ciW9b3DN .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-s2ciW9b3DN .mbr-text,
  .cid-s2ciW9b3DN .nav-link {
    text-align: center;
  }
}
.cid-s2ciW9b3DN .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-s2ciW9b3DN .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-s2ciW9b3DN .counter-container ul li:before {
  position: absolute;
  left: 0px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #c79f39;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c79f39, #706749);
  border-radius: 0;
}
.cid-s2ciW9b3DN .mbr-text {
  color: #141434;
}
.cid-s2ciWa3T5J {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s2ciWa3T5J .mbr-section-subtitle {
  color: #767676;
}
.cid-s2ciWa3T5J .container-table {
  margin: 0 auto;
}
.cid-s2ciWa3T5J .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s2ciWa3T5J .dataTables_wrapper {
  display: block;
}
.cid-s2ciWa3T5J .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s2ciWa3T5J .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s2ciWa3T5J table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-s2ciWa3T5J table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-s2ciWa3T5J table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-s2ciWa3T5J table td {
  border: 1px solid #c79f39;
}
.cid-s2ciWa3T5J .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s2ciWa3T5J .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s2ciWa3T5J .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s2ciWa3T5J .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s2ciWa3T5J .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s2ciWa3T5J .dataTables_filter {
    text-align: center;
  }
  .cid-s2ciWa3T5J .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s2ciWa3T5J .head-item {
  color: #716c80;
  text-align: center;
}
.cid-s2ciWa3T5J .body-item {
  color: #716c80;
  text-align: left;
}
.cid-s2ciWa3T5J .mbr-section-title {
  color: #716c80;
}
.cid-s2ciWa3T5J .head-item1 {
  color: #141434;
}
.cid-s2ciWa3T5J .body-item1 {
  color: #141434;
  text-align: left;
}
.cid-s2ciWb3Orc {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s2ciWb3Orc .mbr-section-subtitle {
  color: #767676;
}
.cid-s2ciWb3Orc .container-table {
  margin: 0 auto;
}
.cid-s2ciWb3Orc .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s2ciWb3Orc .dataTables_wrapper {
  display: block;
}
.cid-s2ciWb3Orc .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s2ciWb3Orc .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s2ciWb3Orc table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-s2ciWb3Orc table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-s2ciWb3Orc table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-s2ciWb3Orc table td {
  border: 1px solid #c79f39;
}
.cid-s2ciWb3Orc .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s2ciWb3Orc .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s2ciWb3Orc .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s2ciWb3Orc .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s2ciWb3Orc .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s2ciWb3Orc .dataTables_filter {
    text-align: center;
  }
  .cid-s2ciWb3Orc .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s2ciWb3Orc .head-item {
  color: #716c80;
  text-align: center;
}
.cid-s2ciWb3Orc .body-item {
  color: #716c80;
  text-align: left;
}
.cid-s2ciWb3Orc .mbr-section-title {
  color: #716c80;
}
.cid-s2ciWb3Orc .head-item1 {
  color: #141434;
}
.cid-s2ciWb3Orc .body-item1 {
  color: #141434;
}
.cid-s2ciWbXy9s {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s2ciWbXy9s .mbr-section-subtitle {
  color: #767676;
}
.cid-s2ciWbXy9s .container-table {
  margin: 0 auto;
}
.cid-s2ciWbXy9s .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s2ciWbXy9s .dataTables_wrapper {
  display: block;
}
.cid-s2ciWbXy9s .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s2ciWbXy9s .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s2ciWbXy9s table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-s2ciWbXy9s table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-s2ciWbXy9s table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-s2ciWbXy9s table td {
  border: 1px solid #c79f39;
}
.cid-s2ciWbXy9s .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s2ciWbXy9s .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s2ciWbXy9s .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s2ciWbXy9s .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s2ciWbXy9s .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s2ciWbXy9s .dataTables_filter {
    text-align: center;
  }
  .cid-s2ciWbXy9s .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s2ciWbXy9s .head-item {
  color: #716c80;
  text-align: center;
}
.cid-s2ciWbXy9s .body-item {
  color: #716c80;
  text-align: left;
}
.cid-s2ciWbXy9s .mbr-section-title {
  color: #716c80;
}
.cid-s2ciWbXy9s .head-item1 {
  color: #141434;
}
.cid-s2ciWbXy9s .body-item1 {
  color: #141434;
}
.cid-s2ciWcUXOJ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s2ciWcUXOJ .mbr-section-subtitle {
  color: #767676;
}
.cid-s2ciWcUXOJ .container-table {
  margin: 0 auto;
}
.cid-s2ciWcUXOJ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s2ciWcUXOJ .dataTables_wrapper {
  display: block;
}
.cid-s2ciWcUXOJ .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s2ciWcUXOJ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s2ciWcUXOJ table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-s2ciWcUXOJ table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-s2ciWcUXOJ table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-s2ciWcUXOJ table td {
  border: 1px solid #c79f39;
}
.cid-s2ciWcUXOJ .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s2ciWcUXOJ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s2ciWcUXOJ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s2ciWcUXOJ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s2ciWcUXOJ .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s2ciWcUXOJ .dataTables_filter {
    text-align: center;
  }
  .cid-s2ciWcUXOJ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s2ciWcUXOJ .head-item {
  color: #716c80;
  text-align: center;
}
.cid-s2ciWcUXOJ .body-item {
  color: #716c80;
  text-align: left;
}
.cid-s2ciWcUXOJ .mbr-section-title {
  color: #716c80;
}
.cid-s2ciWcUXOJ .head-item1 {
  color: #141434;
}
.cid-s2ciWcUXOJ .body-item1 {
  color: #141434;
}
.cid-s2ciWecZsj {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s2ciWecZsj .mbr-section-subtitle {
  color: #767676;
}
.cid-s2ciWecZsj .container-table {
  margin: 0 auto;
}
.cid-s2ciWecZsj .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s2ciWecZsj .dataTables_wrapper {
  display: block;
}
.cid-s2ciWecZsj .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s2ciWecZsj .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s2ciWecZsj table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-s2ciWecZsj table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-s2ciWecZsj table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-s2ciWecZsj table td {
  border: 1px solid #c79f39;
}
.cid-s2ciWecZsj .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s2ciWecZsj .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s2ciWecZsj .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s2ciWecZsj .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s2ciWecZsj .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s2ciWecZsj .dataTables_filter {
    text-align: center;
  }
  .cid-s2ciWecZsj .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s2ciWecZsj .head-item {
  color: #716c80;
  text-align: center;
}
.cid-s2ciWecZsj .body-item {
  color: #716c80;
  text-align: left;
}
.cid-s2ciWecZsj .mbr-section-title {
  color: #716c80;
}
.cid-s2ciWecZsj .head-item1 {
  color: #141434;
}
.cid-s2ciWecZsj .body-item1 {
  color: #141434;
}
.cid-s2ciWf3Ble {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2ciWf3Ble .mbr-section-subtitle {
  color: #767676;
}
.cid-s2ciWf3Ble .container-table {
  margin: 0 auto;
}
.cid-s2ciWf3Ble .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s2ciWf3Ble .dataTables_wrapper {
  display: block;
}
.cid-s2ciWf3Ble .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s2ciWf3Ble .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s2ciWf3Ble table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-s2ciWf3Ble table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-s2ciWf3Ble table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-s2ciWf3Ble table td {
  border: 1px solid #c79f39;
}
.cid-s2ciWf3Ble .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s2ciWf3Ble .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s2ciWf3Ble .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s2ciWf3Ble .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s2ciWf3Ble .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s2ciWf3Ble .dataTables_filter {
    text-align: center;
  }
  .cid-s2ciWf3Ble .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s2ciWf3Ble .head-item {
  color: #716c80;
  text-align: center;
}
.cid-s2ciWf3Ble .body-item {
  color: #716c80;
  text-align: left;
}
.cid-s2ciWf3Ble .mbr-section-title {
  color: #716c80;
}
.cid-s2ciWf3Ble .head-item1 {
  color: #141434;
}
.cid-s2ciWf3Ble .body-item1 {
  color: #141434;
}
.cid-s2ciWg90iL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2ciWg90iL .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-s2ciWg90iL .mbr-section-title {
  margin: 0;
}
.cid-s2ciWg90iL .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s2ciWg90iL .card-img span {
  color: #c79f39;
}
.cid-s2ciWg90iL .row-item {
  margin-bottom: 2rem;
}
.cid-s2ciWg90iL .row-item:hover .wrapper {
  background: linear-gradient(90deg, #141434, #061a56);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-s2ciWg90iL .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-s2ciWg90iL .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-s2ciWg90iL .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sajpJVJ7eX {
  padding-top: 240px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sajpJVJ7eX H1 {
  color: #141434;
  text-align: left;
}
.cid-sajpJVJ7eX .mbr-text,
.cid-sajpJVJ7eX .mbr-section-btn {
  color: #141434;
}
.cid-sajpJVJ7eX .img-box {
  position: relative;
}
.cid-sajpJVJ7eX .card-ico span {
  font-size: 96px;
  color: #141434;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-sajpJVJ7eX .card-ico .ico1 {
  background-color: #ffffff;
}
.cid-sajpJVJ7eX .mbr-iconfont {
  transition: all 0.3s;
  color: #c79f39 !important;
  font-size: 1rem !important;
}
.cid-sajpJVJ7eX .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-sajpJVJ7eX img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(34, 34, 89, 0.35);
}
@media (max-width: 576px) {
  .cid-sajpJVJ7eX .author-box {
    justify-content: center;
  }
  .cid-sajpJVJ7eX .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-sajpJVJ7eX .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-sajpJVJ7eX .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-sajpJVJ7eX .card-ico span {
    margin-right: 0rem;
  }
}
.cid-sajpJVJ7eX .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sajpJVJ7eX .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-sajpJVJ7eX .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-sajpJVJ7eX h3,
.cid-sajpJVJ7eX h4 {
  margin: 0;
  padding: 0;
}
.cid-sajpJVJ7eX .card-title,
.cid-sajpJVJ7eX .mbr-section-subtitle {
  color: #232323;
}
.cid-sajpJVJ7eX H3 {
  color: #141434;
}
.cid-sajpJVJ7eX .mbr-text {
  color: #141434;
}
.cid-sajpJVJ7eX .card-title {
  color: #c79f39;
}
.cid-sajpJXYUim {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sajpJXYUim .nav-tabs .nav-item.open .nav-link:focus,
.cid-sajpJXYUim .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sajpJXYUim .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid lightgray;
}
.cid-sajpJXYUim .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-sajpJXYUim .first {
  margin-left: -24px;
}
.cid-sajpJXYUim .nav-tabs .nav-link {
  color: #141434;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-sajpJXYUim .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #c79f39;
}
.cid-sajpJXYUim .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #c79f39;
  font-style: normal;
}
.cid-sajpJXYUim P {
  color: #141434;
}
.cid-sajpJXYUim H2 {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-sajpJXYUim .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sajpJXYUim .mbr-text,
  .cid-sajpJXYUim .nav-link {
    text-align: center;
  }
}
.cid-sajpJXYUim .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-sajpJXYUim .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sajpJXYUim .counter-container ul li:before {
  position: absolute;
  left: 0px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #c79f39;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c79f39, #706749);
  border-radius: 0;
}
.cid-sajpJXYUim .mbr-text {
  color: #141434;
}
.cid-sajpK0BKDR {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sajpK0BKDR .mbr-section-subtitle {
  color: #767676;
}
.cid-sajpK0BKDR .container-table {
  margin: 0 auto;
}
.cid-sajpK0BKDR .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sajpK0BKDR .dataTables_wrapper {
  display: block;
}
.cid-sajpK0BKDR .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sajpK0BKDR .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sajpK0BKDR table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-sajpK0BKDR table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-sajpK0BKDR table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-sajpK0BKDR table td {
  border: 1px solid #c79f39;
}
.cid-sajpK0BKDR .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sajpK0BKDR .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sajpK0BKDR .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sajpK0BKDR .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sajpK0BKDR .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sajpK0BKDR .dataTables_filter {
    text-align: center;
  }
  .cid-sajpK0BKDR .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sajpK0BKDR .head-item {
  color: #716c80;
  text-align: center;
}
.cid-sajpK0BKDR .body-item {
  color: #716c80;
  text-align: left;
}
.cid-sajpK0BKDR .mbr-section-title {
  color: #716c80;
}
.cid-sajpK0BKDR .head-item1 {
  color: #141434;
}
.cid-sajpK0BKDR .body-item1 {
  color: #141434;
  text-align: left;
}
.cid-sajpK2KYYE {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sajpK2KYYE .mbr-section-subtitle {
  color: #767676;
}
.cid-sajpK2KYYE .container-table {
  margin: 0 auto;
}
.cid-sajpK2KYYE .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sajpK2KYYE .dataTables_wrapper {
  display: block;
}
.cid-sajpK2KYYE .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sajpK2KYYE .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sajpK2KYYE table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-sajpK2KYYE table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-sajpK2KYYE table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-sajpK2KYYE table td {
  border: 1px solid #c79f39;
}
.cid-sajpK2KYYE .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sajpK2KYYE .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sajpK2KYYE .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sajpK2KYYE .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sajpK2KYYE .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sajpK2KYYE .dataTables_filter {
    text-align: center;
  }
  .cid-sajpK2KYYE .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sajpK2KYYE .head-item {
  color: #716c80;
  text-align: center;
}
.cid-sajpK2KYYE .body-item {
  color: #716c80;
  text-align: left;
}
.cid-sajpK2KYYE .mbr-section-title {
  color: #716c80;
}
.cid-sajpK2KYYE .head-item1 {
  color: #141434;
}
.cid-sajpK2KYYE .body-item1 {
  color: #141434;
}
.cid-sajpK4i96o {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sajpK4i96o .mbr-section-subtitle {
  color: #767676;
}
.cid-sajpK4i96o .container-table {
  margin: 0 auto;
}
.cid-sajpK4i96o .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sajpK4i96o .dataTables_wrapper {
  display: block;
}
.cid-sajpK4i96o .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sajpK4i96o .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sajpK4i96o table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-sajpK4i96o table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-sajpK4i96o table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-sajpK4i96o table td {
  border: 1px solid #c79f39;
}
.cid-sajpK4i96o .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sajpK4i96o .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sajpK4i96o .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sajpK4i96o .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sajpK4i96o .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sajpK4i96o .dataTables_filter {
    text-align: center;
  }
  .cid-sajpK4i96o .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sajpK4i96o .head-item {
  color: #716c80;
  text-align: center;
}
.cid-sajpK4i96o .body-item {
  color: #716c80;
  text-align: left;
}
.cid-sajpK4i96o .mbr-section-title {
  color: #716c80;
}
.cid-sajpK4i96o .head-item1 {
  color: #141434;
}
.cid-sajpK4i96o .body-item1 {
  color: #141434;
}
.cid-sajpK62Atc {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sajpK62Atc .mbr-section-subtitle {
  color: #767676;
}
.cid-sajpK62Atc .container-table {
  margin: 0 auto;
}
.cid-sajpK62Atc .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sajpK62Atc .dataTables_wrapper {
  display: block;
}
.cid-sajpK62Atc .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sajpK62Atc .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sajpK62Atc table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-sajpK62Atc table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-sajpK62Atc table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-sajpK62Atc table td {
  border: 1px solid #c79f39;
}
.cid-sajpK62Atc .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sajpK62Atc .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sajpK62Atc .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sajpK62Atc .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sajpK62Atc .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sajpK62Atc .dataTables_filter {
    text-align: center;
  }
  .cid-sajpK62Atc .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sajpK62Atc .head-item {
  color: #716c80;
  text-align: center;
}
.cid-sajpK62Atc .body-item {
  color: #716c80;
  text-align: left;
}
.cid-sajpK62Atc .mbr-section-title {
  color: #716c80;
}
.cid-sajpK62Atc .head-item1 {
  color: #141434;
}
.cid-sajpK62Atc .body-item1 {
  color: #141434;
}
.cid-sajpK7EdSk {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sajpK7EdSk .mbr-section-subtitle {
  color: #767676;
}
.cid-sajpK7EdSk .container-table {
  margin: 0 auto;
}
.cid-sajpK7EdSk .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sajpK7EdSk .dataTables_wrapper {
  display: block;
}
.cid-sajpK7EdSk .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sajpK7EdSk .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sajpK7EdSk table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-sajpK7EdSk table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-sajpK7EdSk table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-sajpK7EdSk table td {
  border: 1px solid #c79f39;
}
.cid-sajpK7EdSk .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sajpK7EdSk .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sajpK7EdSk .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sajpK7EdSk .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sajpK7EdSk .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sajpK7EdSk .dataTables_filter {
    text-align: center;
  }
  .cid-sajpK7EdSk .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sajpK7EdSk .head-item {
  color: #716c80;
  text-align: center;
}
.cid-sajpK7EdSk .body-item {
  color: #716c80;
  text-align: left;
}
.cid-sajpK7EdSk .mbr-section-title {
  color: #716c80;
}
.cid-sajpK7EdSk .head-item1 {
  color: #141434;
}
.cid-sajpK7EdSk .body-item1 {
  color: #141434;
}
.cid-sajpK9CS7K {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sajpK9CS7K .mbr-section-subtitle {
  color: #767676;
}
.cid-sajpK9CS7K .container-table {
  margin: 0 auto;
}
.cid-sajpK9CS7K .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sajpK9CS7K .dataTables_wrapper {
  display: block;
}
.cid-sajpK9CS7K .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sajpK9CS7K .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sajpK9CS7K table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-sajpK9CS7K table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-sajpK9CS7K table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-sajpK9CS7K table td {
  border: 1px solid #c79f39;
}
.cid-sajpK9CS7K .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sajpK9CS7K .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sajpK9CS7K .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sajpK9CS7K .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sajpK9CS7K .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sajpK9CS7K .dataTables_filter {
    text-align: center;
  }
  .cid-sajpK9CS7K .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sajpK9CS7K .head-item {
  color: #716c80;
  text-align: center;
}
.cid-sajpK9CS7K .body-item {
  color: #716c80;
  text-align: left;
}
.cid-sajpK9CS7K .mbr-section-title {
  color: #716c80;
}
.cid-sajpK9CS7K .head-item1 {
  color: #141434;
}
.cid-sajpK9CS7K .body-item1 {
  color: #141434;
}
.cid-sajpKbfQRT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sajpKbfQRT .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-sajpKbfQRT .mbr-section-title {
  margin: 0;
}
.cid-sajpKbfQRT .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sajpKbfQRT .card-img span {
  color: #c79f39;
}
.cid-sajpKbfQRT .row-item {
  margin-bottom: 2rem;
}
.cid-sajpKbfQRT .row-item:hover .wrapper {
  background: linear-gradient(90deg, #141434, #061a56);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-sajpKbfQRT .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-sajpKbfQRT .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-sajpKbfQRT .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sajr0p7n3B {
  padding-top: 240px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sajr0p7n3B H1 {
  color: #141434;
  text-align: left;
}
.cid-sajr0p7n3B .mbr-text,
.cid-sajr0p7n3B .mbr-section-btn {
  color: #141434;
}
.cid-sajr0p7n3B .img-box {
  position: relative;
}
.cid-sajr0p7n3B .card-ico span {
  font-size: 96px;
  color: #141434;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-sajr0p7n3B .card-ico .ico1 {
  background-color: #ffffff;
}
.cid-sajr0p7n3B .mbr-iconfont {
  transition: all 0.3s;
  color: #c79f39 !important;
  font-size: 1rem !important;
}
.cid-sajr0p7n3B .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-sajr0p7n3B img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(34, 34, 89, 0.35);
}
@media (max-width: 576px) {
  .cid-sajr0p7n3B .author-box {
    justify-content: center;
  }
  .cid-sajr0p7n3B .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-sajr0p7n3B .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-sajr0p7n3B .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-sajr0p7n3B .card-ico span {
    margin-right: 0rem;
  }
}
.cid-sajr0p7n3B .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sajr0p7n3B .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-sajr0p7n3B .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-sajr0p7n3B h3,
.cid-sajr0p7n3B h4 {
  margin: 0;
  padding: 0;
}
.cid-sajr0p7n3B .card-title,
.cid-sajr0p7n3B .mbr-section-subtitle {
  color: #232323;
}
.cid-sajr0p7n3B H3 {
  color: #141434;
}
.cid-sajr0p7n3B .mbr-text {
  color: #141434;
}
.cid-sajr0p7n3B .card-title {
  color: #c79f39;
}
.cid-sajr0uUv4p {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sajr0uUv4p .nav-tabs .nav-item.open .nav-link:focus,
.cid-sajr0uUv4p .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sajr0uUv4p .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid lightgray;
}
.cid-sajr0uUv4p .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-sajr0uUv4p .first {
  margin-left: -24px;
}
.cid-sajr0uUv4p .nav-tabs .nav-link {
  color: #141434;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-sajr0uUv4p .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #c79f39;
}
.cid-sajr0uUv4p .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #c79f39;
  font-style: normal;
}
.cid-sajr0uUv4p P {
  color: #141434;
}
.cid-sajr0uUv4p H2 {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-sajr0uUv4p .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sajr0uUv4p .mbr-text,
  .cid-sajr0uUv4p .nav-link {
    text-align: center;
  }
}
.cid-sajr0uUv4p .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-sajr0uUv4p .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sajr0uUv4p .counter-container ul li:before {
  position: absolute;
  left: 0px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #c79f39;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c79f39, #706749);
  border-radius: 0;
}
.cid-sajr0uUv4p .mbr-text {
  color: #141434;
}
.cid-sajr0ydqtl {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sajr0ydqtl .mbr-section-subtitle {
  color: #767676;
}
.cid-sajr0ydqtl .container-table {
  margin: 0 auto;
}
.cid-sajr0ydqtl .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sajr0ydqtl .dataTables_wrapper {
  display: block;
}
.cid-sajr0ydqtl .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sajr0ydqtl .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sajr0ydqtl table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-sajr0ydqtl table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-sajr0ydqtl table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-sajr0ydqtl table td {
  border: 1px solid #c79f39;
}
.cid-sajr0ydqtl .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sajr0ydqtl .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sajr0ydqtl .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sajr0ydqtl .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sajr0ydqtl .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sajr0ydqtl .dataTables_filter {
    text-align: center;
  }
  .cid-sajr0ydqtl .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sajr0ydqtl .head-item {
  color: #716c80;
  text-align: center;
}
.cid-sajr0ydqtl .body-item {
  color: #716c80;
  text-align: left;
}
.cid-sajr0ydqtl .mbr-section-title {
  color: #716c80;
}
.cid-sajr0ydqtl .head-item1 {
  color: #141434;
}
.cid-sajr0ydqtl .body-item1 {
  color: #141434;
  text-align: left;
}
.cid-sajr0D6VEE {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sajr0D6VEE .mbr-section-subtitle {
  color: #767676;
}
.cid-sajr0D6VEE .container-table {
  margin: 0 auto;
}
.cid-sajr0D6VEE .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sajr0D6VEE .dataTables_wrapper {
  display: block;
}
.cid-sajr0D6VEE .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sajr0D6VEE .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sajr0D6VEE table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-sajr0D6VEE table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-sajr0D6VEE table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-sajr0D6VEE table td {
  border: 1px solid #c79f39;
}
.cid-sajr0D6VEE .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sajr0D6VEE .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sajr0D6VEE .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sajr0D6VEE .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sajr0D6VEE .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sajr0D6VEE .dataTables_filter {
    text-align: center;
  }
  .cid-sajr0D6VEE .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sajr0D6VEE .head-item {
  color: #716c80;
  text-align: center;
}
.cid-sajr0D6VEE .body-item {
  color: #716c80;
  text-align: left;
}
.cid-sajr0D6VEE .mbr-section-title {
  color: #716c80;
}
.cid-sajr0D6VEE .head-item1 {
  color: #141434;
}
.cid-sajr0D6VEE .body-item1 {
  color: #141434;
}
.cid-sajr0FrV38 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sajr0FrV38 .mbr-section-subtitle {
  color: #767676;
}
.cid-sajr0FrV38 .container-table {
  margin: 0 auto;
}
.cid-sajr0FrV38 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sajr0FrV38 .dataTables_wrapper {
  display: block;
}
.cid-sajr0FrV38 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sajr0FrV38 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sajr0FrV38 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-sajr0FrV38 table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-sajr0FrV38 table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-sajr0FrV38 table td {
  border: 1px solid #c79f39;
}
.cid-sajr0FrV38 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sajr0FrV38 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sajr0FrV38 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sajr0FrV38 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sajr0FrV38 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sajr0FrV38 .dataTables_filter {
    text-align: center;
  }
  .cid-sajr0FrV38 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sajr0FrV38 .head-item {
  color: #716c80;
  text-align: center;
}
.cid-sajr0FrV38 .body-item {
  color: #716c80;
  text-align: left;
}
.cid-sajr0FrV38 .mbr-section-title {
  color: #716c80;
}
.cid-sajr0FrV38 .head-item1 {
  color: #141434;
}
.cid-sajr0FrV38 .body-item1 {
  color: #141434;
}
.cid-sajr0HgKPU {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sajr0HgKPU .mbr-section-subtitle {
  color: #767676;
}
.cid-sajr0HgKPU .container-table {
  margin: 0 auto;
}
.cid-sajr0HgKPU .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sajr0HgKPU .dataTables_wrapper {
  display: block;
}
.cid-sajr0HgKPU .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sajr0HgKPU .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sajr0HgKPU table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-sajr0HgKPU table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-sajr0HgKPU table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-sajr0HgKPU table td {
  border: 1px solid #c79f39;
}
.cid-sajr0HgKPU .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sajr0HgKPU .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sajr0HgKPU .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sajr0HgKPU .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sajr0HgKPU .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sajr0HgKPU .dataTables_filter {
    text-align: center;
  }
  .cid-sajr0HgKPU .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sajr0HgKPU .head-item {
  color: #716c80;
  text-align: center;
}
.cid-sajr0HgKPU .body-item {
  color: #716c80;
  text-align: left;
}
.cid-sajr0HgKPU .mbr-section-title {
  color: #716c80;
}
.cid-sajr0HgKPU .head-item1 {
  color: #141434;
}
.cid-sajr0HgKPU .body-item1 {
  color: #141434;
}
.cid-sajr0Jxwb7 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sajr0Jxwb7 .mbr-section-subtitle {
  color: #767676;
}
.cid-sajr0Jxwb7 .container-table {
  margin: 0 auto;
}
.cid-sajr0Jxwb7 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sajr0Jxwb7 .dataTables_wrapper {
  display: block;
}
.cid-sajr0Jxwb7 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sajr0Jxwb7 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sajr0Jxwb7 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-sajr0Jxwb7 table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-sajr0Jxwb7 table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-sajr0Jxwb7 table td {
  border: 1px solid #c79f39;
}
.cid-sajr0Jxwb7 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sajr0Jxwb7 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sajr0Jxwb7 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sajr0Jxwb7 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sajr0Jxwb7 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sajr0Jxwb7 .dataTables_filter {
    text-align: center;
  }
  .cid-sajr0Jxwb7 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sajr0Jxwb7 .head-item {
  color: #716c80;
  text-align: center;
}
.cid-sajr0Jxwb7 .body-item {
  color: #716c80;
  text-align: left;
}
.cid-sajr0Jxwb7 .mbr-section-title {
  color: #716c80;
}
.cid-sajr0Jxwb7 .head-item1 {
  color: #141434;
}
.cid-sajr0Jxwb7 .body-item1 {
  color: #141434;
}
.cid-sajr0MmVmg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sajr0MmVmg .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-sajr0MmVmg .mbr-section-title {
  margin: 0;
}
.cid-sajr0MmVmg .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sajr0MmVmg .card-img span {
  color: #c79f39;
}
.cid-sajr0MmVmg .row-item {
  margin-bottom: 2rem;
}
.cid-sajr0MmVmg .row-item:hover .wrapper {
  background: linear-gradient(90deg, #141434, #061a56);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-sajr0MmVmg .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-sajr0MmVmg .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-sajr0MmVmg .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sajwGJ8icF {
  padding-top: 240px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sajwGJ8icF H1 {
  color: #141434;
  text-align: left;
}
.cid-sajwGJ8icF .mbr-text,
.cid-sajwGJ8icF .mbr-section-btn {
  color: #141434;
}
.cid-sajwGJ8icF .img-box {
  position: relative;
}
.cid-sajwGJ8icF .card-ico span {
  font-size: 96px;
  color: #141434;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-sajwGJ8icF .card-ico .ico1 {
  background-color: #ffffff;
}
.cid-sajwGJ8icF .mbr-iconfont {
  transition: all 0.3s;
  color: #c79f39 !important;
  font-size: 1rem !important;
}
.cid-sajwGJ8icF .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-sajwGJ8icF img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(34, 34, 89, 0.35);
}
@media (max-width: 576px) {
  .cid-sajwGJ8icF .author-box {
    justify-content: center;
  }
  .cid-sajwGJ8icF .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-sajwGJ8icF .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-sajwGJ8icF .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-sajwGJ8icF .card-ico span {
    margin-right: 0rem;
  }
}
.cid-sajwGJ8icF .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sajwGJ8icF .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-sajwGJ8icF .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-sajwGJ8icF h3,
.cid-sajwGJ8icF h4 {
  margin: 0;
  padding: 0;
}
.cid-sajwGJ8icF .card-title,
.cid-sajwGJ8icF .mbr-section-subtitle {
  color: #232323;
}
.cid-sajwGJ8icF H3 {
  color: #141434;
}
.cid-sajwGJ8icF .mbr-text {
  color: #141434;
}
.cid-sajwGJ8icF .card-title {
  color: #c79f39;
}
.cid-sajwGNd0f7 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sajwGNd0f7 .nav-tabs .nav-item.open .nav-link:focus,
.cid-sajwGNd0f7 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sajwGNd0f7 .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid lightgray;
}
.cid-sajwGNd0f7 .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-sajwGNd0f7 .first {
  margin-left: -24px;
}
.cid-sajwGNd0f7 .nav-tabs .nav-link {
  color: #141434;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-sajwGNd0f7 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #c79f39;
}
.cid-sajwGNd0f7 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #c79f39;
  font-style: normal;
}
.cid-sajwGNd0f7 P {
  color: #141434;
}
.cid-sajwGNd0f7 H2 {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-sajwGNd0f7 .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sajwGNd0f7 .mbr-text,
  .cid-sajwGNd0f7 .nav-link {
    text-align: center;
  }
}
.cid-sajwGNd0f7 .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-sajwGNd0f7 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sajwGNd0f7 .counter-container ul li:before {
  position: absolute;
  left: 0px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #c79f39;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c79f39, #706749);
  border-radius: 0;
}
.cid-sajwGNd0f7 .mbr-text {
  color: #141434;
}
.cid-sajwGQbhR6 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sajwGQbhR6 .mbr-section-subtitle {
  color: #767676;
}
.cid-sajwGQbhR6 .container-table {
  margin: 0 auto;
}
.cid-sajwGQbhR6 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sajwGQbhR6 .dataTables_wrapper {
  display: block;
}
.cid-sajwGQbhR6 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sajwGQbhR6 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sajwGQbhR6 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-sajwGQbhR6 table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-sajwGQbhR6 table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-sajwGQbhR6 table td {
  border: 1px solid #c79f39;
}
.cid-sajwGQbhR6 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sajwGQbhR6 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sajwGQbhR6 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sajwGQbhR6 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sajwGQbhR6 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sajwGQbhR6 .dataTables_filter {
    text-align: center;
  }
  .cid-sajwGQbhR6 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sajwGQbhR6 .head-item {
  color: #716c80;
  text-align: center;
}
.cid-sajwGQbhR6 .body-item {
  color: #716c80;
  text-align: left;
}
.cid-sajwGQbhR6 .mbr-section-title {
  color: #716c80;
}
.cid-sajwGQbhR6 .head-item1 {
  color: #141434;
}
.cid-sajwGQbhR6 .body-item1 {
  color: #141434;
  text-align: left;
}
.cid-sajwGTCWtF {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sajwGTCWtF .mbr-section-subtitle {
  color: #767676;
}
.cid-sajwGTCWtF .container-table {
  margin: 0 auto;
}
.cid-sajwGTCWtF .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sajwGTCWtF .dataTables_wrapper {
  display: block;
}
.cid-sajwGTCWtF .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sajwGTCWtF .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sajwGTCWtF table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-sajwGTCWtF table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-sajwGTCWtF table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-sajwGTCWtF table td {
  border: 1px solid #c79f39;
}
.cid-sajwGTCWtF .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sajwGTCWtF .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sajwGTCWtF .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sajwGTCWtF .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sajwGTCWtF .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sajwGTCWtF .dataTables_filter {
    text-align: center;
  }
  .cid-sajwGTCWtF .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sajwGTCWtF .head-item {
  color: #716c80;
  text-align: center;
}
.cid-sajwGTCWtF .body-item {
  color: #716c80;
  text-align: left;
}
.cid-sajwGTCWtF .mbr-section-title {
  color: #716c80;
}
.cid-sajwGTCWtF .head-item1 {
  color: #141434;
}
.cid-sajwGTCWtF .body-item1 {
  color: #141434;
}
.cid-sajwGVaG47 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sajwGVaG47 .mbr-section-subtitle {
  color: #767676;
}
.cid-sajwGVaG47 .container-table {
  margin: 0 auto;
}
.cid-sajwGVaG47 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sajwGVaG47 .dataTables_wrapper {
  display: block;
}
.cid-sajwGVaG47 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sajwGVaG47 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sajwGVaG47 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-sajwGVaG47 table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-sajwGVaG47 table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-sajwGVaG47 table td {
  border: 1px solid #c79f39;
}
.cid-sajwGVaG47 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sajwGVaG47 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sajwGVaG47 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sajwGVaG47 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sajwGVaG47 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sajwGVaG47 .dataTables_filter {
    text-align: center;
  }
  .cid-sajwGVaG47 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sajwGVaG47 .head-item {
  color: #716c80;
  text-align: center;
}
.cid-sajwGVaG47 .body-item {
  color: #716c80;
  text-align: left;
}
.cid-sajwGVaG47 .mbr-section-title {
  color: #716c80;
}
.cid-sajwGVaG47 .head-item1 {
  color: #141434;
}
.cid-sajwGVaG47 .body-item1 {
  color: #141434;
}
.cid-sajwGXuSxq {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sajwGXuSxq .mbr-section-subtitle {
  color: #767676;
}
.cid-sajwGXuSxq .container-table {
  margin: 0 auto;
}
.cid-sajwGXuSxq .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sajwGXuSxq .dataTables_wrapper {
  display: block;
}
.cid-sajwGXuSxq .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sajwGXuSxq .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sajwGXuSxq table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-sajwGXuSxq table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-sajwGXuSxq table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-sajwGXuSxq table td {
  border: 1px solid #c79f39;
}
.cid-sajwGXuSxq .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sajwGXuSxq .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sajwGXuSxq .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sajwGXuSxq .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sajwGXuSxq .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sajwGXuSxq .dataTables_filter {
    text-align: center;
  }
  .cid-sajwGXuSxq .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sajwGXuSxq .head-item {
  color: #716c80;
  text-align: center;
}
.cid-sajwGXuSxq .body-item {
  color: #716c80;
  text-align: left;
}
.cid-sajwGXuSxq .mbr-section-title {
  color: #716c80;
}
.cid-sajwGXuSxq .head-item1 {
  color: #141434;
}
.cid-sajwGXuSxq .body-item1 {
  color: #141434;
}
.cid-sajwH06gx8 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sajwH06gx8 .mbr-section-subtitle {
  color: #767676;
}
.cid-sajwH06gx8 .container-table {
  margin: 0 auto;
}
.cid-sajwH06gx8 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sajwH06gx8 .dataTables_wrapper {
  display: block;
}
.cid-sajwH06gx8 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sajwH06gx8 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sajwH06gx8 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-sajwH06gx8 table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-sajwH06gx8 table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-sajwH06gx8 table td {
  border: 1px solid #c79f39;
}
.cid-sajwH06gx8 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sajwH06gx8 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sajwH06gx8 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sajwH06gx8 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sajwH06gx8 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sajwH06gx8 .dataTables_filter {
    text-align: center;
  }
  .cid-sajwH06gx8 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sajwH06gx8 .head-item {
  color: #716c80;
  text-align: center;
}
.cid-sajwH06gx8 .body-item {
  color: #716c80;
  text-align: left;
}
.cid-sajwH06gx8 .mbr-section-title {
  color: #716c80;
}
.cid-sajwH06gx8 .head-item1 {
  color: #141434;
}
.cid-sajwH06gx8 .body-item1 {
  color: #141434;
}
.cid-sajwH5b40j {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sajwH5b40j .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-sajwH5b40j .mbr-section-title {
  margin: 0;
}
.cid-sajwH5b40j .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sajwH5b40j .card-img span {
  color: #c79f39;
}
.cid-sajwH5b40j .row-item {
  margin-bottom: 2rem;
}
.cid-sajwH5b40j .row-item:hover .wrapper {
  background: linear-gradient(90deg, #141434, #061a56);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-sajwH5b40j .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-sajwH5b40j .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-sajwH5b40j .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sak0LrCrCL {
  padding-top: 240px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sak0LrCrCL H1 {
  color: #141434;
  text-align: left;
}
.cid-sak0LrCrCL .mbr-text,
.cid-sak0LrCrCL .mbr-section-btn {
  color: #141434;
}
.cid-sak0LrCrCL .img-box {
  position: relative;
}
.cid-sak0LrCrCL .card-ico span {
  font-size: 96px;
  color: #141434;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-sak0LrCrCL .card-ico .ico1 {
  background-color: #ffffff;
}
.cid-sak0LrCrCL .mbr-iconfont {
  transition: all 0.3s;
  color: #c79f39 !important;
  font-size: 1rem !important;
}
.cid-sak0LrCrCL .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-sak0LrCrCL img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(34, 34, 89, 0.35);
}
@media (max-width: 576px) {
  .cid-sak0LrCrCL .author-box {
    justify-content: center;
  }
  .cid-sak0LrCrCL .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-sak0LrCrCL .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-sak0LrCrCL .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-sak0LrCrCL .card-ico span {
    margin-right: 0rem;
  }
}
.cid-sak0LrCrCL .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sak0LrCrCL .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-sak0LrCrCL .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-sak0LrCrCL h3,
.cid-sak0LrCrCL h4 {
  margin: 0;
  padding: 0;
}
.cid-sak0LrCrCL .card-title,
.cid-sak0LrCrCL .mbr-section-subtitle {
  color: #232323;
}
.cid-sak0LrCrCL H3 {
  color: #141434;
}
.cid-sak0LrCrCL .mbr-text {
  color: #141434;
}
.cid-sak0LrCrCL .card-title {
  color: #c79f39;
}
.cid-sak0LS4fvK {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sak0LS4fvK .nav-tabs .nav-item.open .nav-link:focus,
.cid-sak0LS4fvK .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sak0LS4fvK .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid lightgray;
}
.cid-sak0LS4fvK .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-sak0LS4fvK .first {
  margin-left: -24px;
}
.cid-sak0LS4fvK .nav-tabs .nav-link {
  color: #141434;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-sak0LS4fvK .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #c79f39;
}
.cid-sak0LS4fvK .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #c79f39;
  font-style: normal;
}
.cid-sak0LS4fvK P {
  color: #141434;
}
.cid-sak0LS4fvK H2 {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-sak0LS4fvK .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sak0LS4fvK .mbr-text,
  .cid-sak0LS4fvK .nav-link {
    text-align: center;
  }
}
.cid-sak0LS4fvK .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-sak0LS4fvK .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sak0LS4fvK .counter-container ul li:before {
  position: absolute;
  left: 0px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #c79f39;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c79f39, #706749);
  border-radius: 0;
}
.cid-sak0LS4fvK .mbr-text {
  color: #141434;
}
.cid-sak0LYEE3v {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sak0LYEE3v .mbr-section-subtitle {
  color: #767676;
}
.cid-sak0LYEE3v .container-table {
  margin: 0 auto;
}
.cid-sak0LYEE3v .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sak0LYEE3v .dataTables_wrapper {
  display: block;
}
.cid-sak0LYEE3v .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sak0LYEE3v .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sak0LYEE3v table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-sak0LYEE3v table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-sak0LYEE3v table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-sak0LYEE3v table td {
  border: 1px solid #c79f39;
}
.cid-sak0LYEE3v .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sak0LYEE3v .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sak0LYEE3v .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sak0LYEE3v .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sak0LYEE3v .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sak0LYEE3v .dataTables_filter {
    text-align: center;
  }
  .cid-sak0LYEE3v .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sak0LYEE3v .head-item {
  color: #716c80;
  text-align: center;
}
.cid-sak0LYEE3v .body-item {
  color: #716c80;
  text-align: left;
}
.cid-sak0LYEE3v .mbr-section-title {
  color: #716c80;
}
.cid-sak0LYEE3v .head-item1 {
  color: #141434;
}
.cid-sak0LYEE3v .body-item1 {
  color: #141434;
  text-align: left;
}
.cid-sak4QQDQwv {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sak4QQDQwv .mbr-section-subtitle {
  color: #767676;
}
.cid-sak4QQDQwv .container-table {
  margin: 0 auto;
}
.cid-sak4QQDQwv .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sak4QQDQwv .dataTables_wrapper {
  display: block;
}
.cid-sak4QQDQwv .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sak4QQDQwv .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sak4QQDQwv table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-sak4QQDQwv table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-sak4QQDQwv table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-sak4QQDQwv table td {
  border: 1px solid #c79f39;
}
.cid-sak4QQDQwv .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sak4QQDQwv .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sak4QQDQwv .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sak4QQDQwv .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sak4QQDQwv .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sak4QQDQwv .dataTables_filter {
    text-align: center;
  }
  .cid-sak4QQDQwv .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sak4QQDQwv .head-item {
  color: #716c80;
  text-align: center;
}
.cid-sak4QQDQwv .body-item {
  color: #716c80;
  text-align: left;
}
.cid-sak4QQDQwv .mbr-section-title {
  color: #716c80;
}
.cid-sak4QQDQwv .head-item1 {
  color: #141434;
}
.cid-sak4QQDQwv .body-item1 {
  color: #141434;
  text-align: left;
}
.cid-sak0M29zw1 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sak0M29zw1 .mbr-section-subtitle {
  color: #767676;
}
.cid-sak0M29zw1 .container-table {
  margin: 0 auto;
}
.cid-sak0M29zw1 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sak0M29zw1 .dataTables_wrapper {
  display: block;
}
.cid-sak0M29zw1 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sak0M29zw1 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sak0M29zw1 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-sak0M29zw1 table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-sak0M29zw1 table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-sak0M29zw1 table td {
  border: 1px solid #c79f39;
}
.cid-sak0M29zw1 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sak0M29zw1 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sak0M29zw1 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sak0M29zw1 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sak0M29zw1 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sak0M29zw1 .dataTables_filter {
    text-align: center;
  }
  .cid-sak0M29zw1 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sak0M29zw1 .head-item {
  color: #716c80;
  text-align: center;
}
.cid-sak0M29zw1 .body-item {
  color: #716c80;
  text-align: left;
}
.cid-sak0M29zw1 .mbr-section-title {
  color: #716c80;
}
.cid-sak0M29zw1 .head-item1 {
  color: #141434;
}
.cid-sak0M29zw1 .body-item1 {
  color: #141434;
}
.cid-sak0M3UElJ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sak0M3UElJ .mbr-section-subtitle {
  color: #767676;
}
.cid-sak0M3UElJ .container-table {
  margin: 0 auto;
}
.cid-sak0M3UElJ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sak0M3UElJ .dataTables_wrapper {
  display: block;
}
.cid-sak0M3UElJ .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sak0M3UElJ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sak0M3UElJ table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-sak0M3UElJ table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-sak0M3UElJ table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-sak0M3UElJ table td {
  border: 1px solid #c79f39;
}
.cid-sak0M3UElJ .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sak0M3UElJ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sak0M3UElJ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sak0M3UElJ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sak0M3UElJ .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sak0M3UElJ .dataTables_filter {
    text-align: center;
  }
  .cid-sak0M3UElJ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sak0M3UElJ .head-item {
  color: #716c80;
  text-align: center;
}
.cid-sak0M3UElJ .body-item {
  color: #716c80;
  text-align: left;
}
.cid-sak0M3UElJ .mbr-section-title {
  color: #716c80;
}
.cid-sak0M3UElJ .head-item1 {
  color: #141434;
}
.cid-sak0M3UElJ .body-item1 {
  color: #141434;
}
.cid-sak0M6rSlN {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sak0M6rSlN .mbr-section-subtitle {
  color: #767676;
}
.cid-sak0M6rSlN .container-table {
  margin: 0 auto;
}
.cid-sak0M6rSlN .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sak0M6rSlN .dataTables_wrapper {
  display: block;
}
.cid-sak0M6rSlN .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sak0M6rSlN .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sak0M6rSlN table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-sak0M6rSlN table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-sak0M6rSlN table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-sak0M6rSlN table td {
  border: 1px solid #c79f39;
}
.cid-sak0M6rSlN .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sak0M6rSlN .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sak0M6rSlN .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sak0M6rSlN .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sak0M6rSlN .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sak0M6rSlN .dataTables_filter {
    text-align: center;
  }
  .cid-sak0M6rSlN .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sak0M6rSlN .head-item {
  color: #716c80;
  text-align: center;
}
.cid-sak0M6rSlN .body-item {
  color: #716c80;
  text-align: left;
}
.cid-sak0M6rSlN .mbr-section-title {
  color: #716c80;
}
.cid-sak0M6rSlN .head-item1 {
  color: #141434;
}
.cid-sak0M6rSlN .body-item1 {
  color: #141434;
}
.cid-sak0M8OMVu {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sak0M8OMVu .mbr-section-subtitle {
  color: #767676;
}
.cid-sak0M8OMVu .container-table {
  margin: 0 auto;
}
.cid-sak0M8OMVu .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sak0M8OMVu .dataTables_wrapper {
  display: block;
}
.cid-sak0M8OMVu .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sak0M8OMVu .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sak0M8OMVu table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-sak0M8OMVu table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-sak0M8OMVu table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-sak0M8OMVu table td {
  border: 1px solid #c79f39;
}
.cid-sak0M8OMVu .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sak0M8OMVu .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sak0M8OMVu .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sak0M8OMVu .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sak0M8OMVu .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sak0M8OMVu .dataTables_filter {
    text-align: center;
  }
  .cid-sak0M8OMVu .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sak0M8OMVu .head-item {
  color: #716c80;
  text-align: center;
}
.cid-sak0M8OMVu .body-item {
  color: #716c80;
  text-align: left;
}
.cid-sak0M8OMVu .mbr-section-title {
  color: #716c80;
}
.cid-sak0M8OMVu .head-item1 {
  color: #141434;
}
.cid-sak0M8OMVu .body-item1 {
  color: #141434;
}
.cid-sak0Mb9DH4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sak0Mb9DH4 .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-sak0Mb9DH4 .mbr-section-title {
  margin: 0;
}
.cid-sak0Mb9DH4 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sak0Mb9DH4 .card-img span {
  color: #c79f39;
}
.cid-sak0Mb9DH4 .row-item {
  margin-bottom: 2rem;
}
.cid-sak0Mb9DH4 .row-item:hover .wrapper {
  background: linear-gradient(90deg, #141434, #061a56);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-sak0Mb9DH4 .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-sak0Mb9DH4 .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-sak0Mb9DH4 .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sak6BaPaiq {
  padding-top: 240px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sak6BaPaiq H1 {
  color: #141434;
  text-align: left;
}
.cid-sak6BaPaiq .mbr-text,
.cid-sak6BaPaiq .mbr-section-btn {
  color: #141434;
}
.cid-sak6BaPaiq .img-box {
  position: relative;
}
.cid-sak6BaPaiq .card-ico span {
  font-size: 96px;
  color: #141434;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-sak6BaPaiq .card-ico .ico1 {
  background-color: #ffffff;
}
.cid-sak6BaPaiq .mbr-iconfont {
  transition: all 0.3s;
  color: #c79f39 !important;
  font-size: 1rem !important;
}
.cid-sak6BaPaiq .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-sak6BaPaiq img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(34, 34, 89, 0.35);
}
@media (max-width: 576px) {
  .cid-sak6BaPaiq .author-box {
    justify-content: center;
  }
  .cid-sak6BaPaiq .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-sak6BaPaiq .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-sak6BaPaiq .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-sak6BaPaiq .card-ico span {
    margin-right: 0rem;
  }
}
.cid-sak6BaPaiq .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sak6BaPaiq .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-sak6BaPaiq .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-sak6BaPaiq h3,
.cid-sak6BaPaiq h4 {
  margin: 0;
  padding: 0;
}
.cid-sak6BaPaiq .card-title,
.cid-sak6BaPaiq .mbr-section-subtitle {
  color: #232323;
}
.cid-sak6BaPaiq H3 {
  color: #141434;
}
.cid-sak6BaPaiq .mbr-text {
  color: #141434;
}
.cid-sak6BaPaiq .card-title {
  color: #c79f39;
}
.cid-sak6Beguti {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sak6Beguti .nav-tabs .nav-item.open .nav-link:focus,
.cid-sak6Beguti .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sak6Beguti .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid lightgray;
}
.cid-sak6Beguti .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-sak6Beguti .first {
  margin-left: -24px;
}
.cid-sak6Beguti .nav-tabs .nav-link {
  color: #141434;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-sak6Beguti .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #c79f39;
}
.cid-sak6Beguti .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #c79f39;
  font-style: normal;
}
.cid-sak6Beguti P {
  color: #141434;
}
.cid-sak6Beguti H2 {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-sak6Beguti .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sak6Beguti .mbr-text,
  .cid-sak6Beguti .nav-link {
    text-align: center;
  }
}
.cid-sak6Beguti .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-sak6Beguti .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sak6Beguti .counter-container ul li:before {
  position: absolute;
  left: 0px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #c79f39;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c79f39, #706749);
  border-radius: 0;
}
.cid-sak6Beguti .mbr-text {
  color: #141434;
}
.cid-sak6Bh0FqK {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sak6Bh0FqK .mbr-section-subtitle {
  color: #767676;
}
.cid-sak6Bh0FqK .container-table {
  margin: 0 auto;
}
.cid-sak6Bh0FqK .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sak6Bh0FqK .dataTables_wrapper {
  display: block;
}
.cid-sak6Bh0FqK .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sak6Bh0FqK .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sak6Bh0FqK table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-sak6Bh0FqK table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-sak6Bh0FqK table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-sak6Bh0FqK table td {
  border: 1px solid #c79f39;
}
.cid-sak6Bh0FqK .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sak6Bh0FqK .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sak6Bh0FqK .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sak6Bh0FqK .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sak6Bh0FqK .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sak6Bh0FqK .dataTables_filter {
    text-align: center;
  }
  .cid-sak6Bh0FqK .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sak6Bh0FqK .head-item {
  color: #716c80;
  text-align: center;
}
.cid-sak6Bh0FqK .body-item {
  color: #716c80;
  text-align: left;
}
.cid-sak6Bh0FqK .mbr-section-title {
  color: #716c80;
}
.cid-sak6Bh0FqK .head-item1 {
  color: #141434;
}
.cid-sak6Bh0FqK .body-item1 {
  color: #141434;
  text-align: left;
}
.cid-sak6BpLuD1 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sak6BpLuD1 .mbr-section-subtitle {
  color: #767676;
}
.cid-sak6BpLuD1 .container-table {
  margin: 0 auto;
}
.cid-sak6BpLuD1 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sak6BpLuD1 .dataTables_wrapper {
  display: block;
}
.cid-sak6BpLuD1 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sak6BpLuD1 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sak6BpLuD1 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-sak6BpLuD1 table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-sak6BpLuD1 table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-sak6BpLuD1 table td {
  border: 1px solid #c79f39;
}
.cid-sak6BpLuD1 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sak6BpLuD1 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sak6BpLuD1 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sak6BpLuD1 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sak6BpLuD1 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sak6BpLuD1 .dataTables_filter {
    text-align: center;
  }
  .cid-sak6BpLuD1 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sak6BpLuD1 .head-item {
  color: #716c80;
  text-align: center;
}
.cid-sak6BpLuD1 .body-item {
  color: #716c80;
  text-align: left;
}
.cid-sak6BpLuD1 .mbr-section-title {
  color: #716c80;
}
.cid-sak6BpLuD1 .head-item1 {
  color: #141434;
}
.cid-sak6BpLuD1 .body-item1 {
  color: #141434;
}
.cid-sak6BrTQnm {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sak6BrTQnm .mbr-section-subtitle {
  color: #767676;
}
.cid-sak6BrTQnm .container-table {
  margin: 0 auto;
}
.cid-sak6BrTQnm .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sak6BrTQnm .dataTables_wrapper {
  display: block;
}
.cid-sak6BrTQnm .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sak6BrTQnm .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sak6BrTQnm table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-sak6BrTQnm table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-sak6BrTQnm table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-sak6BrTQnm table td {
  border: 1px solid #c79f39;
}
.cid-sak6BrTQnm .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sak6BrTQnm .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sak6BrTQnm .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sak6BrTQnm .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sak6BrTQnm .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sak6BrTQnm .dataTables_filter {
    text-align: center;
  }
  .cid-sak6BrTQnm .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sak6BrTQnm .head-item {
  color: #716c80;
  text-align: center;
}
.cid-sak6BrTQnm .body-item {
  color: #716c80;
  text-align: left;
}
.cid-sak6BrTQnm .mbr-section-title {
  color: #716c80;
}
.cid-sak6BrTQnm .head-item1 {
  color: #141434;
}
.cid-sak6BrTQnm .body-item1 {
  color: #141434;
}
.cid-sak6Bue4rW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sak6Bue4rW .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-sak6Bue4rW .mbr-section-title {
  margin: 0;
}
.cid-sak6Bue4rW .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sak6Bue4rW .card-img span {
  color: #c79f39;
}
.cid-sak6Bue4rW .row-item {
  margin-bottom: 2rem;
}
.cid-sak6Bue4rW .row-item:hover .wrapper {
  background: linear-gradient(90deg, #141434, #061a56);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-sak6Bue4rW .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-sak6Bue4rW .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-sak6Bue4rW .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sak9589Dgk {
  padding-top: 240px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sak9589Dgk H1 {
  color: #141434;
  text-align: left;
}
.cid-sak9589Dgk .mbr-text,
.cid-sak9589Dgk .mbr-section-btn {
  color: #141434;
}
.cid-sak9589Dgk .img-box {
  position: relative;
}
.cid-sak9589Dgk .card-ico span {
  font-size: 96px;
  color: #141434;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-sak9589Dgk .card-ico .ico1 {
  background-color: #ffffff;
}
.cid-sak9589Dgk .mbr-iconfont {
  transition: all 0.3s;
  color: #c79f39 !important;
  font-size: 1rem !important;
}
.cid-sak9589Dgk .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-sak9589Dgk img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(34, 34, 89, 0.35);
}
@media (max-width: 576px) {
  .cid-sak9589Dgk .author-box {
    justify-content: center;
  }
  .cid-sak9589Dgk .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-sak9589Dgk .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-sak9589Dgk .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-sak9589Dgk .card-ico span {
    margin-right: 0rem;
  }
}
.cid-sak9589Dgk .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sak9589Dgk .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-sak9589Dgk .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-sak9589Dgk h3,
.cid-sak9589Dgk h4 {
  margin: 0;
  padding: 0;
}
.cid-sak9589Dgk .card-title,
.cid-sak9589Dgk .mbr-section-subtitle {
  color: #232323;
}
.cid-sak9589Dgk H3 {
  color: #141434;
}
.cid-sak9589Dgk .mbr-text {
  color: #141434;
}
.cid-sak9589Dgk .card-title {
  color: #c79f39;
}
.cid-sak95cgunI {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sak95cgunI .nav-tabs .nav-item.open .nav-link:focus,
.cid-sak95cgunI .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sak95cgunI .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid lightgray;
}
.cid-sak95cgunI .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-sak95cgunI .first {
  margin-left: -24px;
}
.cid-sak95cgunI .nav-tabs .nav-link {
  color: #141434;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-sak95cgunI .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #c79f39;
}
.cid-sak95cgunI .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #c79f39;
  font-style: normal;
}
.cid-sak95cgunI P {
  color: #141434;
}
.cid-sak95cgunI H2 {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-sak95cgunI .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sak95cgunI .mbr-text,
  .cid-sak95cgunI .nav-link {
    text-align: center;
  }
}
.cid-sak95cgunI .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-sak95cgunI .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sak95cgunI .counter-container ul li:before {
  position: absolute;
  left: 0px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #c79f39;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c79f39, #706749);
  border-radius: 0;
}
.cid-sak95cgunI .mbr-text {
  color: #141434;
}
.cid-sak95eQD3Y {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sak95eQD3Y .mbr-section-subtitle {
  color: #767676;
}
.cid-sak95eQD3Y .container-table {
  margin: 0 auto;
}
.cid-sak95eQD3Y .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sak95eQD3Y .dataTables_wrapper {
  display: block;
}
.cid-sak95eQD3Y .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sak95eQD3Y .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sak95eQD3Y table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-sak95eQD3Y table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-sak95eQD3Y table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-sak95eQD3Y table td {
  border: 1px solid #c79f39;
}
.cid-sak95eQD3Y .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sak95eQD3Y .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sak95eQD3Y .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sak95eQD3Y .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sak95eQD3Y .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sak95eQD3Y .dataTables_filter {
    text-align: center;
  }
  .cid-sak95eQD3Y .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sak95eQD3Y .head-item {
  color: #716c80;
  text-align: center;
}
.cid-sak95eQD3Y .body-item {
  color: #716c80;
  text-align: left;
}
.cid-sak95eQD3Y .mbr-section-title {
  color: #716c80;
}
.cid-sak95eQD3Y .head-item1 {
  color: #141434;
}
.cid-sak95eQD3Y .body-item1 {
  color: #141434;
  text-align: left;
}
.cid-sak95gYg3g {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sak95gYg3g .mbr-section-subtitle {
  color: #767676;
}
.cid-sak95gYg3g .container-table {
  margin: 0 auto;
}
.cid-sak95gYg3g .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sak95gYg3g .dataTables_wrapper {
  display: block;
}
.cid-sak95gYg3g .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sak95gYg3g .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sak95gYg3g table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-sak95gYg3g table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-sak95gYg3g table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-sak95gYg3g table td {
  border: 1px solid #c79f39;
}
.cid-sak95gYg3g .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sak95gYg3g .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sak95gYg3g .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sak95gYg3g .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sak95gYg3g .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sak95gYg3g .dataTables_filter {
    text-align: center;
  }
  .cid-sak95gYg3g .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sak95gYg3g .head-item {
  color: #716c80;
  text-align: center;
}
.cid-sak95gYg3g .body-item {
  color: #716c80;
  text-align: left;
}
.cid-sak95gYg3g .mbr-section-title {
  color: #716c80;
}
.cid-sak95gYg3g .head-item1 {
  color: #141434;
}
.cid-sak95gYg3g .body-item1 {
  color: #141434;
  text-align: left;
}
.cid-sak95o6nyx {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sak95o6nyx .mbr-section-subtitle {
  color: #767676;
}
.cid-sak95o6nyx .container-table {
  margin: 0 auto;
}
.cid-sak95o6nyx .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sak95o6nyx .dataTables_wrapper {
  display: block;
}
.cid-sak95o6nyx .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sak95o6nyx .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sak95o6nyx table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-sak95o6nyx table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-sak95o6nyx table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-sak95o6nyx table td {
  border: 1px solid #c79f39;
}
.cid-sak95o6nyx .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sak95o6nyx .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sak95o6nyx .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sak95o6nyx .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sak95o6nyx .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sak95o6nyx .dataTables_filter {
    text-align: center;
  }
  .cid-sak95o6nyx .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sak95o6nyx .head-item {
  color: #716c80;
  text-align: center;
}
.cid-sak95o6nyx .body-item {
  color: #716c80;
  text-align: left;
}
.cid-sak95o6nyx .mbr-section-title {
  color: #716c80;
}
.cid-sak95o6nyx .head-item1 {
  color: #141434;
}
.cid-sak95o6nyx .body-item1 {
  color: #141434;
}
.cid-sak95q8mm1 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sak95q8mm1 .mbr-section-subtitle {
  color: #767676;
}
.cid-sak95q8mm1 .container-table {
  margin: 0 auto;
}
.cid-sak95q8mm1 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sak95q8mm1 .dataTables_wrapper {
  display: block;
}
.cid-sak95q8mm1 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sak95q8mm1 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sak95q8mm1 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c79f39;
  margin-bottom: 0;
}
.cid-sak95q8mm1 table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #c79f39;
  transition: all .2s;
}
.cid-sak95q8mm1 table th:hover {
  background: #c79f39;
  color: #ffffff;
}
.cid-sak95q8mm1 table td {
  border: 1px solid #c79f39;
}
.cid-sak95q8mm1 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sak95q8mm1 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sak95q8mm1 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sak95q8mm1 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sak95q8mm1 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sak95q8mm1 .dataTables_filter {
    text-align: center;
  }
  .cid-sak95q8mm1 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sak95q8mm1 .head-item {
  color: #716c80;
  text-align: center;
}
.cid-sak95q8mm1 .body-item {
  color: #716c80;
  text-align: left;
}
.cid-sak95q8mm1 .mbr-section-title {
  color: #716c80;
}
.cid-sak95q8mm1 .head-item1 {
  color: #141434;
}
.cid-sak95q8mm1 .body-item1 {
  color: #141434;
}
.cid-sak95sk2lR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sak95sk2lR .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-sak95sk2lR .mbr-section-title {
  margin: 0;
}
.cid-sak95sk2lR .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sak95sk2lR .card-img span {
  color: #c79f39;
}
.cid-sak95sk2lR .row-item {
  margin-bottom: 2rem;
}
.cid-sak95sk2lR .row-item:hover .wrapper {
  background: linear-gradient(90deg, #141434, #061a56);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-sak95sk2lR .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-sak95sk2lR .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-sak95sk2lR .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-s2IhflHatm {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2IhflHatm img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-s2IhflHatm H1 {
  color: #141434;
}
.cid-s2IhflHatm .mbr-text,
.cid-s2IhflHatm .mbr-section-btn {
  color: #716c80;
}
.cid-s2IhflHatm H3 {
  color: #716c80;
}
.cid-s2IhflHatm .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-s2IhflHatm .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-s2IhflHatm .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-s2IhflHatm .link:hover {
  color: #141434 !important;
}
.cid-s2IhflHatm .link:hover .link-ico {
  color: #141434 !important;
  padding-left: 10px;
}
.cid-s2IhflHatm DIV {
  color: #57468b;
}
.cid-s0CKO7ITuq {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-s0CKO7ITuq .mbr-shop {
  display: inline-block;
  width: 100%;
}
.cid-s0CKO7ITuq .container {
  padding: 0rem 0.5rem;
}
.cid-s0CKO7ITuq .sidebar {
  display: flex;
  flex-direction: column;
  order: -1;
  padding-bottom: 1.5rem;
  margin: 0;
}
.cid-s0CKO7ITuq .sidebar-categories .sidebar-title {
  display: none;
}
@media (min-width: 1200px) {
  .cid-s0CKO7ITuq .col-xl-3 {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .cid-s0CKO7ITuq .col-xl-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-s0CKO7ITuq .mbr-shop__row {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.cid-s0CKO7ITuq .mbr-gallery-item {
  margin-bottom: 1rem;
}
.cid-s0CKO7ITuq .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  text-align: left;
}
.cid-s0CKO7ITuq .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  padding-bottom: .5rem;
}
.cid-s0CKO7ITuq .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: left;
}
.cid-s0CKO7ITuq .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: left;
}
.cid-s0CKO7ITuq .shop-items .price-block {
  position: relative;
}
.cid-s0CKO7ITuq .shop-items .price-block:before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -9px;
  width: 150px;
  height: 1px;
  background: #d3d3d3;
}
@media (min-width: 767px) {
  .cid-s0CKO7ITuq .mbr-gallery-filter ul {
    display: flex!important;
    width: max-content;
  }
}
.cid-s0CKO7ITuq .mbr-gallery-filter ul li {
  padding: 6px 30px 6px 2px!important;
}
.cid-s0CKO7ITuq .categories {
  padding: 0;
}
.cid-s0CKO7ITuq .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 22px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-s0CKO7ITuq .filter-by-d .btn {
  background: transparent!important;
  border: none!important;
  color: black!important;
}
.cid-s0CKO7ITuq .filter-by-d .btn:hover,
.cid-s0CKO7ITuq .filter-by-d .btn:active {
  background: transparent!important;
  color: black!important;
}
.cid-s0CKO7ITuq .filter-by-d .btn:before {
  content: "\e972";
  font-family: Moririse2;
  padding-right: 12px;
}
.cid-s0CKO7ITuq .filter-by-pu {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  margin-right: 27px!important;
  border-bottom: 1px solid #373329;
}
.cid-s0CKO7ITuq .filter-by-pu:hover {
  background: rgba(0, 0, 0, 0.8);
}
.cid-s0CKO7ITuq .filter-by-pu .btn {
  color: white!important;
  border: none;
  background: transparent!important;
}
.cid-s0CKO7ITuq .filter-by-pu .btn:hover,
.cid-s0CKO7ITuq .filter-by-pu .btn:active {
  background: transparent!important;
  color: white!important;
}
.cid-s0CKO7ITuq .filter-by-pd .btn {
  color: white!important;
  border: none;
  background: transparent!important;
}
.cid-s0CKO7ITuq .filter-by-pd .btn:hover,
.cid-s0CKO7ITuq .filter-by-pd .btn:active {
  background: transparent!important;
  color: white!important;
  border: none;
}
.cid-s0CKO7ITuq .filter-by-pd {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  margin-right: 27px!important;
}
.cid-s0CKO7ITuq .filter-by-pd:hover {
  background: rgba(0, 0, 0, 0.8);
}
.cid-s0CKO7ITuq .col-md-12 .sort-buttons {
  position: absolute;
  z-index: 100;
  right: 0px;
  top: 25px;
  height: 58px;
  width: 230px;
}
.cid-s0CKO7ITuq .col-md-12 .sort-buttons:hover {
  z-index: 100;
  height: 160px;
}
.cid-s0CKO7ITuq .col-md-12 .sort-buttons:hover .filter-by-pu {
  opacity: 1;
}
.cid-s0CKO7ITuq .col-md-12 .sort-buttons:hover .filter-by-pd {
  opacity: 1;
}
.cid-s0CKO7ITuq .flex-row-reverse {
  flex-direction: column-reverse !important;
}
.cid-s0CKO7ITuq .flex-row-reverse .wrapper-shop-items {
  margin-top: 6rem;
}
@media (max-width: 992px) {
  .cid-s0CKO7ITuq .col-md-12 .sort-buttons {
    top: -10px !important;
  }
}
@media (max-width: 767px) {
  .cid-s0CKO7ITuq .mbr-gallery-filter ul li:not(:last-child):after {
    content: none;
  }
  .cid-s0CKO7ITuq .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-s0CKO7ITuq .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-s0CKO7ITuq .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-s0CKO7ITuq .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-s0CKO7ITuq .mbr-shop .sidebar-background:after {
    top: -1%;
  }
  .cid-s0CKO7ITuq .col-md-12 .sort-buttons {
    position: relative;
    height: 200px;
    width: fit-content;
    right: 0px!important;
  }
  .cid-s0CKO7ITuq .col-md-12 .sort-buttons:hover {
    height: 200px;
  }
  .cid-s0CKO7ITuq .col-md-12 .sort-buttons .filter-by-pu,
  .cid-s0CKO7ITuq .col-md-12 .sort-buttons .filter-by-pd {
    opacity: 1;
    margin: 0!important;
  }
  .cid-s0CKO7ITuq .sort-buttons {
    align-items: center!important;
  }
}
@media (max-width: 1200px) {
  .cid-s0CKO7ITuq .col-md-12 .sort-buttons {
    right: 12px;
  }
  .cid-s0CKO7ITuq .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
.cid-s0CKO7ITuq .mbr-shop .btn-sm {
  margin: 0.2rem;
}
.cid-s0CKO7ITuq .sidebar-background:after {
  background-color: #ffffff !important;
  opacity: 0.8;
}
.cid-s0CKO7ITuq .sidebar_wraper {
  background-color: #ffffff !important;
  opacity: 0.8;
}
.cid-s0CKO7ITuq .oldprice {
  padding-left: .8rem!important;
  color: #767676;
  text-decoration: line-through;
}
.cid-s0CKO7ITuq .shopItemsModal_wraper {
  left: 0;
}
.cid-s0CKO7ITuq .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-s0CKO7ITuq .mbr-shop .galleryItem .sidebar_wraper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cid-s0CKO7ITuq .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-s0CKO7ITuq .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-s0CKO7ITuq .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-s0CKO7ITuq .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-s0CKO7ITuq .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-s0CKO7ITuq .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-s0CKO7ITuq .mbr-shop .hide-modal {
  display: none;
}
.cid-s0CKO7ITuq .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-s0CKO7ITuq .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-s0CKO7ITuq .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-s0CKO7ITuq .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-s0CKO7ITuq .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.cid-s0CKO7ITuq .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-s0CKO7ITuq .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-s0CKO7ITuq .mbr-shop .filter-by-pu,
.cid-s0CKO7ITuq .mbr-shop .filter-by-pd,
.cid-s0CKO7ITuq .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-s0CKO7ITuq .mbr-shop .sort-buttons {
  padding-bottom: 0rem;
  margin-right: 13px;
  text-align: right;
}
.cid-s0CKO7ITuq .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-s0CKO7ITuq .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-s0CKO7ITuq .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-s0CKO7ITuq .mbr-shop .galleryItem h4,
.cid-s0CKO7ITuq .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-s0CKO7ITuq .mbr-shop .galleryItem h5,
.cid-s0CKO7ITuq .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-s0CKO7ITuq .mbr-shop .galleryItem p,
.cid-s0CKO7ITuq .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-s0CKO7ITuq .mbr-shop .item-button {
  text-align: center;
}
.cid-s0CKO7ITuq .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-s0CKO7ITuq .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-s0CKO7ITuq .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-s0CKO7ITuq .mbr-shop .sidebar-block {
  position: relative;
}
.cid-s0CKO7ITuq .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.05);
  top: -20px;
  right: 3px;
}
.cid-s0CKO7ITuq .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-s0CKO7ITuq .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-s0CKO7ITuq .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-s0CKO7ITuq .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-s0CKO7ITuq .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-s0CKO7ITuq .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-s0CKO7ITuq .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-s0CKO7ITuq .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-s0CKO7ITuq .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-s0CKO7ITuq .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-s0CKO7ITuq .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-s0CKO7ITuq .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ff8a73;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-s0CKO7ITuq .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-s0CKO7ITuq .mbr-shop .mbr-gallery-item__hided h4,
.cid-s0CKO7ITuq .mbr-shop .mbr-gallery-item__hided h5,
.cid-s0CKO7ITuq .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-s0CKO7ITuq .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-s0CKO7ITuq .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-s0CKO7ITuq .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-s0CKO7ITuq .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-s0CKO7ITuq .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 4px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-s0CKO7ITuq .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-s0CKO7ITuq .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-s0CKO7ITuq .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-s0CKO7ITuq .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-s0CKO7ITuq .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-s0CKO7ITuq .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-s0CKO7ITuq .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-s0CKO7ITuq .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-s0CKO7ITuq .mbr-shop .range-controls {
  position: relative;
}
.cid-s0CKO7ITuq .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-s0CKO7ITuq .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-s0CKO7ITuq .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-s0CKO7ITuq .mbr-shop .toggle:hover,
.cid-s0CKO7ITuq .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-s0CKO7ITuq .mbr-shop .min-toggle {
  left: 0;
}
.cid-s0CKO7ITuq .mbr-shop .max-toggle {
  right: 0;
}
.cid-s0CKO7ITuq .mbr-shop .hided-by-price {
  display: none;
}
.cid-s0CKO7ITuq .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-s0CKO7ITuq .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-s0CKO7ITuq .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-s0CKO7ITuq .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-s0CKO7ITuq .mbr-shop .text-modal .price-block span {
  display: inline-block;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-s0CKO7ITuq .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-s0CKO7ITuq .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-s0CKO7ITuq .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-s0CKO7ITuq .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-s0CKO7ITuq .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-s0CKO7ITuq .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-s0CKO7ITuq .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-s0CKO7ITuq .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-s0CKO7ITuq .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-s0CKO7ITuq .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-s0CKO7ITuq .mbr-shop .shop-items .onsale,
.cid-s0CKO7ITuq .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-s0CKO7ITuq .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-s0CKO7ITuq .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-s0CKO7ITuq .mbr-shop .price-range {
  display: inline-block;
}
.cid-s0CKO7ITuq .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-s0CKO7ITuq .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-s0CKO7ITuq .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-s0CKO7ITuq .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-s0CKO7ITuq .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-s0CKO7ITuq .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-s0CKO7ITuq .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-s0CKO7ITuq .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-s0CKO7ITuq .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-s0CKO7ITuq .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-s0CKO7ITuq .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-s0CKO7ITuq .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-s0CKO7ITuq .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 0px;
  }
  .cid-s0CKO7ITuq .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-s0CKO7ITuq .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-s0CKO7ITuq .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-s0CKO7ITuq .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-s0CKO7ITuq .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-s0CKO7ITuq .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .cid-s0CKO7ITuq .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-s0CKO7ITuq .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-s0CKO7ITuq .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-s0CKO7ITuq .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-s0CKO7ITuq .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-s0CKO7ITuq .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-s0CKO7ITuq .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-s0CKO7ITuq .range-slider .mbr-section-btn {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s0CKO7ITuq .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-s0CKO7ITuq .mbr-gallery-filter li > .btn {
  border: none !important;
  color: currentColor !important;
  padding: 0px;
  background-color: transparent !important;
  margin: 0px !important;
  word-break: inherit;
  box-shadow: none !important;
}
.cid-s0CKO7ITuq .mbr-gallery-filter li > .btn:before,
.cid-s0CKO7ITuq .mbr-gallery-filter li > .btn:after {
  display: none !important;
}
.cid-s0CKO7ITuq li:not(.active) {
  color: #808080 !important;
}
.cid-s0CKO7ITuq li:not(.active) > .btn {
  font-weight: 400 !important;
}
.cid-s0CKO7ITuq .card-description {
  color: #141434;
}
.cid-s0CKO7ITuq .item-title {
  color: #c79f39;
}
.cid-s0CKO7ITuq .shop-item-price,
.cid-s0CKO7ITuq .price-block {
  color: #141434;
}
