body {
  font-family: Lato;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 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: #b3282b !important;
}
.bg-success {
  background-color: #d65f5f !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #b3282b !important;
}
.bg-danger {
  background-color: #656565 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #b3282b !important;
  border-color: #b3282b !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #741a1c !important;
  border-color: #741a1c !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #741a1c !important;
  border-color: #741a1c !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #b3282b !important;
  border-color: #b3282b !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #741a1c !important;
  border-color: #741a1c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #741a1c !important;
  border-color: #741a1c !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #d65f5f !important;
  border-color: #d65f5f !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #b92f2f !important;
  border-color: #b92f2f !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b92f2f !important;
  border-color: #b92f2f !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #b3282b !important;
  border-color: #b3282b !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #741a1c !important;
  border-color: #741a1c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #741a1c !important;
  border-color: #741a1c !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #656565 !important;
  border-color: #656565 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #3f3f3f !important;
  border-color: #3f3f3f !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #3f3f3f !important;
  border-color: #3f3f3f !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: #601517;
  color: #601517;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #b3282b;
  border-color: #b3282b;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b3282b !important;
  border-color: #b3282b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #601517;
  color: #601517;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #b3282b;
  border-color: #b3282b;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b3282b !important;
  border-color: #b3282b !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #a52a2a;
  color: #a52a2a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #d65f5f;
  border-color: #d65f5f;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #d65f5f !important;
  border-color: #d65f5f !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #601517;
  color: #601517;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #b3282b;
  border-color: #b3282b;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b3282b !important;
  border-color: #b3282b !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #323232;
  color: #323232;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #656565;
  border-color: #656565;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #656565 !important;
  border-color: #656565 !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: #b3282b !important;
}
.text-secondary {
  color: #b3282b !important;
}
.text-success {
  color: #d65f5f !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #b3282b !important;
}
.text-danger {
  color: #656565 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #601517 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #601517 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #a52a2a !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #601517 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #323232 !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: #ffffff;
}
.alert-warning {
  background-color: #b3282b;
}
.alert-danger {
  background-color: #656565;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b3282b;
  border-color: #b3282b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b3282b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e1797c;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e1797c;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a5a5a5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #b3282b;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.btn-primary-outline-2 {
  border: none;
  color: #b3282b;
}
.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: #b3282b;
}
.btn-primary-outline-2:focus {
  background-color: inherit;
  color: #b3282b;
}
.btn-primary-outline-2:active {
  background-color: inherit;
  color: #b3282b;
}
.btn-primary-outline-2:hover .mbr-iconfont-btn {
  margin-left: 8px;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b3282b;
  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: #b3282b;
  border-bottom-color: #b3282b;
}
.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: #b3282b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #b3282b !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='%23b3282b' %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-rzMX8LxWYf .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 50px;
}
.cid-rzMX8LxWYf .navbar-fixed-top {
  padding-top: 0;
}
.cid-rzMX8LxWYf .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rzMX8LxWYf .dropdown-item {
  padding: 0;
}
.cid-rzMX8LxWYf .dropdown-menu {
  border: 0px solid lightgray;
  background: #b3282b !important;
}
.cid-rzMX8LxWYf .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rzMX8LxWYf .menu-bottom {
  margin: auto;
  width: 100%;
  background: #b3282b;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzMX8LxWYf .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rzMX8LxWYf a {
  font-style: normal;
}
.cid-rzMX8LxWYf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rzMX8LxWYf .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-rzMX8LxWYf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzMX8LxWYf .content-text {
  margin-bottom: 0;
}
.cid-rzMX8LxWYf .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rzMX8LxWYf .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #b3282b;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rzMX8LxWYf .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rzMX8LxWYf .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rzMX8LxWYf .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rzMX8LxWYf .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rzMX8LxWYf .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rzMX8LxWYf .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rzMX8LxWYf .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzMX8LxWYf .nav-dropdown .link {
  font-weight: 400;
}
.cid-rzMX8LxWYf .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rzMX8LxWYf .content-right-side {
  text-align: center;
}
.cid-rzMX8LxWYf .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rzMX8LxWYf .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rzMX8LxWYf .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rzMX8LxWYf .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-rzMX8LxWYf .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzMX8LxWYf .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rzMX8LxWYf .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rzMX8LxWYf .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rzMX8LxWYf .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rzMX8LxWYf .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rzMX8LxWYf .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-rzMX8LxWYf .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rzMX8LxWYf .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-rzMX8LxWYf .navbar {
    display: block;
    padding: 0;
  }
  .cid-rzMX8LxWYf .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rzMX8LxWYf .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-rzMX8LxWYf .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rzMX8LxWYf .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rzMX8LxWYf .navbar-toggler {
    display: none;
  }
  .cid-rzMX8LxWYf .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rzMX8LxWYf .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rzMX8LxWYf .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzMX8LxWYf .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rzMX8LxWYf .menu-logo {
  margin-right: auto;
}
.cid-rzMX8LxWYf .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzMX8LxWYf .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rzMX8LxWYf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rzMX8LxWYf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rzMX8LxWYf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rzMX8LxWYf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rzMX8LxWYf .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rzMX8LxWYf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rzMX8LxWYf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzMX8LxWYf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rzMX8LxWYf .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rzMX8LxWYf .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rzMX8LxWYf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzMX8LxWYf .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-rzMX8LxWYf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rzMX8LxWYf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rzMX8LxWYf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzMX8LxWYf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rzMX8LxWYf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzMX8LxWYf .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rzMX8LxWYf .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rzMX8LxWYf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rzMX8LxWYf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rzMX8LxWYf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rzMX8LxWYf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rzMX8LxWYf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzMX8LxWYf button.navbar-toggler:focus {
  outline: none;
}
.cid-rzMX8LxWYf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rzMX8LxWYf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rzMX8LxWYf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMX8LxWYf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMX8LxWYf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rzMX8LxWYf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMX8LxWYf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rzMX8LxWYf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rzMX8LxWYf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMX8LxWYf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rzMX8LxWYf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rzMX8LxWYf .collapsed .btn {
  display: flex;
}
.cid-rzMX8LxWYf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rzMX8LxWYf .collapsed .navbar-collapse.collapsing,
.cid-rzMX8LxWYf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rzMX8LxWYf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rzMX8LxWYf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rzMX8LxWYf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rzMX8LxWYf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rzMX8LxWYf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rzMX8LxWYf .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rzMX8LxWYf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rzMX8LxWYf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rzMX8LxWYf .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rzMX8LxWYf .collapsed button.navbar-toggler {
  display: block;
}
.cid-rzMX8LxWYf .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rzMX8LxWYf .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rzMX8LxWYf .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rzMX8LxWYf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rzMX8LxWYf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rzMX8LxWYf .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rzMX8LxWYf .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rzMX8LxWYf .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rzMX8LxWYf .navbar-collapse.collapsing,
  .cid-rzMX8LxWYf .navbar-collapse.show {
    display: block !important;
  }
  .cid-rzMX8LxWYf .navbar-collapse.collapsing .navbar-nav,
  .cid-rzMX8LxWYf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rzMX8LxWYf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rzMX8LxWYf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rzMX8LxWYf .navbar-collapse.collapsing .navbar-buttons,
  .cid-rzMX8LxWYf .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rzMX8LxWYf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rzMX8LxWYf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rzMX8LxWYf .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rzMX8LxWYf img {
    height: 3.8rem !important;
  }
  .cid-rzMX8LxWYf .btn {
    display: flex;
  }
  .cid-rzMX8LxWYf button.navbar-toggler {
    display: block;
  }
  .cid-rzMX8LxWYf .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rzMX8LxWYf .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rzMX8LxWYf .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rzMX8LxWYf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rzMX8LxWYf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rzMX8LxWYf .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rzMX8LxWYf .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rzMX8LxWYf .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rzMX8LxWYf .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rzMX8LxWYf .nav-link:focus {
  outline: none;
}
.cid-rzMX8LxWYf .navbar-toggler {
  position: relative;
}
.cid-rzMX8LxWYf .dropdown-item.active,
.cid-rzMX8LxWYf .dropdown-item:active {
  background: #b3282b;
  color: initial;
}
.cid-rzMX8LxWYf .widget-title,
.cid-rzMX8LxWYf .widget-icon {
  color: #ffffff;
}
.cid-rzMX8LxWYf .widget-text {
  color: #ffffff;
}
.cid-rzMX8WuZA0 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/servicio-4000-horas-compresor-de-aire-kaeser-modelo-asd-32-1200x1599.jpg");
}
.cid-rzMX8WuZA0 .mbr-section-title {
  text-align: center;
}
.cid-rzMX8WuZA0 .mbr-text,
.cid-rzMX8WuZA0 .mbr-section-btn {
  text-align: center;
}
.cid-tRh1sVGkJt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-tRh1sVGkJt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRh1sVGkJt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRh1sVGkJt .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
}
.cid-tRh1sVGkJt .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-tRh1sVGkJt .col-img {
    width: 100%;
  }
}
.cid-tRh1sVGkJt .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-tRh1sVGkJt .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-tRh1sVGkJt .image-wrapper {
    border-radius: 12px;
  }
}
.cid-tRh1sVGkJt .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-tRh1sVGkJt .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-tRh1sVGkJt .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-tRh1sVGkJt .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-tRh1sVGkJt .col-text {
  display: flex;
  align-items: center;
  width: 1%;
  flex-grow: 1;
}
.cid-tRh1sVGkJt .card-title {
  color: #e3ebf3;
}
.cid-tRh1sVGkJt .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-tRh1sVGkJt .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tRh1sVGkJt .mbr-text {
    margin-top: 12px;
  }
}
.cid-tRh1sVGkJt .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-tRh1sVGkJt .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tRh1sVGkJt .mbr-text,
.cid-tRh1sVGkJt .mbr-section-btn {
  color: #ffffff;
}
.cid-tRh1sVGkJt .seccion-texto-inicio {
  margin-top: 40px;
}
.cid-tRh1sVGkJt .seccion-texto-inicio p {
  display: inline;
}
.cid-tRh1sVGkJt .seccion-texto-inicio h1 {
  display: inline;
}
.cid-tSvvo3OsBL {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tSvvo3OsBL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSvvo3OsBL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 575px) {
  .cid-tSvvo3OsBL .row > [class*="col"] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tSvvo3OsBL .mbr-section-head {
  margin-bottom: 10px;
  width: 100%;
}
.cid-tSvvo3OsBL .mbr-section-title {
  color: #b3282b;
}
.cid-tSvvo3OsBL .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tSvvo3OsBL .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tSvvo3OsBL .card-row {
  align-items: stretch;
}
.cid-tSvvo3OsBL .card {
  margin-top: 30px;
}
.cid-tSvvo3OsBL .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #b3282b, #dc7e7e);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
}
.cid-tSvvo3OsBL .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tSvvo3OsBL .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #b3282b, #b3282b);
  opacity: 0;
  transition: .5s all;
}
.cid-tSvvo3OsBL .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-tSvvo3OsBL .item-img {
  height: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 30px;
  width: 100%;
}
.cid-tSvvo3OsBL .item-img img {
  width: auto;
  max-height: 85px;
  max-width: 100%;
  object-fit: contain;
}
.cid-tSvvo3OsBL .text-item {
  padding: 16px;
  width: 100%;
  border-top: 1px solid #ffffff;
}
.cid-tSvvo3OsBL .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tSvvo3OsBL .card-title a {
  transition: 0.4s all;
}
.cid-tSvvo3OsBL .card-title a:hover {
  color: #b3282b !important;
}
.cid-tSvvo3OsBL div b h1.card-title {
  font-weight: 700!important;
}
.cid-tSvvo3OsBL div strong h1.card-title {
  font-weight: 700!important;
}
.cid-tRg8NY2G1F {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/plain-black-background-02fh7564l8qq4m6d-1-1920x1080.jpeg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-tRg8NY2G1F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRg8NY2G1F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRg8NY2G1F .container {
  max-width: 1260px;
}
@media (max-width: 1199px) {
  .cid-tRg8NY2G1F .container {
    max-width: 960px;
  }
}
@media (max-width: 767px) {
  .cid-tRg8NY2G1F .container {
    max-width: 540px;
  }
}
.cid-tRg8NY2G1F .logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.cid-tRg8NY2G1F .logo-container img {
  width: 80px;
  height: auto;
  object-fit: cover;
}
.cid-tRg8NY2G1F .mbr-section-title {
  color: #b3282b;
}
.cid-tRg8NY2G1F .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
.cid-tRg8NY2G1F .mbr-text {
  color: #878e99;
  margin-top: 20px;
}
.cid-tRg8NY2G1F .mbr-section-btn {
  margin-top: 25px;
}
.cid-tRg8NY2G1F .mbr-text,
.cid-tRg8NY2G1F .mbr-section-btn {
  color: #ffffff;
}
.cid-tRgaTa65uV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/plain-black-background-02fh7564l8qq4m6d-1920x1080.jpeg");
}
.cid-tRgaTa65uV .mbr-overlay {
  background: #212428;
  opacity: 0.7;
}
.cid-tRgaTa65uV .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-tRgaTa65uV .mbr-section-head {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-tRgaTa65uV .mbr-section-head {
    margin-bottom: 35px;
  }
}
.cid-tRgaTa65uV .mbr-section-title {
  color: #131313;
}
.cid-tRgaTa65uV .mbr-section-subtitle {
  margin-top: 16px;
  color: #131313;
}
.cid-tRgaTa65uV .items-row {
  column-gap: 120px;
}
@media (min-width: 992px) {
  .cid-tRgaTa65uV .items-row {
    margin: 0 !important;
  }
}
.cid-tRgaTa65uV .item {
  margin-bottom: 80px;
  width: calc(50% - 60px);
}
@media (min-width: 992px) {
  .cid-tRgaTa65uV .item {
    padding: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tRgaTa65uV .item {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tRgaTa65uV .item {
    margin-bottom: 40px;
  }
}
.cid-tRgaTa65uV .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.cid-tRgaTa65uV .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tRgaTa65uV .item-content {
  margin-top: 40px;
}
@media (max-width: 1439px) {
  .cid-tRgaTa65uV .item-content {
    margin-top: 20px;
  }
}
.cid-tRgaTa65uV .item-title {
  color: #ffffff;
}
.cid-tRgaTa65uV .mbr-text {
  margin-top: 14px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tRgaTa65uV .mbr-text {
    margin-top: 8px;
  }
}
.cid-tRgaTa65uV .mbr-section-btn {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .cid-tRgaTa65uV .mbr-section-btn {
    margin-top: 4px;
  }
}
.cid-tRgaTa65uV .mbr-text,
.cid-tRgaTa65uV .mbr-section-btn {
  color: #fafafa;
}
.cid-tRgbUK5heG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/plain-black-background-02fh7564l8qq4m6d-1920x1080.jpg");
}
.cid-tRgbUK5heG .mbr-overlay {
  background: #212428;
  opacity: 0.7;
}
.cid-tRgbUK5heG .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-tRgbUK5heG .mbr-section-head {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-tRgbUK5heG .mbr-section-head {
    margin-bottom: 35px;
  }
}
.cid-tRgbUK5heG .mbr-section-title {
  color: #131313;
}
.cid-tRgbUK5heG .mbr-section-subtitle {
  margin-top: 16px;
  color: #131313;
}
.cid-tRgbUK5heG .items-row {
  column-gap: 120px;
}
@media (min-width: 992px) {
  .cid-tRgbUK5heG .items-row {
    margin: 0 !important;
  }
}
.cid-tRgbUK5heG .item {
  margin-bottom: 80px;
  width: calc(50% - 60px);
}
@media (min-width: 992px) {
  .cid-tRgbUK5heG .item {
    padding: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tRgbUK5heG .item {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tRgbUK5heG .item {
    margin-bottom: 40px;
  }
}
.cid-tRgbUK5heG .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.cid-tRgbUK5heG .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tRgbUK5heG .item-content {
  margin-top: 40px;
}
@media (max-width: 1439px) {
  .cid-tRgbUK5heG .item-content {
    margin-top: 20px;
  }
}
.cid-tRgbUK5heG .item-title {
  color: #ffffff;
}
.cid-tRgbUK5heG .mbr-text {
  margin-top: 14px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tRgbUK5heG .mbr-text {
    margin-top: 8px;
  }
}
.cid-tRgbUK5heG .mbr-section-btn {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .cid-tRgbUK5heG .mbr-section-btn {
    margin-top: 4px;
  }
}
.cid-tRgbUK5heG .mbr-text,
.cid-tRgbUK5heG .mbr-section-btn {
  color: #fafafa;
}
.cid-tRgcf7hUwY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/plain-black-background-02fh7564l8qq4m6d-1920x1080.jpg");
}
.cid-tRgcf7hUwY .mbr-overlay {
  background: #212428;
  opacity: 0.7;
}
.cid-tRgcf7hUwY .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-tRgcf7hUwY .mbr-section-head {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-tRgcf7hUwY .mbr-section-head {
    margin-bottom: 35px;
  }
}
.cid-tRgcf7hUwY .mbr-section-title {
  color: #131313;
}
.cid-tRgcf7hUwY .mbr-section-subtitle {
  margin-top: 16px;
  color: #131313;
}
.cid-tRgcf7hUwY .items-row {
  column-gap: 120px;
}
@media (min-width: 992px) {
  .cid-tRgcf7hUwY .items-row {
    margin: 0 !important;
  }
}
.cid-tRgcf7hUwY .item {
  margin-bottom: 80px;
  width: calc(50% - 60px);
}
@media (min-width: 992px) {
  .cid-tRgcf7hUwY .item {
    padding: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tRgcf7hUwY .item {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tRgcf7hUwY .item {
    margin-bottom: 40px;
  }
}
.cid-tRgcf7hUwY .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.cid-tRgcf7hUwY .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tRgcf7hUwY .item-content {
  margin-top: 40px;
}
@media (max-width: 1439px) {
  .cid-tRgcf7hUwY .item-content {
    margin-top: 20px;
  }
}
.cid-tRgcf7hUwY .item-title {
  color: #ffffff;
}
.cid-tRgcf7hUwY .mbr-text {
  margin-top: 14px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tRgcf7hUwY .mbr-text {
    margin-top: 8px;
  }
}
.cid-tRgcf7hUwY .mbr-section-btn {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .cid-tRgcf7hUwY .mbr-section-btn {
    margin-top: 4px;
  }
}
.cid-tRgcf7hUwY .mbr-text,
.cid-tRgcf7hUwY .mbr-section-btn {
  color: #fafafa;
}
.cid-tRg465Itaj {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRg465Itaj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRg465Itaj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRg465Itaj .container {
  max-width: 1260px;
}
@media (max-width: 1199px) {
  .cid-tRg465Itaj .container {
    max-width: 960px;
  }
}
@media (max-width: 767px) {
  .cid-tRg465Itaj .container {
    max-width: 540px;
  }
}
.cid-tRg465Itaj .logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.cid-tRg465Itaj .logo-container img {
  width: 80px;
  height: auto;
  object-fit: cover;
}
.cid-tRg465Itaj .mbr-section-title {
  color: #b3282b;
}
.cid-tRg465Itaj .mbr-section-subtitle {
  color: #0e0e0e;
  margin-top: 15px;
}
.cid-tRg465Itaj .mbr-text {
  color: #878e99;
  margin-top: 20px;
}
.cid-tRg465Itaj .mbr-section-btn {
  margin-top: 25px;
}
.cid-tRg465Itaj .mbr-text,
.cid-tRg465Itaj .mbr-section-btn {
  color: #333333;
}
.cid-tRg3ZUifzJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tRg3ZUifzJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRg3ZUifzJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRg3ZUifzJ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tRg3ZUifzJ .container-fluid {
    padding: 0 20px;
  }
}
.cid-tRg3ZUifzJ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tRg3ZUifzJ .container {
    padding: 0 20px;
  }
}
.cid-tRg3ZUifzJ .mbr-section-title {
  margin-bottom: 64px;
  color: #1d1d1d;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tRg3ZUifzJ .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tRg3ZUifzJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-tRg3ZUifzJ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tRg3ZUifzJ .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-tRg3ZUifzJ .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-tRg3ZUifzJ .embla__button--next,
.cid-tRg3ZUifzJ .embla__button--prev {
  display: flex;
}
.cid-tRg3ZUifzJ .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #b3282b;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tRg3ZUifzJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tRg3ZUifzJ .embla__button:hover {
  background: transparent;
  color: #b3282b;
  opacity: .7;
}
.cid-tRg3ZUifzJ .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-tRg3ZUifzJ .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tRg3ZUifzJ .embla__button {
    top: 7rem;
  }
}
.cid-tRg3ZUifzJ .embla {
  position: relative;
  width: 100%;
}
.cid-tRg3ZUifzJ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tRg3ZUifzJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tRg3ZUifzJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tRg3ZUifzJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tRgpqlJwSk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tRgpqlJwSk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRgpqlJwSk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRgpqlJwSk .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tRgpqlJwSk .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tRgpqlJwSk .container {
    padding: 0 16px;
  }
}
.cid-tRgpqlJwSk .row {
  position: relative;
  margin: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tRgpqlJwSk .row {
    margin: 0 10px;
  }
}
.cid-tRgpqlJwSk .row .card {
  position: relative;
  padding: 0;
}
.cid-tRgpqlJwSk .form-wrapper {
  padding: 30px !important;
  background-color: #fdfcfc;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-tRgpqlJwSk .form-wrapper {
    padding: 20px !important;
  }
}
.cid-tRgpqlJwSk .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-tRgpqlJwSk .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 30px !important;
}
.cid-tRgpqlJwSk .form-wrapper .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-tRgpqlJwSk .form-wrapper .dragArea.row .form-group {
    margin-bottom: 25px !important;
  }
}
.cid-tRgpqlJwSk .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 0 0 15px;
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #d1cece !important;
  border-radius: 0 !important;
}
.cid-tRgpqlJwSk .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #d1cece;
}
.cid-tRgpqlJwSk .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-tRgpqlJwSk .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #d1cece !important;
}
.cid-tRgpqlJwSk .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-tRgpqlJwSk .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #d1cece;
  border-color: #d1cece;
}
.cid-tRgpqlJwSk .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-tRgpqlJwSk .form-wrapper .dragArea.row .mbr-section-btn .btn {
  min-width: auto;
  width: 100%;
  margin-left: 0;
}
.cid-tRgpqlJwSk .mbr-section-title {
  color: #192227;
  text-align: center;
}
.cid-tRgpqlJwSk .mbr-text {
  color: #192227;
  text-align: center;
}
.cid-tRgpqlJwSk label {
  color: #192227;
}
.cid-tRgpqlJwSk .mbr-section-title,
.cid-tRgpqlJwSk .mbr-section-btn {
  text-align: center;
}
.cid-tRgqdtNZf5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRgqdtNZf5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRgqdtNZf5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRgqdtNZf5 .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tRgqdtNZf5 .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tRgqdtNZf5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tRgqdtNZf5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tRgqdtNZf5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tRgqdtNZf5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tRgqdtNZf5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tRgqdtNZf5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tRgqdtNZf5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tRgqdtNZf5 .mbr-title {
  color: #ffffff;
  margin-bottom: 14px;
}
.cid-tRgqdtNZf5 .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-tRgqdtNZf5 .list-box {
  width: 100%;
}
.cid-tRgqdtNZf5 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tRgqdtNZf5 .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tRgqdtNZf5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tRgqdtNZf5 .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tRgqdtNZf5 .list a:hover:before {
  background-position: left !important;
}
.cid-tRgqdtNZf5 .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tRgqdtNZf5 .news-item {
  width: 100%;
}
.cid-tRgqdtNZf5 .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-tRgqdtNZf5 .news-title {
  color: #ffffff;
}
.cid-tRgqdtNZf5 .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-tSBfr6Dr5n .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 50px;
}
.cid-tSBfr6Dr5n .navbar-fixed-top {
  padding-top: 0;
}
.cid-tSBfr6Dr5n .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tSBfr6Dr5n .dropdown-item {
  padding: 0;
}
.cid-tSBfr6Dr5n .dropdown-menu {
  border: 0px solid lightgray;
  background: #b3282b !important;
}
.cid-tSBfr6Dr5n .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tSBfr6Dr5n .menu-bottom {
  margin: auto;
  width: 100%;
  background: #b3282b;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tSBfr6Dr5n .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tSBfr6Dr5n a {
  font-style: normal;
}
.cid-tSBfr6Dr5n .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tSBfr6Dr5n .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-tSBfr6Dr5n .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tSBfr6Dr5n .content-text {
  margin-bottom: 0;
}
.cid-tSBfr6Dr5n .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tSBfr6Dr5n .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #b3282b;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tSBfr6Dr5n .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tSBfr6Dr5n .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tSBfr6Dr5n .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tSBfr6Dr5n .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tSBfr6Dr5n .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tSBfr6Dr5n .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tSBfr6Dr5n .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tSBfr6Dr5n .nav-dropdown .link {
  font-weight: 400;
}
.cid-tSBfr6Dr5n .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tSBfr6Dr5n .content-right-side {
  text-align: center;
}
.cid-tSBfr6Dr5n .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tSBfr6Dr5n .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tSBfr6Dr5n .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tSBfr6Dr5n .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tSBfr6Dr5n .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tSBfr6Dr5n .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tSBfr6Dr5n .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tSBfr6Dr5n .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tSBfr6Dr5n .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tSBfr6Dr5n .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tSBfr6Dr5n .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tSBfr6Dr5n .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tSBfr6Dr5n .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tSBfr6Dr5n .navbar {
    display: block;
    padding: 0;
  }
  .cid-tSBfr6Dr5n .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tSBfr6Dr5n .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-tSBfr6Dr5n .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tSBfr6Dr5n .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tSBfr6Dr5n .navbar-toggler {
    display: none;
  }
  .cid-tSBfr6Dr5n .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tSBfr6Dr5n .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tSBfr6Dr5n .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tSBfr6Dr5n .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tSBfr6Dr5n .menu-logo {
  margin-right: auto;
}
.cid-tSBfr6Dr5n .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tSBfr6Dr5n .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tSBfr6Dr5n .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tSBfr6Dr5n .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tSBfr6Dr5n .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tSBfr6Dr5n .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tSBfr6Dr5n .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tSBfr6Dr5n .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tSBfr6Dr5n .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tSBfr6Dr5n .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tSBfr6Dr5n .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tSBfr6Dr5n .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tSBfr6Dr5n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tSBfr6Dr5n .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tSBfr6Dr5n .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tSBfr6Dr5n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tSBfr6Dr5n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tSBfr6Dr5n .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tSBfr6Dr5n .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSBfr6Dr5n .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tSBfr6Dr5n .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-tSBfr6Dr5n .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tSBfr6Dr5n .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tSBfr6Dr5n .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tSBfr6Dr5n .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tSBfr6Dr5n button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tSBfr6Dr5n button.navbar-toggler:focus {
  outline: none;
}
.cid-tSBfr6Dr5n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tSBfr6Dr5n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tSBfr6Dr5n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tSBfr6Dr5n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tSBfr6Dr5n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tSBfr6Dr5n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tSBfr6Dr5n nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tSBfr6Dr5n nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tSBfr6Dr5n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tSBfr6Dr5n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSBfr6Dr5n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSBfr6Dr5n .collapsed .btn {
  display: flex;
}
.cid-tSBfr6Dr5n .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tSBfr6Dr5n .collapsed .navbar-collapse.collapsing,
.cid-tSBfr6Dr5n .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tSBfr6Dr5n .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tSBfr6Dr5n .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tSBfr6Dr5n .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tSBfr6Dr5n .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tSBfr6Dr5n .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tSBfr6Dr5n .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tSBfr6Dr5n .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tSBfr6Dr5n .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tSBfr6Dr5n .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tSBfr6Dr5n .collapsed button.navbar-toggler {
  display: block;
}
.cid-tSBfr6Dr5n .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-tSBfr6Dr5n .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tSBfr6Dr5n .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tSBfr6Dr5n .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tSBfr6Dr5n .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tSBfr6Dr5n .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-tSBfr6Dr5n .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tSBfr6Dr5n .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tSBfr6Dr5n .navbar-collapse.collapsing,
  .cid-tSBfr6Dr5n .navbar-collapse.show {
    display: block !important;
  }
  .cid-tSBfr6Dr5n .navbar-collapse.collapsing .navbar-nav,
  .cid-tSBfr6Dr5n .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tSBfr6Dr5n .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tSBfr6Dr5n .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tSBfr6Dr5n .navbar-collapse.collapsing .navbar-buttons,
  .cid-tSBfr6Dr5n .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tSBfr6Dr5n .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tSBfr6Dr5n .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tSBfr6Dr5n .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tSBfr6Dr5n img {
    height: 3.8rem !important;
  }
  .cid-tSBfr6Dr5n .btn {
    display: flex;
  }
  .cid-tSBfr6Dr5n button.navbar-toggler {
    display: block;
  }
  .cid-tSBfr6Dr5n .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-tSBfr6Dr5n .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tSBfr6Dr5n .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tSBfr6Dr5n .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tSBfr6Dr5n .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tSBfr6Dr5n .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-tSBfr6Dr5n .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tSBfr6Dr5n .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tSBfr6Dr5n .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tSBfr6Dr5n .nav-link:focus {
  outline: none;
}
.cid-tSBfr6Dr5n .navbar-toggler {
  position: relative;
}
.cid-tSBfr6Dr5n .dropdown-item.active,
.cid-tSBfr6Dr5n .dropdown-item:active {
  background: #b3282b;
  color: initial;
}
.cid-tSBfr6Dr5n .widget-title,
.cid-tSBfr6Dr5n .widget-icon {
  color: #ffffff;
}
.cid-tSBfr6Dr5n .widget-text {
  color: #ffffff;
}
.cid-tSBfr82b8c {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/servicio-4000-horas-compresor-de-aire-kaeser-modelo-asd-32-1200x1599.jpg");
}
.cid-tSBfr82b8c .mbr-section-title {
  text-align: center;
}
.cid-tSBfr82b8c .mbr-text,
.cid-tSBfr82b8c .mbr-section-btn {
  text-align: center;
}
.cid-tSBfrjy3Zk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tSBfrjy3Zk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSBfrjy3Zk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSBfrjy3Zk .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tSBfrjy3Zk .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tSBfrjy3Zk .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tSBfrjy3Zk .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tSBfrjy3Zk .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tSBfrjy3Zk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tSBfrjy3Zk .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tSBfrjy3Zk .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tSBfrjy3Zk .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tSBfrjy3Zk .mbr-title {
  color: #ffffff;
  margin-bottom: 14px;
}
.cid-tSBfrjy3Zk .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-tSBfrjy3Zk .list-box {
  width: 100%;
}
.cid-tSBfrjy3Zk .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tSBfrjy3Zk .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tSBfrjy3Zk .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tSBfrjy3Zk .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tSBfrjy3Zk .list a:hover:before {
  background-position: left !important;
}
.cid-tSBfrjy3Zk .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tSBfrjy3Zk .news-item {
  width: 100%;
}
.cid-tSBfrjy3Zk .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-tSBfrjy3Zk .news-title {
  color: #ffffff;
}
.cid-tSBfrjy3Zk .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-rzMX8LxWYf .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 50px;
}
.cid-rzMX8LxWYf .navbar-fixed-top {
  padding-top: 0;
}
.cid-rzMX8LxWYf .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rzMX8LxWYf .dropdown-item {
  padding: 0;
}
.cid-rzMX8LxWYf .dropdown-menu {
  border: 0px solid lightgray;
  background: #b3282b !important;
}
.cid-rzMX8LxWYf .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rzMX8LxWYf .menu-bottom {
  margin: auto;
  width: 100%;
  background: #b3282b;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzMX8LxWYf .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rzMX8LxWYf a {
  font-style: normal;
}
.cid-rzMX8LxWYf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rzMX8LxWYf .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-rzMX8LxWYf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzMX8LxWYf .content-text {
  margin-bottom: 0;
}
.cid-rzMX8LxWYf .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rzMX8LxWYf .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #b3282b;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rzMX8LxWYf .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rzMX8LxWYf .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rzMX8LxWYf .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rzMX8LxWYf .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rzMX8LxWYf .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rzMX8LxWYf .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rzMX8LxWYf .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzMX8LxWYf .nav-dropdown .link {
  font-weight: 400;
}
.cid-rzMX8LxWYf .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rzMX8LxWYf .content-right-side {
  text-align: center;
}
.cid-rzMX8LxWYf .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rzMX8LxWYf .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rzMX8LxWYf .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rzMX8LxWYf .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-rzMX8LxWYf .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzMX8LxWYf .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rzMX8LxWYf .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rzMX8LxWYf .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rzMX8LxWYf .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rzMX8LxWYf .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rzMX8LxWYf .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-rzMX8LxWYf .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rzMX8LxWYf .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-rzMX8LxWYf .navbar {
    display: block;
    padding: 0;
  }
  .cid-rzMX8LxWYf .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rzMX8LxWYf .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-rzMX8LxWYf .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rzMX8LxWYf .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rzMX8LxWYf .navbar-toggler {
    display: none;
  }
  .cid-rzMX8LxWYf .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rzMX8LxWYf .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rzMX8LxWYf .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzMX8LxWYf .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rzMX8LxWYf .menu-logo {
  margin-right: auto;
}
.cid-rzMX8LxWYf .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzMX8LxWYf .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rzMX8LxWYf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rzMX8LxWYf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rzMX8LxWYf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rzMX8LxWYf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rzMX8LxWYf .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rzMX8LxWYf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rzMX8LxWYf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzMX8LxWYf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rzMX8LxWYf .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rzMX8LxWYf .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rzMX8LxWYf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzMX8LxWYf .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-rzMX8LxWYf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rzMX8LxWYf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rzMX8LxWYf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzMX8LxWYf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rzMX8LxWYf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzMX8LxWYf .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rzMX8LxWYf .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rzMX8LxWYf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rzMX8LxWYf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rzMX8LxWYf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rzMX8LxWYf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rzMX8LxWYf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzMX8LxWYf button.navbar-toggler:focus {
  outline: none;
}
.cid-rzMX8LxWYf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rzMX8LxWYf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rzMX8LxWYf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMX8LxWYf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMX8LxWYf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rzMX8LxWYf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMX8LxWYf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rzMX8LxWYf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rzMX8LxWYf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMX8LxWYf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rzMX8LxWYf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rzMX8LxWYf .collapsed .btn {
  display: flex;
}
.cid-rzMX8LxWYf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rzMX8LxWYf .collapsed .navbar-collapse.collapsing,
.cid-rzMX8LxWYf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rzMX8LxWYf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rzMX8LxWYf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rzMX8LxWYf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rzMX8LxWYf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rzMX8LxWYf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rzMX8LxWYf .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rzMX8LxWYf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rzMX8LxWYf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rzMX8LxWYf .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rzMX8LxWYf .collapsed button.navbar-toggler {
  display: block;
}
.cid-rzMX8LxWYf .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rzMX8LxWYf .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rzMX8LxWYf .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rzMX8LxWYf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rzMX8LxWYf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rzMX8LxWYf .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rzMX8LxWYf .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rzMX8LxWYf .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rzMX8LxWYf .navbar-collapse.collapsing,
  .cid-rzMX8LxWYf .navbar-collapse.show {
    display: block !important;
  }
  .cid-rzMX8LxWYf .navbar-collapse.collapsing .navbar-nav,
  .cid-rzMX8LxWYf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rzMX8LxWYf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rzMX8LxWYf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rzMX8LxWYf .navbar-collapse.collapsing .navbar-buttons,
  .cid-rzMX8LxWYf .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rzMX8LxWYf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rzMX8LxWYf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rzMX8LxWYf .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rzMX8LxWYf img {
    height: 3.8rem !important;
  }
  .cid-rzMX8LxWYf .btn {
    display: flex;
  }
  .cid-rzMX8LxWYf button.navbar-toggler {
    display: block;
  }
  .cid-rzMX8LxWYf .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rzMX8LxWYf .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rzMX8LxWYf .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rzMX8LxWYf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rzMX8LxWYf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rzMX8LxWYf .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rzMX8LxWYf .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rzMX8LxWYf .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rzMX8LxWYf .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rzMX8LxWYf .nav-link:focus {
  outline: none;
}
.cid-rzMX8LxWYf .navbar-toggler {
  position: relative;
}
.cid-rzMX8LxWYf .dropdown-item.active,
.cid-rzMX8LxWYf .dropdown-item:active {
  background: #b3282b;
  color: initial;
}
.cid-rzMX8LxWYf .widget-title,
.cid-rzMX8LxWYf .widget-icon {
  color: #ffffff;
}
.cid-rzMX8LxWYf .widget-text {
  color: #ffffff;
}
.cid-tSvBMDYUIk {
  padding-top: 225px;
  padding-bottom: 165px;
  background-color: #ffffff;
}
.cid-tSvBMDYUIk h1 {
  margin-bottom: 0.2rem;
}
.cid-tSvBMDYUIk .container-fluid {
  padding: 0;
}
.cid-tSvBMDYUIk img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-tSvBMDYUIk .mbr-figure {
  height: 100%;
}
.cid-tSvBMDYUIk .col-lg-6 {
  padding: 0;
}
.cid-tSvBMDYUIk .mbr-text {
  color: #747474;
}
.cid-tSvBMDYUIk hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-tSvBMDYUIk .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-tSvBMDYUIk .mbr-section-subtitle-1 {
  color: #008edd;
}
.cid-tSvBMDYUIk .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
.cid-tSvBMDYUIk .mbr-figure::after {
  content: '';
  background-color: #656565;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tSvBMDYUIk .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-tSvBMDYUIk .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-tSvBMDYUIk .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-tSvBMDYUIk .left-block {
    margin-top: 4.5rem;
  }
}
.cid-tSvBMDYUIk .btn {
  color: #101010 !important;
}
.cid-tSvBMDYUIk .btn:hover {
  color: #ffffff !important;
}
.cid-tSvBMDYUIk .line-title {
  width: 40px;
  height: 2px;
  background-color: #656565;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-tSvBMDYUIk .vertical-line:before {
  content: '';
  background-color: #656565;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-tSvBMDYUIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSvBMDYUIk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-1y {
  /* Type valid CSS here */
}
#custom-html-1y div {
  height: 200px;
  padding: 80px 80px 80px 80px;
  color: #777;
  text-align: center;
}
#custom-html-1y p {
  font-size: 60px;
  color: #777;
}
#custom-html-1y .divtags h1 {
  float: left;
  background-color: #B2282B;
  border-radius: 10px;
  color: white;
  font-weight: 300;
  font-size: 12px;
  padding: 4px 10px;
  margin-bottom: 5px;
  margin-right:  5px;
}
.cid-tRgqdtNZf5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRgqdtNZf5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRgqdtNZf5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRgqdtNZf5 .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tRgqdtNZf5 .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tRgqdtNZf5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tRgqdtNZf5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tRgqdtNZf5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tRgqdtNZf5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tRgqdtNZf5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tRgqdtNZf5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tRgqdtNZf5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tRgqdtNZf5 .mbr-title {
  color: #ffffff;
  margin-bottom: 14px;
}
.cid-tRgqdtNZf5 .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-tRgqdtNZf5 .list-box {
  width: 100%;
}
.cid-tRgqdtNZf5 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tRgqdtNZf5 .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tRgqdtNZf5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tRgqdtNZf5 .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tRgqdtNZf5 .list a:hover:before {
  background-position: left !important;
}
.cid-tRgqdtNZf5 .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tRgqdtNZf5 .news-item {
  width: 100%;
}
.cid-tRgqdtNZf5 .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-tRgqdtNZf5 .news-title {
  color: #ffffff;
}
.cid-tRgqdtNZf5 .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-tSvCRzkwnh .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 50px;
}
.cid-tSvCRzkwnh .navbar-fixed-top {
  padding-top: 0;
}
.cid-tSvCRzkwnh .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tSvCRzkwnh .dropdown-item {
  padding: 0;
}
.cid-tSvCRzkwnh .dropdown-menu {
  border: 0px solid lightgray;
  background: #b3282b !important;
}
.cid-tSvCRzkwnh .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tSvCRzkwnh .menu-bottom {
  margin: auto;
  width: 100%;
  background: #b3282b;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tSvCRzkwnh .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tSvCRzkwnh a {
  font-style: normal;
}
.cid-tSvCRzkwnh .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tSvCRzkwnh .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-tSvCRzkwnh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tSvCRzkwnh .content-text {
  margin-bottom: 0;
}
.cid-tSvCRzkwnh .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tSvCRzkwnh .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #b3282b;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tSvCRzkwnh .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tSvCRzkwnh .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tSvCRzkwnh .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tSvCRzkwnh .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tSvCRzkwnh .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tSvCRzkwnh .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tSvCRzkwnh .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tSvCRzkwnh .nav-dropdown .link {
  font-weight: 400;
}
.cid-tSvCRzkwnh .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tSvCRzkwnh .content-right-side {
  text-align: center;
}
.cid-tSvCRzkwnh .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tSvCRzkwnh .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tSvCRzkwnh .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tSvCRzkwnh .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tSvCRzkwnh .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tSvCRzkwnh .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tSvCRzkwnh .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tSvCRzkwnh .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tSvCRzkwnh .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tSvCRzkwnh .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tSvCRzkwnh .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tSvCRzkwnh .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tSvCRzkwnh .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tSvCRzkwnh .navbar {
    display: block;
    padding: 0;
  }
  .cid-tSvCRzkwnh .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tSvCRzkwnh .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-tSvCRzkwnh .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tSvCRzkwnh .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tSvCRzkwnh .navbar-toggler {
    display: none;
  }
  .cid-tSvCRzkwnh .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tSvCRzkwnh .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tSvCRzkwnh .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tSvCRzkwnh .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tSvCRzkwnh .menu-logo {
  margin-right: auto;
}
.cid-tSvCRzkwnh .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tSvCRzkwnh .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tSvCRzkwnh .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tSvCRzkwnh .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tSvCRzkwnh .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tSvCRzkwnh .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tSvCRzkwnh .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tSvCRzkwnh .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tSvCRzkwnh .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tSvCRzkwnh .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tSvCRzkwnh .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tSvCRzkwnh .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tSvCRzkwnh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tSvCRzkwnh .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tSvCRzkwnh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tSvCRzkwnh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tSvCRzkwnh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tSvCRzkwnh .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tSvCRzkwnh .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSvCRzkwnh .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tSvCRzkwnh .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-tSvCRzkwnh .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tSvCRzkwnh .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tSvCRzkwnh .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tSvCRzkwnh .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tSvCRzkwnh button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tSvCRzkwnh button.navbar-toggler:focus {
  outline: none;
}
.cid-tSvCRzkwnh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tSvCRzkwnh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tSvCRzkwnh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tSvCRzkwnh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tSvCRzkwnh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tSvCRzkwnh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tSvCRzkwnh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tSvCRzkwnh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tSvCRzkwnh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tSvCRzkwnh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSvCRzkwnh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSvCRzkwnh .collapsed .btn {
  display: flex;
}
.cid-tSvCRzkwnh .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tSvCRzkwnh .collapsed .navbar-collapse.collapsing,
.cid-tSvCRzkwnh .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tSvCRzkwnh .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tSvCRzkwnh .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tSvCRzkwnh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tSvCRzkwnh .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tSvCRzkwnh .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tSvCRzkwnh .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tSvCRzkwnh .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tSvCRzkwnh .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tSvCRzkwnh .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tSvCRzkwnh .collapsed button.navbar-toggler {
  display: block;
}
.cid-tSvCRzkwnh .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-tSvCRzkwnh .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tSvCRzkwnh .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tSvCRzkwnh .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tSvCRzkwnh .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tSvCRzkwnh .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-tSvCRzkwnh .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tSvCRzkwnh .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tSvCRzkwnh .navbar-collapse.collapsing,
  .cid-tSvCRzkwnh .navbar-collapse.show {
    display: block !important;
  }
  .cid-tSvCRzkwnh .navbar-collapse.collapsing .navbar-nav,
  .cid-tSvCRzkwnh .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tSvCRzkwnh .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tSvCRzkwnh .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tSvCRzkwnh .navbar-collapse.collapsing .navbar-buttons,
  .cid-tSvCRzkwnh .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tSvCRzkwnh .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tSvCRzkwnh .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tSvCRzkwnh .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tSvCRzkwnh img {
    height: 3.8rem !important;
  }
  .cid-tSvCRzkwnh .btn {
    display: flex;
  }
  .cid-tSvCRzkwnh button.navbar-toggler {
    display: block;
  }
  .cid-tSvCRzkwnh .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-tSvCRzkwnh .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tSvCRzkwnh .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tSvCRzkwnh .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tSvCRzkwnh .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tSvCRzkwnh .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-tSvCRzkwnh .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tSvCRzkwnh .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tSvCRzkwnh .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tSvCRzkwnh .nav-link:focus {
  outline: none;
}
.cid-tSvCRzkwnh .navbar-toggler {
  position: relative;
}
.cid-tSvCRzkwnh .dropdown-item.active,
.cid-tSvCRzkwnh .dropdown-item:active {
  background: #b3282b;
  color: initial;
}
.cid-tSvCRzkwnh .widget-title,
.cid-tSvCRzkwnh .widget-icon {
  color: #ffffff;
}
.cid-tSvCRzkwnh .widget-text {
  color: #ffffff;
}
.cid-tSvCRyOW2F {
  padding-top: 225px;
  padding-bottom: 165px;
  background-color: #ffffff;
}
.cid-tSvCRyOW2F h1 {
  margin-bottom: 0.2rem;
}
.cid-tSvCRyOW2F .container-fluid {
  padding: 0;
}
.cid-tSvCRyOW2F img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-tSvCRyOW2F .mbr-figure {
  height: 100%;
}
.cid-tSvCRyOW2F .col-lg-6 {
  padding: 0;
}
.cid-tSvCRyOW2F .mbr-text {
  color: #747474;
}
.cid-tSvCRyOW2F hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-tSvCRyOW2F .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-tSvCRyOW2F .mbr-section-subtitle-1 {
  color: #008edd;
}
.cid-tSvCRyOW2F .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
.cid-tSvCRyOW2F .mbr-figure::after {
  content: '';
  background-color: #656565;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tSvCRyOW2F .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-tSvCRyOW2F .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-tSvCRyOW2F .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-tSvCRyOW2F .left-block {
    margin-top: 4.5rem;
  }
}
.cid-tSvCRyOW2F .btn {
  color: #101010 !important;
}
.cid-tSvCRyOW2F .btn:hover {
  color: #ffffff !important;
}
.cid-tSvCRyOW2F .line-title {
  width: 40px;
  height: 2px;
  background-color: #656565;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-tSvCRyOW2F .vertical-line:before {
  content: '';
  background-color: #656565;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-tSvCRyOW2F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSvCRyOW2F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-1v {
  /* Type valid CSS here */
}
#custom-html-1v div {
  height: 200px;
  padding: 80px 80px 80px 80px;
  color: #777;
  text-align: center;
}
#custom-html-1v p {
  font-size: 60px;
  color: #777;
}
#custom-html-1v .divtags h1 {
  float: left;
  background-color: #B2282B;
  border-radius: 10px;
  color: white;
  font-weight: 300;
  font-size: 12px;
  padding: 4px 10px;
  margin-bottom: 5px;
  margin-right:  5px;
}
.cid-tSvCRzPtRF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tSvCRzPtRF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSvCRzPtRF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSvCRzPtRF .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tSvCRzPtRF .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tSvCRzPtRF .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tSvCRzPtRF .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tSvCRzPtRF .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tSvCRzPtRF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tSvCRzPtRF .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tSvCRzPtRF .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tSvCRzPtRF .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tSvCRzPtRF .mbr-title {
  color: #ffffff;
  margin-bottom: 14px;
}
.cid-tSvCRzPtRF .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-tSvCRzPtRF .list-box {
  width: 100%;
}
.cid-tSvCRzPtRF .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tSvCRzPtRF .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tSvCRzPtRF .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tSvCRzPtRF .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tSvCRzPtRF .list a:hover:before {
  background-position: left !important;
}
.cid-tSvCRzPtRF .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tSvCRzPtRF .news-item {
  width: 100%;
}
.cid-tSvCRzPtRF .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-tSvCRzPtRF .news-title {
  color: #ffffff;
}
.cid-tSvCRzPtRF .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-tSvE54c4aB .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 50px;
}
.cid-tSvE54c4aB .navbar-fixed-top {
  padding-top: 0;
}
.cid-tSvE54c4aB .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tSvE54c4aB .dropdown-item {
  padding: 0;
}
.cid-tSvE54c4aB .dropdown-menu {
  border: 0px solid lightgray;
  background: #b3282b !important;
}
.cid-tSvE54c4aB .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tSvE54c4aB .menu-bottom {
  margin: auto;
  width: 100%;
  background: #b3282b;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tSvE54c4aB .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tSvE54c4aB a {
  font-style: normal;
}
.cid-tSvE54c4aB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tSvE54c4aB .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-tSvE54c4aB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tSvE54c4aB .content-text {
  margin-bottom: 0;
}
.cid-tSvE54c4aB .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tSvE54c4aB .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #b3282b;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tSvE54c4aB .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tSvE54c4aB .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tSvE54c4aB .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tSvE54c4aB .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tSvE54c4aB .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tSvE54c4aB .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tSvE54c4aB .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tSvE54c4aB .nav-dropdown .link {
  font-weight: 400;
}
.cid-tSvE54c4aB .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tSvE54c4aB .content-right-side {
  text-align: center;
}
.cid-tSvE54c4aB .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tSvE54c4aB .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tSvE54c4aB .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tSvE54c4aB .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tSvE54c4aB .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tSvE54c4aB .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tSvE54c4aB .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tSvE54c4aB .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tSvE54c4aB .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tSvE54c4aB .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tSvE54c4aB .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tSvE54c4aB .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tSvE54c4aB .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tSvE54c4aB .navbar {
    display: block;
    padding: 0;
  }
  .cid-tSvE54c4aB .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tSvE54c4aB .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-tSvE54c4aB .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tSvE54c4aB .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tSvE54c4aB .navbar-toggler {
    display: none;
  }
  .cid-tSvE54c4aB .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tSvE54c4aB .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tSvE54c4aB .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tSvE54c4aB .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tSvE54c4aB .menu-logo {
  margin-right: auto;
}
.cid-tSvE54c4aB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tSvE54c4aB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tSvE54c4aB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tSvE54c4aB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tSvE54c4aB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tSvE54c4aB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tSvE54c4aB .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tSvE54c4aB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tSvE54c4aB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tSvE54c4aB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tSvE54c4aB .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tSvE54c4aB .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tSvE54c4aB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tSvE54c4aB .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tSvE54c4aB .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tSvE54c4aB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tSvE54c4aB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tSvE54c4aB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tSvE54c4aB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSvE54c4aB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tSvE54c4aB .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-tSvE54c4aB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tSvE54c4aB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tSvE54c4aB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tSvE54c4aB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tSvE54c4aB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tSvE54c4aB button.navbar-toggler:focus {
  outline: none;
}
.cid-tSvE54c4aB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tSvE54c4aB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tSvE54c4aB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tSvE54c4aB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tSvE54c4aB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tSvE54c4aB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tSvE54c4aB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tSvE54c4aB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tSvE54c4aB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tSvE54c4aB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSvE54c4aB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSvE54c4aB .collapsed .btn {
  display: flex;
}
.cid-tSvE54c4aB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tSvE54c4aB .collapsed .navbar-collapse.collapsing,
.cid-tSvE54c4aB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tSvE54c4aB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tSvE54c4aB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tSvE54c4aB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tSvE54c4aB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tSvE54c4aB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tSvE54c4aB .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tSvE54c4aB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tSvE54c4aB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tSvE54c4aB .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tSvE54c4aB .collapsed button.navbar-toggler {
  display: block;
}
.cid-tSvE54c4aB .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-tSvE54c4aB .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tSvE54c4aB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tSvE54c4aB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tSvE54c4aB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tSvE54c4aB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-tSvE54c4aB .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tSvE54c4aB .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tSvE54c4aB .navbar-collapse.collapsing,
  .cid-tSvE54c4aB .navbar-collapse.show {
    display: block !important;
  }
  .cid-tSvE54c4aB .navbar-collapse.collapsing .navbar-nav,
  .cid-tSvE54c4aB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tSvE54c4aB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tSvE54c4aB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tSvE54c4aB .navbar-collapse.collapsing .navbar-buttons,
  .cid-tSvE54c4aB .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tSvE54c4aB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tSvE54c4aB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tSvE54c4aB .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tSvE54c4aB img {
    height: 3.8rem !important;
  }
  .cid-tSvE54c4aB .btn {
    display: flex;
  }
  .cid-tSvE54c4aB button.navbar-toggler {
    display: block;
  }
  .cid-tSvE54c4aB .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-tSvE54c4aB .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tSvE54c4aB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tSvE54c4aB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tSvE54c4aB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tSvE54c4aB .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-tSvE54c4aB .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tSvE54c4aB .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tSvE54c4aB .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tSvE54c4aB .nav-link:focus {
  outline: none;
}
.cid-tSvE54c4aB .navbar-toggler {
  position: relative;
}
.cid-tSvE54c4aB .dropdown-item.active,
.cid-tSvE54c4aB .dropdown-item:active {
  background: #b3282b;
  color: initial;
}
.cid-tSvE54c4aB .widget-title,
.cid-tSvE54c4aB .widget-icon {
  color: #ffffff;
}
.cid-tSvE54c4aB .widget-text {
  color: #ffffff;
}
.cid-tSvE53Ln1W {
  padding-top: 225px;
  padding-bottom: 165px;
  background-color: #ffffff;
}
.cid-tSvE53Ln1W h1 {
  margin-bottom: 0.2rem;
}
.cid-tSvE53Ln1W .container-fluid {
  padding: 0;
}
.cid-tSvE53Ln1W img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-tSvE53Ln1W .mbr-figure {
  height: 100%;
}
.cid-tSvE53Ln1W .col-lg-6 {
  padding: 0;
}
.cid-tSvE53Ln1W .mbr-text {
  color: #747474;
}
.cid-tSvE53Ln1W hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-tSvE53Ln1W .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-tSvE53Ln1W .mbr-section-subtitle-1 {
  color: #008edd;
}
.cid-tSvE53Ln1W .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
.cid-tSvE53Ln1W .mbr-figure::after {
  content: '';
  background-color: #656565;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tSvE53Ln1W .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-tSvE53Ln1W .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-tSvE53Ln1W .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-tSvE53Ln1W .left-block {
    margin-top: 4.5rem;
  }
}
.cid-tSvE53Ln1W .btn {
  color: #101010 !important;
}
.cid-tSvE53Ln1W .btn:hover {
  color: #ffffff !important;
}
.cid-tSvE53Ln1W .line-title {
  width: 40px;
  height: 2px;
  background-color: #656565;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-tSvE53Ln1W .vertical-line:before {
  content: '';
  background-color: #656565;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-tSvE53Ln1W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSvE53Ln1W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-1w {
  /* Type valid CSS here */
}
#custom-html-1w div {
  height: 200px;
  padding: 80px 80px 80px 80px;
  color: #777;
  text-align: center;
}
#custom-html-1w p {
  font-size: 60px;
  color: #777;
}
#custom-html-1w .divtags h1 {
  float: left;
  background-color: #B2282B;
  border-radius: 10px;
  color: white;
  font-weight: 300;
  font-size: 12px;
  padding: 4px 10px;
  margin-bottom: 5px;
  margin-right:  5px;
}
.cid-tSvE54GVvO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tSvE54GVvO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSvE54GVvO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSvE54GVvO .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tSvE54GVvO .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tSvE54GVvO .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tSvE54GVvO .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tSvE54GVvO .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tSvE54GVvO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tSvE54GVvO .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tSvE54GVvO .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tSvE54GVvO .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tSvE54GVvO .mbr-title {
  color: #ffffff;
  margin-bottom: 14px;
}
.cid-tSvE54GVvO .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-tSvE54GVvO .list-box {
  width: 100%;
}
.cid-tSvE54GVvO .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tSvE54GVvO .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tSvE54GVvO .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tSvE54GVvO .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tSvE54GVvO .list a:hover:before {
  background-position: left !important;
}
.cid-tSvE54GVvO .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tSvE54GVvO .news-item {
  width: 100%;
}
.cid-tSvE54GVvO .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-tSvE54GVvO .news-title {
  color: #ffffff;
}
.cid-tSvE54GVvO .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-tSvEVS1opF .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 50px;
}
.cid-tSvEVS1opF .navbar-fixed-top {
  padding-top: 0;
}
.cid-tSvEVS1opF .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tSvEVS1opF .dropdown-item {
  padding: 0;
}
.cid-tSvEVS1opF .dropdown-menu {
  border: 0px solid lightgray;
  background: #b3282b !important;
}
.cid-tSvEVS1opF .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tSvEVS1opF .menu-bottom {
  margin: auto;
  width: 100%;
  background: #b3282b;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tSvEVS1opF .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tSvEVS1opF a {
  font-style: normal;
}
.cid-tSvEVS1opF .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tSvEVS1opF .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-tSvEVS1opF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tSvEVS1opF .content-text {
  margin-bottom: 0;
}
.cid-tSvEVS1opF .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tSvEVS1opF .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #b3282b;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tSvEVS1opF .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tSvEVS1opF .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tSvEVS1opF .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tSvEVS1opF .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tSvEVS1opF .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tSvEVS1opF .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tSvEVS1opF .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tSvEVS1opF .nav-dropdown .link {
  font-weight: 400;
}
.cid-tSvEVS1opF .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tSvEVS1opF .content-right-side {
  text-align: center;
}
.cid-tSvEVS1opF .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tSvEVS1opF .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tSvEVS1opF .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tSvEVS1opF .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tSvEVS1opF .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tSvEVS1opF .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tSvEVS1opF .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tSvEVS1opF .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tSvEVS1opF .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tSvEVS1opF .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tSvEVS1opF .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tSvEVS1opF .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tSvEVS1opF .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tSvEVS1opF .navbar {
    display: block;
    padding: 0;
  }
  .cid-tSvEVS1opF .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tSvEVS1opF .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-tSvEVS1opF .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tSvEVS1opF .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tSvEVS1opF .navbar-toggler {
    display: none;
  }
  .cid-tSvEVS1opF .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tSvEVS1opF .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tSvEVS1opF .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tSvEVS1opF .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tSvEVS1opF .menu-logo {
  margin-right: auto;
}
.cid-tSvEVS1opF .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tSvEVS1opF .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tSvEVS1opF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tSvEVS1opF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tSvEVS1opF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tSvEVS1opF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tSvEVS1opF .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tSvEVS1opF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tSvEVS1opF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tSvEVS1opF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tSvEVS1opF .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tSvEVS1opF .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tSvEVS1opF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tSvEVS1opF .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tSvEVS1opF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tSvEVS1opF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tSvEVS1opF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tSvEVS1opF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tSvEVS1opF .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSvEVS1opF .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tSvEVS1opF .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-tSvEVS1opF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tSvEVS1opF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tSvEVS1opF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tSvEVS1opF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tSvEVS1opF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tSvEVS1opF button.navbar-toggler:focus {
  outline: none;
}
.cid-tSvEVS1opF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tSvEVS1opF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tSvEVS1opF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tSvEVS1opF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tSvEVS1opF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tSvEVS1opF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tSvEVS1opF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tSvEVS1opF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tSvEVS1opF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tSvEVS1opF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSvEVS1opF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSvEVS1opF .collapsed .btn {
  display: flex;
}
.cid-tSvEVS1opF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tSvEVS1opF .collapsed .navbar-collapse.collapsing,
.cid-tSvEVS1opF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tSvEVS1opF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tSvEVS1opF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tSvEVS1opF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tSvEVS1opF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tSvEVS1opF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tSvEVS1opF .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tSvEVS1opF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tSvEVS1opF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tSvEVS1opF .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tSvEVS1opF .collapsed button.navbar-toggler {
  display: block;
}
.cid-tSvEVS1opF .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-tSvEVS1opF .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tSvEVS1opF .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tSvEVS1opF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tSvEVS1opF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tSvEVS1opF .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-tSvEVS1opF .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tSvEVS1opF .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tSvEVS1opF .navbar-collapse.collapsing,
  .cid-tSvEVS1opF .navbar-collapse.show {
    display: block !important;
  }
  .cid-tSvEVS1opF .navbar-collapse.collapsing .navbar-nav,
  .cid-tSvEVS1opF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tSvEVS1opF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tSvEVS1opF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tSvEVS1opF .navbar-collapse.collapsing .navbar-buttons,
  .cid-tSvEVS1opF .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tSvEVS1opF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tSvEVS1opF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tSvEVS1opF .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tSvEVS1opF img {
    height: 3.8rem !important;
  }
  .cid-tSvEVS1opF .btn {
    display: flex;
  }
  .cid-tSvEVS1opF button.navbar-toggler {
    display: block;
  }
  .cid-tSvEVS1opF .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-tSvEVS1opF .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tSvEVS1opF .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tSvEVS1opF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tSvEVS1opF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tSvEVS1opF .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-tSvEVS1opF .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tSvEVS1opF .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tSvEVS1opF .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tSvEVS1opF .nav-link:focus {
  outline: none;
}
.cid-tSvEVS1opF .navbar-toggler {
  position: relative;
}
.cid-tSvEVS1opF .dropdown-item.active,
.cid-tSvEVS1opF .dropdown-item:active {
  background: #b3282b;
  color: initial;
}
.cid-tSvEVS1opF .widget-title,
.cid-tSvEVS1opF .widget-icon {
  color: #ffffff;
}
.cid-tSvEVS1opF .widget-text {
  color: #ffffff;
}
.cid-tSvEVRDJCL {
  padding-top: 225px;
  padding-bottom: 165px;
  background-color: #ffffff;
}
.cid-tSvEVRDJCL h1 {
  margin-bottom: 0.2rem;
}
.cid-tSvEVRDJCL .container-fluid {
  padding: 0;
}
.cid-tSvEVRDJCL img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-tSvEVRDJCL .mbr-figure {
  height: 100%;
}
.cid-tSvEVRDJCL .col-lg-6 {
  padding: 0;
}
.cid-tSvEVRDJCL .mbr-text {
  color: #747474;
}
.cid-tSvEVRDJCL hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-tSvEVRDJCL .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-tSvEVRDJCL .mbr-section-subtitle-1 {
  color: #008edd;
}
.cid-tSvEVRDJCL .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
.cid-tSvEVRDJCL .mbr-figure::after {
  content: '';
  background-color: #656565;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tSvEVRDJCL .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-tSvEVRDJCL .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-tSvEVRDJCL .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-tSvEVRDJCL .left-block {
    margin-top: 4.5rem;
  }
}
.cid-tSvEVRDJCL .btn {
  color: #101010 !important;
}
.cid-tSvEVRDJCL .btn:hover {
  color: #ffffff !important;
}
.cid-tSvEVRDJCL .line-title {
  width: 40px;
  height: 2px;
  background-color: #656565;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-tSvEVRDJCL .vertical-line:before {
  content: '';
  background-color: #656565;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-tSvEVRDJCL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSvEVRDJCL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSzZodlsWx {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSzZodlsWx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSzZodlsWx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSzZodlsWx .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tSzZodlsWx .mbr-section-title {
  color: #24262b;
}
.cid-tSzZodlsWx .mbr-section-subtitle {
  color: #24262b;
}
.cid-tSzZodlsWx .items-row {
  row-gap: 32px;
}
.cid-tSzZodlsWx .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tSzZodlsWx .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-tSzZodlsWx .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-tSzZodlsWx .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-tSzZodlsWx .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-tSzZodlsWx .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tSzZodlsWx .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-tSzZodlsWx .mbr-item-subtitle {
  color: #24262b;
}
.cid-tSzZodlsWx .carousel-control,
.cid-tSzZodlsWx .close {
  background: #1b1b1b;
}
.cid-tSzZodlsWx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tSzZodlsWx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tSzZodlsWx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tSzZodlsWx .carousel-control-next span {
  margin-left: 5px;
}
.cid-tSzZodlsWx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tSzZodlsWx .close::before {
  content: '\e91a';
}
.cid-tSzZodlsWx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tSzZodlsWx .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tSzZodlsWx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tSzZodlsWx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tSzZodlsWx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tSzZodlsWx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tSzZodlsWx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tSzZodlsWx .carousel-indicators li.active,
.cid-tSzZodlsWx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tSzZodlsWx .carousel-indicators li::after,
.cid-tSzZodlsWx .carousel-indicators li::before {
  content: none;
}
.cid-tSzZodlsWx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tSzZodlsWx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tSzZodlsWx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tSzZodlsWx .carousel-indicators {
    display: none;
  }
}
.cid-tSzZodlsWx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tSzZodlsWx .carousel-inner > .active {
  display: block;
}
.cid-tSzZodlsWx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tSzZodlsWx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tSzZodlsWx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tSzZodlsWx .carousel-control,
  .cid-tSzZodlsWx .carousel-indicators,
  .cid-tSzZodlsWx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tSzZodlsWx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tSzZodlsWx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tSzZodlsWx .carousel-indicators .active,
.cid-tSzZodlsWx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tSzZodlsWx .carousel-indicators .active {
  background: #fff;
}
.cid-tSzZodlsWx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tSzZodlsWx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tSzZodlsWx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tSzZodlsWx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tSzZodlsWx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tSzZodlsWx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tSzZodlsWx .carousel {
  width: 100%;
}
.cid-tSzZodlsWx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tSzZodlsWx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tSzZodlsWx .modal.fade .modal-dialog,
.cid-tSzZodlsWx .modal.in .modal-dialog {
  transform: none;
}
.cid-tSzZodlsWx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tSzZodlsWx H6 {
  text-align: center;
}
#custom-html-1x {
  /* Type valid CSS here */
}
#custom-html-1x div {
  height: 200px;
  padding: 80px 80px 80px 80px;
  color: #777;
  text-align: center;
}
#custom-html-1x p {
  font-size: 60px;
  color: #777;
}
#custom-html-1x .divtags h1 {
  float: left;
  background-color: #B2282B;
  border-radius: 10px;
  color: white;
  font-weight: 300;
  font-size: 12px;
  padding: 4px 10px;
  margin-bottom: 5px;
  margin-right:  5px;
}
.cid-tSvEVStDBP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tSvEVStDBP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSvEVStDBP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSvEVStDBP .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tSvEVStDBP .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tSvEVStDBP .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tSvEVStDBP .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tSvEVStDBP .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tSvEVStDBP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tSvEVStDBP .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tSvEVStDBP .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tSvEVStDBP .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tSvEVStDBP .mbr-title {
  color: #ffffff;
  margin-bottom: 14px;
}
.cid-tSvEVStDBP .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-tSvEVStDBP .list-box {
  width: 100%;
}
.cid-tSvEVStDBP .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tSvEVStDBP .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tSvEVStDBP .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tSvEVStDBP .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tSvEVStDBP .list a:hover:before {
  background-position: left !important;
}
.cid-tSvEVStDBP .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tSvEVStDBP .news-item {
  width: 100%;
}
.cid-tSvEVStDBP .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-tSvEVStDBP .news-title {
  color: #ffffff;
}
.cid-tSvEVStDBP .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-rzMX8LxWYf .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 50px;
}
.cid-rzMX8LxWYf .navbar-fixed-top {
  padding-top: 0;
}
.cid-rzMX8LxWYf .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rzMX8LxWYf .dropdown-item {
  padding: 0;
}
.cid-rzMX8LxWYf .dropdown-menu {
  border: 0px solid lightgray;
  background: #b3282b !important;
}
.cid-rzMX8LxWYf .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rzMX8LxWYf .menu-bottom {
  margin: auto;
  width: 100%;
  background: #b3282b;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzMX8LxWYf .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rzMX8LxWYf a {
  font-style: normal;
}
.cid-rzMX8LxWYf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rzMX8LxWYf .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-rzMX8LxWYf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzMX8LxWYf .content-text {
  margin-bottom: 0;
}
.cid-rzMX8LxWYf .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rzMX8LxWYf .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #b3282b;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rzMX8LxWYf .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rzMX8LxWYf .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rzMX8LxWYf .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rzMX8LxWYf .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rzMX8LxWYf .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rzMX8LxWYf .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rzMX8LxWYf .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzMX8LxWYf .nav-dropdown .link {
  font-weight: 400;
}
.cid-rzMX8LxWYf .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rzMX8LxWYf .content-right-side {
  text-align: center;
}
.cid-rzMX8LxWYf .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rzMX8LxWYf .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rzMX8LxWYf .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rzMX8LxWYf .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-rzMX8LxWYf .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzMX8LxWYf .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rzMX8LxWYf .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rzMX8LxWYf .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rzMX8LxWYf .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rzMX8LxWYf .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rzMX8LxWYf .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-rzMX8LxWYf .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rzMX8LxWYf .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-rzMX8LxWYf .navbar {
    display: block;
    padding: 0;
  }
  .cid-rzMX8LxWYf .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rzMX8LxWYf .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-rzMX8LxWYf .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rzMX8LxWYf .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rzMX8LxWYf .navbar-toggler {
    display: none;
  }
  .cid-rzMX8LxWYf .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rzMX8LxWYf .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rzMX8LxWYf .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzMX8LxWYf .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rzMX8LxWYf .menu-logo {
  margin-right: auto;
}
.cid-rzMX8LxWYf .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzMX8LxWYf .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rzMX8LxWYf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rzMX8LxWYf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rzMX8LxWYf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rzMX8LxWYf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rzMX8LxWYf .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rzMX8LxWYf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rzMX8LxWYf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzMX8LxWYf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rzMX8LxWYf .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rzMX8LxWYf .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rzMX8LxWYf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzMX8LxWYf .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-rzMX8LxWYf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rzMX8LxWYf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rzMX8LxWYf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzMX8LxWYf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rzMX8LxWYf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzMX8LxWYf .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rzMX8LxWYf .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rzMX8LxWYf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rzMX8LxWYf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rzMX8LxWYf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rzMX8LxWYf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rzMX8LxWYf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzMX8LxWYf button.navbar-toggler:focus {
  outline: none;
}
.cid-rzMX8LxWYf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rzMX8LxWYf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rzMX8LxWYf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMX8LxWYf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMX8LxWYf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rzMX8LxWYf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMX8LxWYf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rzMX8LxWYf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rzMX8LxWYf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMX8LxWYf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rzMX8LxWYf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rzMX8LxWYf .collapsed .btn {
  display: flex;
}
.cid-rzMX8LxWYf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rzMX8LxWYf .collapsed .navbar-collapse.collapsing,
.cid-rzMX8LxWYf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rzMX8LxWYf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rzMX8LxWYf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rzMX8LxWYf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rzMX8LxWYf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rzMX8LxWYf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rzMX8LxWYf .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rzMX8LxWYf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rzMX8LxWYf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rzMX8LxWYf .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rzMX8LxWYf .collapsed button.navbar-toggler {
  display: block;
}
.cid-rzMX8LxWYf .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rzMX8LxWYf .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rzMX8LxWYf .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rzMX8LxWYf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rzMX8LxWYf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rzMX8LxWYf .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rzMX8LxWYf .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rzMX8LxWYf .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rzMX8LxWYf .navbar-collapse.collapsing,
  .cid-rzMX8LxWYf .navbar-collapse.show {
    display: block !important;
  }
  .cid-rzMX8LxWYf .navbar-collapse.collapsing .navbar-nav,
  .cid-rzMX8LxWYf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rzMX8LxWYf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rzMX8LxWYf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rzMX8LxWYf .navbar-collapse.collapsing .navbar-buttons,
  .cid-rzMX8LxWYf .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rzMX8LxWYf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rzMX8LxWYf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rzMX8LxWYf .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rzMX8LxWYf img {
    height: 3.8rem !important;
  }
  .cid-rzMX8LxWYf .btn {
    display: flex;
  }
  .cid-rzMX8LxWYf button.navbar-toggler {
    display: block;
  }
  .cid-rzMX8LxWYf .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rzMX8LxWYf .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rzMX8LxWYf .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rzMX8LxWYf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rzMX8LxWYf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rzMX8LxWYf .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rzMX8LxWYf .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rzMX8LxWYf .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rzMX8LxWYf .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rzMX8LxWYf .nav-link:focus {
  outline: none;
}
.cid-rzMX8LxWYf .navbar-toggler {
  position: relative;
}
.cid-rzMX8LxWYf .dropdown-item.active,
.cid-rzMX8LxWYf .dropdown-item:active {
  background: #b3282b;
  color: initial;
}
.cid-rzMX8LxWYf .widget-title,
.cid-rzMX8LxWYf .widget-icon {
  color: #ffffff;
}
.cid-rzMX8LxWYf .widget-text {
  color: #ffffff;
}
.cid-tRgtyteXre {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f1f1f1;
}
.cid-tRgtyteXre .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRgtyteXre .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRgtyteXre .container {
  max-width: 1260px;
}
@media (max-width: 1199px) {
  .cid-tRgtyteXre .container {
    max-width: 960px;
  }
}
@media (max-width: 767px) {
  .cid-tRgtyteXre .container {
    max-width: 540px;
  }
}
.cid-tRgtyteXre .logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.cid-tRgtyteXre .logo-container img {
  width: 80px;
  height: auto;
  object-fit: cover;
}
.cid-tRgtyteXre .mbr-section-title {
  color: #b3282b;
}
.cid-tRgtyteXre .mbr-section-subtitle {
  color: #0e0e0e;
  margin-top: 15px;
}
.cid-tRgtyteXre .mbr-text {
  color: #878e99;
  margin-top: 20px;
}
.cid-tRgtyteXre .mbr-section-btn {
  margin-top: 25px;
}
.cid-tRgtyteXre .mbr-text,
.cid-tRgtyteXre .mbr-section-btn {
  color: #333333;
}
.cid-tRgtrLfsKp {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #f1f1f1;
}
.cid-tRgtrLfsKp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRgtrLfsKp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRgtrLfsKp .container {
  max-width: 1260px;
}
@media (max-width: 1199px) {
  .cid-tRgtrLfsKp .container {
    max-width: 960px;
  }
}
@media (max-width: 767px) {
  .cid-tRgtrLfsKp .container {
    max-width: 540px;
  }
}
.cid-tRgtrLfsKp .logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.cid-tRgtrLfsKp .logo-container img {
  width: 80px;
  height: auto;
  object-fit: cover;
}
.cid-tRgtrLfsKp .mbr-section-title {
  color: #b3282b;
}
.cid-tRgtrLfsKp .mbr-section-subtitle {
  color: #0e0e0e;
  margin-top: 15px;
}
.cid-tRgtrLfsKp .mbr-text {
  color: #878e99;
  margin-top: 20px;
}
.cid-tRgtrLfsKp .mbr-section-btn {
  margin-top: 25px;
}
.cid-tRgtrLfsKp .mbr-text,
.cid-tRgtrLfsKp .mbr-section-btn {
  color: #333333;
}
.cid-tRguojBJdP {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f1f1f1;
}
.cid-tRguojBJdP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRguojBJdP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRguojBJdP .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tRguojBJdP .mbr-section-title {
  color: #24262b;
}
.cid-tRguojBJdP .mbr-section-subtitle {
  color: #24262b;
}
.cid-tRguojBJdP .items-row {
  row-gap: 32px;
}
.cid-tRguojBJdP .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tRguojBJdP .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-tRguojBJdP .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-tRguojBJdP .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-tRguojBJdP .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-tRguojBJdP .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tRguojBJdP .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-tRguojBJdP .mbr-item-subtitle {
  color: #24262b;
}
.cid-tRguojBJdP .carousel-control,
.cid-tRguojBJdP .close {
  background: #1b1b1b;
}
.cid-tRguojBJdP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tRguojBJdP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tRguojBJdP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tRguojBJdP .carousel-control-next span {
  margin-left: 5px;
}
.cid-tRguojBJdP .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tRguojBJdP .close::before {
  content: '\e91a';
}
.cid-tRguojBJdP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tRguojBJdP .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tRguojBJdP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRguojBJdP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRguojBJdP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tRguojBJdP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tRguojBJdP .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tRguojBJdP .carousel-indicators li.active,
.cid-tRguojBJdP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tRguojBJdP .carousel-indicators li::after,
.cid-tRguojBJdP .carousel-indicators li::before {
  content: none;
}
.cid-tRguojBJdP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tRguojBJdP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tRguojBJdP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRguojBJdP .carousel-indicators {
    display: none;
  }
}
.cid-tRguojBJdP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tRguojBJdP .carousel-inner > .active {
  display: block;
}
.cid-tRguojBJdP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRguojBJdP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRguojBJdP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tRguojBJdP .carousel-control,
  .cid-tRguojBJdP .carousel-indicators,
  .cid-tRguojBJdP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tRguojBJdP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tRguojBJdP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRguojBJdP .carousel-indicators .active,
.cid-tRguojBJdP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tRguojBJdP .carousel-indicators .active {
  background: #fff;
}
.cid-tRguojBJdP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tRguojBJdP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tRguojBJdP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tRguojBJdP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tRguojBJdP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tRguojBJdP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tRguojBJdP .carousel {
  width: 100%;
}
.cid-tRguojBJdP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tRguojBJdP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tRguojBJdP .modal.fade .modal-dialog,
.cid-tRguojBJdP .modal.in .modal-dialog {
  transform: none;
}
.cid-tRguojBJdP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tRguojBJdP H6 {
  text-align: center;
}
.cid-tRgqdtNZf5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRgqdtNZf5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRgqdtNZf5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRgqdtNZf5 .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tRgqdtNZf5 .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tRgqdtNZf5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tRgqdtNZf5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tRgqdtNZf5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tRgqdtNZf5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tRgqdtNZf5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tRgqdtNZf5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tRgqdtNZf5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tRgqdtNZf5 .mbr-title {
  color: #ffffff;
  margin-bottom: 14px;
}
.cid-tRgqdtNZf5 .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-tRgqdtNZf5 .list-box {
  width: 100%;
}
.cid-tRgqdtNZf5 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tRgqdtNZf5 .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tRgqdtNZf5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tRgqdtNZf5 .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tRgqdtNZf5 .list a:hover:before {
  background-position: left !important;
}
.cid-tRgqdtNZf5 .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tRgqdtNZf5 .news-item {
  width: 100%;
}
.cid-tRgqdtNZf5 .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-tRgqdtNZf5 .news-title {
  color: #ffffff;
}
.cid-tRgqdtNZf5 .copyright {
  margin-top: 20px;
  color: #ffffff;
}
