body {
  font-family: Lato;
}
.display-1 {
  font-family: 'Cambria-Font-For-Windows';
  font-size: 2.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-2 {
  font-family: 'Cambria-Font-For-Windows';
  font-size: 1.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Cambria-Font-For-Windows';
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Cambria-Font-For-Windows';
  font-size: 1.6rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Cambria-Font-For-Windows';
  font-size: 1.4rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- 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: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 20px 20px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #0f1418 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #274abb !important;
}
.bg-warning {
  background-color: #3d0505 !important;
}
.bg-danger {
  background-color: #00b412 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #0f1418 !important;
  border-color: #0f1418 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  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,
.btn-secondary.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #274abb !important;
  border-color: #274abb !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #1a317c !important;
  border-color: #1a317c !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1a317c !important;
  border-color: #1a317c !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #3d0505 !important;
  border-color: #3d0505 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #00b412 !important;
  border-color: #00b412 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #00680a !important;
  border-color: #00680a !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #00680a !important;
  border-color: #00680a !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #0f1418;
  border-color: #0f1418;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0f1418 !important;
  border-color: #0f1418 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #152967;
  color: #152967;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #274abb;
  border-color: #274abb;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #274abb !important;
  border-color: #274abb !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #3d0505;
  border-color: #3d0505;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #3d0505 !important;
  border-color: #3d0505 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #004e08;
  color: #004e08;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #00b412;
  border-color: #00b412;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #00b412 !important;
  border-color: #00b412 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #0f1418 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #274abb !important;
}
.text-warning {
  color: #3d0505 !important;
}
.text-danger {
  color: #00b412 !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: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #152967 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #004e08 !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: #274abb;
}
.alert-warning {
  background-color: #3d0505;
}
.alert-danger {
  background-color: #00b412;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0f1418;
  border-color: #0f1418;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0f1418;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b9c7d3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #7e96e4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ef3939;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #35ff49;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Cambria-Font-For-Windows';
  font-size: 1.4rem;
}
.form-control > .mbr-iconfont {
  font-size: 2.24rem;
}
blockquote {
  border-color: #0f1418;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary-outline-2 {
  border: none;
  color: #0f1418;
}
.btn-primary-outline-2 .mbr-iconfont-btn {
  -webkit-order: 1;
  order: 1;
  transition: all 0.3s;
  margin-left: 5px;
  font-size: 1rem !important;
}
.btn-primary-outline-2:hover {
  background-color: inherit;
  color: #0f1418;
}
.btn-primary-outline-2:focus {
  background-color: inherit;
  color: #0f1418;
}
.btn-primary-outline-2:active {
  background-color: inherit;
  color: #0f1418;
}
.btn-primary-outline-2:hover .mbr-iconfont-btn {
  margin-left: 8px;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0f1418;
  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: none;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0f1418;
  border-bottom-color: #0f1418;
}
.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: #0f1418 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !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='%230f1418' %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-sCGfIojC7d {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-sCGfIojC7d nav.navbar {
  position: fixed;
}
.cid-sCGfIojC7d .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-sCGfIojC7d .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-sCGfIojC7d .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-sCGfIojC7d .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-sCGfIojC7d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCGfIojC7d .nav-link,
.cid-sCGfIojC7d .dropdown-item {
  font-weight: 700;
}
.cid-sCGfIojC7d .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #0f1418 0%, #0f1418 100%) !important;
}
.cid-sCGfIojC7d .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-sCGfIojC7d .container {
  display: flex;
  margin: auto;
}
.cid-sCGfIojC7d .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCGfIojC7d .navbar-caption,
.cid-sCGfIojC7d .dropdown-item {
  background-image: none;
}
.cid-sCGfIojC7d .dropdown-menu,
.cid-sCGfIojC7d .navbar.opened {
  background: #171e23 !important;
}
.cid-sCGfIojC7d .nav-item:focus,
.cid-sCGfIojC7d .nav-link:focus {
  outline: none;
}
.cid-sCGfIojC7d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-sCGfIojC7d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCGfIojC7d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCGfIojC7d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCGfIojC7d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCGfIojC7d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCGfIojC7d .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #171e23;
}
.cid-sCGfIojC7d .navbar.opened {
  transition: all 0.3s;
}
.cid-sCGfIojC7d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCGfIojC7d .navbar .navbar-logo img {
  width: auto;
}
.cid-sCGfIojC7d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCGfIojC7d .navbar.collapsed {
  justify-content: center;
}
.cid-sCGfIojC7d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCGfIojC7d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCGfIojC7d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sCGfIojC7d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCGfIojC7d .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCGfIojC7d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCGfIojC7d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCGfIojC7d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCGfIojC7d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCGfIojC7d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCGfIojC7d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCGfIojC7d .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCGfIojC7d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCGfIojC7d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCGfIojC7d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCGfIojC7d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCGfIojC7d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCGfIojC7d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCGfIojC7d .navbar.navbar-short {
  min-height: 106px;
}
.cid-sCGfIojC7d .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCGfIojC7d .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCGfIojC7d .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCGfIojC7d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCGfIojC7d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCGfIojC7d .dropdown-item.active,
.cid-sCGfIojC7d .dropdown-item:active {
  background-color: transparent;
}
.cid-sCGfIojC7d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCGfIojC7d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCGfIojC7d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCGfIojC7d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171e23;
}
.cid-sCGfIojC7d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCGfIojC7d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCGfIojC7d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCGfIojC7d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCGfIojC7d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCGfIojC7d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sCGfIojC7d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCGfIojC7d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCGfIojC7d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCGfIojC7d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCGfIojC7d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCGfIojC7d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCGfIojC7d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCGfIojC7d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCGfIojC7d .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCGfIojC7d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCGfIojC7d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCGfIojC7d .navbar {
    height: 70px;
  }
  .cid-sCGfIojC7d .navbar.opened {
    height: auto;
  }
  .cid-sCGfIojC7d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCGfIojC7d .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sCGfIojC7d .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sCH2i6PJ96 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/14100519-1158845104181321-6187585337231774724-n-960x720.jpg");
}
.cid-sCH2i6PJ96 .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-sCH2i6PJ96 .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sCH2i6PJ96 .btn {
  margin: 0px !important;
}
.cid-sCH2i6PJ96 .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCH2i6PJ96 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCH2i6PJ96 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sCH2i6PJ96 .carousel-item .wrap-img {
  text-align: center;
}
.cid-sCH2i6PJ96 .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-sCH2i6PJ96 .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sCH2i6PJ96 .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sCH2i6PJ96 .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-sCH2i6PJ96 .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-sCH2i6PJ96 .second-col {
    padding-top: 2rem;
  }
}
.cid-sCH2i6PJ96 .mbr-section-subtitle,
.cid-sCH2i6PJ96 .mbr-section-btn {
  color: #ffffff;
}
.cid-sCH6rAI2XA {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #0f1418;
}
.cid-sCH6rAI2XA .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-sCH6rAI2XA .item-content {
  background: #efefef;
  transition: all 0.3s;
  border: 2px solid #00b412;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
.cid-sCH6rAI2XA .item-content:hover {
  background: #ffffff;
  border-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sCH6rAI2XA .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-sCH6rAI2XA .img-text {
  position: absolute;
  bottom: -1rem;
  left: 2rem;
  padding: 0.5rem 1rem;
  background: #ffffff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sCH6rAI2XA .img-text {
    left: 1rem;
  }
}
.cid-sCH6rAI2XA img,
.cid-sCH6rAI2XA .item-img {
  position: relative;
  width: 100%;
  height: 100%;
  height: 225px;
  object-fit: cover;
}
.cid-sCH6rAI2XA .item:focus,
.cid-sCH6rAI2XA span:focus {
  outline: none;
}
.cid-sCH6rAI2XA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCH6rAI2XA .mbr-section-title {
  color: #ffffff;
}
.cid-sCH6rAI2XA .mbr-text,
.cid-sCH6rAI2XA .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-sCH6rAI2XA .item-title {
  text-align: center;
  color: #1b2026;
}
.cid-sCH6rAI2XA .item-subtitle {
  text-align: left;
  color: #1b2026;
}
.cid-sCH6rAI2XA .mbr-section-subtitle {
  color: #d63d3d;
}
.cid-sCH9p8vE7s {
  padding-top: 1rem;
  margin: 0 auto;
  padding-bottom: 0rem;
  background-color: #0f1418;
}
.cid-sCH9p8vE7s img {
  width: 120px;
  margin: auto;
}
.cid-sCH9p8vE7s .card {
  transition: all 0.3s;
  height: fit-content;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sCH9p8vE7s .card {
    max-width: 12.5%;
  }
}
.cid-sCHavirFrH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f1418;
}
.cid-sCHavirFrH .fb-page,
.cid-sCHavirFrH span,
.cid-sCHavirFrH iframe {
  width: 500px;
  height: 970px;
}
.cid-sCHavirFrH blockquote {
  display: none;
}
.cid-sCHavirFrH .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-sCHavirFrH .mbr-section-title {
  color: #ffffff;
}
.cid-sCHavirFrH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sCGjXhzxuI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #171e23;
}
.cid-sCGjXhzxuI .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sCGjXhzxuI .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-sCGjXhzxuI .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-sCGjXhzxuI .title {
  background: linear-gradient(to left, #ffffff, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-sCGjXhzxuI .container {
  max-width: 1400px;
}
.cid-sCGjXhzxuI li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-sCGjXhzxuI .time {
  line-height: 2;
}
.cid-sCGjXhzxuI .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sCGjXhzxuI .text-wrap {
  width: 100%;
}
.cid-sCGjXhzxuI .item-wrap {
  display: inline-block;
}
.cid-sCGjXhzxuI .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sCGjXhzxuI .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #ffffff, #0f1418);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sCGjXhzxuI .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sCGjXhzxuI .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sCGjXhzxuI .socicon-wrap {
    margin: auto;
  }
}
.cid-sCGjXhzxuI .mbr-text {
  color: #999999;
}
.cid-sCGjXhzxuI .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-sCGjXhzxuI .icon-title,
.cid-sCGjXhzxuI .align-wrap {
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.cid-sCGjXhzxuI .item-text,
.cid-sCGjXhzxuI .item-icon {
  color: #999999;
}
.cid-sCHftkOdak {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-sCHftkOdak nav.navbar {
  position: fixed;
}
.cid-sCHftkOdak .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-sCHftkOdak .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-sCHftkOdak .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-sCHftkOdak .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-sCHftkOdak .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCHftkOdak .nav-link,
.cid-sCHftkOdak .dropdown-item {
  font-weight: 700;
}
.cid-sCHftkOdak .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #0f1418 0%, #0f1418 100%) !important;
}
.cid-sCHftkOdak .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-sCHftkOdak .container {
  display: flex;
  margin: auto;
}
.cid-sCHftkOdak .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCHftkOdak .navbar-caption,
.cid-sCHftkOdak .dropdown-item {
  background-image: none;
}
.cid-sCHftkOdak .dropdown-menu,
.cid-sCHftkOdak .navbar.opened {
  background: #171e23 !important;
}
.cid-sCHftkOdak .nav-item:focus,
.cid-sCHftkOdak .nav-link:focus {
  outline: none;
}
.cid-sCHftkOdak .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-sCHftkOdak .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCHftkOdak .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCHftkOdak .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCHftkOdak .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCHftkOdak .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCHftkOdak .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #171e23;
}
.cid-sCHftkOdak .navbar.opened {
  transition: all 0.3s;
}
.cid-sCHftkOdak .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCHftkOdak .navbar .navbar-logo img {
  width: auto;
}
.cid-sCHftkOdak .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCHftkOdak .navbar.collapsed {
  justify-content: center;
}
.cid-sCHftkOdak .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCHftkOdak .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCHftkOdak .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sCHftkOdak .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCHftkOdak .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCHftkOdak .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCHftkOdak .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCHftkOdak .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCHftkOdak .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCHftkOdak .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCHftkOdak .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCHftkOdak .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCHftkOdak .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCHftkOdak .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCHftkOdak .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCHftkOdak .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCHftkOdak .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCHftkOdak .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCHftkOdak .navbar.navbar-short {
  min-height: 106px;
}
.cid-sCHftkOdak .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCHftkOdak .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCHftkOdak .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCHftkOdak .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCHftkOdak .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCHftkOdak .dropdown-item.active,
.cid-sCHftkOdak .dropdown-item:active {
  background-color: transparent;
}
.cid-sCHftkOdak .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCHftkOdak .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCHftkOdak .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCHftkOdak .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171e23;
}
.cid-sCHftkOdak .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCHftkOdak .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCHftkOdak ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCHftkOdak .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCHftkOdak button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCHftkOdak button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sCHftkOdak button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCHftkOdak button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCHftkOdak button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCHftkOdak button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCHftkOdak nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCHftkOdak nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCHftkOdak nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCHftkOdak nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCHftkOdak .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCHftkOdak a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCHftkOdak .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCHftkOdak .navbar {
    height: 70px;
  }
  .cid-sCHftkOdak .navbar.opened {
    height: auto;
  }
  .cid-sCHftkOdak .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCHftkOdak .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sCHftkOdak .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sCHhgEzHC0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171e23;
}
.cid-sCHhgEzHC0 .row {
  background: #ffffff;
  padding: 3rem 2rem;
  margin: 0rem;
}
@media (max-width: 767px) {
  .cid-sCHhgEzHC0 .row {
    padding: 1rem 0rem;
  }
}
.cid-sCHhgEzHC0 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sCHhgEzHC0 img {
    width: 100%;
  }
}
.cid-sCHhgEzHC0 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-sCHhgEzHC0 .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-sCHhgEzHC0 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-sCHhgEzHC0 ul {
  padding-left: 1.7rem!important;
}
.cid-sCHhgEzHC0 .mbr-text,
.cid-sCHhgEzHC0 .mbr-section-btn {
  color: #777777;
}
.cid-sCHhgEzHC0 .mbr-section-subtitle {
  color: #777777;
}
.cid-sCHja9xS2N {
  padding-top: 135px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #171e23;
}
.cid-sCHja9xS2N .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sCHja9xS2N .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCHja9xS2N .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCHja9xS2N .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sCHja9xS2N .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #3d0505);
}
.cid-sCHja9xS2N .icon-focus {
  display: none;
}
.cid-sCHja9xS2N .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sCHja9xS2N ul {
  font-size: 0;
}
.cid-sCHja9xS2N .mbr-gallery-filter-all {
  display: none !important;
}
.cid-sCHja9xS2N .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #d63d3d !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sCHja9xS2N .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sCHja9xS2N .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #0f1418, #ffffff);
}
.cid-sCHja9xS2N .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sCHja9xS2N .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sCHja9xS2N .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sCHja9xS2N .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sCHja9xS2N .btn:hover {
  background: transparent !important;
}
.cid-sCHja9xS2N .btn:hover:before {
  background: transparent !important;
}
.cid-sCHja9xS2N .btn:before {
  background-color: transparent !important;
}
.cid-sCHja9xS2N .btn:focus {
  box-shadow: none;
}
.cid-sCHja9xS2N .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.cid-sCHftqvvrO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #171e23;
}
.cid-sCHftqvvrO .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sCHftqvvrO .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-sCHftqvvrO .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-sCHftqvvrO .title {
  background: linear-gradient(to left, #ffffff, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-sCHftqvvrO .container {
  max-width: 1400px;
}
.cid-sCHftqvvrO li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-sCHftqvvrO .time {
  line-height: 2;
}
.cid-sCHftqvvrO .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sCHftqvvrO .text-wrap {
  width: 100%;
}
.cid-sCHftqvvrO .item-wrap {
  display: inline-block;
}
.cid-sCHftqvvrO .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sCHftqvvrO .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #ffffff, #0f1418);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sCHftqvvrO .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sCHftqvvrO .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sCHftqvvrO .socicon-wrap {
    margin: auto;
  }
}
.cid-sCHftqvvrO .mbr-text {
  color: #999999;
}
.cid-sCHftqvvrO .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-sCHftqvvrO .icon-title,
.cid-sCHftqvvrO .align-wrap {
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.cid-sCHftqvvrO .item-text,
.cid-sCHftqvvrO .item-icon {
  color: #999999;
}
.cid-sCHl8v43Nx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-sCHl8v43Nx nav.navbar {
  position: fixed;
}
.cid-sCHl8v43Nx .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-sCHl8v43Nx .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-sCHl8v43Nx .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-sCHl8v43Nx .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-sCHl8v43Nx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCHl8v43Nx .nav-link,
.cid-sCHl8v43Nx .dropdown-item {
  font-weight: 700;
}
.cid-sCHl8v43Nx .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #0f1418 0%, #0f1418 100%) !important;
}
.cid-sCHl8v43Nx .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-sCHl8v43Nx .container {
  display: flex;
  margin: auto;
}
.cid-sCHl8v43Nx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCHl8v43Nx .navbar-caption,
.cid-sCHl8v43Nx .dropdown-item {
  background-image: none;
}
.cid-sCHl8v43Nx .dropdown-menu,
.cid-sCHl8v43Nx .navbar.opened {
  background: #171e23 !important;
}
.cid-sCHl8v43Nx .nav-item:focus,
.cid-sCHl8v43Nx .nav-link:focus {
  outline: none;
}
.cid-sCHl8v43Nx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-sCHl8v43Nx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCHl8v43Nx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCHl8v43Nx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCHl8v43Nx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCHl8v43Nx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCHl8v43Nx .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #171e23;
}
.cid-sCHl8v43Nx .navbar.opened {
  transition: all 0.3s;
}
.cid-sCHl8v43Nx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCHl8v43Nx .navbar .navbar-logo img {
  width: auto;
}
.cid-sCHl8v43Nx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCHl8v43Nx .navbar.collapsed {
  justify-content: center;
}
.cid-sCHl8v43Nx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCHl8v43Nx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCHl8v43Nx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sCHl8v43Nx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCHl8v43Nx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCHl8v43Nx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCHl8v43Nx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCHl8v43Nx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCHl8v43Nx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCHl8v43Nx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCHl8v43Nx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCHl8v43Nx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCHl8v43Nx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCHl8v43Nx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCHl8v43Nx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCHl8v43Nx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCHl8v43Nx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCHl8v43Nx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCHl8v43Nx .navbar.navbar-short {
  min-height: 106px;
}
.cid-sCHl8v43Nx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCHl8v43Nx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCHl8v43Nx .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCHl8v43Nx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCHl8v43Nx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCHl8v43Nx .dropdown-item.active,
.cid-sCHl8v43Nx .dropdown-item:active {
  background-color: transparent;
}
.cid-sCHl8v43Nx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCHl8v43Nx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCHl8v43Nx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCHl8v43Nx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171e23;
}
.cid-sCHl8v43Nx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCHl8v43Nx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCHl8v43Nx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCHl8v43Nx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCHl8v43Nx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCHl8v43Nx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sCHl8v43Nx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCHl8v43Nx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCHl8v43Nx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCHl8v43Nx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCHl8v43Nx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCHl8v43Nx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCHl8v43Nx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCHl8v43Nx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCHl8v43Nx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCHl8v43Nx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCHl8v43Nx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCHl8v43Nx .navbar {
    height: 70px;
  }
  .cid-sCHl8v43Nx .navbar.opened {
    height: auto;
  }
  .cid-sCHl8v43Nx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCHl8v43Nx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sCHl8v43Nx .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sCHl8w7S4N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171e23;
}
.cid-sCHl8w7S4N .row {
  background: #ffffff;
  padding: 3rem 2rem;
  margin: 0rem;
}
@media (max-width: 767px) {
  .cid-sCHl8w7S4N .row {
    padding: 1rem 0rem;
  }
}
.cid-sCHl8w7S4N img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sCHl8w7S4N img {
    width: 100%;
  }
}
.cid-sCHl8w7S4N .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-sCHl8w7S4N .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-sCHl8w7S4N .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-sCHl8w7S4N ul {
  padding-left: 1.7rem!important;
}
.cid-sCHl8w7S4N .mbr-text,
.cid-sCHl8w7S4N .mbr-section-btn {
  color: #777777;
}
.cid-sCHl8w7S4N .mbr-section-subtitle {
  color: #777777;
}
.cid-sCHlQL53J5 {
  padding-top: 135px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #171e23;
}
.cid-sCHlQL53J5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sCHlQL53J5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCHlQL53J5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCHlQL53J5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sCHlQL53J5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #3d0505);
}
.cid-sCHlQL53J5 .icon-focus {
  display: none;
}
.cid-sCHlQL53J5 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sCHlQL53J5 ul {
  font-size: 0;
}
.cid-sCHlQL53J5 .mbr-gallery-filter-all {
  display: none !important;
}
.cid-sCHlQL53J5 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #d63d3d !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sCHlQL53J5 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sCHlQL53J5 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #0f1418, #ffffff);
}
.cid-sCHlQL53J5 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sCHlQL53J5 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sCHlQL53J5 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sCHlQL53J5 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sCHlQL53J5 .btn:hover {
  background: transparent !important;
}
.cid-sCHlQL53J5 .btn:hover:before {
  background: transparent !important;
}
.cid-sCHlQL53J5 .btn:before {
  background-color: transparent !important;
}
.cid-sCHlQL53J5 .btn:focus {
  box-shadow: none;
}
.cid-sCHlQL53J5 .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.cid-sCHl8yVCBH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #171e23;
}
.cid-sCHl8yVCBH .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sCHl8yVCBH .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-sCHl8yVCBH .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-sCHl8yVCBH .title {
  background: linear-gradient(to left, #ffffff, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-sCHl8yVCBH .container {
  max-width: 1400px;
}
.cid-sCHl8yVCBH li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-sCHl8yVCBH .time {
  line-height: 2;
}
.cid-sCHl8yVCBH .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sCHl8yVCBH .text-wrap {
  width: 100%;
}
.cid-sCHl8yVCBH .item-wrap {
  display: inline-block;
}
.cid-sCHl8yVCBH .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sCHl8yVCBH .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #ffffff, #0f1418);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sCHl8yVCBH .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sCHl8yVCBH .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sCHl8yVCBH .socicon-wrap {
    margin: auto;
  }
}
.cid-sCHl8yVCBH .mbr-text {
  color: #999999;
}
.cid-sCHl8yVCBH .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-sCHl8yVCBH .icon-title,
.cid-sCHl8yVCBH .align-wrap {
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.cid-sCHl8yVCBH .item-text,
.cid-sCHl8yVCBH .item-icon {
  color: #999999;
}
.cid-sCHn6wJyK9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-sCHn6wJyK9 nav.navbar {
  position: fixed;
}
.cid-sCHn6wJyK9 .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-sCHn6wJyK9 .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-sCHn6wJyK9 .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-sCHn6wJyK9 .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-sCHn6wJyK9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCHn6wJyK9 .nav-link,
.cid-sCHn6wJyK9 .dropdown-item {
  font-weight: 700;
}
.cid-sCHn6wJyK9 .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #0f1418 0%, #0f1418 100%) !important;
}
.cid-sCHn6wJyK9 .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-sCHn6wJyK9 .container {
  display: flex;
  margin: auto;
}
.cid-sCHn6wJyK9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCHn6wJyK9 .navbar-caption,
.cid-sCHn6wJyK9 .dropdown-item {
  background-image: none;
}
.cid-sCHn6wJyK9 .dropdown-menu,
.cid-sCHn6wJyK9 .navbar.opened {
  background: #171e23 !important;
}
.cid-sCHn6wJyK9 .nav-item:focus,
.cid-sCHn6wJyK9 .nav-link:focus {
  outline: none;
}
.cid-sCHn6wJyK9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-sCHn6wJyK9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCHn6wJyK9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCHn6wJyK9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCHn6wJyK9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCHn6wJyK9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCHn6wJyK9 .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #171e23;
}
.cid-sCHn6wJyK9 .navbar.opened {
  transition: all 0.3s;
}
.cid-sCHn6wJyK9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCHn6wJyK9 .navbar .navbar-logo img {
  width: auto;
}
.cid-sCHn6wJyK9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCHn6wJyK9 .navbar.collapsed {
  justify-content: center;
}
.cid-sCHn6wJyK9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCHn6wJyK9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCHn6wJyK9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sCHn6wJyK9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCHn6wJyK9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCHn6wJyK9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCHn6wJyK9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCHn6wJyK9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCHn6wJyK9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCHn6wJyK9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCHn6wJyK9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCHn6wJyK9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCHn6wJyK9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCHn6wJyK9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCHn6wJyK9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCHn6wJyK9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCHn6wJyK9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCHn6wJyK9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCHn6wJyK9 .navbar.navbar-short {
  min-height: 106px;
}
.cid-sCHn6wJyK9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCHn6wJyK9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCHn6wJyK9 .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCHn6wJyK9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCHn6wJyK9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCHn6wJyK9 .dropdown-item.active,
.cid-sCHn6wJyK9 .dropdown-item:active {
  background-color: transparent;
}
.cid-sCHn6wJyK9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCHn6wJyK9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCHn6wJyK9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCHn6wJyK9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171e23;
}
.cid-sCHn6wJyK9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCHn6wJyK9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCHn6wJyK9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCHn6wJyK9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCHn6wJyK9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCHn6wJyK9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sCHn6wJyK9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCHn6wJyK9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCHn6wJyK9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCHn6wJyK9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCHn6wJyK9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCHn6wJyK9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCHn6wJyK9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCHn6wJyK9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCHn6wJyK9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCHn6wJyK9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCHn6wJyK9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCHn6wJyK9 .navbar {
    height: 70px;
  }
  .cid-sCHn6wJyK9 .navbar.opened {
    height: auto;
  }
  .cid-sCHn6wJyK9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCHn6wJyK9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sCHn6wJyK9 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sCHn6xFpms {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171e23;
}
.cid-sCHn6xFpms .row {
  background: #ffffff;
  padding: 3rem 2rem;
  margin: 0rem;
}
@media (max-width: 767px) {
  .cid-sCHn6xFpms .row {
    padding: 1rem 0rem;
  }
}
.cid-sCHn6xFpms img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sCHn6xFpms img {
    width: 100%;
  }
}
.cid-sCHn6xFpms .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-sCHn6xFpms .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-sCHn6xFpms .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-sCHn6xFpms ul {
  padding-left: 1.7rem!important;
}
.cid-sCHn6xFpms .mbr-text,
.cid-sCHn6xFpms .mbr-section-btn {
  color: #777777;
}
.cid-sCHn6xFpms .mbr-section-subtitle {
  color: #777777;
}
.cid-sCHn6yadrY {
  padding-top: 135px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #171e23;
}
.cid-sCHn6yadrY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sCHn6yadrY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCHn6yadrY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCHn6yadrY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sCHn6yadrY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #3d0505);
}
.cid-sCHn6yadrY .icon-focus {
  display: none;
}
.cid-sCHn6yadrY .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sCHn6yadrY ul {
  font-size: 0;
}
.cid-sCHn6yadrY .mbr-gallery-filter-all {
  display: none !important;
}
.cid-sCHn6yadrY .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #d63d3d !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sCHn6yadrY .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sCHn6yadrY .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #0f1418, #ffffff);
}
.cid-sCHn6yadrY .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sCHn6yadrY .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sCHn6yadrY .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sCHn6yadrY .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sCHn6yadrY .btn:hover {
  background: transparent !important;
}
.cid-sCHn6yadrY .btn:hover:before {
  background: transparent !important;
}
.cid-sCHn6yadrY .btn:before {
  background-color: transparent !important;
}
.cid-sCHn6yadrY .btn:focus {
  box-shadow: none;
}
.cid-sCHn6yadrY .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.cid-sCHn6AE2jl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #171e23;
}
.cid-sCHn6AE2jl .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sCHn6AE2jl .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-sCHn6AE2jl .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-sCHn6AE2jl .title {
  background: linear-gradient(to left, #ffffff, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-sCHn6AE2jl .container {
  max-width: 1400px;
}
.cid-sCHn6AE2jl li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-sCHn6AE2jl .time {
  line-height: 2;
}
.cid-sCHn6AE2jl .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sCHn6AE2jl .text-wrap {
  width: 100%;
}
.cid-sCHn6AE2jl .item-wrap {
  display: inline-block;
}
.cid-sCHn6AE2jl .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sCHn6AE2jl .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #ffffff, #0f1418);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sCHn6AE2jl .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sCHn6AE2jl .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sCHn6AE2jl .socicon-wrap {
    margin: auto;
  }
}
.cid-sCHn6AE2jl .mbr-text {
  color: #999999;
}
.cid-sCHn6AE2jl .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-sCHn6AE2jl .icon-title,
.cid-sCHn6AE2jl .align-wrap {
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.cid-sCHn6AE2jl .item-text,
.cid-sCHn6AE2jl .item-icon {
  color: #999999;
}
.cid-sCLvtlcXfm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-sCLvtlcXfm nav.navbar {
  position: fixed;
}
.cid-sCLvtlcXfm .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-sCLvtlcXfm .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-sCLvtlcXfm .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-sCLvtlcXfm .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-sCLvtlcXfm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCLvtlcXfm .nav-link,
.cid-sCLvtlcXfm .dropdown-item {
  font-weight: 700;
}
.cid-sCLvtlcXfm .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #0f1418 0%, #0f1418 100%) !important;
}
.cid-sCLvtlcXfm .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-sCLvtlcXfm .container {
  display: flex;
  margin: auto;
}
.cid-sCLvtlcXfm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCLvtlcXfm .navbar-caption,
.cid-sCLvtlcXfm .dropdown-item {
  background-image: none;
}
.cid-sCLvtlcXfm .dropdown-menu,
.cid-sCLvtlcXfm .navbar.opened {
  background: #171e23 !important;
}
.cid-sCLvtlcXfm .nav-item:focus,
.cid-sCLvtlcXfm .nav-link:focus {
  outline: none;
}
.cid-sCLvtlcXfm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-sCLvtlcXfm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCLvtlcXfm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCLvtlcXfm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCLvtlcXfm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCLvtlcXfm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCLvtlcXfm .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #171e23;
}
.cid-sCLvtlcXfm .navbar.opened {
  transition: all 0.3s;
}
.cid-sCLvtlcXfm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCLvtlcXfm .navbar .navbar-logo img {
  width: auto;
}
.cid-sCLvtlcXfm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCLvtlcXfm .navbar.collapsed {
  justify-content: center;
}
.cid-sCLvtlcXfm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCLvtlcXfm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCLvtlcXfm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sCLvtlcXfm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCLvtlcXfm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCLvtlcXfm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCLvtlcXfm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCLvtlcXfm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCLvtlcXfm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCLvtlcXfm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCLvtlcXfm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCLvtlcXfm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCLvtlcXfm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCLvtlcXfm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCLvtlcXfm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCLvtlcXfm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCLvtlcXfm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCLvtlcXfm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCLvtlcXfm .navbar.navbar-short {
  min-height: 106px;
}
.cid-sCLvtlcXfm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCLvtlcXfm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCLvtlcXfm .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCLvtlcXfm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCLvtlcXfm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCLvtlcXfm .dropdown-item.active,
.cid-sCLvtlcXfm .dropdown-item:active {
  background-color: transparent;
}
.cid-sCLvtlcXfm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCLvtlcXfm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCLvtlcXfm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCLvtlcXfm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171e23;
}
.cid-sCLvtlcXfm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCLvtlcXfm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCLvtlcXfm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCLvtlcXfm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCLvtlcXfm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCLvtlcXfm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sCLvtlcXfm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCLvtlcXfm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCLvtlcXfm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCLvtlcXfm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCLvtlcXfm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCLvtlcXfm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCLvtlcXfm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCLvtlcXfm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCLvtlcXfm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCLvtlcXfm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCLvtlcXfm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCLvtlcXfm .navbar {
    height: 70px;
  }
  .cid-sCLvtlcXfm .navbar.opened {
    height: auto;
  }
  .cid-sCLvtlcXfm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCLvtlcXfm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sCLvtlcXfm .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sCLwePqovz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/3642-500x375-500x375.jpg");
}
.cid-sCLwePqovz .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sCLwePqovz .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sCLwePqovz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sCLwePqovz .image-wrapper {
    margin-left: 4rem;
  }
  .cid-sCLwePqovz .text-wrapper {
    margin-left: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-sCLwePqovz .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-sCLwePqovz .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sCLwePqovz .mbr-section-title {
  color: #ffffff;
}
.cid-sCLwePqovz .mbr-text,
.cid-sCLwePqovz .mbr-section-btn {
  color: #ffffff;
}
.cid-sCLx182WQS {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #171e23;
}
.cid-sCLx182WQS .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-sCLx182WQS .row {
    padding: 1rem 0rem;
  }
}
.cid-sCLx182WQS img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sCLx182WQS img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sCLx182WQS .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-sCLx182WQS .mbr-text,
.cid-sCLx182WQS .mbr-section-btn {
  color: #0f1418;
}
.cid-sCLx182WQS .mbr-section-subtitle {
  color: #14191e;
}
.cid-sCLx182WQS .mbr-section-title {
  text-align: left;
}
.cid-sCLy75Zd90 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #171e23;
}
.cid-sCLy75Zd90 .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-sCLy75Zd90 .row {
    padding: 1rem 0rem;
  }
}
.cid-sCLy75Zd90 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sCLy75Zd90 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sCLy75Zd90 .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-sCLy75Zd90 .mbr-text,
.cid-sCLy75Zd90 .mbr-section-btn {
  color: #0f1418;
}
.cid-sCLy75Zd90 .mbr-section-subtitle {
  color: #14191e;
}
.cid-sLJ1afPcmQ {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #171e23;
}
.cid-sLJ1afPcmQ .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-sLJ1afPcmQ .row {
    padding: 1rem 0rem;
  }
}
.cid-sLJ1afPcmQ img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sLJ1afPcmQ img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sLJ1afPcmQ .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-sLJ1afPcmQ .mbr-text,
.cid-sLJ1afPcmQ .mbr-section-btn {
  color: #0f1418;
}
.cid-sLJ1afPcmQ .mbr-section-subtitle {
  color: #14191e;
}
.cid-sLJ1afPcmQ .mbr-section-title {
  text-align: left;
}
.cid-sDhsutpRsu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #171e23;
}
.cid-sDhsutpRsu .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-sDhsutpRsu .row {
    padding: 1rem 0rem;
  }
}
.cid-sDhsutpRsu img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sDhsutpRsu img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sDhsutpRsu .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-sDhsutpRsu .mbr-text,
.cid-sDhsutpRsu .mbr-section-btn {
  color: #0f1418;
}
.cid-sDhsutpRsu .mbr-section-subtitle {
  color: #14191e;
}
.cid-sDhsutpRsu .mbr-section-title {
  text-align: left;
}
.cid-sDhvZ2etgn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #171e23;
}
.cid-sDhvZ2etgn .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-sDhvZ2etgn .row {
    padding: 1rem 0rem;
  }
}
.cid-sDhvZ2etgn img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sDhvZ2etgn img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sDhvZ2etgn .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-sDhvZ2etgn .mbr-text,
.cid-sDhvZ2etgn .mbr-section-btn {
  color: #0f1418;
}
.cid-sDhvZ2etgn .mbr-section-subtitle {
  color: #14191e;
}
.cid-sDhvZ2etgn .mbr-section-title {
  text-align: left;
}
.cid-sJh0NcTCRO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #171e23;
}
.cid-sJh0NcTCRO .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-sJh0NcTCRO .row {
    padding: 1rem 0rem;
  }
}
.cid-sJh0NcTCRO img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sJh0NcTCRO img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sJh0NcTCRO .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-sJh0NcTCRO .mbr-text,
.cid-sJh0NcTCRO .mbr-section-btn {
  color: #0f1418;
}
.cid-sJh0NcTCRO .mbr-section-subtitle {
  color: #14191e;
}
.cid-sJh0NcTCRO .mbr-section-title {
  text-align: left;
}
.cid-sCLvtoaLsu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #171e23;
}
.cid-sCLvtoaLsu .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sCLvtoaLsu .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-sCLvtoaLsu .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-sCLvtoaLsu .title {
  background: linear-gradient(to left, #ffffff, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-sCLvtoaLsu .container {
  max-width: 1400px;
}
.cid-sCLvtoaLsu li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-sCLvtoaLsu .time {
  line-height: 2;
}
.cid-sCLvtoaLsu .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sCLvtoaLsu .text-wrap {
  width: 100%;
}
.cid-sCLvtoaLsu .item-wrap {
  display: inline-block;
}
.cid-sCLvtoaLsu .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sCLvtoaLsu .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #ffffff, #0f1418);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sCLvtoaLsu .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sCLvtoaLsu .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sCLvtoaLsu .socicon-wrap {
    margin: auto;
  }
}
.cid-sCLvtoaLsu .mbr-text {
  color: #999999;
}
.cid-sCLvtoaLsu .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-sCLvtoaLsu .icon-title,
.cid-sCLvtoaLsu .align-wrap {
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.cid-sCLvtoaLsu .item-text,
.cid-sCLvtoaLsu .item-icon {
  color: #999999;
}
.cid-sCLzqvx1j2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-sCLzqvx1j2 nav.navbar {
  position: fixed;
}
.cid-sCLzqvx1j2 .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-sCLzqvx1j2 .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-sCLzqvx1j2 .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-sCLzqvx1j2 .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-sCLzqvx1j2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCLzqvx1j2 .nav-link,
.cid-sCLzqvx1j2 .dropdown-item {
  font-weight: 700;
}
.cid-sCLzqvx1j2 .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #0f1418 0%, #0f1418 100%) !important;
}
.cid-sCLzqvx1j2 .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-sCLzqvx1j2 .container {
  display: flex;
  margin: auto;
}
.cid-sCLzqvx1j2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCLzqvx1j2 .navbar-caption,
.cid-sCLzqvx1j2 .dropdown-item {
  background-image: none;
}
.cid-sCLzqvx1j2 .dropdown-menu,
.cid-sCLzqvx1j2 .navbar.opened {
  background: #171e23 !important;
}
.cid-sCLzqvx1j2 .nav-item:focus,
.cid-sCLzqvx1j2 .nav-link:focus {
  outline: none;
}
.cid-sCLzqvx1j2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-sCLzqvx1j2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCLzqvx1j2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCLzqvx1j2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCLzqvx1j2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCLzqvx1j2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCLzqvx1j2 .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #171e23;
}
.cid-sCLzqvx1j2 .navbar.opened {
  transition: all 0.3s;
}
.cid-sCLzqvx1j2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCLzqvx1j2 .navbar .navbar-logo img {
  width: auto;
}
.cid-sCLzqvx1j2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCLzqvx1j2 .navbar.collapsed {
  justify-content: center;
}
.cid-sCLzqvx1j2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCLzqvx1j2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCLzqvx1j2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sCLzqvx1j2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCLzqvx1j2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCLzqvx1j2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCLzqvx1j2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCLzqvx1j2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCLzqvx1j2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCLzqvx1j2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCLzqvx1j2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCLzqvx1j2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCLzqvx1j2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCLzqvx1j2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCLzqvx1j2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCLzqvx1j2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCLzqvx1j2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCLzqvx1j2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCLzqvx1j2 .navbar.navbar-short {
  min-height: 106px;
}
.cid-sCLzqvx1j2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCLzqvx1j2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCLzqvx1j2 .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCLzqvx1j2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCLzqvx1j2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCLzqvx1j2 .dropdown-item.active,
.cid-sCLzqvx1j2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sCLzqvx1j2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCLzqvx1j2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCLzqvx1j2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCLzqvx1j2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171e23;
}
.cid-sCLzqvx1j2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCLzqvx1j2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCLzqvx1j2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCLzqvx1j2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCLzqvx1j2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCLzqvx1j2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sCLzqvx1j2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCLzqvx1j2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCLzqvx1j2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCLzqvx1j2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCLzqvx1j2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCLzqvx1j2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCLzqvx1j2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCLzqvx1j2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCLzqvx1j2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCLzqvx1j2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCLzqvx1j2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCLzqvx1j2 .navbar {
    height: 70px;
  }
  .cid-sCLzqvx1j2 .navbar.opened {
    height: auto;
  }
  .cid-sCLzqvx1j2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCLzqvx1j2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sCLzqvx1j2 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sCLzqwy4K7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/862-1600x1200.jpg");
}
.cid-sCLzqwy4K7 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sCLzqwy4K7 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sCLzqwy4K7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sCLzqwy4K7 .image-wrapper {
    margin-left: 4rem;
  }
  .cid-sCLzqwy4K7 .text-wrapper {
    margin-left: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-sCLzqwy4K7 .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-sCLzqwy4K7 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sCLzqwy4K7 .mbr-section-title {
  color: #ffffff;
}
.cid-sCLzqwy4K7 .mbr-text,
.cid-sCLzqwy4K7 .mbr-section-btn {
  color: #ffffff;
}
#custom-html-1a {
  background-color: #171e23;
}
.cid-sCLzqxHnBB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #171e23;
}
.cid-sCLzqxHnBB .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sCLzqxHnBB .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-sCLzqxHnBB .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-sCLzqxHnBB .title {
  background: linear-gradient(to left, #ffffff, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-sCLzqxHnBB .container {
  max-width: 1400px;
}
.cid-sCLzqxHnBB li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-sCLzqxHnBB .time {
  line-height: 2;
}
.cid-sCLzqxHnBB .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sCLzqxHnBB .text-wrap {
  width: 100%;
}
.cid-sCLzqxHnBB .item-wrap {
  display: inline-block;
}
.cid-sCLzqxHnBB .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sCLzqxHnBB .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #ffffff, #0f1418);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sCLzqxHnBB .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sCLzqxHnBB .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sCLzqxHnBB .socicon-wrap {
    margin: auto;
  }
}
.cid-sCLzqxHnBB .mbr-text {
  color: #999999;
}
.cid-sCLzqxHnBB .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-sCLzqxHnBB .icon-title,
.cid-sCLzqxHnBB .align-wrap {
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.cid-sCLzqxHnBB .item-text,
.cid-sCLzqxHnBB .item-icon {
  color: #999999;
}
.cid-uBbCsGujZS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-uBbCsGujZS nav.navbar {
  position: fixed;
}
.cid-uBbCsGujZS .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-uBbCsGujZS .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-uBbCsGujZS .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-uBbCsGujZS .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-uBbCsGujZS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBbCsGujZS .nav-link,
.cid-uBbCsGujZS .dropdown-item {
  font-weight: 700;
}
.cid-uBbCsGujZS .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #0f1418 0%, #0f1418 100%) !important;
}
.cid-uBbCsGujZS .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-uBbCsGujZS .container {
  display: flex;
  margin: auto;
}
.cid-uBbCsGujZS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBbCsGujZS .navbar-caption,
.cid-uBbCsGujZS .dropdown-item {
  background-image: none;
}
.cid-uBbCsGujZS .dropdown-menu,
.cid-uBbCsGujZS .navbar.opened {
  background: #171e23 !important;
}
.cid-uBbCsGujZS .nav-item:focus,
.cid-uBbCsGujZS .nav-link:focus {
  outline: none;
}
.cid-uBbCsGujZS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-uBbCsGujZS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBbCsGujZS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBbCsGujZS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBbCsGujZS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBbCsGujZS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBbCsGujZS .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #171e23;
}
.cid-uBbCsGujZS .navbar.opened {
  transition: all 0.3s;
}
.cid-uBbCsGujZS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBbCsGujZS .navbar .navbar-logo img {
  width: auto;
}
.cid-uBbCsGujZS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBbCsGujZS .navbar.collapsed {
  justify-content: center;
}
.cid-uBbCsGujZS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBbCsGujZS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBbCsGujZS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-uBbCsGujZS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBbCsGujZS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBbCsGujZS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBbCsGujZS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBbCsGujZS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBbCsGujZS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBbCsGujZS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBbCsGujZS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBbCsGujZS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBbCsGujZS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBbCsGujZS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBbCsGujZS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBbCsGujZS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBbCsGujZS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBbCsGujZS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBbCsGujZS .navbar.navbar-short {
  min-height: 106px;
}
.cid-uBbCsGujZS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBbCsGujZS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBbCsGujZS .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBbCsGujZS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBbCsGujZS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBbCsGujZS .dropdown-item.active,
.cid-uBbCsGujZS .dropdown-item:active {
  background-color: transparent;
}
.cid-uBbCsGujZS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBbCsGujZS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBbCsGujZS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBbCsGujZS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171e23;
}
.cid-uBbCsGujZS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBbCsGujZS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBbCsGujZS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBbCsGujZS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBbCsGujZS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBbCsGujZS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBbCsGujZS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBbCsGujZS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBbCsGujZS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBbCsGujZS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBbCsGujZS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBbCsGujZS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBbCsGujZS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBbCsGujZS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBbCsGujZS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBbCsGujZS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBbCsGujZS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBbCsGujZS .navbar {
    height: 70px;
  }
  .cid-uBbCsGujZS .navbar.opened {
    height: auto;
  }
  .cid-uBbCsGujZS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBbCsGujZS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uBbCsGujZS .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uBbCsGUnQW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171e23;
}
.cid-uBbCsGUnQW .row {
  background: #ffffff;
  padding: 3rem 2rem;
  margin: 0rem;
}
@media (max-width: 767px) {
  .cid-uBbCsGUnQW .row {
    padding: 1rem 0rem;
  }
}
.cid-uBbCsGUnQW img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uBbCsGUnQW img {
    width: 100%;
  }
}
.cid-uBbCsGUnQW .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-uBbCsGUnQW .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uBbCsGUnQW .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uBbCsGUnQW ul {
  padding-left: 1.7rem!important;
}
.cid-uBbCsGUnQW .mbr-text,
.cid-uBbCsGUnQW .mbr-section-btn {
  color: #777777;
}
.cid-uBbCsGUnQW .mbr-section-subtitle {
  color: #777777;
}
.cid-uBbDLseFec {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171e23;
  position: relative;
  overflow: hidden;
}
.cid-uBbDLseFec .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uBbDLseFec .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 224px;
  max-width: 224px;
}
@media (max-width: 767px) {
  .cid-uBbDLseFec .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uBbDLseFec .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
  height: 280px;
}
.cid-uBbDLseFec .embla__slide:nth-child(3n) .slide-content .item-wrapper .item-img img {
  height: 330px;
}
.cid-uBbDLseFec .embla__slide .slide-content {
  width: 100%;
}
.cid-uBbDLseFec .embla__slide .slide-content .item-wrapper .item-img img {
  height: 170px;
  width: 100%;
  object-fit: cover;
  border: 1px solid #150764;
}
.cid-uBbDLseFec .embla__button--next,
.cid-uBbDLseFec .embla__button--prev {
  display: flex;
}
.cid-uBbDLseFec .embla__button {
  bottom: 0;
  width: 54px;
  height: 43px;
  font-size: 16px;
  background-color: #ffffff !important;
  color: #150764 !important;
  border: 2px solid #150764 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: 4px 3px #150764;
  display: none;
}
.cid-uBbDLseFec .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBbDLseFec .embla__button:hover {
  background-color: #4188ff !important;
}
.cid-uBbDLseFec .embla__button.embla__button--prev {
  right: 100px;
}
@media (max-width: 992px) {
  .cid-uBbDLseFec .embla__button.embla__button--prev {
    right: 80px;
  }
}
.cid-uBbDLseFec .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-uBbDLseFec .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uBbDLseFec .embla {
  position: relative;
  width: 100%;
}
.cid-uBbDLseFec .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uBbDLseFec .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBbDLseFec .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBbDLseFec .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBbDLseFec .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBbCsIEplS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #171e23;
}
.cid-uBbCsIEplS .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uBbCsIEplS .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uBbCsIEplS .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uBbCsIEplS .title {
  background: linear-gradient(to left, #ffffff, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-uBbCsIEplS .container {
  max-width: 1400px;
}
.cid-uBbCsIEplS li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uBbCsIEplS .time {
  line-height: 2;
}
.cid-uBbCsIEplS .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uBbCsIEplS .text-wrap {
  width: 100%;
}
.cid-uBbCsIEplS .item-wrap {
  display: inline-block;
}
.cid-uBbCsIEplS .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uBbCsIEplS .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #ffffff, #0f1418);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uBbCsIEplS .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uBbCsIEplS .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBbCsIEplS .socicon-wrap {
    margin: auto;
  }
}
.cid-uBbCsIEplS .mbr-text {
  color: #999999;
}
.cid-uBbCsIEplS .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uBbCsIEplS .icon-title,
.cid-uBbCsIEplS .align-wrap {
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.cid-uBbCsIEplS .item-text,
.cid-uBbCsIEplS .item-icon {
  color: #999999;
}
