body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Archivo Black', sans-serif;
  font-size: 3.4rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 5.44rem;
}
.display-2 {
  font-family: 'Archivo Black', sans-serif;
  font-size: 2.8rem;
  line-height: 1.4;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Bebas Neue', display;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 3.2rem;
}
/* ---- 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.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.08rem !important;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #e2090d !important;
}
.bg-success {
  background-color: #5758e0 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #5b686b !important;
}
.bg-danger {
  background-color: #465052 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #980609 !important;
  border-color: #980609 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #980609 !important;
  border-color: #980609 !important;
}
.btn-primary:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(to left, #fc5130, #e2090d);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fc5130 !important;
  border-color: #fc5130 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #dc2603 !important;
  border-color: #dc2603 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #dc2603 !important;
  border-color: #dc2603 !important;
}
.btn-secondary:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: linear-gradient(to left, #fc5130, #fc5130);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-info:hover,
.btn-info:focus {
  background: linear-gradient(to left, #fc5130, #82786e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success,
.btn-success:active {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-success:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-success:hover,
.btn-success:focus {
  background: linear-gradient(to left, #fc5130, #5758e0);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning,
.btn-warning:active {
  background-color: #5b686b !important;
  border-color: #5b686b !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-warning:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: linear-gradient(to left, #fc5130, #5b686b);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger,
.btn-danger:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-danger:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: linear-gradient(to left, #fc5130, #465052);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-white:hover,
.btn-white:focus {
  background: linear-gradient(to left, #fc5130, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-black:hover,
.btn-black:focus {
  background: linear-gradient(to left, #fc5130, #000000);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-primary-outline {
  color: white!important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #e2090d;
  color: #e2090d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e2090d;
  border-color: #e2090d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background: linear-gradient(to left, #fc5130, #e2090d);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary-outline {
  color: white!important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #fc5130;
  color: #fc5130;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #fc5130;
  border-color: #fc5130;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fc5130 !important;
  border-color: #fc5130 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background: linear-gradient(to left, #fc5130, #fc5130);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info-outline {
  color: white!important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background: linear-gradient(to left, #fc5130, #82786e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success-outline {
  color: white!important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5758e0;
  color: #5758e0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #5758e0;
  border-color: #5758e0;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background: linear-gradient(to left, #fc5130, #5758e0);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning-outline {
  color: white!important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #5b686b;
  color: #5b686b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #5b686b;
  border-color: #5b686b;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5b686b !important;
  border-color: #5b686b !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background: linear-gradient(to left, #fc5130, #5b686b);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger-outline {
  color: white!important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #465052;
  color: #465052;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background: linear-gradient(to left, #fc5130, #465052);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-black-outline {
  color: white!important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background: linear-gradient(to left, #fc5130, #333333);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white-outline {
  color: white!important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  background: linear-gradient(to left, #fc5130, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.text-primary {
  color: #e2090d !important;
}
.text-secondary {
  color: #fc5130 !important;
}
.text-success {
  color: #5758e0 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #5b686b !important;
}
.text-danger {
  color: #465052 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f8595c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #fda695 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #adaef0 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e9b9e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #758689 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #5b686b;
}
.alert-danger {
  background-color: #465052;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e2090d;
  border-color: #e2090d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e2090d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcbbbc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9ba7aa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bac2c4;
}
/* Scroll to top button*/
blockquote {
  border-color: #e2090d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e2090d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e2090d;
  border-bottom-color: #e2090d;
}
.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: #e2090d !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: #fc5130 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23e2090d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.btn {
  transition: none;
}
.cid-tfmQMGZqUD {
  z-index: 1000;
  width: 100%;
}
.cid-tfmQMGZqUD nav.navbar {
  position: fixed;
}
.cid-tfmQMGZqUD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tfmQMGZqUD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tfmQMGZqUD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tfmQMGZqUD .dropdown-item:hover,
.cid-tfmQMGZqUD .dropdown-item:focus {
  background: #e2090d !important;
  color: white !important;
}
.cid-tfmQMGZqUD .dropdown-item:hover span {
  color: white;
}
.cid-tfmQMGZqUD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tfmQMGZqUD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tfmQMGZqUD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tfmQMGZqUD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tfmQMGZqUD .nav-link {
  position: relative;
}
.cid-tfmQMGZqUD .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-tfmQMGZqUD .container {
    flex-wrap: nowrap;
  }
}
.cid-tfmQMGZqUD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-tfmQMGZqUD .iconfont-wrapper:hover {
  color: #fc5130 !important;
}
.cid-tfmQMGZqUD .dropdown-menu,
.cid-tfmQMGZqUD .navbar.opened {
  background: #212132 !important;
}
.cid-tfmQMGZqUD .nav-item:focus,
.cid-tfmQMGZqUD .nav-link:focus {
  outline: none;
}
.cid-tfmQMGZqUD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tfmQMGZqUD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfmQMGZqUD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tfmQMGZqUD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tfmQMGZqUD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfmQMGZqUD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfmQMGZqUD .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(33, 33, 50, 0.2);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-tfmQMGZqUD .navbar.opened {
  transition: all 0.3s;
}
.cid-tfmQMGZqUD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tfmQMGZqUD .navbar .navbar-logo img {
  width: auto;
}
.cid-tfmQMGZqUD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tfmQMGZqUD .navbar.collapsed {
  justify-content: center;
}
.cid-tfmQMGZqUD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfmQMGZqUD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tfmQMGZqUD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tfmQMGZqUD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfmQMGZqUD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfmQMGZqUD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tfmQMGZqUD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfmQMGZqUD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tfmQMGZqUD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tfmQMGZqUD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfmQMGZqUD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfmQMGZqUD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfmQMGZqUD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfmQMGZqUD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tfmQMGZqUD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tfmQMGZqUD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfmQMGZqUD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfmQMGZqUD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-tfmQMGZqUD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tfmQMGZqUD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tfmQMGZqUD .navbar.navbar-short {
  min-height: 96px;
}
.cid-tfmQMGZqUD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tfmQMGZqUD .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-tfmQMGZqUD .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-tfmQMGZqUD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfmQMGZqUD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfmQMGZqUD .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-tfmQMGZqUD .dropdown-item.active,
.cid-tfmQMGZqUD .dropdown-item:active {
  background-color: transparent;
}
.cid-tfmQMGZqUD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfmQMGZqUD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfmQMGZqUD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfmQMGZqUD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212132;
}
.cid-tfmQMGZqUD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfmQMGZqUD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfmQMGZqUD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tfmQMGZqUD .navbar-buttons {
  text-align: center;
}
.cid-tfmQMGZqUD .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
}
.cid-tfmQMGZqUD .navbar-buttons .btn:hover {
  color: #fc5130 !important;
}
@media (max-width: 575px) {
  .cid-tfmQMGZqUD .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-tfmQMGZqUD .navbar-buttons .btn-black {
  border: solid 2px #e2090d !important;
  box-shadow: 3px 3px 0 0 #e2090d !important;
}
.cid-tfmQMGZqUD .navbar-buttons .btn-black:hover {
  border: solid 2px #e2090d !important;
  color: #fc5130 !important;
  box-shadow: 0 0 0 0 #e2090d !important;
}
.cid-tfmQMGZqUD button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #212132 !important;
  border: solid 2px #e2090d !important;
  box-shadow: 3px 3px 0 0 #e2090d !important;
}
.cid-tfmQMGZqUD button.navbar-toggler:hover {
  border: solid 2px #e2090d !important;
  color: #fc5130 !important;
  box-shadow: 0 0 0 0 #e2090d !important;
}
.cid-tfmQMGZqUD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tfmQMGZqUD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-tfmQMGZqUD button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-tfmQMGZqUD button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-tfmQMGZqUD button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-tfmQMGZqUD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfmQMGZqUD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tfmQMGZqUD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tfmQMGZqUD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfmQMGZqUD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tfmQMGZqUD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tfmQMGZqUD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfmQMGZqUD .navbar {
    height: 70px;
  }
  .cid-tfmQMGZqUD .navbar.opened {
    height: auto;
  }
  .cid-tfmQMGZqUD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tfmQMGZqUD .navbar-nav {
  margin: 0 auto;
}
.cid-tfmQMGZqUD .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-tfmQMGZqUD .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-tfmQMGZqUD .nav-item .nav-link::after {
  color: #fc5130 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-tfmQMGZqUD .nav-item .nav-link:hover {
  color: #fc5130 !important;
}
.cid-tfmQMGZqUD .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-tfmQMGZqUD .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-tfmQMGZqUD .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-tfmQMGZqUD .nav-item .dropdown-menu .dropdown-item {
  color: #212132 !important;
  background-color: transparent !important;
}
.cid-tfmQMGZqUD .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e2090d !important;
}
@media (max-width: 991px) {
  .cid-tfmQMGZqUD .navbar {
    justify-content: flex-start !important;
  }
  .cid-tfmQMGZqUD .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-tfmQMGZqUD .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-tfmQMGZqUD .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-tfmQMGZqUD .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-tfmQMGZqUD .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-tfmQMGZqUD .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-tfmpwEI5my {
  background-image: url("../../../assets/images/hero-2000x647.jpg");
}
.cid-tfmpwEI5my H1 {
  color: #e2090d;
}
.cid-tfmpwEI5my h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tg7cQB6RGf {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #040402;
}
.cid-tg7cQB6RGf .wrapper {
  overflow: hidden;
  position: relative;
}
.cid-tg7cQB6RGf .mbr-media {
  z-index: 2;
}
.cid-tg7cQB6RGf .box {
  height: 400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cid-tg7cQB6RGf .box:before {
  background-image: url("../../../assets/images/facility1-1-640x480.jpg");
  background-size: cover;
  background-position: center;
  position: absolute;
  content: "";
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  left: 0;
}
.cid-tg7cQB6RGf .box:hover span {
  transform: scale(1.2);
}
.cid-tg7cQB6RGf .box:hover:before {
  filter: contrast(1.2) brightness(0.8);
}
.cid-tg7cQB6RGf .icon-wrap {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cid-tg7cQB6RGf .icon-wrap span {
  padding-left: 4px;
}
.cid-tg7cQB6RGf .mbr-media span {
  font-size: 6rem;
  cursor: pointer;
  position: relative;
  display: flex;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
  opacity: 1;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tg7cQB6RGf .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tg7cQB6RGf .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tg7cQB6RGf .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tg7cQB6RGf .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tg7cQB6RGf a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tg7cQB6RGf a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tg7cQB6RGf .box {
    height: 250px;
  }
}
.cid-tg7cQB6RGf .mbr-section-title {
  color: #ffffff;
}
.cid-tg7cQB6RGf H4 {
  color: #000000;
}
.cid-tg7cQB6RGf P {
  color: #999999;
}
.cid-tfmnHy8ukY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-tfmnHy8ukY .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-tfmnHy8ukY .card-wrapper {
    padding: 0;
  }
}
.cid-tfmnHy8ukY img {
  width: 100%;
}
.cid-tfmnHy8ukY .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tfmnHy8ukY .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-tfmnHy8ukY .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-tfmnHy8ukY h4 {
  margin: 0;
}
.cid-tfmnHy8ukY .card-text {
  color: #000000;
}
.cid-tfmnHy8ukY .mbr-text {
  color: #000000;
}
.cid-tfmnHy8ukY .card-title {
  color: #040402;
}
@media (min-width: 1200px) {
  .cid-tfmnHy8ukY .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-tfmnHy8ukY .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-tfmnHy8ukY .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tfmnHy8ukY .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-tfmnHy8ukY H3 {
  color: #787324;
}
.cid-tfmnHy8ukY .mbr-section-title,
.cid-tfmnHy8ukY .title-wrapper {
  color: #000000;
}
.cid-tfmnHy8ukY .mbr-text,
.cid-tfmnHy8ukY .mbr-section-btn {
  color: #191919;
}
.cid-tfn4N9BdRo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d8d5d1;
  overflow: hidden;
}
.cid-tfn4N9BdRo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfn4N9BdRo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfn4N9BdRo .col-text {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tfn4N9BdRo .col-text {
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .cid-tfn4N9BdRo .col-text {
    order: 2;
  }
}
.cid-tfn4N9BdRo .col-img {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tfn4N9BdRo .col-img {
    padding-left: 28px;
  }
}
@media (max-width: 991px) {
  .cid-tfn4N9BdRo .col-img {
    order: 1;
  }
}
.cid-tfn4N9BdRo .card-title {
  color: #161616;
  margin-top: 1rem;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tfn4N9BdRo .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.cid-tfn4N9BdRo .mbr-text {
  color: #161616;
  margin-top: 2rem;
  margin-bottom: 0 !important;
  width: 100%;
  max-width: 480px;
}
@media (max-width: 991px) {
  .cid-tfn4N9BdRo .mbr-text {
    text-align: center !important;
    padding-right: 0;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tfn4N9BdRo .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-tfn4N9BdRo .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-tfn4N9BdRo .mbr-section-btn {
    width: 100%;
  }
}
.cid-tfn4N9BdRo .image-wrapper {
  display: flex;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 510px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tfn4N9BdRo .image-wrapper {
    height: 360px;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .cid-tfn4N9BdRo .image-wrapper {
    height: auto;
  }
}
.cid-tfn4N9BdRo .image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-tfn4N9BdRo .circle-blur {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: block;
  width: 560px;
  height: 560px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ff7448 27%, #020419 50%, #730406 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-tfn4N9BdRo .circle-blur {
    width: 320px;
    height: 320px;
    top: -10%;
    right: -5%;
    transform: translate(0, 0);
  }
}
.cid-uzw0zIvtLx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e5e5e5;
}
.cid-uzw0zIvtLx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzw0zIvtLx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzw0zIvtLx .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uzw0zIvtLx .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uzw0zIvtLx .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzw0zIvtLx .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uzw0zIvtLx .image-wrapper img {
  height: 660px;
  object-fit: cover;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uzw0zIvtLx .image-wrapper img {
    height: 350px;
  }
}
.cid-uzw0zIvtLx .mbr-section-title {
  color: #191c25;
}
.cid-uzw0zIvtLx .mbr-text {
  color: #191c25;
}
.cid-tfn5exYfn4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d8d5d1;
  overflow: hidden;
}
.cid-tfn5exYfn4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfn5exYfn4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfn5exYfn4 .row {
  flex-direction: row-reverse;
}
.cid-tfn5exYfn4 .col-text {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tfn5exYfn4 .col-text {
    padding-left: 28px;
  }
}
@media (max-width: 991px) {
  .cid-tfn5exYfn4 .col-text {
    order: 2;
  }
}
.cid-tfn5exYfn4 .col-img {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tfn5exYfn4 .col-img {
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .cid-tfn5exYfn4 .col-img {
    order: 1;
  }
}
.cid-tfn5exYfn4 .card-title {
  color: #161616;
  margin-top: 1rem;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tfn5exYfn4 .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.cid-tfn5exYfn4 .mbr-text {
  color: #161616;
  margin-top: 2rem;
  margin-bottom: 0 !important;
  width: 100%;
  max-width: 480px;
}
@media (max-width: 991px) {
  .cid-tfn5exYfn4 .mbr-text {
    text-align: center !important;
    padding-right: 0;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tfn5exYfn4 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-tfn5exYfn4 .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-tfn5exYfn4 .mbr-section-btn {
    width: 100%;
  }
}
.cid-tfn5exYfn4 .image-wrapper {
  display: flex;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 510px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tfn5exYfn4 .image-wrapper {
    height: 360px;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .cid-tfn5exYfn4 .image-wrapper {
    height: auto;
  }
}
.cid-tfn5exYfn4 .image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-tfn5exYfn4 .circle-blur {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: block;
  width: 560px;
  height: 560px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ff7448 27%, #020419 50%, #730406 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-tfn5exYfn4 .circle-blur {
    width: 320px;
    height: 320px;
    top: -10%;
    right: -5%;
    transform: translate(0, 0);
  }
}
.cid-tfmsdbjmPQ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/amenities-bg-2000x806.jpg");
}
.cid-tfmsdbjmPQ img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  .cid-tfmsdbjmPQ .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tfmsdbjmPQ .card-wrapper {
  background: #e2090d;
  padding: 3rem;
}
.cid-tfmsdbjmPQ .card-wrapper:hover {
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-tfmsdbjmPQ .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}
.cid-tfmsdbjmPQ .icon-wrapper {
  padding: 0 0.6rem;
}
.cid-tfmsdbjmPQ .card-box {
  padding-top: 2rem;
}
.cid-tfmsdbjmPQ .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tfmsdbjmPQ .card-title {
  color: #999999;
}
.cid-tfmsdbjmPQ .mbr-subtitle {
  color: #ffffff;
}
.cid-tfmsdbjmPQ .main-title {
  color: #000000;
}
.cid-tfmsdbjmPQ .main-subtitle {
  color: #999999;
}
.cid-tfmsdbjmPQ .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tfmsdbjmPQ .card:hover {
  transform: translateY(-10px);
}
.cid-tfmsdbjmPQ .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-tfmsdbjmPQ .card:hover .card-title,
.cid-tfmsdbjmPQ .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-tfmsdbjmPQ .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-tfmsdbjmPQ .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tfmud3Q2t7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/amenities-bg-2000x806.jpg");
}
.cid-tfmud3Q2t7 img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  .cid-tfmud3Q2t7 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tfmud3Q2t7 .card-wrapper {
  background: #e2090d;
  padding: 3rem;
}
.cid-tfmud3Q2t7 .card-wrapper:hover {
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-tfmud3Q2t7 .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}
.cid-tfmud3Q2t7 .icon-wrapper {
  padding: 0 0.6rem;
}
.cid-tfmud3Q2t7 .card-box {
  padding-top: 2rem;
}
.cid-tfmud3Q2t7 .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tfmud3Q2t7 .card-title {
  color: #999999;
}
.cid-tfmud3Q2t7 .mbr-subtitle {
  color: #ffffff;
}
.cid-tfmud3Q2t7 .main-title {
  color: #000000;
}
.cid-tfmud3Q2t7 .main-subtitle {
  color: #999999;
}
.cid-tfmud3Q2t7 .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tfmud3Q2t7 .card:hover {
  transform: translateY(-10px);
}
.cid-tfmud3Q2t7 .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-tfmud3Q2t7 .card:hover .card-title,
.cid-tfmud3Q2t7 .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-tfmud3Q2t7 .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-tfmud3Q2t7 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uztWB0HcnQ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/amenities-bg-2000x806.jpg");
}
.cid-uztWB0HcnQ img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  .cid-uztWB0HcnQ .container-fluid {
    padding: 0 2rem;
  }
}
.cid-uztWB0HcnQ .card-wrapper {
  background: #e2090d;
  padding: 3rem;
}
.cid-uztWB0HcnQ .card-wrapper:hover {
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uztWB0HcnQ .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}
.cid-uztWB0HcnQ .icon-wrapper {
  padding: 0 0.6rem;
}
.cid-uztWB0HcnQ .card-box {
  padding-top: 2rem;
}
.cid-uztWB0HcnQ .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uztWB0HcnQ .card-title {
  color: #999999;
}
.cid-uztWB0HcnQ .mbr-subtitle {
  color: #ffffff;
}
.cid-uztWB0HcnQ .main-title {
  color: #000000;
}
.cid-uztWB0HcnQ .main-subtitle {
  color: #999999;
}
.cid-uztWB0HcnQ .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uztWB0HcnQ .card:hover {
  transform: translateY(-10px);
}
.cid-uztWB0HcnQ .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uztWB0HcnQ .card:hover .card-title,
.cid-uztWB0HcnQ .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-uztWB0HcnQ .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-uztWB0HcnQ .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tfmx0hM3rm {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/amenities-bg-2000x806.jpg");
}
.cid-tfmx0hM3rm .item {
  padding-bottom: 2rem;
}
.cid-tfmx0hM3rm .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tfmx0hM3rm .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tfmx0hM3rm .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tfmx0hM3rm .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tfmx0hM3rm .carousel-control,
.cid-tfmx0hM3rm .close {
  background: #1b1b1b;
}
.cid-tfmx0hM3rm .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tfmx0hM3rm .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tfmx0hM3rm .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tfmx0hM3rm .carousel-control-next span {
  margin-left: 5px;
}
.cid-tfmx0hM3rm .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-tfmx0hM3rm .close::before {
  content: '\e91a';
}
.cid-tfmx0hM3rm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tfmx0hM3rm .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-tfmx0hM3rm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tfmx0hM3rm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tfmx0hM3rm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tfmx0hM3rm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tfmx0hM3rm .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-tfmx0hM3rm .carousel-indicators li.active,
.cid-tfmx0hM3rm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tfmx0hM3rm .carousel-indicators li::after,
.cid-tfmx0hM3rm .carousel-indicators li::before {
  content: none;
}
.cid-tfmx0hM3rm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tfmx0hM3rm .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tfmx0hM3rm .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tfmx0hM3rm .carousel-indicators {
    display: none;
  }
}
.cid-tfmx0hM3rm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tfmx0hM3rm .carousel-inner > .active {
  display: block;
}
.cid-tfmx0hM3rm .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tfmx0hM3rm .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tfmx0hM3rm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tfmx0hM3rm .carousel-control,
  .cid-tfmx0hM3rm .carousel-indicators,
  .cid-tfmx0hM3rm .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tfmx0hM3rm .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tfmx0hM3rm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tfmx0hM3rm .carousel-indicators .active,
.cid-tfmx0hM3rm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tfmx0hM3rm .carousel-indicators .active {
  background: #fff;
}
.cid-tfmx0hM3rm .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tfmx0hM3rm .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tfmx0hM3rm .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tfmx0hM3rm .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tfmx0hM3rm .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tfmx0hM3rm .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tfmx0hM3rm .carousel {
  width: 100%;
}
.cid-tfmx0hM3rm .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tfmx0hM3rm .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tfmx0hM3rm .modal.fade .modal-dialog,
.cid-tfmx0hM3rm .modal.in .modal-dialog {
  transform: none;
}
.cid-tfmx0hM3rm .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tfmx0hM3rm H6 {
  text-align: center;
}
.cid-tfmx0hM3rm .mbr-section-title {
  color: #2e6b75;
}
.cid-tfmx0hM3rm .mbr-section-subtitle {
  color: #6c7577;
}
.cid-tfmx0hM3rm .mbr-item-subtitle {
  color: #6c7577;
}
.cid-tfmx0hM3rm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfmx0hM3rm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfmAqW4jAH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e5e5e5;
}
.cid-tfmAqW4jAH h3,
.cid-tfmAqW4jAH h4,
.cid-tfmAqW4jAH h5,
.cid-tfmAqW4jAH h6,
.cid-tfmAqW4jAH p {
  margin: 0;
}
.cid-tfmAqW4jAH .section-head {
  margin-bottom: 2.5rem;
}
.cid-tfmAqW4jAH .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-tfmAqW4jAH .nav-tabs .nav-item.open .nav-link:focus,
.cid-tfmAqW4jAH .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tfmAqW4jAH .nav-tabs {
  flex-wrap: nowrap;
  border-bottom: 1px solid #e2090d;
}
.cid-tfmAqW4jAH .nav-item {
  width: 100%;
  text-align: center;
}
.cid-tfmAqW4jAH .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-tfmAqW4jAH .nav-tabs .nav-link:not(.active) {
  color: #e2090d;
}
.cid-tfmAqW4jAH .nav-link,
.cid-tfmAqW4jAH .nav-link.active {
  padding: 0 10px 18px;
  background-color: transparent;
}
.cid-tfmAqW4jAH .nav-tabs .nav-link.active {
  color: #000000;
  border-bottom: 1px solid #000000;
}
.cid-tfmAqW4jAH .panel-body,
.cid-tfmAqW4jAH .card-header {
  padding: 3rem 0;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tfmAqW4jAH .panel-body,
  .cid-tfmAqW4jAH .card-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.cid-tfmAqW4jAH .image-wrap {
  width: 490px;
  margin-right: 3rem;
  flex-shrink: 0;
}
.cid-tfmAqW4jAH .image-wrap img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .cid-tfmAqW4jAH .image-wrap {
    margin-bottom: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 521px) {
  .cid-tfmAqW4jAH .image-wrap {
    width: 100%;
  }
}
.cid-tfmAqW4jAH .panel-title {
  color: #e2090d;
  margin-bottom: 0.6rem;
}
.cid-tfmAqW4jAH .panel-subtitle {
  color: #010c0f;
}
.cid-tfmAqW4jAH .panel-text {
  margin-top: 1.5rem;
}
.cid-tfmJW83Ll3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tfmJW83Ll3 .wrapper {
  background: #ffffff;
}
.cid-tfmJW83Ll3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfmJW83Ll3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfmJW83Ll3 .mbr-section-title {
  text-align: center;
}
.cid-tfmI1c59nB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tfmI1c59nB .card {
  background: transparent;
}
.cid-tfmI1c59nB .img-container img {
  border-radius: 20px;
  width: 355px;
  height: 90%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tfmI1c59nB .img-container img {
    width: 100%;
  }
}
.cid-tfmI1c59nB .card-img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.cid-tfmI1c59nB .col.img {
  margin-right: -10px;
  flex: 0 0 18px;
}
.cid-tfmI1c59nB .card-body {
  padding: 10px;
}
.cid-tfmI1c59nB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfmI1c59nB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfmI1c59nB .mbr-section-subtitle {
  color: #e2090d;
}
.cid-tgikyEVc3F {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/contact-2000x599.jpg");
}
.cid-tgikyEVc3F .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-tgikyEVc3F .card-wrapper {
    padding: 0;
  }
}
.cid-tgikyEVc3F .row {
  flex-direction: row-reverse;
}
.cid-tgikyEVc3F .form-control,
.cid-tgikyEVc3F .field-input {
  padding: 1rem;
}
.cid-tgikyEVc3F .form-row > .col,
.cid-tgikyEVc3F .col-auto {
  padding-right: 8px;
  padding-left: 8px;
}
.cid-tgikyEVc3F .btn {
  margin: 0 !important;
  height: 56px;
  border-radius: 3px !important;
  padding: 0 1.5rem;
}
.cid-tgikyEVc3F .btn span {
  font-size: 1rem;
}
.cid-tgikyEVc3F .form-control,
.cid-tgikyEVc3F .field-input {
  padding: 1rem;
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tgikyEVc3F .form-control::-webkit-input-placeholder,
.cid-tgikyEVc3F .field-input::-webkit-input-placeholder,
.cid-tgikyEVc3F .form-control::-webkit-input-placeholder,
.cid-tgikyEVc3F .field-input::-webkit-input-placeholder {
  color: #999999;
}
.cid-tgikyEVc3F .form-control:-moz-placeholder,
.cid-tgikyEVc3F .field-input:-moz-placeholder,
.cid-tgikyEVc3F .form-control:-moz-placeholder,
.cid-tgikyEVc3F .field-input:-moz-placeholder {
  color: #999999;
}
.cid-tgikyEVc3F .form-control:hover,
.cid-tgikyEVc3F .field-input:hover,
.cid-tgikyEVc3F .form-control:focus,
.cid-tgikyEVc3F .field-input:focus {
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tgikyEVc3F .form-control:hover::-webkit-input-placeholder,
.cid-tgikyEVc3F .field-input:hover::-webkit-input-placeholder,
.cid-tgikyEVc3F .form-control:focus::-webkit-input-placeholder,
.cid-tgikyEVc3F .field-input:focus::-webkit-input-placeholder,
.cid-tgikyEVc3F .form-control:hover::-webkit-input-placeholder,
.cid-tgikyEVc3F .field-input:hover::-webkit-input-placeholder,
.cid-tgikyEVc3F .form-control:focus::-webkit-input-placeholder,
.cid-tgikyEVc3F .field-input:focus::-webkit-input-placeholder {
  color: #999999;
}
.cid-tgikyEVc3F .form-control:hover:-moz-placeholder,
.cid-tgikyEVc3F .field-input:hover:-moz-placeholder,
.cid-tgikyEVc3F .form-control:focus:-moz-placeholder,
.cid-tgikyEVc3F .field-input:focus:-moz-placeholder,
.cid-tgikyEVc3F .form-control:hover:-moz-placeholder,
.cid-tgikyEVc3F .field-input:hover:-moz-placeholder,
.cid-tgikyEVc3F .form-control:focus:-moz-placeholder,
.cid-tgikyEVc3F .field-input:focus:-moz-placeholder {
  color: #999999;
}
.cid-tgikyEVc3F .jq-number__spin:hover,
.cid-tgikyEVc3F .jq-number__spin:focus {
  background-color: #040402;
  border-color: #555555;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tgikyEVc3F .jq-number__spin {
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tgikyEVc3F .jq-selectbox li,
.cid-tgikyEVc3F .jq-selectbox li {
  background-color: #040402;
  color: #ffffff;
}
.cid-tgikyEVc3F .jq-selectbox li:hover,
.cid-tgikyEVc3F .jq-selectbox li.selected {
  background-color: #040402;
  color: #ffffff;
}
.cid-tgikyEVc3F .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tgikyEVc3F .jq-number__spin.minus:hover:after,
.cid-tgikyEVc3F .jq-number__spin.plus:hover:after {
  border-top-color: #040402;
  border-bottom-color: #040402;
}
.cid-tgikyEVc3F .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tgikyEVc3F .jq-number__spin.minus:after,
.cid-tgikyEVc3F .jq-number__spin.plus:after {
  border-top-color: #040402;
  border-bottom-color: #040402;
}
.cid-tgikyEVc3F input::-webkit-clear-button {
  display: none;
}
.cid-tgikyEVc3F input::-webkit-inner-spin-button {
  display: none;
}
.cid-tgikyEVc3F input::-webkit-outer-spin-button {
  display: none;
}
.cid-tgikyEVc3F input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tgikyEVc3F H4 {
  color: #ffffff;
}
.cid-tgikyEVc3F P {
  color: #999999;
}
@media (max-width: 767px) {
  .cid-tgikyEVc3F .col {
    min-width: 100%;
  }
  .cid-tgikyEVc3F .col-auto {
    margin: auto;
  }
  .cid-tgikyEVc3F .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-tgikyEVc3F .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
.cid-tgikyEVc3F .content {
  padding: 0 3rem;
}
@media (max-width: 1600px) {
  .cid-tgikyEVc3F .content {
    padding: 0 1rem;
  }
}
.cid-tgikyEVc3F .img-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tgikyEVc3F .img-wrapper:before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  right: -300px;
  border-radius: 50%;
  bottom: -350px;
  opacity: 0.3;
  background: #e2090d;
  z-index: 2;
  pointer-events: none;
}
.cid-tgikyEVc3F img {
  width: 100%;
}
.cid-tgikyEVc3F .card-wrapper .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tgikyEVc3F .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-tgikyEVc3F .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-tgikyEVc3F h4 {
  margin: 0;
}
.cid-tgikyEVc3F .card-text {
  color: #999999;
}
.cid-tgikyEVc3F .mbr-text {
  color: #000000;
}
.cid-tgikyEVc3F .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-tgikyEVc3F .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .cid-tgikyEVc3F .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-tgikyEVc3F .icon-wrap {
  background: linear-gradient(to left, #fc5130, #e2090d);
  width: 100px;
  height: 100px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 5;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
}
.cid-tgikyEVc3F .icon-wrap .mbr-iconfont {
  font-size: 2.6rem;
  color: white;
}
.cid-tgikyEVc3F H3 {
  color: #787324;
}
.cid-tgikyEVc3F .mbr-section-title,
.cid-tgikyEVc3F .title-wrapper {
  color: #ffffff;
}
.cid-tgikyEVc3F .mbr-text,
.cid-tgikyEVc3F .mbr-section-btn {
  color: #999999;
}
.cid-tgikyEVc3F .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tgikyEVc3F .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tgikyEVc3F .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tgikyEVc3F a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tgikyEVc3F a.close:hover {
  color: #ffffff;
}
.cid-tfmTrta5OU {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #191919;
}
.cid-tfmTrta5OU .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tfmTrta5OU .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-tfmTrta5OU .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tfmTrta5OU .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-tfmTrta5OU .container {
  max-width: 1400px;
}
.cid-tfmTrta5OU li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-tfmTrta5OU .time {
  line-height: 2;
}
.cid-tfmTrta5OU .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tfmTrta5OU .text-wrap {
  width: 100%;
}
.cid-tfmTrta5OU .item-wrap {
  display: inline-block;
}
.cid-tfmTrta5OU .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tfmTrta5OU .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tfmTrta5OU .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tfmTrta5OU .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tfmTrta5OU .socicon-wrap {
    margin: auto;
  }
}
.cid-tfmTrta5OU .mbr-text {
  color: #999999;
}
.cid-tfmTrta5OU .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tfmTrta5OU .icon-title,
.cid-tfmTrta5OU .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-tfmTrta5OU .item-text,
.cid-tfmTrta5OU .item-icon {
  color: #999999;
}
.cid-tfmQMGZqUD {
  z-index: 1000;
  width: 100%;
}
.cid-tfmQMGZqUD nav.navbar {
  position: fixed;
}
.cid-tfmQMGZqUD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tfmQMGZqUD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tfmQMGZqUD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tfmQMGZqUD .dropdown-item:hover,
.cid-tfmQMGZqUD .dropdown-item:focus {
  background: #e2090d !important;
  color: white !important;
}
.cid-tfmQMGZqUD .dropdown-item:hover span {
  color: white;
}
.cid-tfmQMGZqUD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tfmQMGZqUD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tfmQMGZqUD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tfmQMGZqUD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tfmQMGZqUD .nav-link {
  position: relative;
}
.cid-tfmQMGZqUD .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-tfmQMGZqUD .container {
    flex-wrap: nowrap;
  }
}
.cid-tfmQMGZqUD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-tfmQMGZqUD .iconfont-wrapper:hover {
  color: #fc5130 !important;
}
.cid-tfmQMGZqUD .dropdown-menu,
.cid-tfmQMGZqUD .navbar.opened {
  background: #212132 !important;
}
.cid-tfmQMGZqUD .nav-item:focus,
.cid-tfmQMGZqUD .nav-link:focus {
  outline: none;
}
.cid-tfmQMGZqUD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tfmQMGZqUD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfmQMGZqUD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tfmQMGZqUD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tfmQMGZqUD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfmQMGZqUD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfmQMGZqUD .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(33, 33, 50, 0.2);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-tfmQMGZqUD .navbar.opened {
  transition: all 0.3s;
}
.cid-tfmQMGZqUD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tfmQMGZqUD .navbar .navbar-logo img {
  width: auto;
}
.cid-tfmQMGZqUD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tfmQMGZqUD .navbar.collapsed {
  justify-content: center;
}
.cid-tfmQMGZqUD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfmQMGZqUD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tfmQMGZqUD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tfmQMGZqUD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfmQMGZqUD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfmQMGZqUD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tfmQMGZqUD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfmQMGZqUD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tfmQMGZqUD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tfmQMGZqUD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfmQMGZqUD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfmQMGZqUD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfmQMGZqUD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfmQMGZqUD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tfmQMGZqUD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tfmQMGZqUD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfmQMGZqUD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfmQMGZqUD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-tfmQMGZqUD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tfmQMGZqUD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tfmQMGZqUD .navbar.navbar-short {
  min-height: 96px;
}
.cid-tfmQMGZqUD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tfmQMGZqUD .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-tfmQMGZqUD .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-tfmQMGZqUD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfmQMGZqUD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfmQMGZqUD .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-tfmQMGZqUD .dropdown-item.active,
.cid-tfmQMGZqUD .dropdown-item:active {
  background-color: transparent;
}
.cid-tfmQMGZqUD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfmQMGZqUD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfmQMGZqUD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfmQMGZqUD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212132;
}
.cid-tfmQMGZqUD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfmQMGZqUD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfmQMGZqUD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tfmQMGZqUD .navbar-buttons {
  text-align: center;
}
.cid-tfmQMGZqUD .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
}
.cid-tfmQMGZqUD .navbar-buttons .btn:hover {
  color: #fc5130 !important;
}
@media (max-width: 575px) {
  .cid-tfmQMGZqUD .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-tfmQMGZqUD .navbar-buttons .btn-black {
  border: solid 2px #e2090d !important;
  box-shadow: 3px 3px 0 0 #e2090d !important;
}
.cid-tfmQMGZqUD .navbar-buttons .btn-black:hover {
  border: solid 2px #e2090d !important;
  color: #fc5130 !important;
  box-shadow: 0 0 0 0 #e2090d !important;
}
.cid-tfmQMGZqUD button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #212132 !important;
  border: solid 2px #e2090d !important;
  box-shadow: 3px 3px 0 0 #e2090d !important;
}
.cid-tfmQMGZqUD button.navbar-toggler:hover {
  border: solid 2px #e2090d !important;
  color: #fc5130 !important;
  box-shadow: 0 0 0 0 #e2090d !important;
}
.cid-tfmQMGZqUD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tfmQMGZqUD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-tfmQMGZqUD button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-tfmQMGZqUD button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-tfmQMGZqUD button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-tfmQMGZqUD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfmQMGZqUD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tfmQMGZqUD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tfmQMGZqUD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfmQMGZqUD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tfmQMGZqUD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tfmQMGZqUD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfmQMGZqUD .navbar {
    height: 70px;
  }
  .cid-tfmQMGZqUD .navbar.opened {
    height: auto;
  }
  .cid-tfmQMGZqUD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tfmQMGZqUD .navbar-nav {
  margin: 0 auto;
}
.cid-tfmQMGZqUD .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-tfmQMGZqUD .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-tfmQMGZqUD .nav-item .nav-link::after {
  color: #fc5130 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-tfmQMGZqUD .nav-item .nav-link:hover {
  color: #fc5130 !important;
}
.cid-tfmQMGZqUD .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-tfmQMGZqUD .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-tfmQMGZqUD .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-tfmQMGZqUD .nav-item .dropdown-menu .dropdown-item {
  color: #212132 !important;
  background-color: transparent !important;
}
.cid-tfmQMGZqUD .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e2090d !important;
}
@media (max-width: 991px) {
  .cid-tfmQMGZqUD .navbar {
    justify-content: flex-start !important;
  }
  .cid-tfmQMGZqUD .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-tfmQMGZqUD .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-tfmQMGZqUD .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-tfmQMGZqUD .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-tfmQMGZqUD .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-tfmQMGZqUD .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-tfmQoPyTn1 {
  background-image: url("../../../assets/images/hero-2000x647.jpg");
}
.cid-tfmQoPyTn1 H1 {
  color: #ffcc00;
}
.cid-tfmQoPyTn1 h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tfmRFRmSPM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-tfmRFRmSPM .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-tfmRFRmSPM .mbr-text,
.cid-tfmRFRmSPM .mbr-section-btn {
  color: #999999;
}
.cid-tfmRFRmSPM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tfmRFRmSPM img {
    width: 96%;
  }
}
.cid-tfmS1X57fC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-tfmS1X57fC .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-tfmS1X57fC .mbr-text,
.cid-tfmS1X57fC .mbr-section-btn {
  color: #999999;
}
.cid-tfmScwFpzE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-tfmScwFpzE .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-tfmScwFpzE .mbr-text,
.cid-tfmScwFpzE .mbr-section-btn {
  color: #999999;
}
.cid-tfmSAWedNJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-tfmSAWedNJ .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-tfmSAWedNJ .mbr-text,
.cid-tfmSAWedNJ .mbr-section-btn {
  color: #999999;
}
.cid-tfmSlMYRMg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-tfmSlMYRMg .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-tfmSlMYRMg .mbr-text,
.cid-tfmSlMYRMg .mbr-section-btn {
  color: #999999;
}
.cid-tfnadmGMIr {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000204;
}
.cid-tfnadmGMIr .item {
  padding-bottom: 2rem;
}
.cid-tfnadmGMIr .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tfnadmGMIr .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tfnadmGMIr .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tfnadmGMIr .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tfnadmGMIr .carousel-control,
.cid-tfnadmGMIr .close {
  background: #1b1b1b;
}
.cid-tfnadmGMIr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tfnadmGMIr .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tfnadmGMIr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tfnadmGMIr .carousel-control-next span {
  margin-left: 5px;
}
.cid-tfnadmGMIr .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-tfnadmGMIr .close::before {
  content: '\e91a';
}
.cid-tfnadmGMIr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tfnadmGMIr .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-tfnadmGMIr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tfnadmGMIr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tfnadmGMIr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tfnadmGMIr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tfnadmGMIr .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-tfnadmGMIr .carousel-indicators li.active,
.cid-tfnadmGMIr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tfnadmGMIr .carousel-indicators li::after,
.cid-tfnadmGMIr .carousel-indicators li::before {
  content: none;
}
.cid-tfnadmGMIr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tfnadmGMIr .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tfnadmGMIr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tfnadmGMIr .carousel-indicators {
    display: none;
  }
}
.cid-tfnadmGMIr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tfnadmGMIr .carousel-inner > .active {
  display: block;
}
.cid-tfnadmGMIr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tfnadmGMIr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tfnadmGMIr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tfnadmGMIr .carousel-control,
  .cid-tfnadmGMIr .carousel-indicators,
  .cid-tfnadmGMIr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tfnadmGMIr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tfnadmGMIr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tfnadmGMIr .carousel-indicators .active,
.cid-tfnadmGMIr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tfnadmGMIr .carousel-indicators .active {
  background: #fff;
}
.cid-tfnadmGMIr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tfnadmGMIr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tfnadmGMIr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tfnadmGMIr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tfnadmGMIr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tfnadmGMIr .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tfnadmGMIr .carousel {
  width: 100%;
}
.cid-tfnadmGMIr .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tfnadmGMIr .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tfnadmGMIr .modal.fade .modal-dialog,
.cid-tfnadmGMIr .modal.in .modal-dialog {
  transform: none;
}
.cid-tfnadmGMIr .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tfnadmGMIr H6 {
  text-align: center;
}
.cid-tfnadmGMIr .mbr-section-title {
  color: #2e6b75;
}
.cid-tfnadmGMIr .mbr-section-subtitle {
  color: #6c7577;
}
.cid-tfnadmGMIr .mbr-item-subtitle {
  color: #6c7577;
}
.cid-tfnadmGMIr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfnadmGMIr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfnaEvNmAY {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000204;
}
.cid-tfnaEvNmAY .item {
  padding-bottom: 2rem;
}
.cid-tfnaEvNmAY .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tfnaEvNmAY .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tfnaEvNmAY .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tfnaEvNmAY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tfnaEvNmAY .carousel-control,
.cid-tfnaEvNmAY .close {
  background: #1b1b1b;
}
.cid-tfnaEvNmAY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tfnaEvNmAY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tfnaEvNmAY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tfnaEvNmAY .carousel-control-next span {
  margin-left: 5px;
}
.cid-tfnaEvNmAY .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-tfnaEvNmAY .close::before {
  content: '\e91a';
}
.cid-tfnaEvNmAY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tfnaEvNmAY .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-tfnaEvNmAY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tfnaEvNmAY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tfnaEvNmAY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tfnaEvNmAY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tfnaEvNmAY .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-tfnaEvNmAY .carousel-indicators li.active,
.cid-tfnaEvNmAY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tfnaEvNmAY .carousel-indicators li::after,
.cid-tfnaEvNmAY .carousel-indicators li::before {
  content: none;
}
.cid-tfnaEvNmAY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tfnaEvNmAY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tfnaEvNmAY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tfnaEvNmAY .carousel-indicators {
    display: none;
  }
}
.cid-tfnaEvNmAY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tfnaEvNmAY .carousel-inner > .active {
  display: block;
}
.cid-tfnaEvNmAY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tfnaEvNmAY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tfnaEvNmAY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tfnaEvNmAY .carousel-control,
  .cid-tfnaEvNmAY .carousel-indicators,
  .cid-tfnaEvNmAY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tfnaEvNmAY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tfnaEvNmAY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tfnaEvNmAY .carousel-indicators .active,
.cid-tfnaEvNmAY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tfnaEvNmAY .carousel-indicators .active {
  background: #fff;
}
.cid-tfnaEvNmAY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tfnaEvNmAY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tfnaEvNmAY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tfnaEvNmAY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tfnaEvNmAY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tfnaEvNmAY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tfnaEvNmAY .carousel {
  width: 100%;
}
.cid-tfnaEvNmAY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tfnaEvNmAY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tfnaEvNmAY .modal.fade .modal-dialog,
.cid-tfnaEvNmAY .modal.in .modal-dialog {
  transform: none;
}
.cid-tfnaEvNmAY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tfnaEvNmAY H6 {
  text-align: center;
}
.cid-tfnaEvNmAY .mbr-section-title {
  color: #2e6b75;
}
.cid-tfnaEvNmAY .mbr-section-subtitle {
  color: #6c7577;
}
.cid-tfnaEvNmAY .mbr-item-subtitle {
  color: #6c7577;
}
.cid-tfnaEvNmAY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfnaEvNmAY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfmSR59Mtu {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-tfmSR59Mtu .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-tfmSR59Mtu .mbr-text,
.cid-tfmSR59Mtu .mbr-section-btn {
  color: #999999;
}
.cid-tfnbuWz9XU {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/contact-2000x599.jpg");
}
.cid-tfnbuWz9XU .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-tfnbuWz9XU .card-wrapper {
    padding: 0;
  }
}
.cid-tfnbuWz9XU .row {
  flex-direction: row-reverse;
}
.cid-tfnbuWz9XU .form-control,
.cid-tfnbuWz9XU .field-input {
  padding: 1rem;
}
.cid-tfnbuWz9XU .form-row > .col,
.cid-tfnbuWz9XU .col-auto {
  padding-right: 8px;
  padding-left: 8px;
}
.cid-tfnbuWz9XU .btn {
  margin: 0 !important;
  height: 56px;
  border-radius: 3px !important;
  padding: 0 1.5rem;
}
.cid-tfnbuWz9XU .btn span {
  font-size: 1rem;
}
.cid-tfnbuWz9XU .form-control,
.cid-tfnbuWz9XU .field-input {
  padding: 1rem;
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tfnbuWz9XU .form-control::-webkit-input-placeholder,
.cid-tfnbuWz9XU .field-input::-webkit-input-placeholder,
.cid-tfnbuWz9XU .form-control::-webkit-input-placeholder,
.cid-tfnbuWz9XU .field-input::-webkit-input-placeholder {
  color: #999999;
}
.cid-tfnbuWz9XU .form-control:-moz-placeholder,
.cid-tfnbuWz9XU .field-input:-moz-placeholder,
.cid-tfnbuWz9XU .form-control:-moz-placeholder,
.cid-tfnbuWz9XU .field-input:-moz-placeholder {
  color: #999999;
}
.cid-tfnbuWz9XU .form-control:hover,
.cid-tfnbuWz9XU .field-input:hover,
.cid-tfnbuWz9XU .form-control:focus,
.cid-tfnbuWz9XU .field-input:focus {
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tfnbuWz9XU .form-control:hover::-webkit-input-placeholder,
.cid-tfnbuWz9XU .field-input:hover::-webkit-input-placeholder,
.cid-tfnbuWz9XU .form-control:focus::-webkit-input-placeholder,
.cid-tfnbuWz9XU .field-input:focus::-webkit-input-placeholder,
.cid-tfnbuWz9XU .form-control:hover::-webkit-input-placeholder,
.cid-tfnbuWz9XU .field-input:hover::-webkit-input-placeholder,
.cid-tfnbuWz9XU .form-control:focus::-webkit-input-placeholder,
.cid-tfnbuWz9XU .field-input:focus::-webkit-input-placeholder {
  color: #999999;
}
.cid-tfnbuWz9XU .form-control:hover:-moz-placeholder,
.cid-tfnbuWz9XU .field-input:hover:-moz-placeholder,
.cid-tfnbuWz9XU .form-control:focus:-moz-placeholder,
.cid-tfnbuWz9XU .field-input:focus:-moz-placeholder,
.cid-tfnbuWz9XU .form-control:hover:-moz-placeholder,
.cid-tfnbuWz9XU .field-input:hover:-moz-placeholder,
.cid-tfnbuWz9XU .form-control:focus:-moz-placeholder,
.cid-tfnbuWz9XU .field-input:focus:-moz-placeholder {
  color: #999999;
}
.cid-tfnbuWz9XU .jq-number__spin:hover,
.cid-tfnbuWz9XU .jq-number__spin:focus {
  background-color: #040402;
  border-color: #555555;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tfnbuWz9XU .jq-number__spin {
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tfnbuWz9XU .jq-selectbox li,
.cid-tfnbuWz9XU .jq-selectbox li {
  background-color: #040402;
  color: #ffffff;
}
.cid-tfnbuWz9XU .jq-selectbox li:hover,
.cid-tfnbuWz9XU .jq-selectbox li.selected {
  background-color: #040402;
  color: #ffffff;
}
.cid-tfnbuWz9XU .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tfnbuWz9XU .jq-number__spin.minus:hover:after,
.cid-tfnbuWz9XU .jq-number__spin.plus:hover:after {
  border-top-color: #040402;
  border-bottom-color: #040402;
}
.cid-tfnbuWz9XU .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tfnbuWz9XU .jq-number__spin.minus:after,
.cid-tfnbuWz9XU .jq-number__spin.plus:after {
  border-top-color: #040402;
  border-bottom-color: #040402;
}
.cid-tfnbuWz9XU input::-webkit-clear-button {
  display: none;
}
.cid-tfnbuWz9XU input::-webkit-inner-spin-button {
  display: none;
}
.cid-tfnbuWz9XU input::-webkit-outer-spin-button {
  display: none;
}
.cid-tfnbuWz9XU input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tfnbuWz9XU H4 {
  color: #ffffff;
}
.cid-tfnbuWz9XU P {
  color: #999999;
}
@media (max-width: 767px) {
  .cid-tfnbuWz9XU .col {
    min-width: 100%;
  }
  .cid-tfnbuWz9XU .col-auto {
    margin: auto;
  }
  .cid-tfnbuWz9XU .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-tfnbuWz9XU .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
.cid-tfnbuWz9XU .content {
  padding: 0 3rem;
}
@media (max-width: 1600px) {
  .cid-tfnbuWz9XU .content {
    padding: 0 1rem;
  }
}
.cid-tfnbuWz9XU .img-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tfnbuWz9XU .img-wrapper:before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  right: -300px;
  border-radius: 50%;
  bottom: -350px;
  opacity: 0.3;
  background: #e2090d;
  z-index: 2;
  pointer-events: none;
}
.cid-tfnbuWz9XU img {
  width: 100%;
}
.cid-tfnbuWz9XU .card-wrapper .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tfnbuWz9XU .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-tfnbuWz9XU .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-tfnbuWz9XU h4 {
  margin: 0;
}
.cid-tfnbuWz9XU .card-text {
  color: #999999;
}
.cid-tfnbuWz9XU .mbr-text {
  color: #000000;
}
.cid-tfnbuWz9XU .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-tfnbuWz9XU .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .cid-tfnbuWz9XU .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-tfnbuWz9XU .icon-wrap {
  background: linear-gradient(to left, #fc5130, #e2090d);
  width: 100px;
  height: 100px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 5;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
}
.cid-tfnbuWz9XU .icon-wrap .mbr-iconfont {
  font-size: 2.6rem;
  color: white;
}
.cid-tfnbuWz9XU H3 {
  color: #787324;
}
.cid-tfnbuWz9XU .mbr-section-title,
.cid-tfnbuWz9XU .title-wrapper {
  color: #ffffff;
}
.cid-tfnbuWz9XU .mbr-text,
.cid-tfnbuWz9XU .mbr-section-btn {
  color: #999999;
}
.cid-tfnbuWz9XU .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tfnbuWz9XU .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tfnbuWz9XU .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tfnbuWz9XU a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tfnbuWz9XU a.close:hover {
  color: #ffffff;
}
.cid-tfmTrta5OU {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #191919;
}
.cid-tfmTrta5OU .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tfmTrta5OU .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-tfmTrta5OU .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tfmTrta5OU .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-tfmTrta5OU .container {
  max-width: 1400px;
}
.cid-tfmTrta5OU li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-tfmTrta5OU .time {
  line-height: 2;
}
.cid-tfmTrta5OU .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tfmTrta5OU .text-wrap {
  width: 100%;
}
.cid-tfmTrta5OU .item-wrap {
  display: inline-block;
}
.cid-tfmTrta5OU .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tfmTrta5OU .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tfmTrta5OU .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tfmTrta5OU .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tfmTrta5OU .socicon-wrap {
    margin: auto;
  }
}
.cid-tfmTrta5OU .mbr-text {
  color: #999999;
}
.cid-tfmTrta5OU .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tfmTrta5OU .icon-title,
.cid-tfmTrta5OU .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-tfmTrta5OU .item-text,
.cid-tfmTrta5OU .item-icon {
  color: #999999;
}
.cid-tfmQMGZqUD {
  z-index: 1000;
  width: 100%;
}
.cid-tfmQMGZqUD nav.navbar {
  position: fixed;
}
.cid-tfmQMGZqUD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tfmQMGZqUD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tfmQMGZqUD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tfmQMGZqUD .dropdown-item:hover,
.cid-tfmQMGZqUD .dropdown-item:focus {
  background: #e2090d !important;
  color: white !important;
}
.cid-tfmQMGZqUD .dropdown-item:hover span {
  color: white;
}
.cid-tfmQMGZqUD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tfmQMGZqUD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tfmQMGZqUD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tfmQMGZqUD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tfmQMGZqUD .nav-link {
  position: relative;
}
.cid-tfmQMGZqUD .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-tfmQMGZqUD .container {
    flex-wrap: nowrap;
  }
}
.cid-tfmQMGZqUD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-tfmQMGZqUD .iconfont-wrapper:hover {
  color: #fc5130 !important;
}
.cid-tfmQMGZqUD .dropdown-menu,
.cid-tfmQMGZqUD .navbar.opened {
  background: #212132 !important;
}
.cid-tfmQMGZqUD .nav-item:focus,
.cid-tfmQMGZqUD .nav-link:focus {
  outline: none;
}
.cid-tfmQMGZqUD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tfmQMGZqUD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfmQMGZqUD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tfmQMGZqUD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tfmQMGZqUD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfmQMGZqUD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfmQMGZqUD .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(33, 33, 50, 0.2);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-tfmQMGZqUD .navbar.opened {
  transition: all 0.3s;
}
.cid-tfmQMGZqUD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tfmQMGZqUD .navbar .navbar-logo img {
  width: auto;
}
.cid-tfmQMGZqUD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tfmQMGZqUD .navbar.collapsed {
  justify-content: center;
}
.cid-tfmQMGZqUD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfmQMGZqUD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tfmQMGZqUD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tfmQMGZqUD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfmQMGZqUD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfmQMGZqUD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tfmQMGZqUD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfmQMGZqUD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tfmQMGZqUD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tfmQMGZqUD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfmQMGZqUD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfmQMGZqUD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfmQMGZqUD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfmQMGZqUD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tfmQMGZqUD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tfmQMGZqUD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfmQMGZqUD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfmQMGZqUD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-tfmQMGZqUD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tfmQMGZqUD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tfmQMGZqUD .navbar.navbar-short {
  min-height: 96px;
}
.cid-tfmQMGZqUD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tfmQMGZqUD .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-tfmQMGZqUD .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-tfmQMGZqUD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfmQMGZqUD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfmQMGZqUD .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-tfmQMGZqUD .dropdown-item.active,
.cid-tfmQMGZqUD .dropdown-item:active {
  background-color: transparent;
}
.cid-tfmQMGZqUD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfmQMGZqUD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfmQMGZqUD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfmQMGZqUD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212132;
}
.cid-tfmQMGZqUD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfmQMGZqUD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfmQMGZqUD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tfmQMGZqUD .navbar-buttons {
  text-align: center;
}
.cid-tfmQMGZqUD .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
}
.cid-tfmQMGZqUD .navbar-buttons .btn:hover {
  color: #fc5130 !important;
}
@media (max-width: 575px) {
  .cid-tfmQMGZqUD .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-tfmQMGZqUD .navbar-buttons .btn-black {
  border: solid 2px #e2090d !important;
  box-shadow: 3px 3px 0 0 #e2090d !important;
}
.cid-tfmQMGZqUD .navbar-buttons .btn-black:hover {
  border: solid 2px #e2090d !important;
  color: #fc5130 !important;
  box-shadow: 0 0 0 0 #e2090d !important;
}
.cid-tfmQMGZqUD button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #212132 !important;
  border: solid 2px #e2090d !important;
  box-shadow: 3px 3px 0 0 #e2090d !important;
}
.cid-tfmQMGZqUD button.navbar-toggler:hover {
  border: solid 2px #e2090d !important;
  color: #fc5130 !important;
  box-shadow: 0 0 0 0 #e2090d !important;
}
.cid-tfmQMGZqUD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tfmQMGZqUD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-tfmQMGZqUD button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-tfmQMGZqUD button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-tfmQMGZqUD button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-tfmQMGZqUD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfmQMGZqUD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tfmQMGZqUD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tfmQMGZqUD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfmQMGZqUD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tfmQMGZqUD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tfmQMGZqUD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfmQMGZqUD .navbar {
    height: 70px;
  }
  .cid-tfmQMGZqUD .navbar.opened {
    height: auto;
  }
  .cid-tfmQMGZqUD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tfmQMGZqUD .navbar-nav {
  margin: 0 auto;
}
.cid-tfmQMGZqUD .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-tfmQMGZqUD .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-tfmQMGZqUD .nav-item .nav-link::after {
  color: #fc5130 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-tfmQMGZqUD .nav-item .nav-link:hover {
  color: #fc5130 !important;
}
.cid-tfmQMGZqUD .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-tfmQMGZqUD .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-tfmQMGZqUD .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-tfmQMGZqUD .nav-item .dropdown-menu .dropdown-item {
  color: #212132 !important;
  background-color: transparent !important;
}
.cid-tfmQMGZqUD .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e2090d !important;
}
@media (max-width: 991px) {
  .cid-tfmQMGZqUD .navbar {
    justify-content: flex-start !important;
  }
  .cid-tfmQMGZqUD .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-tfmQMGZqUD .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-tfmQMGZqUD .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-tfmQMGZqUD .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-tfmQMGZqUD .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-tfmQMGZqUD .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-tfmQzVAjkz {
  background-image: url("../../../assets/images/scanleft-1280x595.png");
}
.cid-tfmQzVAjkz H1 {
  color: #ffcc00;
}
.cid-tfmQzVAjkz h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tfmVXURDYg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #010c0f;
}
.cid-tfmVXURDYg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfmVXURDYg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfmVXURDYg .container {
  max-width: 1280px;
}
.cid-tfmVXURDYg .row {
  justify-content: center;
}
.cid-tfmVXURDYg .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-tfmVXURDYg .col-title {
    margin-bottom: 50px;
  }
}
.cid-tfmVXURDYg .mbr-section-title {
  color: #FFDD65;
}
.cid-tfmVXURDYg .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-tfmVXURDYg .col-video {
  display: flex;
}
.cid-tfmVXURDYg .col-video img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 1.76rem;
}
@media (max-width: 767px) {
  .cid-tfmVXURDYg .col-video {
    height: 350px;
  }
}
.cid-tfmVXURDYg .col-video .box {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 2.08rem;
  position: relative;
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  padding: 5px;
}
.cid-tfmVXURDYg .col-video .box .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-tfmVXURDYg .col-video .link-container {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tfmVXURDYg .col-video .link {
  margin-right: 1rem;
}
.cid-tfmVXURDYg .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 1.76rem;
  overflow: hidden;
}
.cid-tfmVXURDYg .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-tfmVXURDYg .mbr-media {
  position: relative;
}
.cid-tfmVXURDYg .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tfmVXURDYg .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all .3s;
}
.cid-tfmVXURDYg .icon-wrap:hover {
  transform: translate(-50%, -50%);
}
.cid-tfmVXURDYg .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tfmVXURDYg .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tfmVXURDYg .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tfmVXURDYg .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tfmVXURDYg .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tfmVXURDYg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tfmVXURDYg a:hover {
  text-decoration-line: none !important;
}
.cid-tfmZvxprjO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfmZvxprjO .box {
  border-radius: 20px;
  overflow: hidden;
}
.cid-tfmZvxprjO .wrapper {
  background: transparent;
}
.cid-tfmZvxprjO .title-section {
  margin-bottom: 4.5rem;
  padding: 0 90px;
}
@media (max-width: 992px) {
  .cid-tfmZvxprjO .title-section {
    padding: 0 20px;
    margin-bottom: 2rem;
  }
}
.cid-tfmZvxprjO .show-modal {
  position: relative;
}
.cid-tfmZvxprjO .show-modal .icon-wrap {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #020419;
  cursor: pointer;
  transition: 0.4s ease;
}
.cid-tfmZvxprjO .show-modal .icon-wrap:hover {
  width: 70px;
  height: 70px;
}
.cid-tfmZvxprjO .show-modal .icon-wrap:hover .play {
  border-top: 12px solid transparent;
  border-left: 19px solid #ffffff;
  border-bottom: 12px solid transparent;
}
.cid-tfmZvxprjO .show-modal .icon-wrap .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-36%, -50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 17px solid #ffffff;
  border-bottom: 10px solid transparent;
  transition: 0.4s ease;
}
.cid-tfmZvxprjO .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tfmZvxprjO .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tfmZvxprjO .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tfmZvxprjO .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tfmZvxprjO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tfmZvxprjO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfmZvxprjO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfn3eWpMEF {
  background-color: #040402;
}
.cid-tfn3eWpMEF H1 {
  color: #e2090d;
}
.cid-tfn3eWpMEF h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tfn3eWpMEF img {
  width: 100%;
}
.cid-tfn3eWpMEF .mbr-text,
.cid-tfn3eWpMEF .mbr-section-btn {
  color: #999999;
}
.cid-tfmXHCQooN {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #cccccc;
}
.cid-tfmXHCQooN .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-tfmXHCQooN .card-wrapper {
    padding: 0;
  }
}
.cid-tfmXHCQooN img {
  width: 100%;
}
.cid-tfmXHCQooN .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tfmXHCQooN .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-tfmXHCQooN .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-tfmXHCQooN h4 {
  margin: 0;
}
.cid-tfmXHCQooN .card-text {
  color: #000000;
}
.cid-tfmXHCQooN .mbr-text {
  color: #000000;
}
.cid-tfmXHCQooN .card-title {
  color: #040402;
}
@media (min-width: 1200px) {
  .cid-tfmXHCQooN .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-tfmXHCQooN .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-tfmXHCQooN .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tfmXHCQooN .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-tfmXHCQooN H3 {
  color: #787324;
}
.cid-tfmXHCQooN .mbr-section-title,
.cid-tfmXHCQooN .title-wrapper {
  color: #000000;
}
.cid-tfmXHCQooN .mbr-text,
.cid-tfmXHCQooN .mbr-section-btn {
  color: #191919;
}
.cid-tfn2y5xArB {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/contact-2000x599.jpg");
}
.cid-tfn2y5xArB .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-tfn2y5xArB .card-wrapper {
    padding: 0;
  }
}
.cid-tfn2y5xArB .row {
  flex-direction: row-reverse;
}
.cid-tfn2y5xArB .form-control,
.cid-tfn2y5xArB .field-input {
  padding: 1rem;
}
.cid-tfn2y5xArB .form-row > .col,
.cid-tfn2y5xArB .col-auto {
  padding-right: 8px;
  padding-left: 8px;
}
.cid-tfn2y5xArB .btn {
  margin: 0 !important;
  height: 56px;
  border-radius: 3px !important;
  padding: 0 1.5rem;
}
.cid-tfn2y5xArB .btn span {
  font-size: 1rem;
}
.cid-tfn2y5xArB .form-control,
.cid-tfn2y5xArB .field-input {
  padding: 1rem;
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tfn2y5xArB .form-control::-webkit-input-placeholder,
.cid-tfn2y5xArB .field-input::-webkit-input-placeholder,
.cid-tfn2y5xArB .form-control::-webkit-input-placeholder,
.cid-tfn2y5xArB .field-input::-webkit-input-placeholder {
  color: #999999;
}
.cid-tfn2y5xArB .form-control:-moz-placeholder,
.cid-tfn2y5xArB .field-input:-moz-placeholder,
.cid-tfn2y5xArB .form-control:-moz-placeholder,
.cid-tfn2y5xArB .field-input:-moz-placeholder {
  color: #999999;
}
.cid-tfn2y5xArB .form-control:hover,
.cid-tfn2y5xArB .field-input:hover,
.cid-tfn2y5xArB .form-control:focus,
.cid-tfn2y5xArB .field-input:focus {
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tfn2y5xArB .form-control:hover::-webkit-input-placeholder,
.cid-tfn2y5xArB .field-input:hover::-webkit-input-placeholder,
.cid-tfn2y5xArB .form-control:focus::-webkit-input-placeholder,
.cid-tfn2y5xArB .field-input:focus::-webkit-input-placeholder,
.cid-tfn2y5xArB .form-control:hover::-webkit-input-placeholder,
.cid-tfn2y5xArB .field-input:hover::-webkit-input-placeholder,
.cid-tfn2y5xArB .form-control:focus::-webkit-input-placeholder,
.cid-tfn2y5xArB .field-input:focus::-webkit-input-placeholder {
  color: #999999;
}
.cid-tfn2y5xArB .form-control:hover:-moz-placeholder,
.cid-tfn2y5xArB .field-input:hover:-moz-placeholder,
.cid-tfn2y5xArB .form-control:focus:-moz-placeholder,
.cid-tfn2y5xArB .field-input:focus:-moz-placeholder,
.cid-tfn2y5xArB .form-control:hover:-moz-placeholder,
.cid-tfn2y5xArB .field-input:hover:-moz-placeholder,
.cid-tfn2y5xArB .form-control:focus:-moz-placeholder,
.cid-tfn2y5xArB .field-input:focus:-moz-placeholder {
  color: #999999;
}
.cid-tfn2y5xArB .jq-number__spin:hover,
.cid-tfn2y5xArB .jq-number__spin:focus {
  background-color: #040402;
  border-color: #555555;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tfn2y5xArB .jq-number__spin {
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tfn2y5xArB .jq-selectbox li,
.cid-tfn2y5xArB .jq-selectbox li {
  background-color: #040402;
  color: #ffffff;
}
.cid-tfn2y5xArB .jq-selectbox li:hover,
.cid-tfn2y5xArB .jq-selectbox li.selected {
  background-color: #040402;
  color: #ffffff;
}
.cid-tfn2y5xArB .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tfn2y5xArB .jq-number__spin.minus:hover:after,
.cid-tfn2y5xArB .jq-number__spin.plus:hover:after {
  border-top-color: #040402;
  border-bottom-color: #040402;
}
.cid-tfn2y5xArB .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tfn2y5xArB .jq-number__spin.minus:after,
.cid-tfn2y5xArB .jq-number__spin.plus:after {
  border-top-color: #040402;
  border-bottom-color: #040402;
}
.cid-tfn2y5xArB input::-webkit-clear-button {
  display: none;
}
.cid-tfn2y5xArB input::-webkit-inner-spin-button {
  display: none;
}
.cid-tfn2y5xArB input::-webkit-outer-spin-button {
  display: none;
}
.cid-tfn2y5xArB input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tfn2y5xArB H4 {
  color: #ffffff;
}
.cid-tfn2y5xArB P {
  color: #999999;
}
@media (max-width: 767px) {
  .cid-tfn2y5xArB .col {
    min-width: 100%;
  }
  .cid-tfn2y5xArB .col-auto {
    margin: auto;
  }
  .cid-tfn2y5xArB .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-tfn2y5xArB .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
.cid-tfn2y5xArB .content {
  padding: 0 3rem;
}
@media (max-width: 1600px) {
  .cid-tfn2y5xArB .content {
    padding: 0 1rem;
  }
}
.cid-tfn2y5xArB .img-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tfn2y5xArB .img-wrapper:before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  right: -300px;
  border-radius: 50%;
  bottom: -350px;
  opacity: 0.3;
  background: #e2090d;
  z-index: 2;
  pointer-events: none;
}
.cid-tfn2y5xArB img {
  width: 100%;
}
.cid-tfn2y5xArB .card-wrapper .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tfn2y5xArB .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-tfn2y5xArB .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-tfn2y5xArB h4 {
  margin: 0;
}
.cid-tfn2y5xArB .card-text {
  color: #999999;
}
.cid-tfn2y5xArB .mbr-text {
  color: #000000;
}
.cid-tfn2y5xArB .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-tfn2y5xArB .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .cid-tfn2y5xArB .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-tfn2y5xArB .icon-wrap {
  background: linear-gradient(to left, #fc5130, #e2090d);
  width: 100px;
  height: 100px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 5;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
}
.cid-tfn2y5xArB .icon-wrap .mbr-iconfont {
  font-size: 2.6rem;
  color: white;
}
.cid-tfn2y5xArB H3 {
  color: #787324;
}
.cid-tfn2y5xArB .mbr-section-title,
.cid-tfn2y5xArB .title-wrapper {
  color: #ffffff;
}
.cid-tfn2y5xArB .mbr-text,
.cid-tfn2y5xArB .mbr-section-btn {
  color: #999999;
}
.cid-tfn2y5xArB .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tfn2y5xArB .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tfn2y5xArB .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tfn2y5xArB a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tfn2y5xArB a.close:hover {
  color: #ffffff;
}
.cid-tfmTrta5OU {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #191919;
}
.cid-tfmTrta5OU .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tfmTrta5OU .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-tfmTrta5OU .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tfmTrta5OU .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-tfmTrta5OU .container {
  max-width: 1400px;
}
.cid-tfmTrta5OU li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-tfmTrta5OU .time {
  line-height: 2;
}
.cid-tfmTrta5OU .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tfmTrta5OU .text-wrap {
  width: 100%;
}
.cid-tfmTrta5OU .item-wrap {
  display: inline-block;
}
.cid-tfmTrta5OU .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tfmTrta5OU .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tfmTrta5OU .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tfmTrta5OU .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tfmTrta5OU .socicon-wrap {
    margin: auto;
  }
}
.cid-tfmTrta5OU .mbr-text {
  color: #999999;
}
.cid-tfmTrta5OU .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tfmTrta5OU .icon-title,
.cid-tfmTrta5OU .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-tfmTrta5OU .item-text,
.cid-tfmTrta5OU .item-icon {
  color: #999999;
}
.cid-tfmQMGZqUD {
  z-index: 1000;
  width: 100%;
}
.cid-tfmQMGZqUD nav.navbar {
  position: fixed;
}
.cid-tfmQMGZqUD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tfmQMGZqUD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tfmQMGZqUD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tfmQMGZqUD .dropdown-item:hover,
.cid-tfmQMGZqUD .dropdown-item:focus {
  background: #e2090d !important;
  color: white !important;
}
.cid-tfmQMGZqUD .dropdown-item:hover span {
  color: white;
}
.cid-tfmQMGZqUD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tfmQMGZqUD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tfmQMGZqUD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tfmQMGZqUD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tfmQMGZqUD .nav-link {
  position: relative;
}
.cid-tfmQMGZqUD .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-tfmQMGZqUD .container {
    flex-wrap: nowrap;
  }
}
.cid-tfmQMGZqUD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-tfmQMGZqUD .iconfont-wrapper:hover {
  color: #fc5130 !important;
}
.cid-tfmQMGZqUD .dropdown-menu,
.cid-tfmQMGZqUD .navbar.opened {
  background: #212132 !important;
}
.cid-tfmQMGZqUD .nav-item:focus,
.cid-tfmQMGZqUD .nav-link:focus {
  outline: none;
}
.cid-tfmQMGZqUD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tfmQMGZqUD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfmQMGZqUD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tfmQMGZqUD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tfmQMGZqUD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfmQMGZqUD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfmQMGZqUD .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(33, 33, 50, 0.2);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-tfmQMGZqUD .navbar.opened {
  transition: all 0.3s;
}
.cid-tfmQMGZqUD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tfmQMGZqUD .navbar .navbar-logo img {
  width: auto;
}
.cid-tfmQMGZqUD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tfmQMGZqUD .navbar.collapsed {
  justify-content: center;
}
.cid-tfmQMGZqUD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfmQMGZqUD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tfmQMGZqUD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tfmQMGZqUD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfmQMGZqUD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfmQMGZqUD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tfmQMGZqUD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfmQMGZqUD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tfmQMGZqUD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tfmQMGZqUD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfmQMGZqUD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfmQMGZqUD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfmQMGZqUD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfmQMGZqUD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tfmQMGZqUD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tfmQMGZqUD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfmQMGZqUD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfmQMGZqUD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-tfmQMGZqUD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tfmQMGZqUD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tfmQMGZqUD .navbar.navbar-short {
  min-height: 96px;
}
.cid-tfmQMGZqUD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tfmQMGZqUD .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-tfmQMGZqUD .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-tfmQMGZqUD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfmQMGZqUD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfmQMGZqUD .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-tfmQMGZqUD .dropdown-item.active,
.cid-tfmQMGZqUD .dropdown-item:active {
  background-color: transparent;
}
.cid-tfmQMGZqUD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfmQMGZqUD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfmQMGZqUD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfmQMGZqUD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212132;
}
.cid-tfmQMGZqUD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfmQMGZqUD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfmQMGZqUD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tfmQMGZqUD .navbar-buttons {
  text-align: center;
}
.cid-tfmQMGZqUD .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
}
.cid-tfmQMGZqUD .navbar-buttons .btn:hover {
  color: #fc5130 !important;
}
@media (max-width: 575px) {
  .cid-tfmQMGZqUD .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-tfmQMGZqUD .navbar-buttons .btn-black {
  border: solid 2px #e2090d !important;
  box-shadow: 3px 3px 0 0 #e2090d !important;
}
.cid-tfmQMGZqUD .navbar-buttons .btn-black:hover {
  border: solid 2px #e2090d !important;
  color: #fc5130 !important;
  box-shadow: 0 0 0 0 #e2090d !important;
}
.cid-tfmQMGZqUD button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #212132 !important;
  border: solid 2px #e2090d !important;
  box-shadow: 3px 3px 0 0 #e2090d !important;
}
.cid-tfmQMGZqUD button.navbar-toggler:hover {
  border: solid 2px #e2090d !important;
  color: #fc5130 !important;
  box-shadow: 0 0 0 0 #e2090d !important;
}
.cid-tfmQMGZqUD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tfmQMGZqUD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-tfmQMGZqUD button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-tfmQMGZqUD button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-tfmQMGZqUD button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-tfmQMGZqUD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfmQMGZqUD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tfmQMGZqUD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tfmQMGZqUD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfmQMGZqUD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tfmQMGZqUD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tfmQMGZqUD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfmQMGZqUD .navbar {
    height: 70px;
  }
  .cid-tfmQMGZqUD .navbar.opened {
    height: auto;
  }
  .cid-tfmQMGZqUD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tfmQMGZqUD .navbar-nav {
  margin: 0 auto;
}
.cid-tfmQMGZqUD .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-tfmQMGZqUD .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-tfmQMGZqUD .nav-item .nav-link::after {
  color: #fc5130 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-tfmQMGZqUD .nav-item .nav-link:hover {
  color: #fc5130 !important;
}
.cid-tfmQMGZqUD .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-tfmQMGZqUD .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-tfmQMGZqUD .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-tfmQMGZqUD .nav-item .dropdown-menu .dropdown-item {
  color: #212132 !important;
  background-color: transparent !important;
}
.cid-tfmQMGZqUD .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e2090d !important;
}
@media (max-width: 991px) {
  .cid-tfmQMGZqUD .navbar {
    justify-content: flex-start !important;
  }
  .cid-tfmQMGZqUD .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-tfmQMGZqUD .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-tfmQMGZqUD .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-tfmQMGZqUD .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-tfmQMGZqUD .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-tfmQMGZqUD .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-tfmReXVyua {
  background-image: url("../../../assets/images/hero-2000x647.jpg");
}
.cid-tfmReXVyua H1 {
  color: #ffcc00;
}
.cid-tfmReXVyua h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-theG47yput {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1357.jpg");
}
.cid-theG47yput .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-theG47yput .card-wrapper {
    padding: 0;
  }
}
.cid-theG47yput img {
  width: 100%;
}
.cid-theG47yput .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-theG47yput .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-theG47yput .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-theG47yput h4 {
  margin: 0;
}
.cid-theG47yput .card-text {
  color: #999999;
}
.cid-theG47yput .mbr-text {
  color: #000000;
}
.cid-theG47yput .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-theG47yput .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-theG47yput .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-theG47yput .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-theG47yput .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-theG47yput H3 {
  color: #787324;
}
.cid-theG47yput .mbr-section-title,
.cid-theG47yput .title-wrapper {
  color: #ffffff;
}
.cid-theG47yput .mbr-text,
.cid-theG47yput .mbr-section-btn {
  color: #999999;
}
.cid-theGU6WXUT {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-theGU6WXUT img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-theGU6WXUT .link-wrapper {
  margin-bottom: 1rem;
}
.cid-theGU6WXUT .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-theGU6WXUT .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-theGU6WXUT .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-theGU6WXUT .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-theGU6WXUT .first:hover:before {
  content: none;
}
.cid-theGU6WXUT .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-theGU6WXUT .last:hover:after {
  content: none;
}
.cid-theGU6WXUT .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-theGU6WXUT .mbr-section-text {
  color: #999999;
}
.cid-theGU6WXUT .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-theGU6WXUT .card .img-wrapper {
  overflow: hidden;
}
.cid-theGU6WXUT .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-theGU6WXUT .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-theGU6WXUT .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-theGU6WXUT .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-theIAIERM2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #040402;
}
.cid-theIAIERM2 .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-theIAIERM2 .card-wrapper {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-theIAIERM2 .card-wrapper {
    padding: 0;
  }
}
.cid-theIAIERM2 .card-text {
  color: #999999;
}
.cid-theJzayd1k {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/james1.webp");
}
.cid-theJzayd1k .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-theJzayd1k .mbr-text,
.cid-theJzayd1k .mbr-section-btn {
  color: #e5e5e5;
}
.cid-theKE1UXvO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #040402;
}
.cid-theKE1UXvO .mbr-fallback-image.disabled {
  display: none;
}
.cid-theKE1UXvO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-theKE1UXvO .mbr-section-subtitle {
  background: #e4f6ff;
  width: 35px;
  color: #000000;
  border-radius: 50%;
  min-height: 35px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-theKE1UXvO .mbr-section-subtitle {
    margin: auto;
  }
}
.cid-theKE1UXvO .card {
  border: 1px solid #ffcc00;
  border-bottom: 0px;
  padding: 2rem;
  border-radius: 0px;
}
@media (max-width: 767px) {
  .cid-theKE1UXvO .card {
    padding: 2rem 1rem;
  }
}
.cid-theKE1UXvO img {
  border: 1px solid #ffcc00;
  border-top: 0px;
  height: 200px;
  object-fit: cover;
}
.cid-theKE1UXvO .mbr-section-title {
  color: #000000;
}
.cid-theKE1UXvO .mbr-text,
.cid-theKE1UXvO .mbr-section-btn {
  color: #000000;
}
.cid-theKE1UXvO .mbr-title {
  color: #ffcc00;
}
.cid-theN8qLUFV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-theN8qLUFV .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-theN8qLUFV .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-theN8qLUFV .btn-col {
    justify-content: center;
  }
}
.cid-theN8qLUFV .mbr-text,
.cid-theN8qLUFV .mbr-section-btn {
  color: #999999;
}
.cid-theN8qLUFV p {
  margin: 0;
}
.cid-tfmTrta5OU {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #191919;
}
.cid-tfmTrta5OU .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tfmTrta5OU .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-tfmTrta5OU .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tfmTrta5OU .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-tfmTrta5OU .container {
  max-width: 1400px;
}
.cid-tfmTrta5OU li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-tfmTrta5OU .time {
  line-height: 2;
}
.cid-tfmTrta5OU .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tfmTrta5OU .text-wrap {
  width: 100%;
}
.cid-tfmTrta5OU .item-wrap {
  display: inline-block;
}
.cid-tfmTrta5OU .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tfmTrta5OU .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tfmTrta5OU .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tfmTrta5OU .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tfmTrta5OU .socicon-wrap {
    margin: auto;
  }
}
.cid-tfmTrta5OU .mbr-text {
  color: #999999;
}
.cid-tfmTrta5OU .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tfmTrta5OU .icon-title,
.cid-tfmTrta5OU .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-tfmTrta5OU .item-text,
.cid-tfmTrta5OU .item-icon {
  color: #999999;
}
.cid-tfmQMGZqUD {
  z-index: 1000;
  width: 100%;
}
.cid-tfmQMGZqUD nav.navbar {
  position: fixed;
}
.cid-tfmQMGZqUD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tfmQMGZqUD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tfmQMGZqUD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tfmQMGZqUD .dropdown-item:hover,
.cid-tfmQMGZqUD .dropdown-item:focus {
  background: #e2090d !important;
  color: white !important;
}
.cid-tfmQMGZqUD .dropdown-item:hover span {
  color: white;
}
.cid-tfmQMGZqUD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tfmQMGZqUD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tfmQMGZqUD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tfmQMGZqUD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tfmQMGZqUD .nav-link {
  position: relative;
}
.cid-tfmQMGZqUD .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-tfmQMGZqUD .container {
    flex-wrap: nowrap;
  }
}
.cid-tfmQMGZqUD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-tfmQMGZqUD .iconfont-wrapper:hover {
  color: #fc5130 !important;
}
.cid-tfmQMGZqUD .dropdown-menu,
.cid-tfmQMGZqUD .navbar.opened {
  background: #212132 !important;
}
.cid-tfmQMGZqUD .nav-item:focus,
.cid-tfmQMGZqUD .nav-link:focus {
  outline: none;
}
.cid-tfmQMGZqUD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tfmQMGZqUD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfmQMGZqUD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tfmQMGZqUD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tfmQMGZqUD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfmQMGZqUD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfmQMGZqUD .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(33, 33, 50, 0.2);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-tfmQMGZqUD .navbar.opened {
  transition: all 0.3s;
}
.cid-tfmQMGZqUD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tfmQMGZqUD .navbar .navbar-logo img {
  width: auto;
}
.cid-tfmQMGZqUD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tfmQMGZqUD .navbar.collapsed {
  justify-content: center;
}
.cid-tfmQMGZqUD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfmQMGZqUD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tfmQMGZqUD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tfmQMGZqUD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfmQMGZqUD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfmQMGZqUD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tfmQMGZqUD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfmQMGZqUD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tfmQMGZqUD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tfmQMGZqUD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfmQMGZqUD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfmQMGZqUD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfmQMGZqUD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfmQMGZqUD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tfmQMGZqUD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tfmQMGZqUD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfmQMGZqUD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfmQMGZqUD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-tfmQMGZqUD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tfmQMGZqUD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tfmQMGZqUD .navbar.navbar-short {
  min-height: 96px;
}
.cid-tfmQMGZqUD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tfmQMGZqUD .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-tfmQMGZqUD .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-tfmQMGZqUD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfmQMGZqUD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfmQMGZqUD .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-tfmQMGZqUD .dropdown-item.active,
.cid-tfmQMGZqUD .dropdown-item:active {
  background-color: transparent;
}
.cid-tfmQMGZqUD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfmQMGZqUD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfmQMGZqUD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfmQMGZqUD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212132;
}
.cid-tfmQMGZqUD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfmQMGZqUD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfmQMGZqUD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tfmQMGZqUD .navbar-buttons {
  text-align: center;
}
.cid-tfmQMGZqUD .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
}
.cid-tfmQMGZqUD .navbar-buttons .btn:hover {
  color: #fc5130 !important;
}
@media (max-width: 575px) {
  .cid-tfmQMGZqUD .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-tfmQMGZqUD .navbar-buttons .btn-black {
  border: solid 2px #e2090d !important;
  box-shadow: 3px 3px 0 0 #e2090d !important;
}
.cid-tfmQMGZqUD .navbar-buttons .btn-black:hover {
  border: solid 2px #e2090d !important;
  color: #fc5130 !important;
  box-shadow: 0 0 0 0 #e2090d !important;
}
.cid-tfmQMGZqUD button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #212132 !important;
  border: solid 2px #e2090d !important;
  box-shadow: 3px 3px 0 0 #e2090d !important;
}
.cid-tfmQMGZqUD button.navbar-toggler:hover {
  border: solid 2px #e2090d !important;
  color: #fc5130 !important;
  box-shadow: 0 0 0 0 #e2090d !important;
}
.cid-tfmQMGZqUD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tfmQMGZqUD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-tfmQMGZqUD button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-tfmQMGZqUD button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-tfmQMGZqUD button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-tfmQMGZqUD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfmQMGZqUD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tfmQMGZqUD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tfmQMGZqUD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfmQMGZqUD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tfmQMGZqUD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tfmQMGZqUD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfmQMGZqUD .navbar {
    height: 70px;
  }
  .cid-tfmQMGZqUD .navbar.opened {
    height: auto;
  }
  .cid-tfmQMGZqUD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tfmQMGZqUD .navbar-nav {
  margin: 0 auto;
}
.cid-tfmQMGZqUD .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-tfmQMGZqUD .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-tfmQMGZqUD .nav-item .nav-link::after {
  color: #fc5130 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-tfmQMGZqUD .nav-item .nav-link:hover {
  color: #fc5130 !important;
}
.cid-tfmQMGZqUD .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-tfmQMGZqUD .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-tfmQMGZqUD .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-tfmQMGZqUD .nav-item .dropdown-menu .dropdown-item {
  color: #212132 !important;
  background-color: transparent !important;
}
.cid-tfmQMGZqUD .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e2090d !important;
}
@media (max-width: 991px) {
  .cid-tfmQMGZqUD .navbar {
    justify-content: flex-start !important;
  }
  .cid-tfmQMGZqUD .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-tfmQMGZqUD .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-tfmQMGZqUD .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-tfmQMGZqUD .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-tfmQMGZqUD .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-tfmQMGZqUD .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uzw2CEh8wH {
  background-image: url("../../../assets/images/hero-2000x647.jpg");
}
.cid-uzw2CEh8wH H1 {
  color: #ffcc00;
}
.cid-uzw2CEh8wH h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uzw6c20IHB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uzw6c20IHB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzw6c20IHB .item {
    margin-bottom: 1rem;
  }
}
.cid-uzw6c20IHB .item-wrapper {
  position: relative;
}
.cid-uzw6c20IHB .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uzw6c20IHB .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uzw6c20IHB .carousel-control,
.cid-uzw6c20IHB .close {
  background: #1b1b1b;
}
.cid-uzw6c20IHB .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uzw6c20IHB .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uzw6c20IHB .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uzw6c20IHB .carousel-control-next span {
  margin-left: 5px;
}
.cid-uzw6c20IHB .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-uzw6c20IHB .close::before {
  content: '\e91a';
}
.cid-uzw6c20IHB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uzw6c20IHB .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-uzw6c20IHB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzw6c20IHB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uzw6c20IHB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uzw6c20IHB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uzw6c20IHB .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-uzw6c20IHB .carousel-indicators li.active,
.cid-uzw6c20IHB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uzw6c20IHB .carousel-indicators li::after,
.cid-uzw6c20IHB .carousel-indicators li::before {
  content: none;
}
.cid-uzw6c20IHB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uzw6c20IHB .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uzw6c20IHB .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uzw6c20IHB .carousel-indicators {
    display: none;
  }
}
.cid-uzw6c20IHB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uzw6c20IHB .carousel-inner > .active {
  display: block;
}
.cid-uzw6c20IHB .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzw6c20IHB .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uzw6c20IHB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uzw6c20IHB .carousel-control,
  .cid-uzw6c20IHB .carousel-indicators,
  .cid-uzw6c20IHB .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uzw6c20IHB .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uzw6c20IHB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uzw6c20IHB .carousel-indicators .active,
.cid-uzw6c20IHB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uzw6c20IHB .carousel-indicators .active {
  background: #fff;
}
.cid-uzw6c20IHB .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uzw6c20IHB .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uzw6c20IHB .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uzw6c20IHB .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uzw6c20IHB .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uzw6c20IHB .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uzw6c20IHB .carousel {
  width: 100%;
}
.cid-uzw6c20IHB .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uzw6c20IHB .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uzw6c20IHB .modal.fade .modal-dialog,
.cid-uzw6c20IHB .modal.in .modal-dialog {
  transform: none;
}
.cid-uzw6c20IHB .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uzw6c20IHB .content-head {
  max-width: 800px;
}
.cid-uzw6LWHAkg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uzw6LWHAkg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzw6LWHAkg .item {
    margin-bottom: 1rem;
  }
}
.cid-uzw6LWHAkg .item-wrapper {
  position: relative;
}
.cid-uzw6LWHAkg .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uzw6LWHAkg .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uzw6LWHAkg .carousel-control,
.cid-uzw6LWHAkg .close {
  background: #1b1b1b;
}
.cid-uzw6LWHAkg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uzw6LWHAkg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uzw6LWHAkg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uzw6LWHAkg .carousel-control-next span {
  margin-left: 5px;
}
.cid-uzw6LWHAkg .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-uzw6LWHAkg .close::before {
  content: '\e91a';
}
.cid-uzw6LWHAkg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uzw6LWHAkg .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-uzw6LWHAkg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzw6LWHAkg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uzw6LWHAkg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uzw6LWHAkg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uzw6LWHAkg .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-uzw6LWHAkg .carousel-indicators li.active,
.cid-uzw6LWHAkg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uzw6LWHAkg .carousel-indicators li::after,
.cid-uzw6LWHAkg .carousel-indicators li::before {
  content: none;
}
.cid-uzw6LWHAkg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uzw6LWHAkg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uzw6LWHAkg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uzw6LWHAkg .carousel-indicators {
    display: none;
  }
}
.cid-uzw6LWHAkg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uzw6LWHAkg .carousel-inner > .active {
  display: block;
}
.cid-uzw6LWHAkg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzw6LWHAkg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uzw6LWHAkg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uzw6LWHAkg .carousel-control,
  .cid-uzw6LWHAkg .carousel-indicators,
  .cid-uzw6LWHAkg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uzw6LWHAkg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uzw6LWHAkg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uzw6LWHAkg .carousel-indicators .active,
.cid-uzw6LWHAkg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uzw6LWHAkg .carousel-indicators .active {
  background: #fff;
}
.cid-uzw6LWHAkg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uzw6LWHAkg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uzw6LWHAkg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uzw6LWHAkg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uzw6LWHAkg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uzw6LWHAkg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uzw6LWHAkg .carousel {
  width: 100%;
}
.cid-uzw6LWHAkg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uzw6LWHAkg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uzw6LWHAkg .modal.fade .modal-dialog,
.cid-uzw6LWHAkg .modal.in .modal-dialog {
  transform: none;
}
.cid-uzw6LWHAkg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uzw6LWHAkg .content-head {
  max-width: 800px;
}
.cid-uzw7j7JNR7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uzw7j7JNR7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzw7j7JNR7 .item {
    margin-bottom: 1rem;
  }
}
.cid-uzw7j7JNR7 .item-wrapper {
  position: relative;
}
.cid-uzw7j7JNR7 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uzw7j7JNR7 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uzw7j7JNR7 .carousel-control,
.cid-uzw7j7JNR7 .close {
  background: #1b1b1b;
}
.cid-uzw7j7JNR7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uzw7j7JNR7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uzw7j7JNR7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uzw7j7JNR7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uzw7j7JNR7 .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-uzw7j7JNR7 .close::before {
  content: '\e91a';
}
.cid-uzw7j7JNR7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uzw7j7JNR7 .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-uzw7j7JNR7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzw7j7JNR7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uzw7j7JNR7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uzw7j7JNR7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uzw7j7JNR7 .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-uzw7j7JNR7 .carousel-indicators li.active,
.cid-uzw7j7JNR7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uzw7j7JNR7 .carousel-indicators li::after,
.cid-uzw7j7JNR7 .carousel-indicators li::before {
  content: none;
}
.cid-uzw7j7JNR7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uzw7j7JNR7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uzw7j7JNR7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uzw7j7JNR7 .carousel-indicators {
    display: none;
  }
}
.cid-uzw7j7JNR7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uzw7j7JNR7 .carousel-inner > .active {
  display: block;
}
.cid-uzw7j7JNR7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzw7j7JNR7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uzw7j7JNR7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uzw7j7JNR7 .carousel-control,
  .cid-uzw7j7JNR7 .carousel-indicators,
  .cid-uzw7j7JNR7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uzw7j7JNR7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uzw7j7JNR7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uzw7j7JNR7 .carousel-indicators .active,
.cid-uzw7j7JNR7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uzw7j7JNR7 .carousel-indicators .active {
  background: #fff;
}
.cid-uzw7j7JNR7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uzw7j7JNR7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uzw7j7JNR7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uzw7j7JNR7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uzw7j7JNR7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uzw7j7JNR7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uzw7j7JNR7 .carousel {
  width: 100%;
}
.cid-uzw7j7JNR7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uzw7j7JNR7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uzw7j7JNR7 .modal.fade .modal-dialog,
.cid-uzw7j7JNR7 .modal.in .modal-dialog {
  transform: none;
}
.cid-uzw7j7JNR7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uzw7j7JNR7 .content-head {
  max-width: 800px;
}
.cid-tfmTrta5OU {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #191919;
}
.cid-tfmTrta5OU .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tfmTrta5OU .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-tfmTrta5OU .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tfmTrta5OU .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-tfmTrta5OU .container {
  max-width: 1400px;
}
.cid-tfmTrta5OU li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-tfmTrta5OU .time {
  line-height: 2;
}
.cid-tfmTrta5OU .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tfmTrta5OU .text-wrap {
  width: 100%;
}
.cid-tfmTrta5OU .item-wrap {
  display: inline-block;
}
.cid-tfmTrta5OU .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tfmTrta5OU .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tfmTrta5OU .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tfmTrta5OU .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tfmTrta5OU .socicon-wrap {
    margin: auto;
  }
}
.cid-tfmTrta5OU .mbr-text {
  color: #999999;
}
.cid-tfmTrta5OU .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tfmTrta5OU .icon-title,
.cid-tfmTrta5OU .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-tfmTrta5OU .item-text,
.cid-tfmTrta5OU .item-icon {
  color: #999999;
}
