@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap);





body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.5rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.4rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.9rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.1rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.81rem !important;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #5758e0 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-primary:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #200960 !important;
  border-color: #200960 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #09021a !important;
  border-color: #09021a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #09021a !important;
  border-color: #09021a !important;
}
.btn-secondary:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.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: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.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: #5758e0 !important;
  border-color: #5758e0 !important;
}
.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: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #5758e0;
  color: #5758e0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #5758e0;
  border-color: #5758e0;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #200960;
  color: #200960;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #200960;
  border-color: #200960;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #200960 !important;
  border-color: #200960 !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-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f7ed4a;
  color: #f7ed4a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !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-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;
}
.text-primary {
  color: #5758e0 !important;
}
.text-secondary {
  color: #200960 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #adaef0 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3f12bd !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !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: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5758e0;
  border-color: #5758e0;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #5758e0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
blockquote {
  border-color: #5758e0;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5758e0;
  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: #5758e0;
  border-bottom-color: #5758e0;
}
.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: #5758e0 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #200960 !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='%235758e0' %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;
}
.cid-rVtZLIAGc8 .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-rVtZLIAGc8 .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-rVtZLIAGc8 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-rVtZLIAGc8 .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-rVtZLIAGc8 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rVtZLIAGc8 .navbar.opened {
  transition: all .3s;
}
.cid-rVtZLIAGc8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-rVtZLIAGc8 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rVtZLIAGc8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rVtZLIAGc8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rVtZLIAGc8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rVtZLIAGc8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVtZLIAGc8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rVtZLIAGc8 .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-rVtZLIAGc8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rVtZLIAGc8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rVtZLIAGc8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rVtZLIAGc8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rVtZLIAGc8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVtZLIAGc8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVtZLIAGc8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rVtZLIAGc8 .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-rVtZLIAGc8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rVtZLIAGc8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rVtZLIAGc8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rVtZLIAGc8 .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-rVtZLIAGc8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rVtZLIAGc8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rVtZLIAGc8 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rVtZLIAGc8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rVtZLIAGc8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVtZLIAGc8 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-rVtZLIAGc8 .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-rVtZLIAGc8 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-rVtZLIAGc8 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-rVtZLIAGc8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-rVtZLIAGc8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rVtZLIAGc8 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rVtZLIAGc8 .navbar-caption {
  padding-right: 4rem;
}
.cid-rVtZLIAGc8 .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-rVtZLIAGc8 .dropdown-menu,
.cid-rVtZLIAGc8 .navbar.opened {
  background: #555555 !important;
}
.cid-rVtZLIAGc8 .nav-item:focus,
.cid-rVtZLIAGc8 .nav-link:focus {
  outline: none;
}
.cid-rVtZLIAGc8 .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-rVtZLIAGc8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVtZLIAGc8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rVtZLIAGc8 .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-rVtZLIAGc8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVtZLIAGc8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rVtZLIAGc8 .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-rVtZLIAGc8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rVtZLIAGc8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVtZLIAGc8 .dropdown-item.active,
.cid-rVtZLIAGc8 .dropdown-item:active {
  background-color: transparent;
}
.cid-rVtZLIAGc8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rVtZLIAGc8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rVtZLIAGc8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rVtZLIAGc8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rVtZLIAGc8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rVtZLIAGc8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rVtZLIAGc8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVtZLIAGc8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-rVtZLIAGc8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVtZLIAGc8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rVtZLIAGc8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rVtZLIAGc8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rVtZLIAGc8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rVtZLIAGc8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rVtZLIAGc8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVtZLIAGc8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rVtZLIAGc8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rVtZLIAGc8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVtZLIAGc8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rVtZLIAGc8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVtZLIAGc8 .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-rVtZLIAGc8 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVtZLIAGc8 .navbar {
    height: 77px;
  }
  .cid-rVtZLIAGc8 .navbar.opened {
    height: auto;
  }
  .cid-rVtZLIAGc8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJWbiglYky .modal-body .close {
  background: #1b1b1b;
}
.cid-sJWbiglYky .modal-body .close span {
  font-style: normal;
}
.cid-sJWbiglYky .carousel-inner > .active,
.cid-sJWbiglYky .carousel-inner > .next,
.cid-sJWbiglYky .carousel-inner > .prev {
  display: table;
}
.cid-sJWbiglYky .carousel-control .icon-next,
.cid-sJWbiglYky .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sJWbiglYky .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sJWbiglYky .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sJWbiglYky .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sJWbiglYky .boxed-slider > div {
  position: relative;
}
.cid-sJWbiglYky .container img {
  width: 100%;
}
.cid-sJWbiglYky .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sJWbiglYky .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sJWbiglYky .mbr-table-cell {
  padding: 0;
}
.cid-sJWbiglYky .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sJWbiglYky .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sJWbiglYky .mbr-overlay {
  z-index: 1;
}
.cid-sJWbiglYky .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sJWbiglYky .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sJWbiglYky .carousel-item .container {
    width: 100%;
  }
}
.cid-sJWbiglYky .carousel-item-next.carousel-item-left,
.cid-sJWbiglYky .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sJWbiglYky .active.carousel-item-right,
.cid-sJWbiglYky .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sJWbiglYky .active.carousel-item-left,
.cid-sJWbiglYky .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sJWbiglYky .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sJWbiglYky .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJWbiglYky .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sJWbiglYky .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sJWbiglYky .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sJWbiglYky .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sJWbiglYky .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sJWbiglYky .mbr-slider .carousel-indicators li.active,
.cid-sJWbiglYky .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sJWbiglYky .mbr-slider .carousel-indicators li::after,
.cid-sJWbiglYky .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sJWbiglYky .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sJWbiglYky .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sJWbiglYky .mbr-slider > .container img {
  width: 100%;
}
.cid-sJWbiglYky .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sJWbiglYky .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sJWbiglYky .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sJWbiglYky .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sJWbiglYky .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sJWbiglYky .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sJWbiglYky .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sJWbiglYky .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sJWbiglYky .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sJWbiglYky .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sJWbiglYky .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sJWbiglYky .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sJWbiglYky .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sJWbiglYky P {
  text-align: left;
}
.cid-uusyaCaHjy {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #7f1933;
}
.cid-uusyaCaHjy H2 {
  text-align: left;
}
.cid-uusyaCaHjy H3 {
  text-align: left;
}
.cid-uusyaCaHjy .mbr-text,
.cid-uusyaCaHjy .mbr-section-btn {
  text-align: left;
}
.cid-sKPXT7iOax {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sKPXT7iOax h2 {
  color: #000000;
}
.cid-sKPXT7iOax h1 {
  color: #000000;
}
.cid-sKPXT7iOax .mbr-text,
.cid-sKPXT7iOax .mbr-section-btn {
  color: #999999;
  text-align: left;
}
.cid-rVtZRboH4T {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-rVtZRboH4T .copyright {
  display: flex;
}
.cid-rVtZRboH4T .item {
  padding-right: 1.5rem;
  color: #999999;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-rVtZRboH4T .item:hover a,
.cid-rVtZRboH4T .item:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-rVtZRboH4T .copyright,
  .cid-rVtZRboH4T .col-lg-1 {
    margin-bottom: 1rem;
  }
  .cid-rVtZRboH4T .align-left,
  .cid-rVtZRboH4T .align-right {
    text-align: center;
  }
  .cid-rVtZRboH4T .copyright {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rVtZRboH4T .copyright {
    flex-direction: column;
  }
  .cid-rVtZRboH4T .item {
    padding-right: 0rem;
    padding-bottom: 0.4rem;
  }
}
.cid-rVtZRboH4T .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-rVtZRboH4T .mbr-text {
  color: #cccccc;
}
.cid-tCfRHUCpT7 .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-tCfRHUCpT7 .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-tCfRHUCpT7 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-tCfRHUCpT7 .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-tCfRHUCpT7 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-tCfRHUCpT7 .navbar.opened {
  transition: all .3s;
}
.cid-tCfRHUCpT7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tCfRHUCpT7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tCfRHUCpT7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCfRHUCpT7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCfRHUCpT7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tCfRHUCpT7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCfRHUCpT7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCfRHUCpT7 .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-tCfRHUCpT7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCfRHUCpT7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tCfRHUCpT7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tCfRHUCpT7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCfRHUCpT7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCfRHUCpT7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCfRHUCpT7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCfRHUCpT7 .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-tCfRHUCpT7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tCfRHUCpT7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCfRHUCpT7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCfRHUCpT7 .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-tCfRHUCpT7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tCfRHUCpT7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tCfRHUCpT7 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tCfRHUCpT7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tCfRHUCpT7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tCfRHUCpT7 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tCfRHUCpT7 .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-tCfRHUCpT7 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tCfRHUCpT7 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-tCfRHUCpT7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-tCfRHUCpT7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCfRHUCpT7 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tCfRHUCpT7 .navbar-caption {
  padding-right: 4rem;
}
.cid-tCfRHUCpT7 .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-tCfRHUCpT7 .dropdown-menu,
.cid-tCfRHUCpT7 .navbar.opened {
  background: #555555 !important;
}
.cid-tCfRHUCpT7 .nav-item:focus,
.cid-tCfRHUCpT7 .nav-link:focus {
  outline: none;
}
.cid-tCfRHUCpT7 .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-tCfRHUCpT7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCfRHUCpT7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tCfRHUCpT7 .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-tCfRHUCpT7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCfRHUCpT7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCfRHUCpT7 .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-tCfRHUCpT7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCfRHUCpT7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCfRHUCpT7 .dropdown-item.active,
.cid-tCfRHUCpT7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tCfRHUCpT7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCfRHUCpT7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCfRHUCpT7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCfRHUCpT7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tCfRHUCpT7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCfRHUCpT7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCfRHUCpT7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tCfRHUCpT7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCfRHUCpT7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tCfRHUCpT7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCfRHUCpT7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCfRHUCpT7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCfRHUCpT7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCfRHUCpT7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCfRHUCpT7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCfRHUCpT7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tCfRHUCpT7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tCfRHUCpT7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCfRHUCpT7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tCfRHUCpT7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tCfRHUCpT7 .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-tCfRHUCpT7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCfRHUCpT7 .navbar {
    height: 77px;
  }
  .cid-tCfRHUCpT7 .navbar.opened {
    height: auto;
  }
  .cid-tCfRHUCpT7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCfRI1Iry8 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-tCfRI1Iry8 .copyright {
  display: flex;
}
.cid-tCfRI1Iry8 .item {
  padding-right: 1.5rem;
  color: #999999;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-tCfRI1Iry8 .item:hover a,
.cid-tCfRI1Iry8 .item:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-tCfRI1Iry8 .copyright,
  .cid-tCfRI1Iry8 .col-lg-1 {
    margin-bottom: 1rem;
  }
  .cid-tCfRI1Iry8 .align-left,
  .cid-tCfRI1Iry8 .align-right {
    text-align: center;
  }
  .cid-tCfRI1Iry8 .copyright {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tCfRI1Iry8 .copyright {
    flex-direction: column;
  }
  .cid-tCfRI1Iry8 .item {
    padding-right: 0rem;
    padding-bottom: 0.4rem;
  }
}
.cid-tCfRI1Iry8 .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-tCfRI1Iry8 .mbr-text {
  color: #cccccc;
}
.cid-tJ7Eip0JiN {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tJ7Eip0JiN h2 {
  color: #000000;
}
.cid-tJ7Eip0JiN h1 {
  color: #000000;
}
.cid-tJ7Eip0JiN .mbr-text,
.cid-tJ7Eip0JiN .mbr-section-btn {
  color: #999999;
  text-align: left;
}
.cid-tJ7FXTh5tc .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-tJ7FXTh5tc .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-tJ7FXTh5tc .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-tJ7FXTh5tc .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-tJ7FXTh5tc .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-tJ7FXTh5tc .navbar.opened {
  transition: all .3s;
}
.cid-tJ7FXTh5tc .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tJ7FXTh5tc .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tJ7FXTh5tc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJ7FXTh5tc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJ7FXTh5tc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tJ7FXTh5tc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJ7FXTh5tc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJ7FXTh5tc .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-tJ7FXTh5tc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJ7FXTh5tc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tJ7FXTh5tc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tJ7FXTh5tc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJ7FXTh5tc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJ7FXTh5tc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJ7FXTh5tc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJ7FXTh5tc .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-tJ7FXTh5tc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tJ7FXTh5tc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJ7FXTh5tc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJ7FXTh5tc .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-tJ7FXTh5tc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tJ7FXTh5tc .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tJ7FXTh5tc .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tJ7FXTh5tc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tJ7FXTh5tc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tJ7FXTh5tc .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tJ7FXTh5tc .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-tJ7FXTh5tc .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tJ7FXTh5tc .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-tJ7FXTh5tc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-tJ7FXTh5tc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJ7FXTh5tc .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tJ7FXTh5tc .navbar-caption {
  padding-right: 4rem;
}
.cid-tJ7FXTh5tc .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-tJ7FXTh5tc .dropdown-menu,
.cid-tJ7FXTh5tc .navbar.opened {
  background: #555555 !important;
}
.cid-tJ7FXTh5tc .nav-item:focus,
.cid-tJ7FXTh5tc .nav-link:focus {
  outline: none;
}
.cid-tJ7FXTh5tc .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-tJ7FXTh5tc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJ7FXTh5tc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJ7FXTh5tc .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-tJ7FXTh5tc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJ7FXTh5tc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJ7FXTh5tc .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-tJ7FXTh5tc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJ7FXTh5tc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJ7FXTh5tc .dropdown-item.active,
.cid-tJ7FXTh5tc .dropdown-item:active {
  background-color: transparent;
}
.cid-tJ7FXTh5tc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJ7FXTh5tc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJ7FXTh5tc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJ7FXTh5tc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tJ7FXTh5tc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJ7FXTh5tc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJ7FXTh5tc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tJ7FXTh5tc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJ7FXTh5tc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJ7FXTh5tc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJ7FXTh5tc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tJ7FXTh5tc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tJ7FXTh5tc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tJ7FXTh5tc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tJ7FXTh5tc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJ7FXTh5tc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tJ7FXTh5tc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tJ7FXTh5tc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJ7FXTh5tc .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tJ7FXTh5tc a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ7FXTh5tc .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-tJ7FXTh5tc .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJ7FXTh5tc .navbar {
    height: 77px;
  }
  .cid-tJ7FXTh5tc .navbar.opened {
    height: auto;
  }
  .cid-tJ7FXTh5tc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJ7FXUELau {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tJ7FXUELau .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-tJ7FXUELau .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-tJ7FXUELau .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tJ7FXUELau .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tJ7FXUELau .mbr-text,
.cid-tJ7FXUELau .mbr-section-btn {
  color: #999999;
}
.cid-tJ7FXUELau .mbr-section-title {
  color: #ffffff;
}
.cid-tJ7FXUELau .mbr-text,
.cid-tJ7FXUELau .col {
  color: #ffffff;
  text-align: left;
}
.cid-uusztKfizI {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #7f1933;
}
.cid-uusztKfizI H2 {
  text-align: left;
}
.cid-uusztKfizI H3 {
  text-align: left;
}
.cid-uusztKfizI .mbr-text,
.cid-uusztKfizI .mbr-section-btn {
  text-align: left;
}
.cid-tJ7FXVuH12 {
  background: #ffffff;
}
.cid-tJ7FXVuH12 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tJ7FXVuH12 figcaption {
  position: relative;
}
.cid-tJ7FXVuH12 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJ7FXVuH12 .image-block {
    width: 100% !important;
  }
}
.cid-tJ7FXWfsyL {
  background: #ffffff;
}
.cid-tJ7FXWfsyL .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tJ7FXWfsyL figcaption {
  position: relative;
}
.cid-tJ7FXWfsyL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJ7FXWfsyL .image-block {
    width: 100% !important;
  }
}
.cid-tJ7FXX4SvO {
  background: #ffffff;
}
.cid-tJ7FXX4SvO .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tJ7FXX4SvO figcaption {
  position: relative;
}
.cid-tJ7FXX4SvO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJ7FXX4SvO .image-block {
    width: 100% !important;
  }
}
.cid-tJ7FXXOczX {
  background: #ffffff;
}
.cid-tJ7FXXOczX .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tJ7FXXOczX figcaption {
  position: relative;
}
.cid-tJ7FXXOczX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJ7FXXOczX .image-block {
    width: 100% !important;
  }
}
.cid-tJ7FXYxiEX {
  background: #ffffff;
}
.cid-tJ7FXYxiEX .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tJ7FXYxiEX figcaption {
  position: relative;
}
.cid-tJ7FXYxiEX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJ7FXYxiEX .image-block {
    width: 100% !important;
  }
}
.cid-tJ7FXZhnv1 {
  background: #ffffff;
}
.cid-tJ7FXZhnv1 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tJ7FXZhnv1 figcaption {
  position: relative;
}
.cid-tJ7FXZhnv1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJ7FXZhnv1 .image-block {
    width: 100% !important;
  }
}
.cid-tJ7FY01bjT {
  background: #ffffff;
}
.cid-tJ7FY01bjT .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tJ7FY01bjT figcaption {
  position: relative;
}
.cid-tJ7FY01bjT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJ7FY01bjT .image-block {
    width: 100% !important;
  }
}
.cid-tJ7FY0Lgdk {
  background: #ffffff;
}
.cid-tJ7FY0Lgdk .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tJ7FY0Lgdk figcaption {
  position: relative;
}
.cid-tJ7FY0Lgdk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJ7FY0Lgdk .image-block {
    width: 100% !important;
  }
}
.cid-tJ7FY1vQIj {
  background: #ffffff;
}
.cid-tJ7FY1vQIj .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tJ7FY1vQIj figcaption {
  position: relative;
}
.cid-tJ7FY1vQIj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJ7FY1vQIj .image-block {
    width: 100% !important;
  }
}
.cid-tJ7FY633TK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050507;
}
.cid-tJ7FY633TK H2 {
  text-align: left;
}
.cid-tJ7FY633TK H3 {
  text-align: left;
}
.cid-tJ7FY633TK .mbr-text,
.cid-tJ7FY633TK .mbr-section-btn {
  text-align: left;
}
.cid-tJ7FY70S1g {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-tJ7FY70S1g .copyright {
  display: flex;
}
.cid-tJ7FY70S1g .item {
  padding-right: 1.5rem;
  color: #999999;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-tJ7FY70S1g .item:hover a,
.cid-tJ7FY70S1g .item:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-tJ7FY70S1g .copyright,
  .cid-tJ7FY70S1g .col-lg-1 {
    margin-bottom: 1rem;
  }
  .cid-tJ7FY70S1g .align-left,
  .cid-tJ7FY70S1g .align-right {
    text-align: center;
  }
  .cid-tJ7FY70S1g .copyright {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tJ7FY70S1g .copyright {
    flex-direction: column;
  }
  .cid-tJ7FY70S1g .item {
    padding-right: 0rem;
    padding-bottom: 0.4rem;
  }
}
.cid-tJ7FY70S1g .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-tJ7FY70S1g .mbr-text {
  color: #cccccc;
}
.cid-tCfRHUCpT7 .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-tCfRHUCpT7 .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-tCfRHUCpT7 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-tCfRHUCpT7 .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-tCfRHUCpT7 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-tCfRHUCpT7 .navbar.opened {
  transition: all .3s;
}
.cid-tCfRHUCpT7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tCfRHUCpT7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tCfRHUCpT7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCfRHUCpT7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCfRHUCpT7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tCfRHUCpT7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCfRHUCpT7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCfRHUCpT7 .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-tCfRHUCpT7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCfRHUCpT7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tCfRHUCpT7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tCfRHUCpT7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCfRHUCpT7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCfRHUCpT7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCfRHUCpT7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCfRHUCpT7 .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-tCfRHUCpT7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tCfRHUCpT7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCfRHUCpT7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCfRHUCpT7 .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-tCfRHUCpT7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tCfRHUCpT7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tCfRHUCpT7 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tCfRHUCpT7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tCfRHUCpT7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tCfRHUCpT7 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tCfRHUCpT7 .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-tCfRHUCpT7 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tCfRHUCpT7 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-tCfRHUCpT7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-tCfRHUCpT7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCfRHUCpT7 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tCfRHUCpT7 .navbar-caption {
  padding-right: 4rem;
}
.cid-tCfRHUCpT7 .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-tCfRHUCpT7 .dropdown-menu,
.cid-tCfRHUCpT7 .navbar.opened {
  background: #555555 !important;
}
.cid-tCfRHUCpT7 .nav-item:focus,
.cid-tCfRHUCpT7 .nav-link:focus {
  outline: none;
}
.cid-tCfRHUCpT7 .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-tCfRHUCpT7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCfRHUCpT7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tCfRHUCpT7 .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-tCfRHUCpT7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCfRHUCpT7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCfRHUCpT7 .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-tCfRHUCpT7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCfRHUCpT7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCfRHUCpT7 .dropdown-item.active,
.cid-tCfRHUCpT7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tCfRHUCpT7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCfRHUCpT7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCfRHUCpT7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCfRHUCpT7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tCfRHUCpT7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCfRHUCpT7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCfRHUCpT7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tCfRHUCpT7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCfRHUCpT7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tCfRHUCpT7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCfRHUCpT7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCfRHUCpT7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCfRHUCpT7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCfRHUCpT7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCfRHUCpT7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCfRHUCpT7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tCfRHUCpT7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tCfRHUCpT7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCfRHUCpT7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tCfRHUCpT7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tCfRHUCpT7 .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-tCfRHUCpT7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCfRHUCpT7 .navbar {
    height: 77px;
  }
  .cid-tCfRHUCpT7 .navbar.opened {
    height: auto;
  }
  .cid-tCfRHUCpT7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCfRHVBODD {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tCfRHVBODD .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-tCfRHVBODD .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-tCfRHVBODD .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tCfRHVBODD .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tCfRHVBODD .mbr-text,
.cid-tCfRHVBODD .mbr-section-btn {
  color: #999999;
}
.cid-tCfRHVBODD .mbr-section-title {
  color: #ffffff;
}
.cid-tCfRHVBODD .mbr-text,
.cid-tCfRHVBODD .col {
  color: #ffffff;
  text-align: left;
}
.cid-uuszweskbG {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #7f1933;
}
.cid-uuszweskbG H2 {
  text-align: left;
}
.cid-uuszweskbG H3 {
  text-align: left;
}
.cid-uuszweskbG .mbr-text,
.cid-uuszweskbG .mbr-section-btn {
  text-align: left;
}
.cid-tCfSNZnlsD {
  background: #ffffff;
}
.cid-tCfSNZnlsD .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tCfSNZnlsD figcaption {
  position: relative;
}
.cid-tCfSNZnlsD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tCfSNZnlsD .image-block {
    width: 100% !important;
  }
}
.cid-tJ7ylvxoDO {
  background: #ffffff;
}
.cid-tJ7ylvxoDO .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tJ7ylvxoDO figcaption {
  position: relative;
}
.cid-tJ7ylvxoDO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJ7ylvxoDO .image-block {
    width: 100% !important;
  }
}
.cid-tJ7ypI4B6v {
  background: #ffffff;
}
.cid-tJ7ypI4B6v .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tJ7ypI4B6v figcaption {
  position: relative;
}
.cid-tJ7ypI4B6v figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJ7ypI4B6v .image-block {
    width: 100% !important;
  }
}
.cid-tJ7ytv2KwM {
  background: #ffffff;
}
.cid-tJ7ytv2KwM .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tJ7ytv2KwM figcaption {
  position: relative;
}
.cid-tJ7ytv2KwM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJ7ytv2KwM .image-block {
    width: 100% !important;
  }
}
.cid-tJ7yxg6sLs {
  background: #ffffff;
}
.cid-tJ7yxg6sLs .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tJ7yxg6sLs figcaption {
  position: relative;
}
.cid-tJ7yxg6sLs figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJ7yxg6sLs .image-block {
    width: 100% !important;
  }
}
.cid-tJ7yCULLMy {
  background: #ffffff;
}
.cid-tJ7yCULLMy .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tJ7yCULLMy figcaption {
  position: relative;
}
.cid-tJ7yCULLMy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJ7yCULLMy .image-block {
    width: 100% !important;
  }
}
.cid-tJ7yGLaaEV {
  background: #ffffff;
}
.cid-tJ7yGLaaEV .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tJ7yGLaaEV figcaption {
  position: relative;
}
.cid-tJ7yGLaaEV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJ7yGLaaEV .image-block {
    width: 100% !important;
  }
}
.cid-tJ7yJW864V {
  background: #ffffff;
}
.cid-tJ7yJW864V .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tJ7yJW864V figcaption {
  position: relative;
}
.cid-tJ7yJW864V figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJ7yJW864V .image-block {
    width: 100% !important;
  }
}
.cid-tJ7yN7BWpS {
  background: #ffffff;
}
.cid-tJ7yN7BWpS .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tJ7yN7BWpS figcaption {
  position: relative;
}
.cid-tJ7yN7BWpS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJ7yN7BWpS .image-block {
    width: 100% !important;
  }
}
.cid-tJ7yUa1qtO {
  background: #ffffff;
}
.cid-tJ7yUa1qtO .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tJ7yUa1qtO figcaption {
  position: relative;
}
.cid-tJ7yUa1qtO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJ7yUa1qtO .image-block {
    width: 100% !important;
  }
}
.cid-tJ7yZ2S3l1 {
  background: #ffffff;
}
.cid-tJ7yZ2S3l1 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tJ7yZ2S3l1 figcaption {
  position: relative;
}
.cid-tJ7yZ2S3l1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJ7yZ2S3l1 .image-block {
    width: 100% !important;
  }
}
.cid-tJ7z40eRNw {
  background: #ffffff;
}
.cid-tJ7z40eRNw .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tJ7z40eRNw figcaption {
  position: relative;
}
.cid-tJ7z40eRNw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJ7z40eRNw .image-block {
    width: 100% !important;
  }
}
.cid-tJ7z7Ar5v8 {
  background: #ffffff;
}
.cid-tJ7z7Ar5v8 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tJ7z7Ar5v8 figcaption {
  position: relative;
}
.cid-tJ7z7Ar5v8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJ7z7Ar5v8 .image-block {
    width: 100% !important;
  }
}
.cid-tJ7zbQdIlD {
  background: #ffffff;
}
.cid-tJ7zbQdIlD .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tJ7zbQdIlD figcaption {
  position: relative;
}
.cid-tJ7zbQdIlD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJ7zbQdIlD .image-block {
    width: 100% !important;
  }
}
.cid-tCfVfxPqwv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050507;
}
.cid-tCfVfxPqwv H2 {
  text-align: left;
}
.cid-tCfVfxPqwv H3 {
  text-align: left;
}
.cid-tCfVfxPqwv .mbr-text,
.cid-tCfVfxPqwv .mbr-section-btn {
  text-align: left;
}
.cid-tCfRI1Iry8 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-tCfRI1Iry8 .copyright {
  display: flex;
}
.cid-tCfRI1Iry8 .item {
  padding-right: 1.5rem;
  color: #999999;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-tCfRI1Iry8 .item:hover a,
.cid-tCfRI1Iry8 .item:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-tCfRI1Iry8 .copyright,
  .cid-tCfRI1Iry8 .col-lg-1 {
    margin-bottom: 1rem;
  }
  .cid-tCfRI1Iry8 .align-left,
  .cid-tCfRI1Iry8 .align-right {
    text-align: center;
  }
  .cid-tCfRI1Iry8 .copyright {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tCfRI1Iry8 .copyright {
    flex-direction: column;
  }
  .cid-tCfRI1Iry8 .item {
    padding-right: 0rem;
    padding-bottom: 0.4rem;
  }
}
.cid-tCfRI1Iry8 .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-tCfRI1Iry8 .mbr-text {
  color: #cccccc;
}
.cid-tUDLQfI6sr .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-tUDLQfI6sr .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-tUDLQfI6sr .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-tUDLQfI6sr .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-tUDLQfI6sr .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-tUDLQfI6sr .navbar.opened {
  transition: all .3s;
}
.cid-tUDLQfI6sr .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tUDLQfI6sr .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tUDLQfI6sr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUDLQfI6sr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUDLQfI6sr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tUDLQfI6sr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUDLQfI6sr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUDLQfI6sr .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-tUDLQfI6sr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUDLQfI6sr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tUDLQfI6sr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tUDLQfI6sr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUDLQfI6sr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUDLQfI6sr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUDLQfI6sr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUDLQfI6sr .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-tUDLQfI6sr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tUDLQfI6sr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUDLQfI6sr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUDLQfI6sr .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-tUDLQfI6sr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tUDLQfI6sr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tUDLQfI6sr .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tUDLQfI6sr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tUDLQfI6sr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tUDLQfI6sr .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tUDLQfI6sr .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-tUDLQfI6sr .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tUDLQfI6sr .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-tUDLQfI6sr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-tUDLQfI6sr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUDLQfI6sr .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tUDLQfI6sr .navbar-caption {
  padding-right: 4rem;
}
.cid-tUDLQfI6sr .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-tUDLQfI6sr .dropdown-menu,
.cid-tUDLQfI6sr .navbar.opened {
  background: #555555 !important;
}
.cid-tUDLQfI6sr .nav-item:focus,
.cid-tUDLQfI6sr .nav-link:focus {
  outline: none;
}
.cid-tUDLQfI6sr .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-tUDLQfI6sr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUDLQfI6sr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tUDLQfI6sr .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-tUDLQfI6sr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUDLQfI6sr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUDLQfI6sr .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-tUDLQfI6sr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUDLQfI6sr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUDLQfI6sr .dropdown-item.active,
.cid-tUDLQfI6sr .dropdown-item:active {
  background-color: transparent;
}
.cid-tUDLQfI6sr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUDLQfI6sr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUDLQfI6sr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUDLQfI6sr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tUDLQfI6sr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUDLQfI6sr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUDLQfI6sr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tUDLQfI6sr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUDLQfI6sr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tUDLQfI6sr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tUDLQfI6sr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tUDLQfI6sr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tUDLQfI6sr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tUDLQfI6sr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tUDLQfI6sr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tUDLQfI6sr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tUDLQfI6sr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tUDLQfI6sr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tUDLQfI6sr .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tUDLQfI6sr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tUDLQfI6sr .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-tUDLQfI6sr .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUDLQfI6sr .navbar {
    height: 77px;
  }
  .cid-tUDLQfI6sr .navbar.opened {
    height: auto;
  }
  .cid-tUDLQfI6sr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUDLQgRy0y {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tUDLQgRy0y .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-tUDLQgRy0y .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-tUDLQgRy0y .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tUDLQgRy0y .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tUDLQgRy0y .mbr-text,
.cid-tUDLQgRy0y .mbr-section-btn {
  color: #999999;
}
.cid-tUDLQgRy0y .mbr-section-title {
  color: #ffffff;
}
.cid-tUDLQgRy0y .mbr-text,
.cid-tUDLQgRy0y .col {
  color: #ffffff;
  text-align: left;
}
.cid-uwqZB6EckW {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #7f1933;
}
.cid-uwqZB6EckW H2 {
  text-align: left;
}
.cid-uwqZB6EckW H3 {
  text-align: left;
}
.cid-uwqZB6EckW .mbr-text,
.cid-uwqZB6EckW .mbr-section-btn {
  text-align: left;
}
.cid-tUDO1En2dq {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tUDO1En2dq .image-block {
  margin: auto;
}
.cid-tUDO1En2dq figcaption {
  position: relative;
}
.cid-tUDO1En2dq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tUDO1En2dq .image-block {
    width: 100% !important;
  }
}
.cid-tUDO9qBfiS {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tUDO9qBfiS .image-block {
  margin: auto;
}
.cid-tUDO9qBfiS figcaption {
  position: relative;
}
.cid-tUDO9qBfiS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tUDO9qBfiS .image-block {
    width: 100% !important;
  }
}
.cid-tUDOcFDxS8 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tUDOcFDxS8 .image-block {
  margin: auto;
}
.cid-tUDOcFDxS8 figcaption {
  position: relative;
}
.cid-tUDOcFDxS8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tUDOcFDxS8 .image-block {
    width: 100% !important;
  }
}
.cid-tUDOgUYjKu {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tUDOgUYjKu .image-block {
  margin: auto;
}
.cid-tUDOgUYjKu figcaption {
  position: relative;
}
.cid-tUDOgUYjKu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tUDOgUYjKu .image-block {
    width: 100% !important;
  }
}
.cid-tUDOk7F4Aa {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tUDOk7F4Aa .image-block {
  margin: auto;
}
.cid-tUDOk7F4Aa figcaption {
  position: relative;
}
.cid-tUDOk7F4Aa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tUDOk7F4Aa .image-block {
    width: 100% !important;
  }
}
.cid-tUDOog03jb {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tUDOog03jb .image-block {
  margin: auto;
}
.cid-tUDOog03jb figcaption {
  position: relative;
}
.cid-tUDOog03jb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tUDOog03jb .image-block {
    width: 100% !important;
  }
}
.cid-tUDOrtebtt {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tUDOrtebtt .image-block {
  margin: auto;
}
.cid-tUDOrtebtt figcaption {
  position: relative;
}
.cid-tUDOrtebtt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tUDOrtebtt .image-block {
    width: 100% !important;
  }
}
.cid-tUDOxarwMl {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tUDOxarwMl .image-block {
  margin: auto;
}
.cid-tUDOxarwMl figcaption {
  position: relative;
}
.cid-tUDOxarwMl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tUDOxarwMl .image-block {
    width: 100% !important;
  }
}
.cid-tUDOAl5wOC {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tUDOAl5wOC .image-block {
  margin: auto;
}
.cid-tUDOAl5wOC figcaption {
  position: relative;
}
.cid-tUDOAl5wOC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tUDOAl5wOC .image-block {
    width: 100% !important;
  }
}
.cid-tUDON9rvO2 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tUDON9rvO2 .image-block {
  margin: auto;
}
.cid-tUDON9rvO2 figcaption {
  position: relative;
}
.cid-tUDON9rvO2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tUDON9rvO2 .image-block {
    width: 100% !important;
  }
}
.cid-tUDOQMW3qf {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tUDOQMW3qf .image-block {
  margin: auto;
}
.cid-tUDOQMW3qf figcaption {
  position: relative;
}
.cid-tUDOQMW3qf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tUDOQMW3qf .image-block {
    width: 100% !important;
  }
}
.cid-tUDW0EduJp {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tUDW0EduJp .image-block {
  margin: auto;
}
.cid-tUDW0EduJp figcaption {
  position: relative;
}
.cid-tUDW0EduJp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tUDW0EduJp .image-block {
    width: 100% !important;
  }
}
.cid-tUDNLJeQxX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050507;
}
.cid-tUDNLJeQxX H2 {
  text-align: left;
}
.cid-tUDNLJeQxX H3 {
  text-align: left;
}
.cid-tUDNLJeQxX .mbr-text,
.cid-tUDNLJeQxX .mbr-section-btn {
  text-align: left;
}
.cid-tUDLQlzqfj {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-tUDLQlzqfj .copyright {
  display: flex;
}
.cid-tUDLQlzqfj .item {
  padding-right: 1.5rem;
  color: #999999;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-tUDLQlzqfj .item:hover a,
.cid-tUDLQlzqfj .item:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-tUDLQlzqfj .copyright,
  .cid-tUDLQlzqfj .col-lg-1 {
    margin-bottom: 1rem;
  }
  .cid-tUDLQlzqfj .align-left,
  .cid-tUDLQlzqfj .align-right {
    text-align: center;
  }
  .cid-tUDLQlzqfj .copyright {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tUDLQlzqfj .copyright {
    flex-direction: column;
  }
  .cid-tUDLQlzqfj .item {
    padding-right: 0rem;
    padding-bottom: 0.4rem;
  }
}
.cid-tUDLQlzqfj .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-tUDLQlzqfj .mbr-text {
  color: #cccccc;
}
.cid-u2gz1tc3rh .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-u2gz1tc3rh .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-u2gz1tc3rh .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-u2gz1tc3rh .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-u2gz1tc3rh .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-u2gz1tc3rh .navbar.opened {
  transition: all .3s;
}
.cid-u2gz1tc3rh .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-u2gz1tc3rh .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u2gz1tc3rh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2gz1tc3rh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2gz1tc3rh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u2gz1tc3rh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2gz1tc3rh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2gz1tc3rh .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-u2gz1tc3rh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2gz1tc3rh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u2gz1tc3rh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u2gz1tc3rh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2gz1tc3rh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2gz1tc3rh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2gz1tc3rh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2gz1tc3rh .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-u2gz1tc3rh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u2gz1tc3rh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2gz1tc3rh .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2gz1tc3rh .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-u2gz1tc3rh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u2gz1tc3rh .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u2gz1tc3rh .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-u2gz1tc3rh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u2gz1tc3rh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u2gz1tc3rh .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-u2gz1tc3rh .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-u2gz1tc3rh .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-u2gz1tc3rh .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-u2gz1tc3rh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-u2gz1tc3rh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2gz1tc3rh .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u2gz1tc3rh .navbar-caption {
  padding-right: 4rem;
}
.cid-u2gz1tc3rh .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-u2gz1tc3rh .dropdown-menu,
.cid-u2gz1tc3rh .navbar.opened {
  background: #555555 !important;
}
.cid-u2gz1tc3rh .nav-item:focus,
.cid-u2gz1tc3rh .nav-link:focus {
  outline: none;
}
.cid-u2gz1tc3rh .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-u2gz1tc3rh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2gz1tc3rh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u2gz1tc3rh .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-u2gz1tc3rh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2gz1tc3rh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2gz1tc3rh .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-u2gz1tc3rh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2gz1tc3rh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2gz1tc3rh .dropdown-item.active,
.cid-u2gz1tc3rh .dropdown-item:active {
  background-color: transparent;
}
.cid-u2gz1tc3rh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2gz1tc3rh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2gz1tc3rh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2gz1tc3rh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u2gz1tc3rh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2gz1tc3rh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2gz1tc3rh ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u2gz1tc3rh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2gz1tc3rh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u2gz1tc3rh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u2gz1tc3rh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u2gz1tc3rh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u2gz1tc3rh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u2gz1tc3rh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u2gz1tc3rh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2gz1tc3rh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u2gz1tc3rh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u2gz1tc3rh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2gz1tc3rh .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u2gz1tc3rh a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2gz1tc3rh .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-u2gz1tc3rh .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2gz1tc3rh .navbar {
    height: 77px;
  }
  .cid-u2gz1tc3rh .navbar.opened {
    height: auto;
  }
  .cid-u2gz1tc3rh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2gz1udBjW {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-u2gz1udBjW .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-u2gz1udBjW .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-u2gz1udBjW .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-u2gz1udBjW .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-u2gz1udBjW .mbr-text,
.cid-u2gz1udBjW .mbr-section-btn {
  color: #999999;
}
.cid-u2gz1udBjW .mbr-section-title {
  color: #ffffff;
}
.cid-u2gz1udBjW .mbr-text,
.cid-u2gz1udBjW .col {
  color: #ffffff;
  text-align: left;
}
.cid-u2gz1uFgo1 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-u2gz1uFgo1 .image-block {
  margin: auto;
}
.cid-u2gz1uFgo1 figcaption {
  position: relative;
}
.cid-u2gz1uFgo1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u2gz1uFgo1 .image-block {
    width: 100% !important;
  }
}
.cid-u2gzwXWyN6 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-u2gzwXWyN6 .image-block {
  margin: auto;
}
.cid-u2gzwXWyN6 figcaption {
  position: relative;
}
.cid-u2gzwXWyN6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u2gzwXWyN6 .image-block {
    width: 100% !important;
  }
}
.cid-u2gzAPlbOi {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-u2gzAPlbOi .image-block {
  margin: auto;
}
.cid-u2gzAPlbOi figcaption {
  position: relative;
}
.cid-u2gzAPlbOi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u2gzAPlbOi .image-block {
    width: 100% !important;
  }
}
.cid-u2gzDSmclQ {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-u2gzDSmclQ .image-block {
  margin: auto;
}
.cid-u2gzDSmclQ figcaption {
  position: relative;
}
.cid-u2gzDSmclQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u2gzDSmclQ .image-block {
    width: 100% !important;
  }
}
.cid-u2gzHxZ82h {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-u2gzHxZ82h .image-block {
  margin: auto;
}
.cid-u2gzHxZ82h figcaption {
  position: relative;
}
.cid-u2gzHxZ82h figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u2gzHxZ82h .image-block {
    width: 100% !important;
  }
}
.cid-u2gzLkh7qK {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-u2gzLkh7qK .image-block {
  margin: auto;
}
.cid-u2gzLkh7qK figcaption {
  position: relative;
}
.cid-u2gzLkh7qK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u2gzLkh7qK .image-block {
    width: 100% !important;
  }
}
.cid-u2gzOSKwda {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-u2gzOSKwda .image-block {
  margin: auto;
}
.cid-u2gzOSKwda figcaption {
  position: relative;
}
.cid-u2gzOSKwda figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u2gzOSKwda .image-block {
    width: 100% !important;
  }
}
.cid-u2gzSOiPz0 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-u2gzSOiPz0 .image-block {
  margin: auto;
}
.cid-u2gzSOiPz0 figcaption {
  position: relative;
}
.cid-u2gzSOiPz0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u2gzSOiPz0 .image-block {
    width: 100% !important;
  }
}
.cid-u2gzWMsgFN {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-u2gzWMsgFN .image-block {
  margin: auto;
}
.cid-u2gzWMsgFN figcaption {
  position: relative;
}
.cid-u2gzWMsgFN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u2gzWMsgFN .image-block {
    width: 100% !important;
  }
}
.cid-u2gA0jGnww {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-u2gA0jGnww .image-block {
  margin: auto;
}
.cid-u2gA0jGnww figcaption {
  position: relative;
}
.cid-u2gA0jGnww figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u2gA0jGnww .image-block {
    width: 100% !important;
  }
}
.cid-u2gA3X82NG {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-u2gA3X82NG .image-block {
  margin: auto;
}
.cid-u2gA3X82NG figcaption {
  position: relative;
}
.cid-u2gA3X82NG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u2gA3X82NG .image-block {
    width: 100% !important;
  }
}
.cid-u2gA8H3x18 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-u2gA8H3x18 .image-block {
  margin: auto;
}
.cid-u2gA8H3x18 figcaption {
  position: relative;
}
.cid-u2gA8H3x18 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u2gA8H3x18 .image-block {
    width: 100% !important;
  }
}
.cid-u2gAe6Enz5 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-u2gAe6Enz5 .image-block {
  margin: auto;
}
.cid-u2gAe6Enz5 figcaption {
  position: relative;
}
.cid-u2gAe6Enz5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u2gAe6Enz5 .image-block {
    width: 100% !important;
  }
}
.cid-u2gz1Ai8OD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050507;
}
.cid-u2gz1Ai8OD H2 {
  text-align: left;
}
.cid-u2gz1Ai8OD H3 {
  text-align: left;
}
.cid-u2gz1Ai8OD .mbr-text,
.cid-u2gz1Ai8OD .mbr-section-btn {
  text-align: left;
}
.cid-u2gz1AOcAc {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-u2gz1AOcAc .copyright {
  display: flex;
}
.cid-u2gz1AOcAc .item {
  padding-right: 1.5rem;
  color: #999999;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-u2gz1AOcAc .item:hover a,
.cid-u2gz1AOcAc .item:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-u2gz1AOcAc .copyright,
  .cid-u2gz1AOcAc .col-lg-1 {
    margin-bottom: 1rem;
  }
  .cid-u2gz1AOcAc .align-left,
  .cid-u2gz1AOcAc .align-right {
    text-align: center;
  }
  .cid-u2gz1AOcAc .copyright {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-u2gz1AOcAc .copyright {
    flex-direction: column;
  }
  .cid-u2gz1AOcAc .item {
    padding-right: 0rem;
    padding-bottom: 0.4rem;
  }
}
.cid-u2gz1AOcAc .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-u2gz1AOcAc .mbr-text {
  color: #cccccc;
}
.cid-um3xErTGEu .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-um3xErTGEu .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-um3xErTGEu .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-um3xErTGEu .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-um3xErTGEu .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-um3xErTGEu .navbar.opened {
  transition: all .3s;
}
.cid-um3xErTGEu .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-um3xErTGEu .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-um3xErTGEu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-um3xErTGEu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-um3xErTGEu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-um3xErTGEu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-um3xErTGEu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-um3xErTGEu .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-um3xErTGEu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-um3xErTGEu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-um3xErTGEu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-um3xErTGEu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-um3xErTGEu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-um3xErTGEu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-um3xErTGEu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-um3xErTGEu .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-um3xErTGEu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-um3xErTGEu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-um3xErTGEu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-um3xErTGEu .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-um3xErTGEu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-um3xErTGEu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-um3xErTGEu .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-um3xErTGEu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-um3xErTGEu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-um3xErTGEu .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-um3xErTGEu .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-um3xErTGEu .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-um3xErTGEu .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-um3xErTGEu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-um3xErTGEu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-um3xErTGEu .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-um3xErTGEu .navbar-caption {
  padding-right: 4rem;
}
.cid-um3xErTGEu .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-um3xErTGEu .dropdown-menu,
.cid-um3xErTGEu .navbar.opened {
  background: #555555 !important;
}
.cid-um3xErTGEu .nav-item:focus,
.cid-um3xErTGEu .nav-link:focus {
  outline: none;
}
.cid-um3xErTGEu .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-um3xErTGEu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-um3xErTGEu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-um3xErTGEu .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-um3xErTGEu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-um3xErTGEu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-um3xErTGEu .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-um3xErTGEu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-um3xErTGEu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-um3xErTGEu .dropdown-item.active,
.cid-um3xErTGEu .dropdown-item:active {
  background-color: transparent;
}
.cid-um3xErTGEu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-um3xErTGEu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-um3xErTGEu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-um3xErTGEu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-um3xErTGEu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-um3xErTGEu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-um3xErTGEu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-um3xErTGEu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-um3xErTGEu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-um3xErTGEu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-um3xErTGEu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-um3xErTGEu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-um3xErTGEu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-um3xErTGEu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-um3xErTGEu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-um3xErTGEu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-um3xErTGEu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-um3xErTGEu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-um3xErTGEu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-um3xErTGEu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-um3xErTGEu .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-um3xErTGEu .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-um3xErTGEu .navbar {
    height: 77px;
  }
  .cid-um3xErTGEu .navbar.opened {
    height: auto;
  }
  .cid-um3xErTGEu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-um3xEsK2TE {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-um3xEsK2TE .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-um3xEsK2TE .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-um3xEsK2TE .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-um3xEsK2TE .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-um3xEsK2TE .mbr-text,
.cid-um3xEsK2TE .mbr-section-btn {
  color: #999999;
}
.cid-um3xEsK2TE .mbr-section-title {
  color: #ffffff;
}
.cid-um3xEsK2TE .mbr-text,
.cid-um3xEsK2TE .col {
  color: #ffffff;
  text-align: left;
}
.cid-uuszygh1nM {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #7f1933;
}
.cid-uuszygh1nM H2 {
  text-align: left;
}
.cid-uuszygh1nM H3 {
  text-align: left;
}
.cid-uuszygh1nM .mbr-text,
.cid-uuszygh1nM .mbr-section-btn {
  text-align: left;
}
.cid-um3xEtfEcL {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-um3xEtfEcL .image-block {
  margin: auto;
}
.cid-um3xEtfEcL figcaption {
  position: relative;
}
.cid-um3xEtfEcL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um3xEtfEcL .image-block {
    width: 100% !important;
  }
}
.cid-um3xExJrBW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050507;
}
.cid-um3xExJrBW H2 {
  text-align: left;
}
.cid-um3xExJrBW H3 {
  text-align: left;
}
.cid-um3xExJrBW .mbr-text,
.cid-um3xExJrBW .mbr-section-btn {
  text-align: left;
}
.cid-um3xEybjew {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-um3xEybjew .copyright {
  display: flex;
}
.cid-um3xEybjew .item {
  padding-right: 1.5rem;
  color: #999999;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-um3xEybjew .item:hover a,
.cid-um3xEybjew .item:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-um3xEybjew .copyright,
  .cid-um3xEybjew .col-lg-1 {
    margin-bottom: 1rem;
  }
  .cid-um3xEybjew .align-left,
  .cid-um3xEybjew .align-right {
    text-align: center;
  }
  .cid-um3xEybjew .copyright {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-um3xEybjew .copyright {
    flex-direction: column;
  }
  .cid-um3xEybjew .item {
    padding-right: 0rem;
    padding-bottom: 0.4rem;
  }
}
.cid-um3xEybjew .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-um3xEybjew .mbr-text {
  color: #cccccc;
}
.cid-utjAvyFW6C .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-utjAvyFW6C .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-utjAvyFW6C .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-utjAvyFW6C .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-utjAvyFW6C .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-utjAvyFW6C .navbar.opened {
  transition: all .3s;
}
.cid-utjAvyFW6C .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-utjAvyFW6C .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-utjAvyFW6C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utjAvyFW6C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utjAvyFW6C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-utjAvyFW6C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utjAvyFW6C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utjAvyFW6C .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-utjAvyFW6C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utjAvyFW6C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-utjAvyFW6C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-utjAvyFW6C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utjAvyFW6C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utjAvyFW6C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utjAvyFW6C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utjAvyFW6C .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-utjAvyFW6C .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-utjAvyFW6C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utjAvyFW6C .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utjAvyFW6C .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-utjAvyFW6C .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-utjAvyFW6C .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-utjAvyFW6C .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-utjAvyFW6C .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-utjAvyFW6C .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-utjAvyFW6C .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-utjAvyFW6C .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-utjAvyFW6C .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-utjAvyFW6C .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-utjAvyFW6C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-utjAvyFW6C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utjAvyFW6C .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-utjAvyFW6C .navbar-caption {
  padding-right: 4rem;
}
.cid-utjAvyFW6C .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-utjAvyFW6C .dropdown-menu,
.cid-utjAvyFW6C .navbar.opened {
  background: #555555 !important;
}
.cid-utjAvyFW6C .nav-item:focus,
.cid-utjAvyFW6C .nav-link:focus {
  outline: none;
}
.cid-utjAvyFW6C .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-utjAvyFW6C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utjAvyFW6C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-utjAvyFW6C .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-utjAvyFW6C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utjAvyFW6C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utjAvyFW6C .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-utjAvyFW6C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utjAvyFW6C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utjAvyFW6C .dropdown-item.active,
.cid-utjAvyFW6C .dropdown-item:active {
  background-color: transparent;
}
.cid-utjAvyFW6C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utjAvyFW6C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utjAvyFW6C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utjAvyFW6C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-utjAvyFW6C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utjAvyFW6C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utjAvyFW6C ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-utjAvyFW6C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utjAvyFW6C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-utjAvyFW6C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-utjAvyFW6C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-utjAvyFW6C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-utjAvyFW6C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-utjAvyFW6C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-utjAvyFW6C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-utjAvyFW6C nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-utjAvyFW6C nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-utjAvyFW6C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-utjAvyFW6C .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-utjAvyFW6C a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-utjAvyFW6C .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-utjAvyFW6C .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utjAvyFW6C .navbar {
    height: 77px;
  }
  .cid-utjAvyFW6C .navbar.opened {
    height: auto;
  }
  .cid-utjAvyFW6C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utjAvzkUr7 {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-utjAvzkUr7 .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-utjAvzkUr7 .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-utjAvzkUr7 .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-utjAvzkUr7 .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-utjAvzkUr7 .mbr-text,
.cid-utjAvzkUr7 .mbr-section-btn {
  color: #999999;
}
.cid-utjAvzkUr7 .mbr-section-title {
  color: #ffffff;
}
.cid-utjAvzkUr7 .mbr-text,
.cid-utjAvzkUr7 .col {
  color: #ffffff;
  text-align: left;
}
.cid-uuszqkjE49 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #7f1933;
}
.cid-uuszqkjE49 H2 {
  text-align: left;
}
.cid-uuszqkjE49 H3 {
  text-align: left;
}
.cid-uuszqkjE49 .mbr-text,
.cid-uuszqkjE49 .mbr-section-btn {
  text-align: left;
}
.cid-utjAvzI79g {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-utjAvzI79g .image-block {
  margin: auto;
}
.cid-utjAvzI79g figcaption {
  position: relative;
}
.cid-utjAvzI79g figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-utjAvzI79g .image-block {
    width: 100% !important;
  }
}
.cid-utjAvA5HPz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050507;
}
.cid-utjAvA5HPz H2 {
  text-align: left;
}
.cid-utjAvA5HPz H3 {
  text-align: left;
}
.cid-utjAvA5HPz .mbr-text,
.cid-utjAvA5HPz .mbr-section-btn {
  text-align: left;
}
.cid-utjBSEvpB2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050507;
}
.cid-utjBSEvpB2 H2 {
  text-align: left;
}
.cid-utjBSEvpB2 H3 {
  text-align: left;
}
.cid-utjBSEvpB2 .mbr-text,
.cid-utjBSEvpB2 .mbr-section-btn {
  text-align: left;
}
.cid-utjC5kZshY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050507;
}
.cid-utjC5kZshY H2 {
  text-align: left;
}
.cid-utjC5kZshY H3 {
  text-align: left;
}
.cid-utjC5kZshY .mbr-text,
.cid-utjC5kZshY .mbr-section-btn {
  text-align: left;
}
.cid-utjCc8TDbT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050507;
}
.cid-utjCc8TDbT H2 {
  text-align: left;
}
.cid-utjCc8TDbT H3 {
  text-align: left;
}
.cid-utjCc8TDbT .mbr-text,
.cid-utjCc8TDbT .mbr-section-btn {
  text-align: left;
}
.cid-utjCieOCyv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050507;
}
.cid-utjCieOCyv H2 {
  text-align: left;
}
.cid-utjCieOCyv H3 {
  text-align: left;
}
.cid-utjCieOCyv .mbr-text,
.cid-utjCieOCyv .mbr-section-btn {
  text-align: left;
}
.cid-utjCo89PZx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050507;
}
.cid-utjCo89PZx H2 {
  text-align: left;
}
.cid-utjCo89PZx H3 {
  text-align: left;
}
.cid-utjCo89PZx .mbr-text,
.cid-utjCo89PZx .mbr-section-btn {
  text-align: left;
}
.cid-utjCvzu0fD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050507;
}
.cid-utjCvzu0fD H2 {
  text-align: left;
}
.cid-utjCvzu0fD H3 {
  text-align: left;
}
.cid-utjCvzu0fD .mbr-text,
.cid-utjCvzu0fD .mbr-section-btn {
  text-align: left;
}
.cid-utjCKK8ket {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050507;
}
.cid-utjCKK8ket H2 {
  text-align: left;
}
.cid-utjCKK8ket H3 {
  text-align: left;
}
.cid-utjCKK8ket .mbr-text,
.cid-utjCKK8ket .mbr-section-btn {
  text-align: left;
}
.cid-utjCQyqX5u {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050507;
}
.cid-utjCQyqX5u H2 {
  text-align: left;
}
.cid-utjCQyqX5u H3 {
  text-align: left;
}
.cid-utjCQyqX5u .mbr-text,
.cid-utjCQyqX5u .mbr-section-btn {
  text-align: left;
}
.cid-utjDMb7ZaE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050507;
}
.cid-utjDMb7ZaE H2 {
  text-align: left;
}
.cid-utjDMb7ZaE H3 {
  text-align: left;
}
.cid-utjDMb7ZaE .mbr-text,
.cid-utjDMb7ZaE .mbr-section-btn {
  text-align: left;
}
.cid-utjDScorSD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050507;
}
.cid-utjDScorSD H2 {
  text-align: left;
}
.cid-utjDScorSD H3 {
  text-align: left;
}
.cid-utjDScorSD .mbr-text,
.cid-utjDScorSD .mbr-section-btn {
  text-align: left;
}
.cid-utjDYdXkiJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050507;
}
.cid-utjDYdXkiJ H2 {
  text-align: left;
}
.cid-utjDYdXkiJ H3 {
  text-align: left;
}
.cid-utjDYdXkiJ .mbr-text,
.cid-utjDYdXkiJ .mbr-section-btn {
  text-align: left;
}
.cid-utjE4nkLSk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050507;
}
.cid-utjE4nkLSk H2 {
  text-align: left;
}
.cid-utjE4nkLSk H3 {
  text-align: left;
}
.cid-utjE4nkLSk .mbr-text,
.cid-utjE4nkLSk .mbr-section-btn {
  text-align: left;
}
.cid-utjAvAtPX0 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-utjAvAtPX0 .copyright {
  display: flex;
}
.cid-utjAvAtPX0 .item {
  padding-right: 1.5rem;
  color: #999999;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-utjAvAtPX0 .item:hover a,
.cid-utjAvAtPX0 .item:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-utjAvAtPX0 .copyright,
  .cid-utjAvAtPX0 .col-lg-1 {
    margin-bottom: 1rem;
  }
  .cid-utjAvAtPX0 .align-left,
  .cid-utjAvAtPX0 .align-right {
    text-align: center;
  }
  .cid-utjAvAtPX0 .copyright {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-utjAvAtPX0 .copyright {
    flex-direction: column;
  }
  .cid-utjAvAtPX0 .item {
    padding-right: 0rem;
    padding-bottom: 0.4rem;
  }
}
.cid-utjAvAtPX0 .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-utjAvAtPX0 .mbr-text {
  color: #cccccc;
}
.cid-uVPM1zC6qe .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-uVPM1zC6qe .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-uVPM1zC6qe .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uVPM1zC6qe .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uVPM1zC6qe .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-uVPM1zC6qe .navbar.opened {
  transition: all .3s;
}
.cid-uVPM1zC6qe .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uVPM1zC6qe .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uVPM1zC6qe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVPM1zC6qe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVPM1zC6qe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uVPM1zC6qe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVPM1zC6qe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVPM1zC6qe .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-uVPM1zC6qe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVPM1zC6qe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uVPM1zC6qe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uVPM1zC6qe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVPM1zC6qe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVPM1zC6qe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVPM1zC6qe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVPM1zC6qe .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-uVPM1zC6qe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uVPM1zC6qe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVPM1zC6qe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVPM1zC6qe .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-uVPM1zC6qe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uVPM1zC6qe .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uVPM1zC6qe .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uVPM1zC6qe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uVPM1zC6qe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uVPM1zC6qe .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uVPM1zC6qe .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uVPM1zC6qe .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uVPM1zC6qe .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uVPM1zC6qe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-uVPM1zC6qe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVPM1zC6qe .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uVPM1zC6qe .navbar-caption {
  padding-right: 4rem;
}
.cid-uVPM1zC6qe .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-uVPM1zC6qe .dropdown-menu,
.cid-uVPM1zC6qe .navbar.opened {
  background: #555555 !important;
}
.cid-uVPM1zC6qe .nav-item:focus,
.cid-uVPM1zC6qe .nav-link:focus {
  outline: none;
}
.cid-uVPM1zC6qe .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-uVPM1zC6qe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVPM1zC6qe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVPM1zC6qe .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-uVPM1zC6qe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVPM1zC6qe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVPM1zC6qe .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-uVPM1zC6qe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVPM1zC6qe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVPM1zC6qe .dropdown-item.active,
.cid-uVPM1zC6qe .dropdown-item:active {
  background-color: transparent;
}
.cid-uVPM1zC6qe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVPM1zC6qe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVPM1zC6qe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVPM1zC6qe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uVPM1zC6qe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVPM1zC6qe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVPM1zC6qe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uVPM1zC6qe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVPM1zC6qe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVPM1zC6qe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVPM1zC6qe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVPM1zC6qe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVPM1zC6qe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVPM1zC6qe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVPM1zC6qe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVPM1zC6qe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVPM1zC6qe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVPM1zC6qe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVPM1zC6qe .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uVPM1zC6qe a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVPM1zC6qe .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-uVPM1zC6qe .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVPM1zC6qe .navbar {
    height: 77px;
  }
  .cid-uVPM1zC6qe .navbar.opened {
    height: auto;
  }
  .cid-uVPM1zC6qe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVPM1AXBgT {
  padding-top: 150px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/aful-dawn-x-2-1000x1000.jpg");
}
.cid-uVPM1AXBgT .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-uVPM1AXBgT .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-uVPM1AXBgT .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-uVPM1AXBgT .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uVPM1AXBgT .mbr-text,
.cid-uVPM1AXBgT .mbr-section-btn {
  color: #999999;
}
.cid-uVPM1AXBgT .mbr-section-title {
  color: #ffffff;
}
.cid-uVPM1AXBgT .mbr-text,
.cid-uVPM1AXBgT .col {
  color: #ffffff;
  text-align: left;
}
.cid-uVPM1BGG8v {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #3f0312;
}
.cid-uVPM1BGG8v H2 {
  text-align: left;
}
.cid-uVPM1BGG8v H3 {
  text-align: left;
}
.cid-uVPM1BGG8v .mbr-text,
.cid-uVPM1BGG8v .mbr-section-btn {
  text-align: left;
}
.cid-uVPM1CqdZZ {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uVPM1CqdZZ .image-block {
  margin: auto;
}
.cid-uVPM1CqdZZ figcaption {
  position: relative;
}
.cid-uVPM1CqdZZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uVPM1CqdZZ .image-block {
    width: 100% !important;
  }
}
.cid-uX8m4BTalw {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uX8m4BTalw .image-block {
  margin: auto;
}
.cid-uX8m4BTalw figcaption {
  position: relative;
}
.cid-uX8m4BTalw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uX8m4BTalw .image-block {
    width: 100% !important;
  }
}
.cid-uVPM1D22Fn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050507;
}
.cid-uVPM1D22Fn H2 {
  text-align: left;
}
.cid-uVPM1D22Fn H3 {
  text-align: left;
}
.cid-uVPM1D22Fn .mbr-text,
.cid-uVPM1D22Fn .mbr-section-btn {
  text-align: left;
}
.cid-uVPM1DKGV5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050507;
}
.cid-uVPM1DKGV5 H2 {
  text-align: left;
}
.cid-uVPM1DKGV5 H3 {
  text-align: left;
}
.cid-uVPM1DKGV5 .mbr-text,
.cid-uVPM1DKGV5 .mbr-section-btn {
  text-align: left;
}
.cid-uVPM1Eo5no {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050507;
}
.cid-uVPM1Eo5no H2 {
  text-align: left;
}
.cid-uVPM1Eo5no H3 {
  text-align: left;
}
.cid-uVPM1Eo5no .mbr-text,
.cid-uVPM1Eo5no .mbr-section-btn {
  text-align: left;
}
.cid-uVPM1F2E10 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050507;
}
.cid-uVPM1F2E10 H2 {
  text-align: left;
}
.cid-uVPM1F2E10 H3 {
  text-align: left;
}
.cid-uVPM1F2E10 .mbr-text,
.cid-uVPM1F2E10 .mbr-section-btn {
  text-align: left;
}
.cid-uVPM1FCwaa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050507;
}
.cid-uVPM1FCwaa H2 {
  text-align: left;
}
.cid-uVPM1FCwaa H3 {
  text-align: left;
}
.cid-uVPM1FCwaa .mbr-text,
.cid-uVPM1FCwaa .mbr-section-btn {
  text-align: left;
}
.cid-uVPM1GkpHG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050507;
}
.cid-uVPM1GkpHG H2 {
  text-align: left;
}
.cid-uVPM1GkpHG H3 {
  text-align: left;
}
.cid-uVPM1GkpHG .mbr-text,
.cid-uVPM1GkpHG .mbr-section-btn {
  text-align: left;
}
.cid-uVPM1H9bJL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050507;
}
.cid-uVPM1H9bJL H2 {
  text-align: left;
}
.cid-uVPM1H9bJL H3 {
  text-align: left;
}
.cid-uVPM1H9bJL .mbr-text,
.cid-uVPM1H9bJL .mbr-section-btn {
  text-align: left;
}
.cid-uVPM1HJjX6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050507;
}
.cid-uVPM1HJjX6 H2 {
  text-align: left;
}
.cid-uVPM1HJjX6 H3 {
  text-align: left;
}
.cid-uVPM1HJjX6 .mbr-text,
.cid-uVPM1HJjX6 .mbr-section-btn {
  text-align: left;
}
.cid-uVPM1IkyMf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050507;
}
.cid-uVPM1IkyMf H2 {
  text-align: left;
}
.cid-uVPM1IkyMf H3 {
  text-align: left;
}
.cid-uVPM1IkyMf .mbr-text,
.cid-uVPM1IkyMf .mbr-section-btn {
  text-align: left;
}
.cid-uVPM1IVsWu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050507;
}
.cid-uVPM1IVsWu H2 {
  text-align: left;
}
.cid-uVPM1IVsWu H3 {
  text-align: left;
}
.cid-uVPM1IVsWu .mbr-text,
.cid-uVPM1IVsWu .mbr-section-btn {
  text-align: left;
}
.cid-uVPM1JvLxz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050507;
}
.cid-uVPM1JvLxz H2 {
  text-align: left;
}
.cid-uVPM1JvLxz H3 {
  text-align: left;
}
.cid-uVPM1JvLxz .mbr-text,
.cid-uVPM1JvLxz .mbr-section-btn {
  text-align: left;
}
.cid-uVPM1K6DmX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050507;
}
.cid-uVPM1K6DmX H2 {
  text-align: left;
}
.cid-uVPM1K6DmX H3 {
  text-align: left;
}
.cid-uVPM1K6DmX .mbr-text,
.cid-uVPM1K6DmX .mbr-section-btn {
  text-align: left;
}
.cid-uVPM1KGFcS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050507;
}
.cid-uVPM1KGFcS H2 {
  text-align: left;
}
.cid-uVPM1KGFcS H3 {
  text-align: left;
}
.cid-uVPM1KGFcS .mbr-text,
.cid-uVPM1KGFcS .mbr-section-btn {
  text-align: left;
}
.cid-uVPM1Lnm6d {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-uVPM1Lnm6d .copyright {
  display: flex;
}
.cid-uVPM1Lnm6d .item {
  padding-right: 1.5rem;
  color: #999999;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uVPM1Lnm6d .item:hover a,
.cid-uVPM1Lnm6d .item:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uVPM1Lnm6d .copyright,
  .cid-uVPM1Lnm6d .col-lg-1 {
    margin-bottom: 1rem;
  }
  .cid-uVPM1Lnm6d .align-left,
  .cid-uVPM1Lnm6d .align-right {
    text-align: center;
  }
  .cid-uVPM1Lnm6d .copyright {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uVPM1Lnm6d .copyright {
    flex-direction: column;
  }
  .cid-uVPM1Lnm6d .item {
    padding-right: 0rem;
    padding-bottom: 0.4rem;
  }
}
.cid-uVPM1Lnm6d .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-uVPM1Lnm6d .mbr-text {
  color: #cccccc;
}
