body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 5.5rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 8.8rem;
}
.display-2 {
  font-family: 'Jost', 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: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  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: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.85rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((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: 0.9rem !important;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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, #55b4d4, #e2090d);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-secondary:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: linear-gradient(to left, #55b4d4, #55b4d4);
  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, #55b4d4, #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, #55b4d4, #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, #55b4d4, #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, #55b4d4, #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, #55b4d4, #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, #55b4d4, #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, #55b4d4, #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: #55b4d4;
  color: #55b4d4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #55b4d4;
  border-color: #55b4d4;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background: linear-gradient(to left, #55b4d4, #55b4d4);
  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, #55b4d4, #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, #55b4d4, #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, #55b4d4, #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, #55b4d4, #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, #55b4d4, #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, #55b4d4, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.text-primary {
  color: #e2090d !important;
}
.text-secondary {
  color: #55b4d4 !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: #a6d8e9 !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*/
.scrollToTop_wraper {
  display: none;
}
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: #000000 !important;
  background: #55b4d4 !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-s1YNw91RvB .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .btn {
  white-space: nowrap;
}
.cid-s1YNw91RvB .nav-link,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont,
.cid-s1YNw91RvB .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YNw91RvB .nav-link:hover,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont:hover,
.cid-s1YNw91RvB .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 992px) {
  .cid-s1YNw91RvB .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YNw91RvB .container {
  display: flex;
  margin: auto;
}
.cid-s1YNw91RvB .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-s1YNw91RvB .navbar.opened {
  transition: all .3s;
}
.cid-s1YNw91RvB .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YNw91RvB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YNw91RvB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YNw91RvB .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: 55%;
}
.cid-s1YNw91RvB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YNw91RvB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YNw91RvB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YNw91RvB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YNw91RvB .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: 55%;
  }
  .cid-s1YNw91RvB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YNw91RvB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YNw91RvB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s1YNw91RvB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YNw91RvB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YNw91RvB .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YNw91RvB .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YNw91RvB .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YNw91RvB .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YNw91RvB .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YNw91RvB .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YNw91RvB .dropdown-menu,
.cid-s1YNw91RvB .navbar.opened {
  background: #191919 !important;
}
.cid-s1YNw91RvB .nav-item:focus,
.cid-s1YNw91RvB .nav-link:focus {
  outline: none;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YNw91RvB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YNw91RvB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YNw91RvB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YNw91RvB .dropdown-item.active,
.cid-s1YNw91RvB .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YNw91RvB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YNw91RvB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YNw91RvB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YNw91RvB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YNw91RvB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YNw91RvB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YNw91RvB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s1YNw91RvB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YNw91RvB .navbar {
    height: 77px;
  }
  .cid-s1YNw91RvB .navbar.opened {
    height: auto;
  }
  .cid-s1YNw91RvB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YNw91RvB .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tegcCEH8A0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 280px;
  background-image: url("../../../assets/images/mbr-1920x1275.jpg");
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-tegcCEH8A0 {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-tegcCEH8A0 {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-tegcCEH8A0 {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-tegcCEH8A0 {
    min-height: 610px;
  }
}
.cid-tegcCEH8A0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tegcCEH8A0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tegcCEH8A0 .row {
  justify-content: flex-start;
}
.cid-tegcCEH8A0 .mbr-section-title {
  color: #FEF9EE;
}
.cid-tegcCEH8A0 .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-tegcCEH8A0 .mbr-text {
  color: #FEF9EE;
}
.cid-teg2tsdUoS {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x1275.jpg");
}
.cid-teg2tsdUoS .item-wrapper {
  width: 100%;
}
.cid-teg2tsdUoS .row {
  align-items: center;
  justify-content: center;
}
.cid-teg2tsdUoS .b {
  margin-bottom: 30px;
}
.cid-teg2tsdUoS img {
  border-radius: 25px;
}
@media (max-width: 576px) {
  .cid-teg2tsdUoS .b,
  .cid-teg2tsdUoS .t {
    margin-bottom: 20px;
  }
}
.cid-tcJxWeMl3c {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-tcJxWeMl3c .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-tcJxWeMl3c .mbr-text,
.cid-tcJxWeMl3c .mbr-section-btn {
  color: #999999;
}
.cid-tcJxWeMl3c img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tcJxWeMl3c img {
    width: 96%;
  }
}
.cid-tcJxWeMl3c .mbr-section-title,
.cid-tcJxWeMl3c .title-wrapper {
  text-align: center;
  color: #e2090d;
}
.cid-tcJxWeMl3c P {
  color: #ffffff;
}
.cid-tcJGpssMJG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tcJGpssMJG .mbr-section-title {
  color: #000000;
}
.cid-tcJGpssMJG .link-col {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-tcJGpssMJG .row {
  justify-content: space-between;
}
.cid-tcJGpssMJG .col-lg-5 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tcJGpssMJG .image-wrapper {
    margin-top: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tcJGpssMJG .image-wrapper {
    margin-left: 4rem;
  }
}
.cid-tcJGpssMJG .link-wrapper {
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  margin-top: 2rem;
}
.cid-tcJGpssMJG .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 1400px) {
  .cid-tcJGpssMJG .link-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tcJGpssMJG .link-wrapper {
    justify-content: center;
  }
}
.cid-tcJGpssMJG .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-tcJGpssMJG .mbr-section-subtitle {
  width: fit-content;
  text-align: center;
  background: #000000;
  cursor: pointer;
  transform: rotate(-90deg);
  display: block;
  transform-origin: left;
  margin-left: 4.1rem;
  padding: 2rem 4rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-tcJGpssMJG .mbr-section-subtitle:hover {
  background: #e2090d;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tcJGpssMJG .mbr-section-subtitle {
    width: 300px;
    padding: 2rem 2rem;
    margin-left: 3.5rem;
  }
}
.cid-tcJGpssMJG .link,
.cid-tcJGpssMJG .link-icon {
  color: #000000;
}
.cid-tcJGpssMJG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcJGpssMJG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcOWuOJK2t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tcOWuOJK2t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcOWuOJK2t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcOXkDuuaC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tcOXkDuuaC .wrapper {
  padding: 70px 90px;
  background: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (max-width: 768px) {
  .cid-tcOXkDuuaC .wrapper {
    padding: 20px;
  }
}
.cid-tcOXkDuuaC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcOXkDuuaC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcOXkDuuaC .mbr-text.text2 {
  color: #4f4943;
}
.cid-tdnBhIXp0u {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-tdnBhIXp0u .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-tdnBhIXp0u .mbr-text,
.cid-tdnBhIXp0u .mbr-section-btn {
  color: #999999;
}
.cid-t7so5Gh7T5 {
  background-color: #191919;
}
.cid-t7so5Gh7T5 H1 {
  color: #e2090d;
}
.cid-t7so5Gh7T5 h1 {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-t7so5Gh7T5 img {
  width: 100%;
}
.cid-t7so5Gh7T5 .mbr-text,
.cid-t7so5Gh7T5 .mbr-section-btn {
  color: #ffffff;
}
.cid-t7Poy69qQy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-t7Poy69qQy .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-t7Poy69qQy .mbr-text,
.cid-t7Poy69qQy .mbr-section-btn {
  color: #ffffff;
}
.cid-t7Poy69qQy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t7Poy69qQy img {
    width: 96%;
  }
}
.cid-t7Poy69qQy .mbr-section-title,
.cid-t7Poy69qQy .title-wrapper {
  color: #ffffff;
}
.cid-s1YQ6E1SFC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-s1YQ6E1SFC .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-s1YQ6E1SFC .mbr-text,
.cid-s1YQ6E1SFC .mbr-section-btn {
  color: #ffffff;
}
.cid-s1YQ6E1SFC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-s1YQ6E1SFC img {
    width: 96%;
  }
}
.cid-t7VMJDTa6S {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #040402;
}
.cid-t7VMJDTa6S .wrapper {
  overflow: hidden;
  position: relative;
}
.cid-t7VMJDTa6S .mbr-media {
  z-index: 2;
}
.cid-t7VMJDTa6S .box {
  height: 400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cid-t7VMJDTa6S .box:before {
  background-image: url("../../../assets/images/testimonial-block-1-813x463.jpg");
  background-size: cover;
  background-position: center;
  position: absolute;
  content: "";
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  left: 0;
}
.cid-t7VMJDTa6S .box:hover span {
  transform: scale(1.2);
}
.cid-t7VMJDTa6S .box:hover:before {
  filter: contrast(1.2) brightness(0.8);
}
.cid-t7VMJDTa6S .icon-wrap {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cid-t7VMJDTa6S .icon-wrap span {
  padding-left: 4px;
}
.cid-t7VMJDTa6S .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, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-t7VMJDTa6S .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-t7VMJDTa6S .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t7VMJDTa6S .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t7VMJDTa6S .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t7VMJDTa6S a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t7VMJDTa6S a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-t7VMJDTa6S .box {
    height: 250px;
  }
}
.cid-t7VMJDTa6S .mbr-section-title {
  color: #ffffff;
}
.cid-t7VMJDTa6S H4 {
  color: #000000;
}
.cid-t7VMJDTa6S P {
  color: #ffffff;
}
.cid-t7sA7w11dG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-t7sA7w11dG .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-t7sA7w11dG .mbr-text,
.cid-t7sA7w11dG .mbr-section-btn {
  color: #ffffff;
}
.cid-t7sA7w11dG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t7sA7w11dG img {
    width: 96%;
  }
}
.cid-t7sA7w11dG .mbr-section-title,
.cid-t7sA7w11dG .title-wrapper {
  color: #ffffff;
}
.cid-s1YNzGfN84 {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-s1YNzGfN84 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-s1YNzGfN84 .link-wrapper {
  margin-bottom: 1rem;
}
.cid-s1YNzGfN84 .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-s1YNzGfN84 .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, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YNzGfN84 .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-s1YNzGfN84 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-s1YNzGfN84 .first:hover:before {
  content: none;
}
.cid-s1YNzGfN84 .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: '';
}
.cid-s1YNzGfN84 .last:hover:after {
  content: none;
}
.cid-s1YNzGfN84 .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: '';
}
.cid-s1YNzGfN84 .mbr-section-text {
  color: #999999;
}
.cid-s1YNzGfN84 .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-s1YNzGfN84 .card .img-wrapper {
  overflow: hidden;
}
.cid-s1YNzGfN84 .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-s1YNzGfN84 .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-s1YNzGfN84 .card:hover .card-wrapper {
  background: linear-gradient(to left, #55b4d4, #e2090d);
  color: #ffffff !important;
}
.cid-s1YNzGfN84 .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-s1YPl57Et0 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #111111;
}
.cid-s1YPl57Et0 .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-s1YPl57Et0 .card-wrapper {
    padding: 0;
  }
}
.cid-s1YPl57Et0 img {
  width: 100%;
}
.cid-s1YPl57Et0 .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YPl57Et0 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-s1YPl57Et0 .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-s1YPl57Et0 h4 {
  margin: 0;
}
.cid-s1YPl57Et0 .card-text {
  color: #ffffff;
}
.cid-s1YPl57Et0 .mbr-text {
  color: #000000;
}
.cid-s1YPl57Et0 .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-s1YPl57Et0 .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-s1YPl57Et0 .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-s1YPl57Et0 .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-s1YPl57Et0 .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-s1YPl57Et0 H3 {
  color: #787324;
}
.cid-s1YPl57Et0 .mbr-section-title,
.cid-s1YPl57Et0 .title-wrapper {
  color: #ffffff;
}
.cid-s1YPl57Et0 .mbr-text,
.cid-s1YPl57Et0 .mbr-section-btn {
  color: #ffffff;
}
.cid-t7PR0yQCcX {
  padding-top: 135px;
  padding-bottom: 135px;
}
.cid-t7PR0yQCcX .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-t7PR0yQCcX .card-wrapper {
    padding: 0;
  }
}
.cid-t7PR0yQCcX .content {
  padding: 0 3rem;
}
@media (max-width: 1600px) {
  .cid-t7PR0yQCcX .content {
    padding: 0 1rem;
  }
}
.cid-t7PR0yQCcX .img-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-t7PR0yQCcX .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-t7PR0yQCcX img {
  width: 100%;
}
.cid-t7PR0yQCcX .card-wrapper .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-t7PR0yQCcX .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-t7PR0yQCcX .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-t7PR0yQCcX h4 {
  margin: 0;
}
.cid-t7PR0yQCcX .card-text {
  color: #ffffff;
}
.cid-t7PR0yQCcX .mbr-text {
  color: #000000;
}
.cid-t7PR0yQCcX .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-t7PR0yQCcX .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-t7PR0yQCcX .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-t7PR0yQCcX .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t7PR0yQCcX .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-t7PR0yQCcX .icon-wrap {
  background: linear-gradient(to left, #55b4d4, #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-t7PR0yQCcX .icon-wrap .mbr-iconfont {
  font-size: 2.6rem;
  color: white;
  padding-left: 10px;
}
.cid-t7PR0yQCcX H3 {
  color: #787324;
}
.cid-t7PR0yQCcX .mbr-section-title,
.cid-t7PR0yQCcX .title-wrapper {
  color: #ffffff;
}
.cid-t7PR0yQCcX .mbr-text,
.cid-t7PR0yQCcX .mbr-section-btn {
  color: #ffffff;
}
.cid-t7PR0yQCcX .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t7PR0yQCcX .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t7PR0yQCcX .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t7PR0yQCcX a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t7PR0yQCcX a.close:hover {
  color: #ffffff;
}
.cid-s1YPFUMG3v {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  background-color: #000000;
}
.cid-s1YPFUMG3v p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-s1YPFUMG3v .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-s1YPFUMG3v .collapsed {
  border: none;
}
.cid-s1YPFUMG3v .collapsed span {
  transform: rotate(0deg);
}
.cid-s1YPFUMG3v span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-s1YPFUMG3v .panel-body {
  padding-top: 0.5rem;
}
.cid-s1YPFUMG3v .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-s1YPFUMG3v .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-s1YPFUMG3v .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-s1YPFUMG3v .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s1YPFUMG3v .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-s1YPFUMG3v .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-s1YPFUMG3v .panel-text {
  color: #ffffff;
}
.cid-s1YPFUMG3v H4 {
  color: #ffffff;
}
.cid-s1YPFUMG3v H2 {
  color: #ffffff;
}
.cid-s1YPFUMG3v .mbr-section-text {
  color: #999999;
}
.cid-s1YPV5pGou {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-s1YPV5pGou img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 767px) {
  .cid-s1YPV5pGou .container-fluid {
    padding: 0 2rem;
  }
}
.cid-s1YPV5pGou .card-wrapper {
  background: #191919;
  padding: 3rem;
}
.cid-s1YPV5pGou .card-wrapper:hover {
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-s1YPV5pGou .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}
.cid-s1YPV5pGou .icon-wrapper {
  padding: 0 0.6rem;
}
.cid-s1YPV5pGou .card-box {
  padding-top: 2rem;
}
.cid-s1YPV5pGou .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YPV5pGou .card-title {
  color: #ffffff;
}
.cid-s1YPV5pGou .mbr-subtitle {
  color: #ffffff;
}
.cid-s1YPV5pGou .main-title {
  color: #ffffff;
}
.cid-s1YPV5pGou .main-subtitle {
  color: #ffffff;
}
.cid-s1YPV5pGou .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-s1YPV5pGou .card:hover {
  transform: translateY(-10px);
}
.cid-s1YPV5pGou .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-s1YPV5pGou .card:hover .card-title,
.cid-s1YPV5pGou .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-s1YPV5pGou .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-s1YPV5pGou .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-s1YPpR5DLc {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #040402;
}
.cid-s1YPpR5DLc .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-s1YPpR5DLc .card-wrapper {
    padding: 0;
  }
}
.cid-s1YPpR5DLc .row {
  flex-direction: row-reverse;
}
.cid-s1YPpR5DLc .form-control,
.cid-s1YPpR5DLc .field-input {
  padding: 1rem;
}
.cid-s1YPpR5DLc .form-row > .col,
.cid-s1YPpR5DLc .col-auto {
  padding-right: 8px;
  padding-left: 8px;
}
.cid-s1YPpR5DLc .btn {
  margin: 0!important;
  height: 56px;
  border-radius: 3px!important;
  padding: 0 1.5rem;
}
.cid-s1YPpR5DLc .btn span {
  font-size: 1rem;
}
.cid-s1YPpR5DLc .form-control,
.cid-s1YPpR5DLc .field-input {
  padding: 1rem;
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s1YPpR5DLc .form-control::-webkit-input-placeholder,
.cid-s1YPpR5DLc .field-input::-webkit-input-placeholder,
.cid-s1YPpR5DLc .form-control::-webkit-input-placeholder,
.cid-s1YPpR5DLc .field-input::-webkit-input-placeholder {
  color: #999999;
}
.cid-s1YPpR5DLc .form-control:-moz-placeholder,
.cid-s1YPpR5DLc .field-input:-moz-placeholder,
.cid-s1YPpR5DLc .form-control:-moz-placeholder,
.cid-s1YPpR5DLc .field-input:-moz-placeholder {
  color: #999999;
}
.cid-s1YPpR5DLc .form-control:hover,
.cid-s1YPpR5DLc .field-input:hover,
.cid-s1YPpR5DLc .form-control:focus,
.cid-s1YPpR5DLc .field-input:focus {
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s1YPpR5DLc .form-control:hover::-webkit-input-placeholder,
.cid-s1YPpR5DLc .field-input:hover::-webkit-input-placeholder,
.cid-s1YPpR5DLc .form-control:focus::-webkit-input-placeholder,
.cid-s1YPpR5DLc .field-input:focus::-webkit-input-placeholder,
.cid-s1YPpR5DLc .form-control:hover::-webkit-input-placeholder,
.cid-s1YPpR5DLc .field-input:hover::-webkit-input-placeholder,
.cid-s1YPpR5DLc .form-control:focus::-webkit-input-placeholder,
.cid-s1YPpR5DLc .field-input:focus::-webkit-input-placeholder {
  color: #999999;
}
.cid-s1YPpR5DLc .form-control:hover:-moz-placeholder,
.cid-s1YPpR5DLc .field-input:hover:-moz-placeholder,
.cid-s1YPpR5DLc .form-control:focus:-moz-placeholder,
.cid-s1YPpR5DLc .field-input:focus:-moz-placeholder,
.cid-s1YPpR5DLc .form-control:hover:-moz-placeholder,
.cid-s1YPpR5DLc .field-input:hover:-moz-placeholder,
.cid-s1YPpR5DLc .form-control:focus:-moz-placeholder,
.cid-s1YPpR5DLc .field-input:focus:-moz-placeholder {
  color: #999999;
}
.cid-s1YPpR5DLc .jq-number__spin:hover,
.cid-s1YPpR5DLc .jq-number__spin:focus {
  background-color: #040402;
  border-color: #555555;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s1YPpR5DLc .jq-number__spin {
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s1YPpR5DLc .jq-selectbox li,
.cid-s1YPpR5DLc .jq-selectbox li {
  background-color: #040402;
  color: #ffffff;
}
.cid-s1YPpR5DLc .jq-selectbox li:hover,
.cid-s1YPpR5DLc .jq-selectbox li.selected {
  background-color: #040402;
  color: #ffffff;
}
.cid-s1YPpR5DLc .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s1YPpR5DLc .jq-number__spin.minus:hover:after,
.cid-s1YPpR5DLc .jq-number__spin.plus:hover:after {
  border-top-color: #040402;
  border-bottom-color: #040402;
}
.cid-s1YPpR5DLc .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s1YPpR5DLc .jq-number__spin.minus:after,
.cid-s1YPpR5DLc .jq-number__spin.plus:after {
  border-top-color: #040402;
  border-bottom-color: #040402;
}
.cid-s1YPpR5DLc input::-webkit-clear-button {
  display: none;
}
.cid-s1YPpR5DLc input::-webkit-inner-spin-button {
  display: none;
}
.cid-s1YPpR5DLc input::-webkit-outer-spin-button {
  display: none;
}
.cid-s1YPpR5DLc input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-s1YPpR5DLc H4 {
  color: #ffffff;
}
.cid-s1YPpR5DLc P {
  color: #999999;
}
@media (max-width: 767px) {
  .cid-s1YPpR5DLc .col {
    min-width: 100%;
  }
  .cid-s1YPpR5DLc .col-auto {
    margin: auto;
  }
  .cid-s1YPpR5DLc .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-s1YPpR5DLc .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
.cid-s1YPpR5DLc .content {
  padding: 0 3rem;
}
@media (max-width: 1600px) {
  .cid-s1YPpR5DLc .content {
    padding: 0 1rem;
  }
}
.cid-s1YPpR5DLc .img-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-s1YPpR5DLc .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-s1YPpR5DLc img {
  width: 100%;
}
.cid-s1YPpR5DLc .card-wrapper .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YPpR5DLc .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-s1YPpR5DLc .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-s1YPpR5DLc h4 {
  margin: 0;
}
.cid-s1YPpR5DLc .card-text {
  color: #999999;
}
.cid-s1YPpR5DLc .mbr-text {
  color: #000000;
}
.cid-s1YPpR5DLc .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-s1YPpR5DLc .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .cid-s1YPpR5DLc .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-s1YPpR5DLc .icon-wrap {
  background: linear-gradient(to left, #55b4d4, #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-s1YPpR5DLc .icon-wrap .mbr-iconfont {
  font-size: 2.6rem;
  color: white;
  padding-left: 10px;
}
.cid-s1YPpR5DLc H3 {
  color: #787324;
}
.cid-s1YPpR5DLc .mbr-section-title,
.cid-s1YPpR5DLc .title-wrapper {
  color: #ffffff;
}
.cid-s1YPpR5DLc .mbr-text,
.cid-s1YPpR5DLc .mbr-section-btn {
  color: #ffffff;
}
.cid-s1YPpR5DLc .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s1YPpR5DLc .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s1YPpR5DLc .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s1YPpR5DLc a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s1YPpR5DLc a.close:hover {
  color: #ffffff;
}
.cid-s1YPq9DXRB .google-map {
  height: 30rem;
  position: relative;
}
.cid-s1YPq9DXRB .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s1YPq9DXRB .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s1YPq9DXRB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s1YPq9DXRB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s1YPyUn2on {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-s1YPyUn2on img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-s1YPyUn2on .link-wrapper {
  margin-bottom: 1rem;
}
.cid-s1YPyUn2on .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-s1YPyUn2on .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, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YPyUn2on .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-s1YPyUn2on .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-s1YPyUn2on .first:hover:before {
  content: none;
}
.cid-s1YPyUn2on .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: '';
}
.cid-s1YPyUn2on .last:hover:after {
  content: none;
}
.cid-s1YPyUn2on .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: '';
}
.cid-s1YPyUn2on .mbr-section-text {
  color: #999999;
}
.cid-s1YPyUn2on .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-s1YPyUn2on .card .img-wrapper {
  overflow: hidden;
}
.cid-s1YPyUn2on .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-s1YPyUn2on .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-s1YPyUn2on .card:hover .card-wrapper {
  background: linear-gradient(to left, #55b4d4, #e2090d);
  color: #ffffff !important;
}
.cid-s1YPyUn2on .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-s1YPqSpOCZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-s1YPqSpOCZ .mbr-text1 {
  color: #999999;
}
.cid-s1YPqSpOCZ .mbr-text2 {
  color: #999999;
}
.cid-s1YPqSpOCZ p {
  margin: 0;
}
.cid-t8grEwLsGN .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t8grEwLsGN .btn {
  white-space: nowrap;
}
.cid-t8grEwLsGN .nav-link,
.cid-t8grEwLsGN .icons-menu .mbr-iconfont,
.cid-t8grEwLsGN .dropdown-item {
  transition: all 0.1s;
}
.cid-t8grEwLsGN .nav-link:hover,
.cid-t8grEwLsGN .icons-menu .mbr-iconfont:hover,
.cid-t8grEwLsGN .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 992px) {
  .cid-t8grEwLsGN .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-t8grEwLsGN .container {
  display: flex;
  margin: auto;
}
.cid-t8grEwLsGN .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-t8grEwLsGN .navbar.opened {
  transition: all .3s;
}
.cid-t8grEwLsGN .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-t8grEwLsGN .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-t8grEwLsGN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8grEwLsGN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t8grEwLsGN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8grEwLsGN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8grEwLsGN .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: 55%;
}
.cid-t8grEwLsGN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8grEwLsGN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t8grEwLsGN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t8grEwLsGN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8grEwLsGN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8grEwLsGN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8grEwLsGN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8grEwLsGN .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: 55%;
  }
  .cid-t8grEwLsGN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t8grEwLsGN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8grEwLsGN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8grEwLsGN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t8grEwLsGN .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t8grEwLsGN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t8grEwLsGN .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-t8grEwLsGN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t8grEwLsGN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t8grEwLsGN .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-t8grEwLsGN .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-t8grEwLsGN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t8grEwLsGN .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t8grEwLsGN .navbar-caption {
  padding-right: 4rem;
}
.cid-t8grEwLsGN .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-t8grEwLsGN .dropdown-menu,
.cid-t8grEwLsGN .navbar.opened {
  background: #191919 !important;
}
.cid-t8grEwLsGN .nav-item:focus,
.cid-t8grEwLsGN .nav-link:focus {
  outline: none;
}
.cid-t8grEwLsGN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t8grEwLsGN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8grEwLsGN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t8grEwLsGN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t8grEwLsGN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8grEwLsGN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-t8grEwLsGN .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t8grEwLsGN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8grEwLsGN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8grEwLsGN .dropdown-item.active,
.cid-t8grEwLsGN .dropdown-item:active {
  background-color: transparent;
}
.cid-t8grEwLsGN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8grEwLsGN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8grEwLsGN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8grEwLsGN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-t8grEwLsGN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8grEwLsGN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8grEwLsGN ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t8grEwLsGN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t8grEwLsGN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t8grEwLsGN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t8grEwLsGN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t8grEwLsGN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t8grEwLsGN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t8grEwLsGN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t8grEwLsGN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8grEwLsGN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t8grEwLsGN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t8grEwLsGN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8grEwLsGN .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t8grEwLsGN a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t8grEwLsGN .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-t8grEwLsGN .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8grEwLsGN .navbar {
    height: 77px;
  }
  .cid-t8grEwLsGN .navbar.opened {
    height: auto;
  }
  .cid-t8grEwLsGN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8grEwLsGN .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-t8gsAjEO16 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-t8gsAjEO16 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-t8gsAjEO16 .mbr-text,
.cid-t8gsAjEO16 .mbr-section-btn {
  color: #ffffff;
}
.cid-t8gscrHXa9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-t8gscrHXa9 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-t8gscrHXa9 .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-t8gscrHXa9 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-t8gscrHXa9 .first:hover:before {
  content: none;
}
.cid-t8gscrHXa9 .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: "";
}
.cid-t8gscrHXa9 .last:hover:after {
  content: none;
}
.cid-t8gscrHXa9 .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: "";
}
.cid-t8gscrHXa9 .mbr-section-text {
  color: #ffffff;
}
.cid-t8gscrHXa9 .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-t8gscrHXa9 .card .img-wrapper {
  overflow: hidden;
}
.cid-t8gscrHXa9 .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-t8gscrHXa9 .card:hover .card-wrapper {
  background: linear-gradient(to left, #55b4d4, #e2090d);
  color: #ffffff !important;
}
.cid-t8gscrHXa9 .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-t8grEzszI3 {
  background-color: #191919;
}
.cid-t8grEzszI3 H1 {
  color: #e2090d;
}
.cid-t8grEzszI3 h1 {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-t8grEzszI3 img {
  width: 100%;
}
.cid-t8grEzszI3 .mbr-text,
.cid-t8grEzszI3 .mbr-section-btn {
  color: #ffffff;
}
.cid-t8grEAeIsR {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-t8grEAeIsR .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-t8grEAeIsR .mbr-text,
.cid-t8grEAeIsR .mbr-section-btn {
  color: #ffffff;
}
.cid-t8grEAeIsR .mbr-section-title,
.cid-t8grEAeIsR .title-wrapper {
  color: #ffffff;
}
.cid-t8grEDdYOR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-t8grEDdYOR .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-t8grEDdYOR .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-t8grEDdYOR .btn-col {
    justify-content: center;
  }
}
.cid-t8grEDdYOR .mbr-text,
.cid-t8grEDdYOR .mbr-section-btn {
  color: #999999;
}
.cid-t8grEDdYOR p {
  margin: 0;
}
.cid-t8grEHhpwF {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  background-color: #000000;
}
.cid-t8grEHhpwF p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-t8grEHhpwF .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-t8grEHhpwF .collapsed {
  border: none;
}
.cid-t8grEHhpwF .collapsed span {
  transform: rotate(0deg);
}
.cid-t8grEHhpwF span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-t8grEHhpwF .panel-body {
  padding-top: 0.5rem;
}
.cid-t8grEHhpwF .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-t8grEHhpwF .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-t8grEHhpwF .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-t8grEHhpwF .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t8grEHhpwF .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-t8grEHhpwF .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-t8grEHhpwF .panel-text {
  color: #ffffff;
}
.cid-t8grEHhpwF H4 {
  color: #ffffff;
}
.cid-t8grEHhpwF H2 {
  color: #ffffff;
}
.cid-t8grEHhpwF .mbr-section-text {
  color: #999999;
}
.cid-t8grEIeE7Y {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-t8grEIeE7Y img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 767px) {
  .cid-t8grEIeE7Y .container-fluid {
    padding: 0 2rem;
  }
}
.cid-t8grEIeE7Y .card-wrapper {
  background: #191919;
  padding: 3rem;
}
.cid-t8grEIeE7Y .card-wrapper:hover {
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-t8grEIeE7Y .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}
.cid-t8grEIeE7Y .icon-wrapper {
  padding: 0 0.6rem;
}
.cid-t8grEIeE7Y .card-box {
  padding-top: 2rem;
}
.cid-t8grEIeE7Y .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-t8grEIeE7Y .card-title {
  color: #ffffff;
}
.cid-t8grEIeE7Y .mbr-subtitle {
  color: #ffffff;
}
.cid-t8grEIeE7Y .main-title {
  color: #ffffff;
}
.cid-t8grEIeE7Y .main-subtitle {
  color: #ffffff;
}
.cid-t8grEIeE7Y .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-t8grEIeE7Y .card:hover {
  transform: translateY(-10px);
}
.cid-t8grEIeE7Y .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-t8grEIeE7Y .card:hover .card-title,
.cid-t8grEIeE7Y .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-t8grEIeE7Y .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-t8grEIeE7Y .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-t8grEKD7lS {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #040402;
}
.cid-t8grEKD7lS .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-t8grEKD7lS .card-wrapper {
    padding: 0;
  }
}
.cid-t8grEKD7lS .row {
  flex-direction: row-reverse;
}
.cid-t8grEKD7lS .form-control,
.cid-t8grEKD7lS .field-input {
  padding: 1rem;
}
.cid-t8grEKD7lS .form-row > .col,
.cid-t8grEKD7lS .col-auto {
  padding-right: 8px;
  padding-left: 8px;
}
.cid-t8grEKD7lS .btn {
  margin: 0!important;
  height: 56px;
  border-radius: 3px!important;
  padding: 0 1.5rem;
}
.cid-t8grEKD7lS .btn span {
  font-size: 1rem;
}
.cid-t8grEKD7lS .form-control,
.cid-t8grEKD7lS .field-input {
  padding: 1rem;
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t8grEKD7lS .form-control::-webkit-input-placeholder,
.cid-t8grEKD7lS .field-input::-webkit-input-placeholder,
.cid-t8grEKD7lS .form-control::-webkit-input-placeholder,
.cid-t8grEKD7lS .field-input::-webkit-input-placeholder {
  color: #999999;
}
.cid-t8grEKD7lS .form-control:-moz-placeholder,
.cid-t8grEKD7lS .field-input:-moz-placeholder,
.cid-t8grEKD7lS .form-control:-moz-placeholder,
.cid-t8grEKD7lS .field-input:-moz-placeholder {
  color: #999999;
}
.cid-t8grEKD7lS .form-control:hover,
.cid-t8grEKD7lS .field-input:hover,
.cid-t8grEKD7lS .form-control:focus,
.cid-t8grEKD7lS .field-input:focus {
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-t8grEKD7lS .form-control:hover::-webkit-input-placeholder,
.cid-t8grEKD7lS .field-input:hover::-webkit-input-placeholder,
.cid-t8grEKD7lS .form-control:focus::-webkit-input-placeholder,
.cid-t8grEKD7lS .field-input:focus::-webkit-input-placeholder,
.cid-t8grEKD7lS .form-control:hover::-webkit-input-placeholder,
.cid-t8grEKD7lS .field-input:hover::-webkit-input-placeholder,
.cid-t8grEKD7lS .form-control:focus::-webkit-input-placeholder,
.cid-t8grEKD7lS .field-input:focus::-webkit-input-placeholder {
  color: #999999;
}
.cid-t8grEKD7lS .form-control:hover:-moz-placeholder,
.cid-t8grEKD7lS .field-input:hover:-moz-placeholder,
.cid-t8grEKD7lS .form-control:focus:-moz-placeholder,
.cid-t8grEKD7lS .field-input:focus:-moz-placeholder,
.cid-t8grEKD7lS .form-control:hover:-moz-placeholder,
.cid-t8grEKD7lS .field-input:hover:-moz-placeholder,
.cid-t8grEKD7lS .form-control:focus:-moz-placeholder,
.cid-t8grEKD7lS .field-input:focus:-moz-placeholder {
  color: #999999;
}
.cid-t8grEKD7lS .jq-number__spin:hover,
.cid-t8grEKD7lS .jq-number__spin:focus {
  background-color: #040402;
  border-color: #555555;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-t8grEKD7lS .jq-number__spin {
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t8grEKD7lS .jq-selectbox li,
.cid-t8grEKD7lS .jq-selectbox li {
  background-color: #040402;
  color: #ffffff;
}
.cid-t8grEKD7lS .jq-selectbox li:hover,
.cid-t8grEKD7lS .jq-selectbox li.selected {
  background-color: #040402;
  color: #ffffff;
}
.cid-t8grEKD7lS .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-t8grEKD7lS .jq-number__spin.minus:hover:after,
.cid-t8grEKD7lS .jq-number__spin.plus:hover:after {
  border-top-color: #040402;
  border-bottom-color: #040402;
}
.cid-t8grEKD7lS .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-t8grEKD7lS .jq-number__spin.minus:after,
.cid-t8grEKD7lS .jq-number__spin.plus:after {
  border-top-color: #040402;
  border-bottom-color: #040402;
}
.cid-t8grEKD7lS input::-webkit-clear-button {
  display: none;
}
.cid-t8grEKD7lS input::-webkit-inner-spin-button {
  display: none;
}
.cid-t8grEKD7lS input::-webkit-outer-spin-button {
  display: none;
}
.cid-t8grEKD7lS input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-t8grEKD7lS H4 {
  color: #ffffff;
}
.cid-t8grEKD7lS P {
  color: #999999;
}
@media (max-width: 767px) {
  .cid-t8grEKD7lS .col {
    min-width: 100%;
  }
  .cid-t8grEKD7lS .col-auto {
    margin: auto;
  }
  .cid-t8grEKD7lS .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-t8grEKD7lS .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
.cid-t8grEKD7lS .content {
  padding: 0 3rem;
}
@media (max-width: 1600px) {
  .cid-t8grEKD7lS .content {
    padding: 0 1rem;
  }
}
.cid-t8grEKD7lS .img-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-t8grEKD7lS .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-t8grEKD7lS img {
  width: 100%;
}
.cid-t8grEKD7lS .card-wrapper .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-t8grEKD7lS .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-t8grEKD7lS .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-t8grEKD7lS h4 {
  margin: 0;
}
.cid-t8grEKD7lS .card-text {
  color: #999999;
}
.cid-t8grEKD7lS .mbr-text {
  color: #000000;
}
.cid-t8grEKD7lS .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-t8grEKD7lS .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .cid-t8grEKD7lS .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-t8grEKD7lS .icon-wrap {
  background: linear-gradient(to left, #55b4d4, #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-t8grEKD7lS .icon-wrap .mbr-iconfont {
  font-size: 2.6rem;
  color: white;
  padding-left: 10px;
}
.cid-t8grEKD7lS H3 {
  color: #787324;
}
.cid-t8grEKD7lS .mbr-section-title,
.cid-t8grEKD7lS .title-wrapper {
  color: #ffffff;
}
.cid-t8grEKD7lS .mbr-text,
.cid-t8grEKD7lS .mbr-section-btn {
  color: #ffffff;
}
.cid-t8grEKD7lS .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t8grEKD7lS .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t8grEKD7lS .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t8grEKD7lS a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t8grEKD7lS a.close:hover {
  color: #ffffff;
}
.cid-t8grELK5dp .google-map {
  height: 30rem;
  position: relative;
}
.cid-t8grELK5dp .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t8grELK5dp .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t8grELK5dp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t8grELK5dp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t8grEMeYe5 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-t8grEMeYe5 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-t8grEMeYe5 .link-wrapper {
  margin-bottom: 1rem;
}
.cid-t8grEMeYe5 .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-t8grEMeYe5 .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, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-t8grEMeYe5 .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-t8grEMeYe5 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-t8grEMeYe5 .first:hover:before {
  content: none;
}
.cid-t8grEMeYe5 .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: '';
}
.cid-t8grEMeYe5 .last:hover:after {
  content: none;
}
.cid-t8grEMeYe5 .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: '';
}
.cid-t8grEMeYe5 .mbr-section-text {
  color: #999999;
}
.cid-t8grEMeYe5 .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-t8grEMeYe5 .card .img-wrapper {
  overflow: hidden;
}
.cid-t8grEMeYe5 .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-t8grEMeYe5 .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-t8grEMeYe5 .card:hover .card-wrapper {
  background: linear-gradient(to left, #55b4d4, #e2090d);
  color: #ffffff !important;
}
.cid-t8grEMeYe5 .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-t8grENStTG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-t8grENStTG .mbr-text1 {
  color: #999999;
}
.cid-t8grENStTG .mbr-text2 {
  color: #999999;
}
.cid-t8grENStTG p {
  margin: 0;
}
.cid-t7TvWFfSyX .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t7TvWFfSyX .btn {
  white-space: nowrap;
}
.cid-t7TvWFfSyX .nav-link,
.cid-t7TvWFfSyX .icons-menu .mbr-iconfont,
.cid-t7TvWFfSyX .dropdown-item {
  transition: all 0.1s;
}
.cid-t7TvWFfSyX .nav-link:hover,
.cid-t7TvWFfSyX .icons-menu .mbr-iconfont:hover,
.cid-t7TvWFfSyX .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 992px) {
  .cid-t7TvWFfSyX .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-t7TvWFfSyX .container {
  display: flex;
  margin: auto;
}
.cid-t7TvWFfSyX .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-t7TvWFfSyX .navbar.opened {
  transition: all .3s;
}
.cid-t7TvWFfSyX .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-t7TvWFfSyX .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-t7TvWFfSyX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7TvWFfSyX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t7TvWFfSyX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t7TvWFfSyX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t7TvWFfSyX .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: 55%;
}
.cid-t7TvWFfSyX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t7TvWFfSyX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t7TvWFfSyX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t7TvWFfSyX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7TvWFfSyX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t7TvWFfSyX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7TvWFfSyX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t7TvWFfSyX .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: 55%;
  }
  .cid-t7TvWFfSyX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t7TvWFfSyX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7TvWFfSyX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t7TvWFfSyX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t7TvWFfSyX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t7TvWFfSyX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t7TvWFfSyX .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-t7TvWFfSyX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t7TvWFfSyX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t7TvWFfSyX .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-t7TvWFfSyX .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-t7TvWFfSyX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t7TvWFfSyX .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t7TvWFfSyX .navbar-caption {
  padding-right: 4rem;
}
.cid-t7TvWFfSyX .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-t7TvWFfSyX .dropdown-menu,
.cid-t7TvWFfSyX .navbar.opened {
  background: #191919 !important;
}
.cid-t7TvWFfSyX .nav-item:focus,
.cid-t7TvWFfSyX .nav-link:focus {
  outline: none;
}
.cid-t7TvWFfSyX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t7TvWFfSyX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7TvWFfSyX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t7TvWFfSyX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t7TvWFfSyX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7TvWFfSyX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-t7TvWFfSyX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7TvWFfSyX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t7TvWFfSyX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7TvWFfSyX .dropdown-item.active,
.cid-t7TvWFfSyX .dropdown-item:active {
  background-color: transparent;
}
.cid-t7TvWFfSyX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t7TvWFfSyX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t7TvWFfSyX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t7TvWFfSyX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-t7TvWFfSyX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t7TvWFfSyX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7TvWFfSyX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t7TvWFfSyX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t7TvWFfSyX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t7TvWFfSyX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t7TvWFfSyX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t7TvWFfSyX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t7TvWFfSyX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t7TvWFfSyX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t7TvWFfSyX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7TvWFfSyX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t7TvWFfSyX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t7TvWFfSyX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7TvWFfSyX .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t7TvWFfSyX a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t7TvWFfSyX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-t7TvWFfSyX .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7TvWFfSyX .navbar {
    height: 77px;
  }
  .cid-t7TvWFfSyX .navbar.opened {
    height: auto;
  }
  .cid-t7TvWFfSyX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7TvWFfSyX .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-t7TvWHJk8M {
  padding-top: 165px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/leanne-color-1366x768.jpg");
}
.cid-t7TvWHJk8M H1 {
  color: #5758e0;
}
.cid-t7TvWHJk8M h1 {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-t7TvWHJk8M .mbr-text,
.cid-t7TvWHJk8M .mbr-section-btn {
  color: #999999;
}
.cid-t7TvWJ3Jue {
  background-color: #191919;
}
.cid-t7TvWJ3Jue H1 {
  color: #e2090d;
}
.cid-t7TvWJ3Jue h1 {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-t7TvWJ3Jue img {
  width: 100%;
}
.cid-t7TvWJ3Jue .mbr-text,
.cid-t7TvWJ3Jue .mbr-section-btn {
  color: #ffffff;
}
.cid-t7TvWKcFKW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-t7TvWKcFKW .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-t7TvWKcFKW .mbr-text,
.cid-t7TvWKcFKW .mbr-section-btn {
  color: #ffffff;
}
.cid-t7TvWKcFKW .mbr-section-title,
.cid-t7TvWKcFKW .title-wrapper {
  color: #ffffff;
}
.cid-t7TvWKZ6wg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-t7TvWKZ6wg .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-t7TvWKZ6wg .mbr-text,
.cid-t7TvWKZ6wg .mbr-section-btn {
  color: #ffffff;
}
.cid-t7TvWKZ6wg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t7TvWKZ6wg img {
    width: 96%;
  }
}
.cid-t7TvWKZ6wg .mbr-section-title,
.cid-t7TvWKZ6wg .title-wrapper {
  color: #ffffff;
}
.cid-t7TvWLIZvo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-t7TvWLIZvo .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-t7TvWLIZvo .mbr-text,
.cid-t7TvWLIZvo .mbr-section-btn {
  color: #ffffff;
}
.cid-t7TvWLIZvo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t7TvWLIZvo img {
    width: 96%;
  }
}
.cid-t7TvWLIZvo .mbr-section-title,
.cid-t7TvWLIZvo .title-wrapper {
  color: #ffffff;
}
.cid-t7TvWMEUGc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-t7TvWMEUGc .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-t7TvWMEUGc .mbr-text,
.cid-t7TvWMEUGc .mbr-section-btn {
  color: #ffffff;
}
.cid-t7TvWMEUGc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t7TvWMEUGc img {
    width: 96%;
  }
}
.cid-t7TvWO9ZhL {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-t7TvWO9ZhL img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-t7TvWO9ZhL .link-wrapper {
  margin-bottom: 1rem;
}
.cid-t7TvWO9ZhL .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-t7TvWO9ZhL .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, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-t7TvWO9ZhL .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-t7TvWO9ZhL .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-t7TvWO9ZhL .first:hover:before {
  content: none;
}
.cid-t7TvWO9ZhL .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: '';
}
.cid-t7TvWO9ZhL .last:hover:after {
  content: none;
}
.cid-t7TvWO9ZhL .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: '';
}
.cid-t7TvWO9ZhL .mbr-section-text {
  color: #999999;
}
.cid-t7TvWO9ZhL .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-t7TvWO9ZhL .card .img-wrapper {
  overflow: hidden;
}
.cid-t7TvWO9ZhL .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-t7TvWO9ZhL .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-t7TvWO9ZhL .card:hover .card-wrapper {
  background: linear-gradient(to left, #55b4d4, #e2090d);
  color: #ffffff !important;
}
.cid-t7TvWO9ZhL .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-t7TPxa2sGK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-t7TPxa2sGK img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-t7TPxa2sGK .container-fluid {
  padding: 0;
}
.cid-t7TPxa2sGK .card-wrapper {
  background: #191919;
  padding: 3rem;
}
.cid-t7TPxa2sGK .card-wrapper:hover {
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-t7TPxa2sGK .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.cid-t7TPxa2sGK .icon-wrapper {
  padding: 0 0.6rem;
}
.cid-t7TPxa2sGK .card-box {
  padding-top: 2rem;
}
.cid-t7TPxa2sGK .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-t7TPxa2sGK .card-title {
  color: #999999;
}
.cid-t7TPxa2sGK .mbr-subtitle {
  color: #ffffff;
}
.cid-t7TPxa2sGK .main-title {
  color: #ffffff;
}
.cid-t7TPxa2sGK .main-subtitle {
  color: #999999;
}
.cid-t7TPxa2sGK .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-t7TPxa2sGK .card:hover {
  transform: translateY(-10px);
}
.cid-t7TPxa2sGK .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-t7TPxa2sGK .card:hover .card-title,
.cid-t7TPxa2sGK .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (max-width: 1600px) {
  .cid-t7TPxa2sGK .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-t7TQvaoU79 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-t7TQvaoU79 img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-t7TQvaoU79 .container-fluid {
  padding: 0;
}
.cid-t7TQvaoU79 .card-wrapper {
  background: #191919;
  padding: 3rem;
}
.cid-t7TQvaoU79 .card-wrapper:hover {
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-t7TQvaoU79 .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.cid-t7TQvaoU79 .icon-wrapper {
  padding: 0 0.6rem;
}
.cid-t7TQvaoU79 .card-box {
  padding-top: 2rem;
}
.cid-t7TQvaoU79 .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-t7TQvaoU79 .card-title {
  color: #999999;
}
.cid-t7TQvaoU79 .mbr-subtitle {
  color: #ffffff;
}
.cid-t7TQvaoU79 .main-title {
  color: #ffffff;
}
.cid-t7TQvaoU79 .main-subtitle {
  color: #999999;
}
.cid-t7TQvaoU79 .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-t7TQvaoU79 .card:hover {
  transform: translateY(-10px);
}
.cid-t7TQvaoU79 .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-t7TQvaoU79 .card:hover .card-title,
.cid-t7TQvaoU79 .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (max-width: 1600px) {
  .cid-t7TQvaoU79 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-t7TvWPHVOB {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #111111;
}
.cid-t7TvWPHVOB .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-t7TvWPHVOB .card-wrapper {
    padding: 0;
  }
}
.cid-t7TvWPHVOB img {
  width: 100%;
}
.cid-t7TvWPHVOB .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-t7TvWPHVOB .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-t7TvWPHVOB .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-t7TvWPHVOB h4 {
  margin: 0;
}
.cid-t7TvWPHVOB .card-text {
  color: #ffffff;
}
.cid-t7TvWPHVOB .mbr-text {
  color: #000000;
}
.cid-t7TvWPHVOB .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-t7TvWPHVOB .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-t7TvWPHVOB .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-t7TvWPHVOB .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t7TvWPHVOB .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-t7TvWPHVOB H3 {
  color: #787324;
}
.cid-t7TvWPHVOB .mbr-section-title,
.cid-t7TvWPHVOB .title-wrapper {
  color: #ffffff;
}
.cid-t7TvWPHVOB .mbr-text,
.cid-t7TvWPHVOB .mbr-section-btn {
  color: #ffffff;
}
.cid-t7TvWQsD6S {
  padding-top: 135px;
  padding-bottom: 135px;
}
.cid-t7TvWQsD6S .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-t7TvWQsD6S .card-wrapper {
    padding: 0;
  }
}
.cid-t7TvWQsD6S .content {
  padding: 0 3rem;
}
@media (max-width: 1600px) {
  .cid-t7TvWQsD6S .content {
    padding: 0 1rem;
  }
}
.cid-t7TvWQsD6S .img-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-t7TvWQsD6S .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-t7TvWQsD6S img {
  width: 100%;
}
.cid-t7TvWQsD6S .card-wrapper .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-t7TvWQsD6S .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-t7TvWQsD6S .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-t7TvWQsD6S h4 {
  margin: 0;
}
.cid-t7TvWQsD6S .card-text {
  color: #ffffff;
}
.cid-t7TvWQsD6S .mbr-text {
  color: #000000;
}
.cid-t7TvWQsD6S .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-t7TvWQsD6S .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-t7TvWQsD6S .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-t7TvWQsD6S .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t7TvWQsD6S .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-t7TvWQsD6S .icon-wrap {
  background: linear-gradient(to left, #55b4d4, #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-t7TvWQsD6S .icon-wrap .mbr-iconfont {
  font-size: 2.6rem;
  color: white;
  padding-left: 10px;
}
.cid-t7TvWQsD6S H3 {
  color: #787324;
}
.cid-t7TvWQsD6S .mbr-section-title,
.cid-t7TvWQsD6S .title-wrapper {
  color: #ffffff;
}
.cid-t7TvWQsD6S .mbr-text,
.cid-t7TvWQsD6S .mbr-section-btn {
  color: #ffffff;
}
.cid-t7TvWQsD6S .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t7TvWQsD6S .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t7TvWQsD6S .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t7TvWQsD6S a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t7TvWQsD6S a.close:hover {
  color: #ffffff;
}
.cid-t7TvWRRwvD {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  background-color: #000000;
}
.cid-t7TvWRRwvD p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-t7TvWRRwvD .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-t7TvWRRwvD .collapsed {
  border: none;
}
.cid-t7TvWRRwvD .collapsed span {
  transform: rotate(0deg);
}
.cid-t7TvWRRwvD span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-t7TvWRRwvD .panel-body {
  padding-top: 0.5rem;
}
.cid-t7TvWRRwvD .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-t7TvWRRwvD .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-t7TvWRRwvD .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-t7TvWRRwvD .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t7TvWRRwvD .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-t7TvWRRwvD .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-t7TvWRRwvD .panel-text {
  color: #ffffff;
}
.cid-t7TvWRRwvD H4 {
  color: #ffffff;
}
.cid-t7TvWRRwvD H2 {
  color: #ffffff;
}
.cid-t7TvWRRwvD .mbr-section-text {
  color: #999999;
}
.cid-t7TvWXmvyZ {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #040402;
}
.cid-t7TvWXmvyZ .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-t7TvWXmvyZ .card-wrapper {
    padding: 0;
  }
}
.cid-t7TvWXmvyZ .row {
  flex-direction: row-reverse;
}
.cid-t7TvWXmvyZ .form-control,
.cid-t7TvWXmvyZ .field-input {
  padding: 1rem;
}
.cid-t7TvWXmvyZ .form-row > .col,
.cid-t7TvWXmvyZ .col-auto {
  padding-right: 8px;
  padding-left: 8px;
}
.cid-t7TvWXmvyZ .btn {
  margin: 0!important;
  height: 56px;
  border-radius: 3px!important;
  padding: 0 1.5rem;
}
.cid-t7TvWXmvyZ .btn span {
  font-size: 1rem;
}
.cid-t7TvWXmvyZ .form-control,
.cid-t7TvWXmvyZ .field-input {
  padding: 1rem;
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t7TvWXmvyZ .form-control::-webkit-input-placeholder,
.cid-t7TvWXmvyZ .field-input::-webkit-input-placeholder,
.cid-t7TvWXmvyZ .form-control::-webkit-input-placeholder,
.cid-t7TvWXmvyZ .field-input::-webkit-input-placeholder {
  color: #999999;
}
.cid-t7TvWXmvyZ .form-control:-moz-placeholder,
.cid-t7TvWXmvyZ .field-input:-moz-placeholder,
.cid-t7TvWXmvyZ .form-control:-moz-placeholder,
.cid-t7TvWXmvyZ .field-input:-moz-placeholder {
  color: #999999;
}
.cid-t7TvWXmvyZ .form-control:hover,
.cid-t7TvWXmvyZ .field-input:hover,
.cid-t7TvWXmvyZ .form-control:focus,
.cid-t7TvWXmvyZ .field-input:focus {
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-t7TvWXmvyZ .form-control:hover::-webkit-input-placeholder,
.cid-t7TvWXmvyZ .field-input:hover::-webkit-input-placeholder,
.cid-t7TvWXmvyZ .form-control:focus::-webkit-input-placeholder,
.cid-t7TvWXmvyZ .field-input:focus::-webkit-input-placeholder,
.cid-t7TvWXmvyZ .form-control:hover::-webkit-input-placeholder,
.cid-t7TvWXmvyZ .field-input:hover::-webkit-input-placeholder,
.cid-t7TvWXmvyZ .form-control:focus::-webkit-input-placeholder,
.cid-t7TvWXmvyZ .field-input:focus::-webkit-input-placeholder {
  color: #999999;
}
.cid-t7TvWXmvyZ .form-control:hover:-moz-placeholder,
.cid-t7TvWXmvyZ .field-input:hover:-moz-placeholder,
.cid-t7TvWXmvyZ .form-control:focus:-moz-placeholder,
.cid-t7TvWXmvyZ .field-input:focus:-moz-placeholder,
.cid-t7TvWXmvyZ .form-control:hover:-moz-placeholder,
.cid-t7TvWXmvyZ .field-input:hover:-moz-placeholder,
.cid-t7TvWXmvyZ .form-control:focus:-moz-placeholder,
.cid-t7TvWXmvyZ .field-input:focus:-moz-placeholder {
  color: #999999;
}
.cid-t7TvWXmvyZ .jq-number__spin:hover,
.cid-t7TvWXmvyZ .jq-number__spin:focus {
  background-color: #040402;
  border-color: #555555;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-t7TvWXmvyZ .jq-number__spin {
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t7TvWXmvyZ .jq-selectbox li,
.cid-t7TvWXmvyZ .jq-selectbox li {
  background-color: #040402;
  color: #ffffff;
}
.cid-t7TvWXmvyZ .jq-selectbox li:hover,
.cid-t7TvWXmvyZ .jq-selectbox li.selected {
  background-color: #040402;
  color: #ffffff;
}
.cid-t7TvWXmvyZ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-t7TvWXmvyZ .jq-number__spin.minus:hover:after,
.cid-t7TvWXmvyZ .jq-number__spin.plus:hover:after {
  border-top-color: #040402;
  border-bottom-color: #040402;
}
.cid-t7TvWXmvyZ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-t7TvWXmvyZ .jq-number__spin.minus:after,
.cid-t7TvWXmvyZ .jq-number__spin.plus:after {
  border-top-color: #040402;
  border-bottom-color: #040402;
}
.cid-t7TvWXmvyZ input::-webkit-clear-button {
  display: none;
}
.cid-t7TvWXmvyZ input::-webkit-inner-spin-button {
  display: none;
}
.cid-t7TvWXmvyZ input::-webkit-outer-spin-button {
  display: none;
}
.cid-t7TvWXmvyZ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-t7TvWXmvyZ H4 {
  color: #ffffff;
}
.cid-t7TvWXmvyZ P {
  color: #999999;
}
@media (max-width: 767px) {
  .cid-t7TvWXmvyZ .col {
    min-width: 100%;
  }
  .cid-t7TvWXmvyZ .col-auto {
    margin: auto;
  }
  .cid-t7TvWXmvyZ .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-t7TvWXmvyZ .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
.cid-t7TvWXmvyZ .content {
  padding: 0 3rem;
}
@media (max-width: 1600px) {
  .cid-t7TvWXmvyZ .content {
    padding: 0 1rem;
  }
}
.cid-t7TvWXmvyZ .img-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-t7TvWXmvyZ .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-t7TvWXmvyZ img {
  width: 100%;
}
.cid-t7TvWXmvyZ .card-wrapper .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-t7TvWXmvyZ .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-t7TvWXmvyZ .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-t7TvWXmvyZ h4 {
  margin: 0;
}
.cid-t7TvWXmvyZ .card-text {
  color: #999999;
}
.cid-t7TvWXmvyZ .mbr-text {
  color: #000000;
}
.cid-t7TvWXmvyZ .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-t7TvWXmvyZ .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .cid-t7TvWXmvyZ .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-t7TvWXmvyZ .icon-wrap {
  background: linear-gradient(to left, #55b4d4, #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-t7TvWXmvyZ .icon-wrap .mbr-iconfont {
  font-size: 2.6rem;
  color: white;
  padding-left: 10px;
}
.cid-t7TvWXmvyZ H3 {
  color: #787324;
}
.cid-t7TvWXmvyZ .mbr-section-title,
.cid-t7TvWXmvyZ .title-wrapper {
  color: #ffffff;
}
.cid-t7TvWXmvyZ .mbr-text,
.cid-t7TvWXmvyZ .mbr-section-btn {
  color: #ffffff;
}
.cid-t7TvWXmvyZ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t7TvWXmvyZ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t7TvWXmvyZ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t7TvWXmvyZ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t7TvWXmvyZ a.close:hover {
  color: #ffffff;
}
.cid-t7TvWZuGXf .google-map {
  height: 30rem;
  position: relative;
}
.cid-t7TvWZuGXf .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t7TvWZuGXf .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t7TvWZuGXf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t7TvWZuGXf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t7TvX0a9k4 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-t7TvX0a9k4 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-t7TvX0a9k4 .link-wrapper {
  margin-bottom: 1rem;
}
.cid-t7TvX0a9k4 .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-t7TvX0a9k4 .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, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-t7TvX0a9k4 .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-t7TvX0a9k4 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-t7TvX0a9k4 .first:hover:before {
  content: none;
}
.cid-t7TvX0a9k4 .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: '';
}
.cid-t7TvX0a9k4 .last:hover:after {
  content: none;
}
.cid-t7TvX0a9k4 .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: '';
}
.cid-t7TvX0a9k4 .mbr-section-text {
  color: #999999;
}
.cid-t7TvX0a9k4 .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-t7TvX0a9k4 .card .img-wrapper {
  overflow: hidden;
}
.cid-t7TvX0a9k4 .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-t7TvX0a9k4 .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-t7TvX0a9k4 .card:hover .card-wrapper {
  background: linear-gradient(to left, #55b4d4, #e2090d);
  color: #ffffff !important;
}
.cid-t7TvX0a9k4 .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-t7TvX14wAm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-t7TvX14wAm .mbr-text1 {
  color: #999999;
}
.cid-t7TvX14wAm .mbr-text2 {
  color: #999999;
}
.cid-t7TvX14wAm p {
  margin: 0;
}
.cid-tefQGnMnT6 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tefQGnMnT6 .btn {
  white-space: nowrap;
}
.cid-tefQGnMnT6 .nav-link,
.cid-tefQGnMnT6 .icons-menu .mbr-iconfont,
.cid-tefQGnMnT6 .dropdown-item {
  transition: all 0.1s;
}
.cid-tefQGnMnT6 .nav-link:hover,
.cid-tefQGnMnT6 .icons-menu .mbr-iconfont:hover,
.cid-tefQGnMnT6 .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 992px) {
  .cid-tefQGnMnT6 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-tefQGnMnT6 .container {
  display: flex;
  margin: auto;
}
.cid-tefQGnMnT6 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-tefQGnMnT6 .navbar.opened {
  transition: all .3s;
}
.cid-tefQGnMnT6 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tefQGnMnT6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tefQGnMnT6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tefQGnMnT6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tefQGnMnT6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tefQGnMnT6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tefQGnMnT6 .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: 55%;
}
.cid-tefQGnMnT6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tefQGnMnT6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tefQGnMnT6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tefQGnMnT6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tefQGnMnT6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tefQGnMnT6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tefQGnMnT6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tefQGnMnT6 .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: 55%;
  }
  .cid-tefQGnMnT6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tefQGnMnT6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tefQGnMnT6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tefQGnMnT6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tefQGnMnT6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tefQGnMnT6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tefQGnMnT6 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-tefQGnMnT6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tefQGnMnT6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tefQGnMnT6 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-tefQGnMnT6 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-tefQGnMnT6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tefQGnMnT6 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tefQGnMnT6 .navbar-caption {
  padding-right: 4rem;
}
.cid-tefQGnMnT6 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-tefQGnMnT6 .dropdown-menu,
.cid-tefQGnMnT6 .navbar.opened {
  background: #191919 !important;
}
.cid-tefQGnMnT6 .nav-item:focus,
.cid-tefQGnMnT6 .nav-link:focus {
  outline: none;
}
.cid-tefQGnMnT6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tefQGnMnT6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tefQGnMnT6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tefQGnMnT6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tefQGnMnT6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tefQGnMnT6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-tefQGnMnT6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tefQGnMnT6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tefQGnMnT6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tefQGnMnT6 .dropdown-item.active,
.cid-tefQGnMnT6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tefQGnMnT6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tefQGnMnT6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tefQGnMnT6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tefQGnMnT6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-tefQGnMnT6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tefQGnMnT6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tefQGnMnT6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tefQGnMnT6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tefQGnMnT6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tefQGnMnT6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tefQGnMnT6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tefQGnMnT6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tefQGnMnT6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tefQGnMnT6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tefQGnMnT6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tefQGnMnT6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tefQGnMnT6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tefQGnMnT6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tefQGnMnT6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tefQGnMnT6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tefQGnMnT6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tefQGnMnT6 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tefQGnMnT6 .navbar {
    height: 77px;
  }
  .cid-tefQGnMnT6 .navbar.opened {
    height: auto;
  }
  .cid-tefQGnMnT6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tefQGnMnT6 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tefQGsQoQq {
  padding-top: 165px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/leanne-color-1366x768.jpg");
}
.cid-tefQGsQoQq H1 {
  color: #5758e0;
}
.cid-tefQGsQoQq h1 {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tefQGsQoQq .mbr-text,
.cid-tefQGsQoQq .mbr-section-btn {
  color: #999999;
}
.cid-tefQGuwfZh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-tefQGuwfZh .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-tefQGuwfZh .mbr-text,
.cid-tefQGuwfZh .mbr-section-btn {
  color: #999999;
}
.cid-tefQGuwfZh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tefQGuwfZh img {
    width: 96%;
  }
}
.cid-tefQGuwfZh .mbr-section-title,
.cid-tefQGuwfZh .title-wrapper {
  text-align: center;
  color: #e2090d;
}
.cid-tefQGuwfZh P {
  color: #ffffff;
}
.cid-tefQGvfuuv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tefQGvfuuv .mbr-section-title {
  color: #000000;
}
.cid-tefQGvfuuv .link-col {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-tefQGvfuuv .row {
  justify-content: space-between;
}
.cid-tefQGvfuuv .col-lg-5 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tefQGvfuuv .image-wrapper {
    margin-top: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tefQGvfuuv .image-wrapper {
    margin-left: 4rem;
  }
}
.cid-tefQGvfuuv .link-wrapper {
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  margin-top: 2rem;
}
.cid-tefQGvfuuv .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 1400px) {
  .cid-tefQGvfuuv .link-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tefQGvfuuv .link-wrapper {
    justify-content: center;
  }
}
.cid-tefQGvfuuv .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-tefQGvfuuv .mbr-section-subtitle {
  width: fit-content;
  text-align: center;
  background: #000000;
  cursor: pointer;
  transform: rotate(-90deg);
  display: block;
  transform-origin: left;
  margin-left: 4.1rem;
  padding: 2rem 4rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-tefQGvfuuv .mbr-section-subtitle:hover {
  background: #e2090d;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tefQGvfuuv .mbr-section-subtitle {
    width: 300px;
    padding: 2rem 2rem;
    margin-left: 3.5rem;
  }
}
.cid-tefQGvfuuv .link,
.cid-tefQGvfuuv .link-icon {
  color: #000000;
}
.cid-tefQGvfuuv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tefQGvfuuv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tefQGvPb4d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tefQGvPb4d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tefQGvPb4d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tefQGwnTA3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tefQGwnTA3 .wrapper {
  padding: 70px 90px;
  background: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (max-width: 768px) {
  .cid-tefQGwnTA3 .wrapper {
    padding: 20px;
  }
}
.cid-tefQGwnTA3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tefQGwnTA3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tefQGwnTA3 .mbr-text.text2 {
  color: #4f4943;
}
.cid-tefQGwXxq2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-tefQGwXxq2 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-tefQGwXxq2 .mbr-text,
.cid-tefQGwXxq2 .mbr-section-btn {
  color: #999999;
}
.cid-tefQGxxkVs {
  background-color: #191919;
}
.cid-tefQGxxkVs H1 {
  color: #e2090d;
}
.cid-tefQGxxkVs h1 {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tefQGxxkVs img {
  width: 100%;
}
.cid-tefQGxxkVs .mbr-text,
.cid-tefQGxxkVs .mbr-section-btn {
  color: #ffffff;
}
.cid-tefQGybqkD {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-tefQGybqkD .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-tefQGybqkD .mbr-text,
.cid-tefQGybqkD .mbr-section-btn {
  color: #ffffff;
}
.cid-tefQGybqkD .mbr-section-title,
.cid-tefQGybqkD .title-wrapper {
  color: #ffffff;
}
.cid-tefQGyLXoq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-tefQGyLXoq .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-tefQGyLXoq .mbr-text,
.cid-tefQGyLXoq .mbr-section-btn {
  color: #ffffff;
}
.cid-tefQGyLXoq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tefQGyLXoq img {
    width: 96%;
  }
}
.cid-tefQGyLXoq .mbr-section-title,
.cid-tefQGyLXoq .title-wrapper {
  color: #ffffff;
}
.cid-tefQGzk5CR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-tefQGzk5CR .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-tefQGzk5CR .mbr-text,
.cid-tefQGzk5CR .mbr-section-btn {
  color: #ffffff;
}
.cid-tefQGzk5CR img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tefQGzk5CR img {
    width: 96%;
  }
}
.cid-tefQGzk5CR .mbr-section-title,
.cid-tefQGzk5CR .title-wrapper {
  color: #ffffff;
}
.cid-tefQGzRAhp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-tefQGzRAhp .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-tefQGzRAhp .mbr-text,
.cid-tefQGzRAhp .mbr-section-btn {
  color: #ffffff;
}
.cid-tefQGzRAhp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tefQGzRAhp img {
    width: 96%;
  }
}
.cid-tefQGAQNHQ {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #040402;
}
.cid-tefQGAQNHQ .wrapper {
  overflow: hidden;
  position: relative;
}
.cid-tefQGAQNHQ .mbr-media {
  z-index: 2;
}
.cid-tefQGAQNHQ .box {
  height: 400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cid-tefQGAQNHQ .box:before {
  background-image: url("../../../assets/images/testimonial-block-1-813x463.jpg");
  background-size: cover;
  background-position: center;
  position: absolute;
  content: "";
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  left: 0;
}
.cid-tefQGAQNHQ .box:hover span {
  transform: scale(1.2);
}
.cid-tefQGAQNHQ .box:hover:before {
  filter: contrast(1.2) brightness(0.8);
}
.cid-tefQGAQNHQ .icon-wrap {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cid-tefQGAQNHQ .icon-wrap span {
  padding-left: 4px;
}
.cid-tefQGAQNHQ .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, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tefQGAQNHQ .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-tefQGAQNHQ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tefQGAQNHQ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tefQGAQNHQ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tefQGAQNHQ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tefQGAQNHQ a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tefQGAQNHQ .box {
    height: 250px;
  }
}
.cid-tefQGAQNHQ .mbr-section-title {
  color: #ffffff;
}
.cid-tefQGAQNHQ H4 {
  color: #000000;
}
.cid-tefQGAQNHQ P {
  color: #ffffff;
}
.cid-tefQGCq9a4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-tefQGCq9a4 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-tefQGCq9a4 .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tefQGCq9a4 .btn-col {
    justify-content: center;
  }
}
.cid-tefQGCq9a4 .mbr-text,
.cid-tefQGCq9a4 .mbr-section-btn {
  color: #999999;
}
.cid-tefQGCq9a4 p {
  margin: 0;
}
.cid-tefQGDjAtS {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-tefQGDjAtS img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-tefQGDjAtS .link-wrapper {
  margin-bottom: 1rem;
}
.cid-tefQGDjAtS .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-tefQGDjAtS .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, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tefQGDjAtS .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tefQGDjAtS .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tefQGDjAtS .first:hover:before {
  content: none;
}
.cid-tefQGDjAtS .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: '';
}
.cid-tefQGDjAtS .last:hover:after {
  content: none;
}
.cid-tefQGDjAtS .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: '';
}
.cid-tefQGDjAtS .mbr-section-text {
  color: #999999;
}
.cid-tefQGDjAtS .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-tefQGDjAtS .card .img-wrapper {
  overflow: hidden;
}
.cid-tefQGDjAtS .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-tefQGDjAtS .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-tefQGDjAtS .card:hover .card-wrapper {
  background: linear-gradient(to left, #55b4d4, #e2090d);
  color: #ffffff !important;
}
.cid-tefQGDjAtS .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-tefQGEtb6w {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #111111;
}
.cid-tefQGEtb6w .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-tefQGEtb6w .card-wrapper {
    padding: 0;
  }
}
.cid-tefQGEtb6w img {
  width: 100%;
}
.cid-tefQGEtb6w .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tefQGEtb6w .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-tefQGEtb6w .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-tefQGEtb6w h4 {
  margin: 0;
}
.cid-tefQGEtb6w .card-text {
  color: #ffffff;
}
.cid-tefQGEtb6w .mbr-text {
  color: #000000;
}
.cid-tefQGEtb6w .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-tefQGEtb6w .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-tefQGEtb6w .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-tefQGEtb6w .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tefQGEtb6w .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-tefQGEtb6w H3 {
  color: #787324;
}
.cid-tefQGEtb6w .mbr-section-title,
.cid-tefQGEtb6w .title-wrapper {
  color: #ffffff;
}
.cid-tefQGEtb6w .mbr-text,
.cid-tefQGEtb6w .mbr-section-btn {
  color: #ffffff;
}
.cid-tefQGFz2SK {
  padding-top: 135px;
  padding-bottom: 135px;
}
.cid-tefQGFz2SK .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-tefQGFz2SK .card-wrapper {
    padding: 0;
  }
}
.cid-tefQGFz2SK .content {
  padding: 0 3rem;
}
@media (max-width: 1600px) {
  .cid-tefQGFz2SK .content {
    padding: 0 1rem;
  }
}
.cid-tefQGFz2SK .img-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tefQGFz2SK .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-tefQGFz2SK img {
  width: 100%;
}
.cid-tefQGFz2SK .card-wrapper .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tefQGFz2SK .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-tefQGFz2SK .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-tefQGFz2SK h4 {
  margin: 0;
}
.cid-tefQGFz2SK .card-text {
  color: #ffffff;
}
.cid-tefQGFz2SK .mbr-text {
  color: #000000;
}
.cid-tefQGFz2SK .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-tefQGFz2SK .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-tefQGFz2SK .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-tefQGFz2SK .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tefQGFz2SK .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-tefQGFz2SK .icon-wrap {
  background: linear-gradient(to left, #55b4d4, #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-tefQGFz2SK .icon-wrap .mbr-iconfont {
  font-size: 2.6rem;
  color: white;
  padding-left: 10px;
}
.cid-tefQGFz2SK H3 {
  color: #787324;
}
.cid-tefQGFz2SK .mbr-section-title,
.cid-tefQGFz2SK .title-wrapper {
  color: #ffffff;
}
.cid-tefQGFz2SK .mbr-text,
.cid-tefQGFz2SK .mbr-section-btn {
  color: #ffffff;
}
.cid-tefQGFz2SK .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tefQGFz2SK .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tefQGFz2SK .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tefQGFz2SK a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tefQGFz2SK a.close:hover {
  color: #ffffff;
}
.cid-tefQGGV3Qa {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  background-color: #000000;
}
.cid-tefQGGV3Qa p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tefQGGV3Qa .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-tefQGGV3Qa .collapsed {
  border: none;
}
.cid-tefQGGV3Qa .collapsed span {
  transform: rotate(0deg);
}
.cid-tefQGGV3Qa span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-tefQGGV3Qa .panel-body {
  padding-top: 0.5rem;
}
.cid-tefQGGV3Qa .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tefQGGV3Qa .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-tefQGGV3Qa .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tefQGGV3Qa .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tefQGGV3Qa .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tefQGGV3Qa .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tefQGGV3Qa .panel-text {
  color: #ffffff;
}
.cid-tefQGGV3Qa H4 {
  color: #ffffff;
}
.cid-tefQGGV3Qa H2 {
  color: #ffffff;
}
.cid-tefQGGV3Qa .mbr-section-text {
  color: #999999;
}
.cid-tefQGHBRJ6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-tefQGHBRJ6 img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 767px) {
  .cid-tefQGHBRJ6 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tefQGHBRJ6 .card-wrapper {
  background: #191919;
  padding: 3rem;
}
.cid-tefQGHBRJ6 .card-wrapper:hover {
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-tefQGHBRJ6 .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}
.cid-tefQGHBRJ6 .icon-wrapper {
  padding: 0 0.6rem;
}
.cid-tefQGHBRJ6 .card-box {
  padding-top: 2rem;
}
.cid-tefQGHBRJ6 .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tefQGHBRJ6 .card-title {
  color: #ffffff;
}
.cid-tefQGHBRJ6 .mbr-subtitle {
  color: #ffffff;
}
.cid-tefQGHBRJ6 .main-title {
  color: #ffffff;
}
.cid-tefQGHBRJ6 .main-subtitle {
  color: #ffffff;
}
.cid-tefQGHBRJ6 .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tefQGHBRJ6 .card:hover {
  transform: translateY(-10px);
}
.cid-tefQGHBRJ6 .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-tefQGHBRJ6 .card:hover .card-title,
.cid-tefQGHBRJ6 .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-tefQGHBRJ6 .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-tefQGHBRJ6 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tefQGJLB94 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #040402;
}
.cid-tefQGJLB94 .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-tefQGJLB94 .card-wrapper {
    padding: 0;
  }
}
.cid-tefQGJLB94 .row {
  flex-direction: row-reverse;
}
.cid-tefQGJLB94 .form-control,
.cid-tefQGJLB94 .field-input {
  padding: 1rem;
}
.cid-tefQGJLB94 .form-row > .col,
.cid-tefQGJLB94 .col-auto {
  padding-right: 8px;
  padding-left: 8px;
}
.cid-tefQGJLB94 .btn {
  margin: 0!important;
  height: 56px;
  border-radius: 3px!important;
  padding: 0 1.5rem;
}
.cid-tefQGJLB94 .btn span {
  font-size: 1rem;
}
.cid-tefQGJLB94 .form-control,
.cid-tefQGJLB94 .field-input {
  padding: 1rem;
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tefQGJLB94 .form-control::-webkit-input-placeholder,
.cid-tefQGJLB94 .field-input::-webkit-input-placeholder,
.cid-tefQGJLB94 .form-control::-webkit-input-placeholder,
.cid-tefQGJLB94 .field-input::-webkit-input-placeholder {
  color: #999999;
}
.cid-tefQGJLB94 .form-control:-moz-placeholder,
.cid-tefQGJLB94 .field-input:-moz-placeholder,
.cid-tefQGJLB94 .form-control:-moz-placeholder,
.cid-tefQGJLB94 .field-input:-moz-placeholder {
  color: #999999;
}
.cid-tefQGJLB94 .form-control:hover,
.cid-tefQGJLB94 .field-input:hover,
.cid-tefQGJLB94 .form-control:focus,
.cid-tefQGJLB94 .field-input:focus {
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tefQGJLB94 .form-control:hover::-webkit-input-placeholder,
.cid-tefQGJLB94 .field-input:hover::-webkit-input-placeholder,
.cid-tefQGJLB94 .form-control:focus::-webkit-input-placeholder,
.cid-tefQGJLB94 .field-input:focus::-webkit-input-placeholder,
.cid-tefQGJLB94 .form-control:hover::-webkit-input-placeholder,
.cid-tefQGJLB94 .field-input:hover::-webkit-input-placeholder,
.cid-tefQGJLB94 .form-control:focus::-webkit-input-placeholder,
.cid-tefQGJLB94 .field-input:focus::-webkit-input-placeholder {
  color: #999999;
}
.cid-tefQGJLB94 .form-control:hover:-moz-placeholder,
.cid-tefQGJLB94 .field-input:hover:-moz-placeholder,
.cid-tefQGJLB94 .form-control:focus:-moz-placeholder,
.cid-tefQGJLB94 .field-input:focus:-moz-placeholder,
.cid-tefQGJLB94 .form-control:hover:-moz-placeholder,
.cid-tefQGJLB94 .field-input:hover:-moz-placeholder,
.cid-tefQGJLB94 .form-control:focus:-moz-placeholder,
.cid-tefQGJLB94 .field-input:focus:-moz-placeholder {
  color: #999999;
}
.cid-tefQGJLB94 .jq-number__spin:hover,
.cid-tefQGJLB94 .jq-number__spin:focus {
  background-color: #040402;
  border-color: #555555;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tefQGJLB94 .jq-number__spin {
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tefQGJLB94 .jq-selectbox li,
.cid-tefQGJLB94 .jq-selectbox li {
  background-color: #040402;
  color: #ffffff;
}
.cid-tefQGJLB94 .jq-selectbox li:hover,
.cid-tefQGJLB94 .jq-selectbox li.selected {
  background-color: #040402;
  color: #ffffff;
}
.cid-tefQGJLB94 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tefQGJLB94 .jq-number__spin.minus:hover:after,
.cid-tefQGJLB94 .jq-number__spin.plus:hover:after {
  border-top-color: #040402;
  border-bottom-color: #040402;
}
.cid-tefQGJLB94 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tefQGJLB94 .jq-number__spin.minus:after,
.cid-tefQGJLB94 .jq-number__spin.plus:after {
  border-top-color: #040402;
  border-bottom-color: #040402;
}
.cid-tefQGJLB94 input::-webkit-clear-button {
  display: none;
}
.cid-tefQGJLB94 input::-webkit-inner-spin-button {
  display: none;
}
.cid-tefQGJLB94 input::-webkit-outer-spin-button {
  display: none;
}
.cid-tefQGJLB94 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tefQGJLB94 H4 {
  color: #ffffff;
}
.cid-tefQGJLB94 P {
  color: #999999;
}
@media (max-width: 767px) {
  .cid-tefQGJLB94 .col {
    min-width: 100%;
  }
  .cid-tefQGJLB94 .col-auto {
    margin: auto;
  }
  .cid-tefQGJLB94 .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-tefQGJLB94 .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
.cid-tefQGJLB94 .content {
  padding: 0 3rem;
}
@media (max-width: 1600px) {
  .cid-tefQGJLB94 .content {
    padding: 0 1rem;
  }
}
.cid-tefQGJLB94 .img-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tefQGJLB94 .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-tefQGJLB94 img {
  width: 100%;
}
.cid-tefQGJLB94 .card-wrapper .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tefQGJLB94 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-tefQGJLB94 .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-tefQGJLB94 h4 {
  margin: 0;
}
.cid-tefQGJLB94 .card-text {
  color: #999999;
}
.cid-tefQGJLB94 .mbr-text {
  color: #000000;
}
.cid-tefQGJLB94 .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-tefQGJLB94 .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .cid-tefQGJLB94 .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-tefQGJLB94 .icon-wrap {
  background: linear-gradient(to left, #55b4d4, #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-tefQGJLB94 .icon-wrap .mbr-iconfont {
  font-size: 2.6rem;
  color: white;
  padding-left: 10px;
}
.cid-tefQGJLB94 H3 {
  color: #787324;
}
.cid-tefQGJLB94 .mbr-section-title,
.cid-tefQGJLB94 .title-wrapper {
  color: #ffffff;
}
.cid-tefQGJLB94 .mbr-text,
.cid-tefQGJLB94 .mbr-section-btn {
  color: #ffffff;
}
.cid-tefQGJLB94 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tefQGJLB94 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tefQGJLB94 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tefQGJLB94 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tefQGJLB94 a.close:hover {
  color: #ffffff;
}
.cid-tefQGLLUFN .google-map {
  height: 30rem;
  position: relative;
}
.cid-tefQGLLUFN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tefQGLLUFN .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tefQGLLUFN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tefQGLLUFN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tefQGMpMSR {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-tefQGMpMSR img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-tefQGMpMSR .link-wrapper {
  margin-bottom: 1rem;
}
.cid-tefQGMpMSR .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-tefQGMpMSR .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, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tefQGMpMSR .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tefQGMpMSR .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tefQGMpMSR .first:hover:before {
  content: none;
}
.cid-tefQGMpMSR .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: '';
}
.cid-tefQGMpMSR .last:hover:after {
  content: none;
}
.cid-tefQGMpMSR .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: '';
}
.cid-tefQGMpMSR .mbr-section-text {
  color: #999999;
}
.cid-tefQGMpMSR .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-tefQGMpMSR .card .img-wrapper {
  overflow: hidden;
}
.cid-tefQGMpMSR .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-tefQGMpMSR .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-tefQGMpMSR .card:hover .card-wrapper {
  background: linear-gradient(to left, #55b4d4, #e2090d);
  color: #ffffff !important;
}
.cid-tefQGMpMSR .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-tefQGNegCy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-tefQGNegCy .mbr-text1 {
  color: #999999;
}
.cid-tefQGNegCy .mbr-text2 {
  color: #999999;
}
.cid-tefQGNegCy p {
  margin: 0;
}
.cid-tcOYXUOMsK .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tcOYXUOMsK .btn {
  white-space: nowrap;
}
.cid-tcOYXUOMsK .nav-link,
.cid-tcOYXUOMsK .icons-menu .mbr-iconfont,
.cid-tcOYXUOMsK .dropdown-item {
  transition: all 0.1s;
}
.cid-tcOYXUOMsK .nav-link:hover,
.cid-tcOYXUOMsK .icons-menu .mbr-iconfont:hover,
.cid-tcOYXUOMsK .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 992px) {
  .cid-tcOYXUOMsK .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-tcOYXUOMsK .container {
  display: flex;
  margin: auto;
}
.cid-tcOYXUOMsK .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-tcOYXUOMsK .navbar.opened {
  transition: all .3s;
}
.cid-tcOYXUOMsK .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tcOYXUOMsK .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tcOYXUOMsK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcOYXUOMsK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tcOYXUOMsK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcOYXUOMsK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcOYXUOMsK .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: 55%;
}
.cid-tcOYXUOMsK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcOYXUOMsK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tcOYXUOMsK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tcOYXUOMsK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcOYXUOMsK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcOYXUOMsK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcOYXUOMsK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcOYXUOMsK .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: 55%;
  }
  .cid-tcOYXUOMsK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tcOYXUOMsK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tcOYXUOMsK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tcOYXUOMsK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tcOYXUOMsK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tcOYXUOMsK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tcOYXUOMsK .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-tcOYXUOMsK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tcOYXUOMsK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tcOYXUOMsK .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-tcOYXUOMsK .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-tcOYXUOMsK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tcOYXUOMsK .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tcOYXUOMsK .navbar-caption {
  padding-right: 4rem;
}
.cid-tcOYXUOMsK .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-tcOYXUOMsK .dropdown-menu,
.cid-tcOYXUOMsK .navbar.opened {
  background: #191919 !important;
}
.cid-tcOYXUOMsK .nav-item:focus,
.cid-tcOYXUOMsK .nav-link:focus {
  outline: none;
}
.cid-tcOYXUOMsK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tcOYXUOMsK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcOYXUOMsK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tcOYXUOMsK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tcOYXUOMsK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcOYXUOMsK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-tcOYXUOMsK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tcOYXUOMsK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tcOYXUOMsK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcOYXUOMsK .dropdown-item.active,
.cid-tcOYXUOMsK .dropdown-item:active {
  background-color: transparent;
}
.cid-tcOYXUOMsK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcOYXUOMsK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcOYXUOMsK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcOYXUOMsK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-tcOYXUOMsK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcOYXUOMsK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tcOYXUOMsK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tcOYXUOMsK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tcOYXUOMsK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tcOYXUOMsK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tcOYXUOMsK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tcOYXUOMsK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tcOYXUOMsK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tcOYXUOMsK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tcOYXUOMsK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcOYXUOMsK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tcOYXUOMsK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tcOYXUOMsK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcOYXUOMsK .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tcOYXUOMsK a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tcOYXUOMsK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tcOYXUOMsK .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcOYXUOMsK .navbar {
    height: 77px;
  }
  .cid-tcOYXUOMsK .navbar.opened {
    height: auto;
  }
  .cid-tcOYXUOMsK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tcOYXUOMsK .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tcOYXWPLGm {
  padding-top: 165px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/leanne-color-1366x768.jpg");
}
.cid-tcOYXWPLGm H1 {
  color: #5758e0;
}
.cid-tcOYXWPLGm h1 {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tcOYXWPLGm .mbr-text,
.cid-tcOYXWPLGm .mbr-section-btn {
  color: #999999;
}
.cid-tcOYXXJgZe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-tcOYXXJgZe .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-tcOYXXJgZe .mbr-text,
.cid-tcOYXXJgZe .mbr-section-btn {
  color: #999999;
}
.cid-tcOYXXJgZe img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tcOYXXJgZe img {
    width: 96%;
  }
}
.cid-tcOYXXJgZe .mbr-section-title,
.cid-tcOYXXJgZe .title-wrapper {
  text-align: center;
}
.cid-tcOYXYnZUc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tcOYXYnZUc .mbr-section-title {
  color: #000000;
}
.cid-tcOYXYnZUc .link-col {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-tcOYXYnZUc .row {
  justify-content: space-between;
}
.cid-tcOYXYnZUc .col-lg-5 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tcOYXYnZUc .image-wrapper {
    margin-top: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tcOYXYnZUc .image-wrapper {
    margin-left: 4rem;
  }
}
.cid-tcOYXYnZUc .link-wrapper {
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  margin-top: 2rem;
}
.cid-tcOYXYnZUc .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 1400px) {
  .cid-tcOYXYnZUc .link-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tcOYXYnZUc .link-wrapper {
    justify-content: center;
  }
}
.cid-tcOYXYnZUc .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-tcOYXYnZUc .mbr-section-subtitle {
  width: fit-content;
  text-align: center;
  background: #000000;
  cursor: pointer;
  transform: rotate(-90deg);
  display: block;
  transform-origin: left;
  margin-left: 4.1rem;
  padding: 2rem 4rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-tcOYXYnZUc .mbr-section-subtitle:hover {
  background: #e2090d;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tcOYXYnZUc .mbr-section-subtitle {
    width: 300px;
    padding: 2rem 2rem;
    margin-left: 3.5rem;
  }
}
.cid-tcOYXYnZUc .link,
.cid-tcOYXYnZUc .link-icon {
  color: #000000;
}
.cid-tcOYXYnZUc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcOYXYnZUc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcOYXZ0F71 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tcOYXZ0F71 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcOYXZ0F71 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlFfIxz6gG {
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-tlFfIxz6gG .text {
  display: flex;
  align-items: center;
}
.cid-tlFfIxz6gG .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-tlFfIxz6gG .mbr-section-title {
  margin: 0 0 33px 0;
  color: #ffffff;
}
.cid-tlFfIxz6gG .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-tlFfIxz6gG .btn:hover {
  box-shadow: none;
}
.cid-tlFfIxz6gG .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tlFfIxz6gG .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-tlFfIxz6gG .image-wrapper img {
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tlFfIxz6gG .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-tlFfIxz6gG .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-tlFfIxz6gG .image-wrapper .image-absolute {
  position: absolute;
  top: 20px;
  right: 23%;
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tlFfIxz6gG .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-tlFfIxz6gG .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-tlFfIxz6gG .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-tlFfIxz6gG .row:hover img {
  transform: rotate(0deg);
}
.cid-tlFfIxz6gG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlFfIxz6gG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcOYXZUzEw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tcOYXZUzEw .wrapper {
  padding: 70px 90px;
  background: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (max-width: 768px) {
  .cid-tcOYXZUzEw .wrapper {
    padding: 20px;
  }
}
.cid-tcOYXZUzEw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcOYXZUzEw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcOYXZUzEw .mbr-text.text2 {
  color: #4f4943;
}
.cid-tlFwgRHDyO {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-tlFwgRHDyO .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-tlFwgRHDyO .mbr-text,
.cid-tlFwgRHDyO .mbr-section-btn {
  color: #999999;
}
.cid-tcOYY0zCiU {
  background-color: #191919;
}
.cid-tcOYY0zCiU H1 {
  color: #e2090d;
}
.cid-tcOYY0zCiU h1 {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tcOYY0zCiU img {
  width: 100%;
}
.cid-tcOYY0zCiU .mbr-text,
.cid-tcOYY0zCiU .mbr-section-btn {
  color: #ffffff;
}
.cid-tcOYY1XZQ8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-tcOYY1XZQ8 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-tcOYY1XZQ8 .mbr-text,
.cid-tcOYY1XZQ8 .mbr-section-btn {
  color: #ffffff;
}
.cid-tcOYY1XZQ8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tcOYY1XZQ8 img {
    width: 96%;
  }
}
.cid-tcOYY1XZQ8 .mbr-section-title,
.cid-tcOYY1XZQ8 .title-wrapper {
  color: #ffffff;
}
.cid-tcOYY30ixP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-tcOYY30ixP .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-tcOYY30ixP .mbr-text,
.cid-tcOYY30ixP .mbr-section-btn {
  color: #ffffff;
}
.cid-tcOYY30ixP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tcOYY30ixP img {
    width: 96%;
  }
}
.cid-tcOYY30ixP .mbr-section-title,
.cid-tcOYY30ixP .title-wrapper {
  color: #ffffff;
}
.cid-tcOYY3B0XE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-tcOYY3B0XE .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-tcOYY3B0XE .mbr-text,
.cid-tcOYY3B0XE .mbr-section-btn {
  color: #ffffff;
}
.cid-tcOYY3B0XE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tcOYY3B0XE img {
    width: 96%;
  }
}
.cid-tcOYY46sI0 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #040402;
}
.cid-tcOYY46sI0 .wrapper {
  overflow: hidden;
  position: relative;
}
.cid-tcOYY46sI0 .mbr-media {
  z-index: 2;
}
.cid-tcOYY46sI0 .box {
  height: 400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cid-tcOYY46sI0 .box:before {
  background-image: url("../../../assets/images/testimonial-block-1-813x463.jpg");
  background-size: cover;
  background-position: center;
  position: absolute;
  content: "";
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  left: 0;
}
.cid-tcOYY46sI0 .box:hover span {
  transform: scale(1.2);
}
.cid-tcOYY46sI0 .box:hover:before {
  filter: contrast(1.2) brightness(0.8);
}
.cid-tcOYY46sI0 .icon-wrap {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cid-tcOYY46sI0 .icon-wrap span {
  padding-left: 4px;
}
.cid-tcOYY46sI0 .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, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tcOYY46sI0 .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-tcOYY46sI0 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tcOYY46sI0 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tcOYY46sI0 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tcOYY46sI0 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tcOYY46sI0 a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tcOYY46sI0 .box {
    height: 250px;
  }
}
.cid-tcOYY46sI0 .mbr-section-title {
  color: #ffffff;
}
.cid-tcOYY46sI0 H4 {
  color: #000000;
}
.cid-tcOYY46sI0 P {
  color: #ffffff;
}
.cid-tcOYY5pTlK {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-tcOYY5pTlK img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-tcOYY5pTlK .link-wrapper {
  margin-bottom: 1rem;
}
.cid-tcOYY5pTlK .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-tcOYY5pTlK .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, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tcOYY5pTlK .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tcOYY5pTlK .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tcOYY5pTlK .first:hover:before {
  content: none;
}
.cid-tcOYY5pTlK .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: '';
}
.cid-tcOYY5pTlK .last:hover:after {
  content: none;
}
.cid-tcOYY5pTlK .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: '';
}
.cid-tcOYY5pTlK .mbr-section-text {
  color: #999999;
}
.cid-tcOYY5pTlK .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-tcOYY5pTlK .card .img-wrapper {
  overflow: hidden;
}
.cid-tcOYY5pTlK .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-tcOYY5pTlK .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-tcOYY5pTlK .card:hover .card-wrapper {
  background: linear-gradient(to left, #55b4d4, #e2090d);
  color: #ffffff !important;
}
.cid-tcOYY5pTlK .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-tcOYY6AtJX {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #111111;
}
.cid-tcOYY6AtJX .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-tcOYY6AtJX .card-wrapper {
    padding: 0;
  }
}
.cid-tcOYY6AtJX img {
  width: 100%;
}
.cid-tcOYY6AtJX .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tcOYY6AtJX .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-tcOYY6AtJX .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-tcOYY6AtJX h4 {
  margin: 0;
}
.cid-tcOYY6AtJX .card-text {
  color: #ffffff;
}
.cid-tcOYY6AtJX .mbr-text {
  color: #000000;
}
.cid-tcOYY6AtJX .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-tcOYY6AtJX .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-tcOYY6AtJX .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-tcOYY6AtJX .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tcOYY6AtJX .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-tcOYY6AtJX H3 {
  color: #787324;
}
.cid-tcOYY6AtJX .mbr-section-title,
.cid-tcOYY6AtJX .title-wrapper {
  color: #ffffff;
}
.cid-tcOYY6AtJX .mbr-text,
.cid-tcOYY6AtJX .mbr-section-btn {
  color: #ffffff;
}
.cid-tcOYY7fNDw {
  padding-top: 135px;
  padding-bottom: 135px;
}
.cid-tcOYY7fNDw .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-tcOYY7fNDw .card-wrapper {
    padding: 0;
  }
}
.cid-tcOYY7fNDw .content {
  padding: 0 3rem;
}
@media (max-width: 1600px) {
  .cid-tcOYY7fNDw .content {
    padding: 0 1rem;
  }
}
.cid-tcOYY7fNDw .img-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tcOYY7fNDw .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-tcOYY7fNDw img {
  width: 100%;
}
.cid-tcOYY7fNDw .card-wrapper .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tcOYY7fNDw .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-tcOYY7fNDw .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-tcOYY7fNDw h4 {
  margin: 0;
}
.cid-tcOYY7fNDw .card-text {
  color: #ffffff;
}
.cid-tcOYY7fNDw .mbr-text {
  color: #000000;
}
.cid-tcOYY7fNDw .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-tcOYY7fNDw .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-tcOYY7fNDw .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-tcOYY7fNDw .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tcOYY7fNDw .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-tcOYY7fNDw .icon-wrap {
  background: linear-gradient(to left, #55b4d4, #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-tcOYY7fNDw .icon-wrap .mbr-iconfont {
  font-size: 2.6rem;
  color: white;
  padding-left: 10px;
}
.cid-tcOYY7fNDw H3 {
  color: #787324;
}
.cid-tcOYY7fNDw .mbr-section-title,
.cid-tcOYY7fNDw .title-wrapper {
  color: #ffffff;
}
.cid-tcOYY7fNDw .mbr-text,
.cid-tcOYY7fNDw .mbr-section-btn {
  color: #ffffff;
}
.cid-tcOYY7fNDw .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tcOYY7fNDw .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tcOYY7fNDw .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tcOYY7fNDw a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tcOYY7fNDw a.close:hover {
  color: #ffffff;
}
.cid-tcOYY8YlkD {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  background-color: #000000;
}
.cid-tcOYY8YlkD p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tcOYY8YlkD .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-tcOYY8YlkD .collapsed {
  border: none;
}
.cid-tcOYY8YlkD .collapsed span {
  transform: rotate(0deg);
}
.cid-tcOYY8YlkD span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-tcOYY8YlkD .panel-body {
  padding-top: 0.5rem;
}
.cid-tcOYY8YlkD .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tcOYY8YlkD .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-tcOYY8YlkD .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tcOYY8YlkD .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tcOYY8YlkD .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tcOYY8YlkD .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tcOYY8YlkD .panel-text {
  color: #ffffff;
}
.cid-tcOYY8YlkD H4 {
  color: #ffffff;
}
.cid-tcOYY8YlkD H2 {
  color: #ffffff;
}
.cid-tcOYY8YlkD .mbr-section-text {
  color: #999999;
}
.cid-tcOYYbepHT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-tcOYYbepHT img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 767px) {
  .cid-tcOYYbepHT .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tcOYYbepHT .card-wrapper {
  background: #191919;
  padding: 3rem;
}
.cid-tcOYYbepHT .card-wrapper:hover {
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-tcOYYbepHT .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}
.cid-tcOYYbepHT .icon-wrapper {
  padding: 0 0.6rem;
}
.cid-tcOYYbepHT .card-box {
  padding-top: 2rem;
}
.cid-tcOYYbepHT .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tcOYYbepHT .card-title {
  color: #ffffff;
}
.cid-tcOYYbepHT .mbr-subtitle {
  color: #ffffff;
}
.cid-tcOYYbepHT .main-title {
  color: #ffffff;
}
.cid-tcOYYbepHT .main-subtitle {
  color: #ffffff;
}
.cid-tcOYYbepHT .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tcOYYbepHT .card:hover {
  transform: translateY(-10px);
}
.cid-tcOYYbepHT .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-tcOYYbepHT .card:hover .card-title,
.cid-tcOYYbepHT .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-tcOYYbepHT .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-tcOYYbepHT .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tcOYYcPUik {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #040402;
}
.cid-tcOYYcPUik .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-tcOYYcPUik .card-wrapper {
    padding: 0;
  }
}
.cid-tcOYYcPUik .row {
  flex-direction: row-reverse;
}
.cid-tcOYYcPUik .form-control,
.cid-tcOYYcPUik .field-input {
  padding: 1rem;
}
.cid-tcOYYcPUik .form-row > .col,
.cid-tcOYYcPUik .col-auto {
  padding-right: 8px;
  padding-left: 8px;
}
.cid-tcOYYcPUik .btn {
  margin: 0!important;
  height: 56px;
  border-radius: 3px!important;
  padding: 0 1.5rem;
}
.cid-tcOYYcPUik .btn span {
  font-size: 1rem;
}
.cid-tcOYYcPUik .form-control,
.cid-tcOYYcPUik .field-input {
  padding: 1rem;
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tcOYYcPUik .form-control::-webkit-input-placeholder,
.cid-tcOYYcPUik .field-input::-webkit-input-placeholder,
.cid-tcOYYcPUik .form-control::-webkit-input-placeholder,
.cid-tcOYYcPUik .field-input::-webkit-input-placeholder {
  color: #999999;
}
.cid-tcOYYcPUik .form-control:-moz-placeholder,
.cid-tcOYYcPUik .field-input:-moz-placeholder,
.cid-tcOYYcPUik .form-control:-moz-placeholder,
.cid-tcOYYcPUik .field-input:-moz-placeholder {
  color: #999999;
}
.cid-tcOYYcPUik .form-control:hover,
.cid-tcOYYcPUik .field-input:hover,
.cid-tcOYYcPUik .form-control:focus,
.cid-tcOYYcPUik .field-input:focus {
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tcOYYcPUik .form-control:hover::-webkit-input-placeholder,
.cid-tcOYYcPUik .field-input:hover::-webkit-input-placeholder,
.cid-tcOYYcPUik .form-control:focus::-webkit-input-placeholder,
.cid-tcOYYcPUik .field-input:focus::-webkit-input-placeholder,
.cid-tcOYYcPUik .form-control:hover::-webkit-input-placeholder,
.cid-tcOYYcPUik .field-input:hover::-webkit-input-placeholder,
.cid-tcOYYcPUik .form-control:focus::-webkit-input-placeholder,
.cid-tcOYYcPUik .field-input:focus::-webkit-input-placeholder {
  color: #999999;
}
.cid-tcOYYcPUik .form-control:hover:-moz-placeholder,
.cid-tcOYYcPUik .field-input:hover:-moz-placeholder,
.cid-tcOYYcPUik .form-control:focus:-moz-placeholder,
.cid-tcOYYcPUik .field-input:focus:-moz-placeholder,
.cid-tcOYYcPUik .form-control:hover:-moz-placeholder,
.cid-tcOYYcPUik .field-input:hover:-moz-placeholder,
.cid-tcOYYcPUik .form-control:focus:-moz-placeholder,
.cid-tcOYYcPUik .field-input:focus:-moz-placeholder {
  color: #999999;
}
.cid-tcOYYcPUik .jq-number__spin:hover,
.cid-tcOYYcPUik .jq-number__spin:focus {
  background-color: #040402;
  border-color: #555555;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tcOYYcPUik .jq-number__spin {
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tcOYYcPUik .jq-selectbox li,
.cid-tcOYYcPUik .jq-selectbox li {
  background-color: #040402;
  color: #ffffff;
}
.cid-tcOYYcPUik .jq-selectbox li:hover,
.cid-tcOYYcPUik .jq-selectbox li.selected {
  background-color: #040402;
  color: #ffffff;
}
.cid-tcOYYcPUik .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tcOYYcPUik .jq-number__spin.minus:hover:after,
.cid-tcOYYcPUik .jq-number__spin.plus:hover:after {
  border-top-color: #040402;
  border-bottom-color: #040402;
}
.cid-tcOYYcPUik .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tcOYYcPUik .jq-number__spin.minus:after,
.cid-tcOYYcPUik .jq-number__spin.plus:after {
  border-top-color: #040402;
  border-bottom-color: #040402;
}
.cid-tcOYYcPUik input::-webkit-clear-button {
  display: none;
}
.cid-tcOYYcPUik input::-webkit-inner-spin-button {
  display: none;
}
.cid-tcOYYcPUik input::-webkit-outer-spin-button {
  display: none;
}
.cid-tcOYYcPUik input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tcOYYcPUik H4 {
  color: #ffffff;
}
.cid-tcOYYcPUik P {
  color: #999999;
}
@media (max-width: 767px) {
  .cid-tcOYYcPUik .col {
    min-width: 100%;
  }
  .cid-tcOYYcPUik .col-auto {
    margin: auto;
  }
  .cid-tcOYYcPUik .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-tcOYYcPUik .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
.cid-tcOYYcPUik .content {
  padding: 0 3rem;
}
@media (max-width: 1600px) {
  .cid-tcOYYcPUik .content {
    padding: 0 1rem;
  }
}
.cid-tcOYYcPUik .img-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tcOYYcPUik .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-tcOYYcPUik img {
  width: 100%;
}
.cid-tcOYYcPUik .card-wrapper .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tcOYYcPUik .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-tcOYYcPUik .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-tcOYYcPUik h4 {
  margin: 0;
}
.cid-tcOYYcPUik .card-text {
  color: #999999;
}
.cid-tcOYYcPUik .mbr-text {
  color: #000000;
}
.cid-tcOYYcPUik .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-tcOYYcPUik .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .cid-tcOYYcPUik .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-tcOYYcPUik .icon-wrap {
  background: linear-gradient(to left, #55b4d4, #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-tcOYYcPUik .icon-wrap .mbr-iconfont {
  font-size: 2.6rem;
  color: white;
  padding-left: 10px;
}
.cid-tcOYYcPUik H3 {
  color: #787324;
}
.cid-tcOYYcPUik .mbr-section-title,
.cid-tcOYYcPUik .title-wrapper {
  color: #ffffff;
}
.cid-tcOYYcPUik .mbr-text,
.cid-tcOYYcPUik .mbr-section-btn {
  color: #ffffff;
}
.cid-tcOYYcPUik .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tcOYYcPUik .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tcOYYcPUik .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tcOYYcPUik a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tcOYYcPUik a.close:hover {
  color: #ffffff;
}
.cid-tcOYYdMIK2 .google-map {
  height: 30rem;
  position: relative;
}
.cid-tcOYYdMIK2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tcOYYdMIK2 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tcOYYdMIK2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tcOYYdMIK2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tcOYYep1is {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-tcOYYep1is img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-tcOYYep1is .link-wrapper {
  margin-bottom: 1rem;
}
.cid-tcOYYep1is .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-tcOYYep1is .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, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tcOYYep1is .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tcOYYep1is .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tcOYYep1is .first:hover:before {
  content: none;
}
.cid-tcOYYep1is .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: '';
}
.cid-tcOYYep1is .last:hover:after {
  content: none;
}
.cid-tcOYYep1is .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: '';
}
.cid-tcOYYep1is .mbr-section-text {
  color: #999999;
}
.cid-tcOYYep1is .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-tcOYYep1is .card .img-wrapper {
  overflow: hidden;
}
.cid-tcOYYep1is .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-tcOYYep1is .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-tcOYYep1is .card:hover .card-wrapper {
  background: linear-gradient(to left, #55b4d4, #e2090d);
  color: #ffffff !important;
}
.cid-tcOYYep1is .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-tcOYYfj2o8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-tcOYYfj2o8 .mbr-text1 {
  color: #999999;
}
.cid-tcOYYfj2o8 .mbr-text2 {
  color: #999999;
}
.cid-tcOYYfj2o8 p {
  margin: 0;
}
.cid-s1YNw91RvB .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .btn {
  white-space: nowrap;
}
.cid-s1YNw91RvB .nav-link,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont,
.cid-s1YNw91RvB .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YNw91RvB .nav-link:hover,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont:hover,
.cid-s1YNw91RvB .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 992px) {
  .cid-s1YNw91RvB .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YNw91RvB .container {
  display: flex;
  margin: auto;
}
.cid-s1YNw91RvB .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-s1YNw91RvB .navbar.opened {
  transition: all .3s;
}
.cid-s1YNw91RvB .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YNw91RvB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YNw91RvB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YNw91RvB .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: 55%;
}
.cid-s1YNw91RvB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YNw91RvB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YNw91RvB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YNw91RvB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YNw91RvB .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: 55%;
  }
  .cid-s1YNw91RvB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YNw91RvB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YNw91RvB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s1YNw91RvB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YNw91RvB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YNw91RvB .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YNw91RvB .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YNw91RvB .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YNw91RvB .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YNw91RvB .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YNw91RvB .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YNw91RvB .dropdown-menu,
.cid-s1YNw91RvB .navbar.opened {
  background: #191919 !important;
}
.cid-s1YNw91RvB .nav-item:focus,
.cid-s1YNw91RvB .nav-link:focus {
  outline: none;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YNw91RvB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YNw91RvB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YNw91RvB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YNw91RvB .dropdown-item.active,
.cid-s1YNw91RvB .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YNw91RvB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YNw91RvB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YNw91RvB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YNw91RvB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YNw91RvB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YNw91RvB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YNw91RvB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s1YNw91RvB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YNw91RvB .navbar {
    height: 77px;
  }
  .cid-s1YNw91RvB .navbar.opened {
    height: auto;
  }
  .cid-s1YNw91RvB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YNw91RvB .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-s1YPqSpOCZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-s1YPqSpOCZ .mbr-text1 {
  color: #999999;
}
.cid-s1YPqSpOCZ .mbr-text2 {
  color: #999999;
}
.cid-s1YPqSpOCZ p {
  margin: 0;
}
.cid-tHJKOwehpD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-tHJKOwehpD .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-tHJKOwehpD .mbr-text,
.cid-tHJKOwehpD .mbr-section-btn {
  color: #f3f3f3;
}
.cid-tHJKOwehpD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tHJKOwehpD img {
    width: 96%;
  }
}
.cid-tHJTREzJY7 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #040402;
}
.cid-tHJTREzJY7 .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-tHJTREzJY7 .card-wrapper {
    padding: 0;
  }
}
.cid-tHJTREzJY7 .row {
  flex-direction: row-reverse;
}
.cid-tHJTREzJY7 .form-control,
.cid-tHJTREzJY7 .field-input {
  padding: 1rem;
}
.cid-tHJTREzJY7 .form-row > .col,
.cid-tHJTREzJY7 .col-auto {
  padding-right: 8px;
  padding-left: 8px;
}
.cid-tHJTREzJY7 .btn {
  margin: 0 !important;
  height: 56px;
  border-radius: 3px !important;
  padding: 0 1.5rem;
}
.cid-tHJTREzJY7 .btn span {
  font-size: 1rem;
}
.cid-tHJTREzJY7 .form-control,
.cid-tHJTREzJY7 .field-input {
  padding: 1rem;
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tHJTREzJY7 .form-control::-webkit-input-placeholder,
.cid-tHJTREzJY7 .field-input::-webkit-input-placeholder,
.cid-tHJTREzJY7 .form-control::-webkit-input-placeholder,
.cid-tHJTREzJY7 .field-input::-webkit-input-placeholder {
  color: #999999;
}
.cid-tHJTREzJY7 .form-control:-moz-placeholder,
.cid-tHJTREzJY7 .field-input:-moz-placeholder,
.cid-tHJTREzJY7 .form-control:-moz-placeholder,
.cid-tHJTREzJY7 .field-input:-moz-placeholder {
  color: #999999;
}
.cid-tHJTREzJY7 .form-control:hover,
.cid-tHJTREzJY7 .field-input:hover,
.cid-tHJTREzJY7 .form-control:focus,
.cid-tHJTREzJY7 .field-input:focus {
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tHJTREzJY7 .form-control:hover::-webkit-input-placeholder,
.cid-tHJTREzJY7 .field-input:hover::-webkit-input-placeholder,
.cid-tHJTREzJY7 .form-control:focus::-webkit-input-placeholder,
.cid-tHJTREzJY7 .field-input:focus::-webkit-input-placeholder,
.cid-tHJTREzJY7 .form-control:hover::-webkit-input-placeholder,
.cid-tHJTREzJY7 .field-input:hover::-webkit-input-placeholder,
.cid-tHJTREzJY7 .form-control:focus::-webkit-input-placeholder,
.cid-tHJTREzJY7 .field-input:focus::-webkit-input-placeholder {
  color: #999999;
}
.cid-tHJTREzJY7 .form-control:hover:-moz-placeholder,
.cid-tHJTREzJY7 .field-input:hover:-moz-placeholder,
.cid-tHJTREzJY7 .form-control:focus:-moz-placeholder,
.cid-tHJTREzJY7 .field-input:focus:-moz-placeholder,
.cid-tHJTREzJY7 .form-control:hover:-moz-placeholder,
.cid-tHJTREzJY7 .field-input:hover:-moz-placeholder,
.cid-tHJTREzJY7 .form-control:focus:-moz-placeholder,
.cid-tHJTREzJY7 .field-input:focus:-moz-placeholder {
  color: #999999;
}
.cid-tHJTREzJY7 .jq-number__spin:hover,
.cid-tHJTREzJY7 .jq-number__spin:focus {
  background-color: #040402;
  border-color: #555555;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tHJTREzJY7 .jq-number__spin {
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tHJTREzJY7 .jq-selectbox li,
.cid-tHJTREzJY7 .jq-selectbox li {
  background-color: #040402;
  color: #ffffff;
}
.cid-tHJTREzJY7 .jq-selectbox li:hover,
.cid-tHJTREzJY7 .jq-selectbox li.selected {
  background-color: #040402;
  color: #ffffff;
}
.cid-tHJTREzJY7 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tHJTREzJY7 .jq-number__spin.minus:hover:after,
.cid-tHJTREzJY7 .jq-number__spin.plus:hover:after {
  border-top-color: #040402;
  border-bottom-color: #040402;
}
.cid-tHJTREzJY7 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tHJTREzJY7 .jq-number__spin.minus:after,
.cid-tHJTREzJY7 .jq-number__spin.plus:after {
  border-top-color: #040402;
  border-bottom-color: #040402;
}
.cid-tHJTREzJY7 input::-webkit-clear-button {
  display: none;
}
.cid-tHJTREzJY7 input::-webkit-inner-spin-button {
  display: none;
}
.cid-tHJTREzJY7 input::-webkit-outer-spin-button {
  display: none;
}
.cid-tHJTREzJY7 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tHJTREzJY7 H4 {
  color: #ffffff;
}
.cid-tHJTREzJY7 P {
  color: #999999;
}
@media (max-width: 767px) {
  .cid-tHJTREzJY7 .col {
    min-width: 100%;
  }
  .cid-tHJTREzJY7 .col-auto {
    margin: auto;
  }
  .cid-tHJTREzJY7 .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-tHJTREzJY7 .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
.cid-tHJTREzJY7 .content {
  padding: 0 3rem;
}
@media (max-width: 1600px) {
  .cid-tHJTREzJY7 .content {
    padding: 0 1rem;
  }
}
.cid-tHJTREzJY7 .img-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tHJTREzJY7 .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-tHJTREzJY7 img {
  width: 100%;
}
.cid-tHJTREzJY7 .card-wrapper .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tHJTREzJY7 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-tHJTREzJY7 .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-tHJTREzJY7 h4 {
  margin: 0;
}
.cid-tHJTREzJY7 .card-text {
  color: #999999;
}
.cid-tHJTREzJY7 .mbr-text {
  color: #000000;
}
.cid-tHJTREzJY7 .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-tHJTREzJY7 .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .cid-tHJTREzJY7 .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-tHJTREzJY7 .icon-wrap {
  background: linear-gradient(to left, #55b4d4, #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-tHJTREzJY7 .icon-wrap .mbr-iconfont {
  font-size: 2.6rem;
  color: white;
}
.cid-tHJTREzJY7 H3 {
  color: #787324;
}
.cid-tHJTREzJY7 .mbr-section-title,
.cid-tHJTREzJY7 .title-wrapper {
  color: #ffffff;
}
.cid-tHJTREzJY7 .mbr-text,
.cid-tHJTREzJY7 .mbr-section-btn {
  color: #999999;
}
.cid-tHJTREzJY7 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tHJTREzJY7 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tHJTREzJY7 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tHJTREzJY7 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tHJTREzJY7 a.close:hover {
  color: #ffffff;
}
.cid-tHJUIqcGrm {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-tHJUIqcGrm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHJUIqcGrm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHJUIqcGrm a {
  font-weight: bold;
}
.cid-tHJUIqcGrm .mbr-section-title {
  color: #e2090d;
  text-align: center;
}
.cid-tHJUIqcGrm .mbr-text,
.cid-tHJUIqcGrm .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-tHJUIqcGrm .mbr-section-subtitle {
  text-align: center;
}
.cid-s1YNw91RvB .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .btn {
  white-space: nowrap;
}
.cid-s1YNw91RvB .nav-link,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont,
.cid-s1YNw91RvB .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YNw91RvB .nav-link:hover,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont:hover,
.cid-s1YNw91RvB .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 992px) {
  .cid-s1YNw91RvB .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YNw91RvB .container {
  display: flex;
  margin: auto;
}
.cid-s1YNw91RvB .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-s1YNw91RvB .navbar.opened {
  transition: all .3s;
}
.cid-s1YNw91RvB .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YNw91RvB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YNw91RvB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YNw91RvB .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: 55%;
}
.cid-s1YNw91RvB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YNw91RvB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YNw91RvB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YNw91RvB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YNw91RvB .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: 55%;
  }
  .cid-s1YNw91RvB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YNw91RvB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YNw91RvB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s1YNw91RvB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YNw91RvB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YNw91RvB .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YNw91RvB .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YNw91RvB .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YNw91RvB .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YNw91RvB .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YNw91RvB .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YNw91RvB .dropdown-menu,
.cid-s1YNw91RvB .navbar.opened {
  background: #191919 !important;
}
.cid-s1YNw91RvB .nav-item:focus,
.cid-s1YNw91RvB .nav-link:focus {
  outline: none;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YNw91RvB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YNw91RvB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YNw91RvB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YNw91RvB .dropdown-item.active,
.cid-s1YNw91RvB .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YNw91RvB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YNw91RvB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YNw91RvB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YNw91RvB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YNw91RvB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YNw91RvB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YNw91RvB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s1YNw91RvB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YNw91RvB .navbar {
    height: 77px;
  }
  .cid-s1YNw91RvB .navbar.opened {
    height: auto;
  }
  .cid-s1YNw91RvB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YNw91RvB .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-s1YPqSpOCZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-s1YPqSpOCZ .mbr-text1 {
  color: #999999;
}
.cid-s1YPqSpOCZ .mbr-text2 {
  color: #999999;
}
.cid-s1YPqSpOCZ p {
  margin: 0;
}
.cid-tS1cktgcI3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-tS1cktgcI3 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-tS1cktgcI3 .mbr-text,
.cid-tS1cktgcI3 .mbr-section-btn {
  color: #999999;
}
.cid-tS1cktgcI3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tS1cktgcI3 img {
    width: 96%;
  }
}
.cid-tS1cktgcI3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tS1cktgcI3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tS1lDvCgmB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tS1lDvCgmB iframe,
.cid-tS1lDvCgmB img,
.cid-tS1lDvCgmB video {
  width: 100%;
}
.cid-tS1lDvCgmB .mbr-section-head {
  margin-bottom: 67px;
}
@media (max-width: 767px) {
  .cid-tS1lDvCgmB .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-tS1lDvCgmB .mbr-section-title {
  color: #161616;
}
.cid-tS1lDvCgmB .mbr-section-subtitle {
  color: #161616;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-tS1lDvCgmB .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-tS1lDvCgmB .mbr-media {
  position: relative;
}
.cid-tS1lDvCgmB .mbr-media img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tS1lDvCgmB .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tS1lDvCgmB .icon-wrap .mbr-iconfont {
  color: #FFFFFF;
  opacity: 0.6;
  font-size: 70px;
}
.cid-tS1lDvCgmB .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tS1lDvCgmB .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tS1lDvCgmB .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-tS1lDvCgmB .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tS1lDvCgmB .modalWindow .modalWindow-video {
  height: 100%;
  width: 80vw;
  margin: 0 auto;
}
.cid-tS1lDvCgmB .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-tS1lDvCgmB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tS1cl4kA4l {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-tS1cl4kA4l .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-tS1cl4kA4l .mbr-text,
.cid-tS1cl4kA4l .mbr-section-btn {
  color: #999999;
}
.cid-tS1cl4kA4l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tS1cl4kA4l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tS1mKTJBlM {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tS1mKTJBlM H1 {
  color: #e2090d;
}
.cid-tS1mKTJBlM h1 {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tS1mKTJBlM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tS1mKTJBlM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
