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

body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'font';
  font-size: 4.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'font';
  font-size: 2.8rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'font';
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'font';
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #e1201d !important;
}
.bg-success {
  background-color: #149dcc !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e1201d !important;
  border-color: #e1201d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-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-success,
.btn-success:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !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-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #871311;
  color: #871311;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e1201d;
  border-color: #e1201d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #277e9c;
  color: #277e9c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #55b4d4;
  border-color: #55b4d4;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.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: #0b566f;
  color: #0b566f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.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: #000000;
  color: #000000;
}
.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,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e1201d !important;
}
.text-secondary {
  color: #55b4d4 !important;
}
.text-success {
  color: #149dcc !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !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: #871311 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #277e9c !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #0b566f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e1201d;
  border-color: #e1201d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e1201d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9d2d1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b4e6f8;
}
.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: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #e1201d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e1201d;
  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: #e1201d;
  border-bottom-color: #e1201d;
}
.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: #e1201d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #55b4d4 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23e1201d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-sFCnPUVKDr .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-sFCnPUVKDr .nav-item:focus,
.cid-sFCnPUVKDr .nav-link:focus {
  outline: none;
}
.cid-sFCnPUVKDr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sFCnPUVKDr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCnPUVKDr .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sFCnPUVKDr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sFCnPUVKDr .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-sFCnPUVKDr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCnPUVKDr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCnPUVKDr .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sFCnPUVKDr .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-sFCnPUVKDr .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sFCnPUVKDr .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sFCnPUVKDr .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sFCnPUVKDr .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sFCnPUVKDr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFCnPUVKDr .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sFCnPUVKDr .navbar.collapsed .navbar-collapse.show,
.cid-sFCnPUVKDr .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sFCnPUVKDr .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sFCnPUVKDr .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sFCnPUVKDr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sFCnPUVKDr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCnPUVKDr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCnPUVKDr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFCnPUVKDr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCnPUVKDr .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sFCnPUVKDr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sFCnPUVKDr .navbar.collapsed .right-menu,
.cid-sFCnPUVKDr .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sFCnPUVKDr .navbar .navbar-collapse.show,
  .cid-sFCnPUVKDr .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sFCnPUVKDr .navbar .navbar-collapse.show .brand-container,
  .cid-sFCnPUVKDr .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sFCnPUVKDr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCnPUVKDr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sFCnPUVKDr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCnPUVKDr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCnPUVKDr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFCnPUVKDr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sFCnPUVKDr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCnPUVKDr .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sFCnPUVKDr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sFCnPUVKDr .navbar .right-menu,
  .cid-sFCnPUVKDr .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sFCnPUVKDr .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCnPUVKDr .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sFCnPUVKDr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFCnPUVKDr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFCnPUVKDr .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCnPUVKDr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCnPUVKDr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCnPUVKDr .dropdown-item.active,
.cid-sFCnPUVKDr .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCnPUVKDr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCnPUVKDr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCnPUVKDr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCnPUVKDr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFCnPUVKDr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCnPUVKDr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCnPUVKDr ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sFCnPUVKDr ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sFCnPUVKDr .navbar-buttons {
  margin-left: auto;
}
.cid-sFCnPUVKDr button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFCnPUVKDr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCnPUVKDr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFCnPUVKDr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFCnPUVKDr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFCnPUVKDr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFCnPUVKDr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFCnPUVKDr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sFCnPUVKDr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sFCnPUVKDr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFCnPUVKDr .navbar-dropdown {
  position: fixed;
}
.cid-sFCnPUVKDr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFCnPUVKDr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sFCnPUVKDr .right-menu,
.cid-sFCnPUVKDr .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sFCnPUVKDr .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sFCnPUVKDr .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sFCnPUVKDr .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sFCnPUVKDr .menu-top {
  text-align: center;
  width: 100%;
  background-color: #000000;
  padding: .5rem 0;
}
.cid-sFCnPUVKDr .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sFCnPUVKDr .card-wrapper {
  z-index: 3;
}
.cid-sFCnPUVKDr .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sFCnPUVKDr .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCnPUVKDr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFCqM2iyQl {
  padding-top: 195px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/logo-revision-2000x2000.png");
}
.cid-sFCqM2iyQl h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sFCqM2iyQl h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sFCqM2iyQl h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sFCuKxKjWP {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFCuKxKjWP h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-sFCuKxKjWP h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sFCuKxKjWP h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sFCuKxKjWP H3 {
  color: #000000;
}
.cid-ueZvHK15Kr {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueZvHK15Kr .mbr-text {
  color: #767676;
}
.cid-ueZvHK15Kr .card-subtitle {
  margin: 0;
  color: #c1c1c1;
}
.cid-ueZvHK15Kr .link {
  margin: 0;
  color: #879a9f;
}
.cid-ueZvHK15Kr .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ueZvHK15Kr .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-ueZvHK15Kr img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-ueZvHK15Kr .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-ueZvHK15Kr .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-ueZvHK15Kr .card-img:hover:before {
  opacity: 0.4;
}
.cid-ueZvHK15Kr .card-img:hover img {
  transform: scale(1.05);
}
.cid-ueZvHK15Kr .row {
  justify-content: center;
}
.cid-ueZvHK15Kr .card {
  margin-bottom: 4rem;
}
.cid-ueZvHK15Kr .mbr-text,
.cid-ueZvHK15Kr .link {
  color: #000000;
}
.cid-tA6imyTktN {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tA6imyTktN .mbr-text {
  color: #767676;
}
.cid-tA6imyTktN .card-subtitle {
  margin: 0;
  color: #c1c1c1;
}
.cid-tA6imyTktN .link {
  margin: 0;
  color: #879a9f;
}
.cid-tA6imyTktN .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-tA6imyTktN .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-tA6imyTktN img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-tA6imyTktN .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-tA6imyTktN .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tA6imyTktN .card-img:hover:before {
  opacity: 0.4;
}
.cid-tA6imyTktN .card-img:hover img {
  transform: scale(1.05);
}
.cid-tA6imyTktN .row {
  justify-content: center;
}
.cid-tA6imyTktN .card {
  margin-bottom: 4rem;
}
.cid-tA6imyTktN .mbr-text,
.cid-tA6imyTktN .link {
  color: #000000;
}
.cid-tA6imyTktN .link DIV {
  text-align: center;
}
.cid-tzynrYMQ8n {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tzynrYMQ8n h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-tzynrYMQ8n h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tzynrYMQ8n h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tzynrYMQ8n H3 {
  color: #879a9f;
}
.cid-sFCCIKWvKF {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFCCIKWvKF h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-sFCCIKWvKF h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sFCCIKWvKF h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sFCCIKWvKF H3 {
  color: #000000;
}
.cid-sFCCIKWvKF .mbr-text,
.cid-sFCCIKWvKF .mbr-section-btn {
  color: #767676;
}
.cid-sFCCU1zCuM {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sFCCU1zCuM .mbr-shop {
  display: inline-block;
  width: 100%;
}
.cid-sFCCU1zCuM .container {
  padding: 0rem 0.5rem;
}
.cid-sFCCU1zCuM .sidebar {
  display: flex;
  flex-direction: column;
  order: -1;
  padding-bottom: 1.5rem;
  margin: 0;
}
.cid-sFCCU1zCuM .sidebar-categories .sidebar-title {
  display: none;
}
@media (min-width: 1200px) {
  .cid-sFCCU1zCuM .col-xl-3 {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .cid-sFCCU1zCuM .col-xl-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sFCCU1zCuM .mbr-shop__row {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.cid-sFCCU1zCuM .mbr-gallery-item {
  margin-bottom: 1rem;
}
.cid-sFCCU1zCuM .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  text-align: left;
}
.cid-sFCCU1zCuM .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  padding-bottom: .5rem;
}
.cid-sFCCU1zCuM .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: left;
}
.cid-sFCCU1zCuM .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: left;
}
.cid-sFCCU1zCuM .shop-items .price-block {
  position: relative;
}
.cid-sFCCU1zCuM .shop-items .price-block:before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -9px;
  width: 150px;
  height: 1px;
  background: lightgray;
}
@media (min-width: 767px) {
  .cid-sFCCU1zCuM .mbr-gallery-filter ul {
    display: flex!important;
  }
}
.cid-sFCCU1zCuM .mbr-gallery-filter ul li {
  padding: 6px 30px 6px 2px!important;
}
.cid-sFCCU1zCuM .categories {
  padding: 0;
}
.cid-sFCCU1zCuM .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 14px;
  top: 6px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-sFCCU1zCuM .filter-by-d .btn {
  background: transparent!important;
  border: none!important;
  color: black!important;
}
.cid-sFCCU1zCuM .filter-by-d .btn:hover,
.cid-sFCCU1zCuM .filter-by-d .btn:active {
  background: transparent!important;
  color: black!important;
}
.cid-sFCCU1zCuM .filter-by-d .btn:before {
  content: "\e972";
  font-family: Moririse2;
  padding-right: 12px;
}
.cid-sFCCU1zCuM .filter-by-pu {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  margin-right: 27px!important;
  border-bottom: 1px solid #373329;
}
.cid-sFCCU1zCuM .filter-by-pu:hover {
  background: rgba(0, 0, 0, 0.8);
}
.cid-sFCCU1zCuM .filter-by-pu .btn {
  color: white!important;
  border: none;
  background: transparent!important;
}
.cid-sFCCU1zCuM .filter-by-pu .btn:hover,
.cid-sFCCU1zCuM .filter-by-pu .btn:active {
  background: transparent!important;
  color: white!important;
}
.cid-sFCCU1zCuM .filter-by-pd .btn {
  color: white!important;
  border: none;
  background: transparent!important;
}
.cid-sFCCU1zCuM .filter-by-pd .btn:hover,
.cid-sFCCU1zCuM .filter-by-pd .btn:active {
  background: transparent!important;
  color: white!important;
  border: none;
}
.cid-sFCCU1zCuM .filter-by-pd {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  margin-right: 27px!important;
}
.cid-sFCCU1zCuM .filter-by-pd:hover {
  background: rgba(0, 0, 0, 0.8);
}
.cid-sFCCU1zCuM .col-md-12 .sort-buttons {
  position: absolute;
  z-index: 100;
  right: 0px;
  top: 25px;
  height: 58px;
  width: 230px;
}
.cid-sFCCU1zCuM .col-md-12 .sort-buttons:hover {
  z-index: 100;
  height: 160px;
}
.cid-sFCCU1zCuM .col-md-12 .sort-buttons:hover .filter-by-pu {
  opacity: 1;
}
.cid-sFCCU1zCuM .col-md-12 .sort-buttons:hover .filter-by-pd {
  opacity: 1;
}
.cid-sFCCU1zCuM .flex-row-reverse {
  flex-direction: column-reverse !important;
}
.cid-sFCCU1zCuM .flex-row-reverse .wrapper-shop-items {
  margin-top: 6rem;
}
@media (max-width: 992px) {
  .cid-sFCCU1zCuM .col-md-12 .sort-buttons {
    top: -10px !important;
  }
}
@media (max-width: 767px) {
  .cid-sFCCU1zCuM .mbr-gallery-filter ul li:not(:last-child):after {
    content: none;
  }
  .cid-sFCCU1zCuM .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-sFCCU1zCuM .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-sFCCU1zCuM .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-sFCCU1zCuM .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-sFCCU1zCuM .mbr-shop .sidebar-background:after {
    top: -1%;
  }
  .cid-sFCCU1zCuM .col-md-12 .sort-buttons {
    position: relative;
    height: 200px;
    width: fit-content;
    right: 0px!important;
  }
  .cid-sFCCU1zCuM .col-md-12 .sort-buttons:hover {
    height: 200px;
  }
  .cid-sFCCU1zCuM .col-md-12 .sort-buttons .filter-by-pu,
  .cid-sFCCU1zCuM .col-md-12 .sort-buttons .filter-by-pd {
    opacity: 1;
    margin: 0!important;
  }
  .cid-sFCCU1zCuM .sort-buttons {
    align-items: center!important;
  }
}
@media (max-width: 1200px) {
  .cid-sFCCU1zCuM .col-md-12 .sort-buttons {
    right: 12px;
  }
  .cid-sFCCU1zCuM .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
.cid-sFCCU1zCuM .mbr-shop .btn-sm {
  margin: 0.2rem;
}
.cid-sFCCU1zCuM .sidebar-background:after {
  background-color: #ffffff !important;
  opacity: 0.8;
}
.cid-sFCCU1zCuM .sidebar_wraper {
  background-color: #ffffff !important;
  opacity: 0.8;
}
.cid-sFCCU1zCuM .oldprice {
  padding-left: .8rem!important;
  color: #767676;
  text-decoration: line-through;
}
.cid-sFCCU1zCuM .shopItemsModal_wraper {
  left: 0;
}
.cid-sFCCU1zCuM .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-sFCCU1zCuM .mbr-shop .galleryItem .sidebar_wraper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cid-sFCCU1zCuM .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-sFCCU1zCuM .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-sFCCU1zCuM .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-sFCCU1zCuM .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-sFCCU1zCuM .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-sFCCU1zCuM .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-sFCCU1zCuM .mbr-shop .hide-modal {
  display: none;
}
.cid-sFCCU1zCuM .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-sFCCU1zCuM .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-sFCCU1zCuM .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-sFCCU1zCuM .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-sFCCU1zCuM .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.cid-sFCCU1zCuM .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-sFCCU1zCuM .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-sFCCU1zCuM .mbr-shop .filter-by-pu,
.cid-sFCCU1zCuM .mbr-shop .filter-by-pd,
.cid-sFCCU1zCuM .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-sFCCU1zCuM .mbr-shop .sort-buttons {
  padding-bottom: 0rem;
  margin-right: 13px;
  text-align: right;
}
.cid-sFCCU1zCuM .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-sFCCU1zCuM .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-sFCCU1zCuM .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-sFCCU1zCuM .mbr-shop .galleryItem h4,
.cid-sFCCU1zCuM .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-sFCCU1zCuM .mbr-shop .galleryItem h5,
.cid-sFCCU1zCuM .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-sFCCU1zCuM .mbr-shop .galleryItem p,
.cid-sFCCU1zCuM .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-sFCCU1zCuM .mbr-shop .item-button {
  text-align: center;
}
.cid-sFCCU1zCuM .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-sFCCU1zCuM .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-sFCCU1zCuM .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-sFCCU1zCuM .mbr-shop .sidebar-block {
  position: relative;
}
.cid-sFCCU1zCuM .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.05);
  top: -20px;
  right: 3px;
}
.cid-sFCCU1zCuM .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-sFCCU1zCuM .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-sFCCU1zCuM .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-sFCCU1zCuM .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-sFCCU1zCuM .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-sFCCU1zCuM .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-sFCCU1zCuM .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-sFCCU1zCuM .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-sFCCU1zCuM .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-sFCCU1zCuM .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-sFCCU1zCuM .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-sFCCU1zCuM .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffffff;
  color: #000000;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-sFCCU1zCuM .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-sFCCU1zCuM .mbr-shop .mbr-gallery-item__hided h4,
.cid-sFCCU1zCuM .mbr-shop .mbr-gallery-item__hided h5,
.cid-sFCCU1zCuM .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-sFCCU1zCuM .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-sFCCU1zCuM .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-sFCCU1zCuM .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-sFCCU1zCuM .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-sFCCU1zCuM .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 4px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-sFCCU1zCuM .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-sFCCU1zCuM .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-sFCCU1zCuM .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-sFCCU1zCuM .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-sFCCU1zCuM .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-sFCCU1zCuM .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-sFCCU1zCuM .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-sFCCU1zCuM .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sFCCU1zCuM .mbr-shop .range-controls {
  position: relative;
}
.cid-sFCCU1zCuM .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-sFCCU1zCuM .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-sFCCU1zCuM .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-sFCCU1zCuM .mbr-shop .toggle:hover,
.cid-sFCCU1zCuM .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-sFCCU1zCuM .mbr-shop .min-toggle {
  left: 0;
}
.cid-sFCCU1zCuM .mbr-shop .max-toggle {
  right: 0;
}
.cid-sFCCU1zCuM .mbr-shop .hided-by-price {
  display: none;
}
.cid-sFCCU1zCuM .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-sFCCU1zCuM .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-sFCCU1zCuM .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-sFCCU1zCuM .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-sFCCU1zCuM .mbr-shop .text-modal .price-block span {
  display: inline-block;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-sFCCU1zCuM .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-sFCCU1zCuM .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-sFCCU1zCuM .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-sFCCU1zCuM .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-sFCCU1zCuM .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-sFCCU1zCuM .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-sFCCU1zCuM .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-sFCCU1zCuM .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-sFCCU1zCuM .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-sFCCU1zCuM .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-sFCCU1zCuM .mbr-shop .shop-items .onsale,
.cid-sFCCU1zCuM .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-sFCCU1zCuM .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-sFCCU1zCuM .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-sFCCU1zCuM .mbr-shop .price-range {
  display: inline-block;
}
.cid-sFCCU1zCuM .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-sFCCU1zCuM .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-sFCCU1zCuM .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-sFCCU1zCuM .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-sFCCU1zCuM .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-sFCCU1zCuM .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-sFCCU1zCuM .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-sFCCU1zCuM .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-sFCCU1zCuM .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-sFCCU1zCuM .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-sFCCU1zCuM .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-sFCCU1zCuM .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-sFCCU1zCuM .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 0px;
  }
  .cid-sFCCU1zCuM .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-sFCCU1zCuM .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sFCCU1zCuM .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-sFCCU1zCuM .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-sFCCU1zCuM .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-sFCCU1zCuM .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .cid-sFCCU1zCuM .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-sFCCU1zCuM .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-sFCCU1zCuM .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-sFCCU1zCuM .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-sFCCU1zCuM .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-sFCCU1zCuM .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-sFCCU1zCuM .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-sFCCU1zCuM .range-slider .mbr-section-btn {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCCU1zCuM .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-sFCCU1zCuM .shop-item-price,
.cid-sFCCU1zCuM .price-block {
  color: #767676;
}
.cid-sFOfdBAavb {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFOfdBAavb h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-sFOfdBAavb h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sFOfdBAavb h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sFOfdBAavb H3 {
  color: #000000;
}
.cid-sFOfT4gYI6 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/logo-revision-2000x2000.png");
}
.cid-sFOfT4gYI6 .row {
  justify-content: flex-end;
}
.cid-sFOfT4gYI6 h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sFOfT4gYI6 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sFOfT4gYI6 .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-sFOfT4gYI6 h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-sFOfT4gYI6 h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-sFOfT4gYI6 .mbr-text,
.cid-sFOfT4gYI6 .mbr-section-btn {
  color: #efefef;
}
.cid-sFOjU1jffm {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sFOjU1jffm .mbr-text {
  color: #767676;
}
.cid-sFOjU1jffm .mbr-subtitle {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sFOjU1jffm .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-sFOlblttpA {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sFOlblttpA .mbr-section-subtitle {
  color: #767676;
}
.cid-sFOlblttpA .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-sFOlblttpA .container {
    max-width: 1600px;
  }
}
.cid-sFOlblttpA .mbr-iconfont {
  color: #ffffff !important;
}
.cid-sFOlblttpA .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-sFOlblttpA .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-sFOlblttpA .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-sFOlblttpA .team-item:hover .item-social {
  opacity: 1;
}
.cid-sFOlblttpA .team-item .item-image img {
  width: 100%;
}
.cid-sFOlblttpA .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sFOlblttpA .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sFOlblttpA .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sFOlblttpA .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sFOlblttpA .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFOlblttpA .item-text {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sFOlblttpA .item-caption {
    padding: 2rem 1rem;
  }
  .cid-sFOlblttpA .item-social {
    opacity: 1;
  }
}
.cid-sFOlblttpA .item-name {
  color: #767676;
}
.cid-sFOrg7YObB {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFOrg7YObB h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-sFOrg7YObB h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sFOrg7YObB h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sFOrg7YObB H3 {
  color: #000000;
}
.cid-sFOqfv3CWO {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sFOqfv3CWO .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sFOqfv3CWO .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-sFOqfv3CWO .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-sFOqfv3CWO .media-content {
  padding-left: 2rem;
}
.cid-sFOqfv3CWO textarea {
  min-height: 150px;
}
.cid-sFOqfv3CWO .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-sFOqfv3CWO .form-control,
.cid-sFOqfv3CWO .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-sFOqfv3CWO .form-control input::-webkit-input-placeholder,
.cid-sFOqfv3CWO .field-input input::-webkit-input-placeholder,
.cid-sFOqfv3CWO .form-control textarea::-webkit-input-placeholder,
.cid-sFOqfv3CWO .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-sFOqfv3CWO .form-control input:-moz-placeholder,
.cid-sFOqfv3CWO .field-input input:-moz-placeholder,
.cid-sFOqfv3CWO .form-control textarea:-moz-placeholder,
.cid-sFOqfv3CWO .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-sFOqfv3CWO .form-control:hover,
.cid-sFOqfv3CWO .field-input:hover,
.cid-sFOqfv3CWO .form-control:focus,
.cid-sFOqfv3CWO .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sFOqfv3CWO .form-control:hover input::-webkit-input-placeholder,
.cid-sFOqfv3CWO .field-input:hover input::-webkit-input-placeholder,
.cid-sFOqfv3CWO .form-control:focus input::-webkit-input-placeholder,
.cid-sFOqfv3CWO .field-input:focus input::-webkit-input-placeholder,
.cid-sFOqfv3CWO .form-control:hover textarea::-webkit-input-placeholder,
.cid-sFOqfv3CWO .field-input:hover textarea::-webkit-input-placeholder,
.cid-sFOqfv3CWO .form-control:focus textarea::-webkit-input-placeholder,
.cid-sFOqfv3CWO .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sFOqfv3CWO .form-control:hover input:-moz-placeholder,
.cid-sFOqfv3CWO .field-input:hover input:-moz-placeholder,
.cid-sFOqfv3CWO .form-control:focus input:-moz-placeholder,
.cid-sFOqfv3CWO .field-input:focus input:-moz-placeholder,
.cid-sFOqfv3CWO .form-control:hover textarea:-moz-placeholder,
.cid-sFOqfv3CWO .field-input:hover textarea:-moz-placeholder,
.cid-sFOqfv3CWO .form-control:focus textarea:-moz-placeholder,
.cid-sFOqfv3CWO .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-sFOqfv3CWO .jq-number__spin:hover,
.cid-sFOqfv3CWO .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sFOqfv3CWO .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sFOqfv3CWO .jq-selectbox li,
.cid-sFOqfv3CWO .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sFOqfv3CWO .jq-selectbox li:hover,
.cid-sFOqfv3CWO .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sFOqfv3CWO .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sFOqfv3CWO .jq-number__spin.minus:hover:after,
.cid-sFOqfv3CWO .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sFOqfv3CWO .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sFOqfv3CWO .jq-number__spin.minus:after,
.cid-sFOqfv3CWO .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sFOqfv3CWO input::-webkit-clear-button {
  display: none;
}
.cid-sFOqfv3CWO input::-webkit-inner-spin-button {
  display: none;
}
.cid-sFOqfv3CWO input::-webkit-outer-spin-button {
  display: none;
}
.cid-sFOqfv3CWO input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sFOqfv3CWO .mbr-text,
.cid-sFOqfv3CWO .mbr-section-btn {
  color: #767676;
}
.cid-sFOqfv3CWO .text2,
.cid-sFOqfv3CWO .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-sFOqfv3CWO .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-sFCIAd4ejo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sFCIAd4ejo .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFCIAd4ejo .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFCIAd4ejo .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFCIAd4ejo .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFCIAd4ejo .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFCIAd4ejo .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sFCIAd4ejo .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sFCIAd4ejo .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFCIAd4ejo .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFCIAd4ejo .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sFCIAd4ejo .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFCIAd4ejo .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFCIAd4ejo .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFCIAd4ejo .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sFCnPUVKDr .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-sFCnPUVKDr .nav-item:focus,
.cid-sFCnPUVKDr .nav-link:focus {
  outline: none;
}
.cid-sFCnPUVKDr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sFCnPUVKDr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCnPUVKDr .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sFCnPUVKDr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sFCnPUVKDr .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-sFCnPUVKDr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCnPUVKDr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCnPUVKDr .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sFCnPUVKDr .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-sFCnPUVKDr .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sFCnPUVKDr .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sFCnPUVKDr .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sFCnPUVKDr .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sFCnPUVKDr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFCnPUVKDr .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sFCnPUVKDr .navbar.collapsed .navbar-collapse.show,
.cid-sFCnPUVKDr .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sFCnPUVKDr .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sFCnPUVKDr .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sFCnPUVKDr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sFCnPUVKDr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCnPUVKDr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCnPUVKDr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFCnPUVKDr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCnPUVKDr .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sFCnPUVKDr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sFCnPUVKDr .navbar.collapsed .right-menu,
.cid-sFCnPUVKDr .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sFCnPUVKDr .navbar .navbar-collapse.show,
  .cid-sFCnPUVKDr .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sFCnPUVKDr .navbar .navbar-collapse.show .brand-container,
  .cid-sFCnPUVKDr .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sFCnPUVKDr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCnPUVKDr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sFCnPUVKDr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCnPUVKDr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCnPUVKDr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFCnPUVKDr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sFCnPUVKDr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCnPUVKDr .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sFCnPUVKDr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sFCnPUVKDr .navbar .right-menu,
  .cid-sFCnPUVKDr .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sFCnPUVKDr .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCnPUVKDr .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sFCnPUVKDr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFCnPUVKDr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFCnPUVKDr .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCnPUVKDr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCnPUVKDr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCnPUVKDr .dropdown-item.active,
.cid-sFCnPUVKDr .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCnPUVKDr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCnPUVKDr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCnPUVKDr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCnPUVKDr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFCnPUVKDr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCnPUVKDr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCnPUVKDr ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sFCnPUVKDr ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sFCnPUVKDr .navbar-buttons {
  margin-left: auto;
}
.cid-sFCnPUVKDr button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFCnPUVKDr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCnPUVKDr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFCnPUVKDr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFCnPUVKDr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFCnPUVKDr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFCnPUVKDr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFCnPUVKDr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sFCnPUVKDr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sFCnPUVKDr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFCnPUVKDr .navbar-dropdown {
  position: fixed;
}
.cid-sFCnPUVKDr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFCnPUVKDr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sFCnPUVKDr .right-menu,
.cid-sFCnPUVKDr .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sFCnPUVKDr .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sFCnPUVKDr .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sFCnPUVKDr .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sFCnPUVKDr .menu-top {
  text-align: center;
  width: 100%;
  background-color: #000000;
  padding: .5rem 0;
}
.cid-sFCnPUVKDr .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sFCnPUVKDr .card-wrapper {
  z-index: 3;
}
.cid-sFCnPUVKDr .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sFCnPUVKDr .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCnPUVKDr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFOyc316Jn {
  padding-top: 0px;
  padding-bottom: 165px;
  background-color: #000000;
}
.cid-sFOyc316Jn h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sFOyc316Jn h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sFOyc316Jn h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sNaWOBrJXa {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sNaWOBrJXa .mbr-text {
    text-align: center;
  }
}
.cid-sNaWOBrJXa .mbr-text,
.cid-sNaWOBrJXa .mbr-section-btn {
  color: #efefef;
}
.cid-sNaWOBrJXa H1 {
  color: #ffffff;
}
.cid-sNaZcFiIxn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sNaZcFiIxn .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sNaZcFiIxn .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNaZcFiIxn .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sNaZcFiIxn .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sNaZcFiIxn .container {
  padding: 0;
}
.cid-sNaZcFiIxn .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sNaZcFiIxn .icon-focus {
  display: none;
}
.cid-sNaZcFiIxn .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-sNaZcFiIxn .btn-primary-outline:hover {
  background: transparent!important;
  color: #e1201d !important;
}
.cid-sNaZcFiIxn .btn-primary-outline:active {
  background: transparent!important;
  color: black !important;
}
.cid-sNaZcFiIxn li {
  position: relative;
}
.cid-sNaZcFiIxn li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-sNaZcFiIxn .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sNaZcFiIxn .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sNaZcFiIxn .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sNaZcFiIxn .btn {
  font-family: DM Sans !important;
}
.cid-sNaZcFiIxn .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sNaZcFiIxn .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-sNaZcFiIxn .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-sNaZcFiIxn li:not(:last-child):after {
    top: 9px;
  }
  .cid-sNaZcFiIxn .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-sFOwz4wqA0 {
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sFOwz4wqA0 .mbr-text {
    text-align: center;
  }
}
.cid-sFOwz4wqA0 .mbr-text,
.cid-sFOwz4wqA0 .mbr-section-btn {
  color: #efefef;
}
.cid-sFOwz4wqA0 H1 {
  color: #ffffff;
}
.cid-sFCIAd4ejo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sFCIAd4ejo .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFCIAd4ejo .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFCIAd4ejo .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFCIAd4ejo .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFCIAd4ejo .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFCIAd4ejo .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sFCIAd4ejo .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sFCIAd4ejo .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFCIAd4ejo .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFCIAd4ejo .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sFCIAd4ejo .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFCIAd4ejo .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFCIAd4ejo .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFCIAd4ejo .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sFOynqKfb7 .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-sFOynqKfb7 .nav-item:focus,
.cid-sFOynqKfb7 .nav-link:focus {
  outline: none;
}
.cid-sFOynqKfb7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sFOynqKfb7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFOynqKfb7 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sFOynqKfb7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sFOynqKfb7 .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-sFOynqKfb7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFOynqKfb7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFOynqKfb7 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sFOynqKfb7 .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-sFOynqKfb7 .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sFOynqKfb7 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sFOynqKfb7 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sFOynqKfb7 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sFOynqKfb7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFOynqKfb7 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sFOynqKfb7 .navbar.collapsed .navbar-collapse.show,
.cid-sFOynqKfb7 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sFOynqKfb7 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sFOynqKfb7 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sFOynqKfb7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sFOynqKfb7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFOynqKfb7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFOynqKfb7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFOynqKfb7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFOynqKfb7 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sFOynqKfb7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sFOynqKfb7 .navbar.collapsed .right-menu,
.cid-sFOynqKfb7 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sFOynqKfb7 .navbar .navbar-collapse.show,
  .cid-sFOynqKfb7 .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sFOynqKfb7 .navbar .navbar-collapse.show .brand-container,
  .cid-sFOynqKfb7 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sFOynqKfb7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFOynqKfb7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sFOynqKfb7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFOynqKfb7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFOynqKfb7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFOynqKfb7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sFOynqKfb7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFOynqKfb7 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sFOynqKfb7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sFOynqKfb7 .navbar .right-menu,
  .cid-sFOynqKfb7 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sFOynqKfb7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFOynqKfb7 .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sFOynqKfb7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFOynqKfb7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFOynqKfb7 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFOynqKfb7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFOynqKfb7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFOynqKfb7 .dropdown-item.active,
.cid-sFOynqKfb7 .dropdown-item:active {
  background-color: transparent;
}
.cid-sFOynqKfb7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFOynqKfb7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFOynqKfb7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFOynqKfb7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFOynqKfb7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFOynqKfb7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFOynqKfb7 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sFOynqKfb7 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sFOynqKfb7 .navbar-buttons {
  margin-left: auto;
}
.cid-sFOynqKfb7 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFOynqKfb7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFOynqKfb7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFOynqKfb7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFOynqKfb7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFOynqKfb7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFOynqKfb7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFOynqKfb7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sFOynqKfb7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sFOynqKfb7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFOynqKfb7 .navbar-dropdown {
  position: fixed;
}
.cid-sFOynqKfb7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFOynqKfb7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sFOynqKfb7 .right-menu,
.cid-sFOynqKfb7 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sFOynqKfb7 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sFOynqKfb7 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sFOynqKfb7 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sFOynqKfb7 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #000000;
  padding: .5rem 0;
}
.cid-sFOynqKfb7 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sFOynqKfb7 .card-wrapper {
  z-index: 3;
}
.cid-sFOynqKfb7 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sFOynqKfb7 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFOynqKfb7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFOynrtbmm {
  padding-top: 0px;
  padding-bottom: 165px;
  background-color: #000000;
}
.cid-sFOynrtbmm h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sFOynrtbmm h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sFOynrtbmm h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sFOyns6mmA {
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sFOyns6mmA .mbr-text {
    text-align: center;
  }
}
.cid-sFOyns6mmA .mbr-text,
.cid-sFOyns6mmA .mbr-section-btn {
  color: #efefef;
}
.cid-sFOyns6mmA H1 {
  color: #ffffff;
}
.cid-sFOynsUsmX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sFOynsUsmX .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFOynsUsmX .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFOynsUsmX .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFOynsUsmX .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFOynsUsmX .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFOynsUsmX .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sFOynsUsmX .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sFOynsUsmX .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFOynsUsmX .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFOynsUsmX .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sFOynsUsmX .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFOynsUsmX .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFOynsUsmX .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFOynsUsmX .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sFCnPUVKDr .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-sFCnPUVKDr .nav-item:focus,
.cid-sFCnPUVKDr .nav-link:focus {
  outline: none;
}
.cid-sFCnPUVKDr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sFCnPUVKDr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCnPUVKDr .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sFCnPUVKDr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sFCnPUVKDr .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-sFCnPUVKDr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCnPUVKDr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCnPUVKDr .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sFCnPUVKDr .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-sFCnPUVKDr .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sFCnPUVKDr .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sFCnPUVKDr .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sFCnPUVKDr .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sFCnPUVKDr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFCnPUVKDr .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sFCnPUVKDr .navbar.collapsed .navbar-collapse.show,
.cid-sFCnPUVKDr .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sFCnPUVKDr .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sFCnPUVKDr .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sFCnPUVKDr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sFCnPUVKDr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCnPUVKDr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCnPUVKDr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFCnPUVKDr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCnPUVKDr .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sFCnPUVKDr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sFCnPUVKDr .navbar.collapsed .right-menu,
.cid-sFCnPUVKDr .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sFCnPUVKDr .navbar .navbar-collapse.show,
  .cid-sFCnPUVKDr .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sFCnPUVKDr .navbar .navbar-collapse.show .brand-container,
  .cid-sFCnPUVKDr .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sFCnPUVKDr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCnPUVKDr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sFCnPUVKDr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCnPUVKDr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCnPUVKDr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFCnPUVKDr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sFCnPUVKDr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCnPUVKDr .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sFCnPUVKDr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sFCnPUVKDr .navbar .right-menu,
  .cid-sFCnPUVKDr .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sFCnPUVKDr .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCnPUVKDr .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sFCnPUVKDr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFCnPUVKDr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFCnPUVKDr .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCnPUVKDr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCnPUVKDr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCnPUVKDr .dropdown-item.active,
.cid-sFCnPUVKDr .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCnPUVKDr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCnPUVKDr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCnPUVKDr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCnPUVKDr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFCnPUVKDr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCnPUVKDr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCnPUVKDr ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sFCnPUVKDr ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sFCnPUVKDr .navbar-buttons {
  margin-left: auto;
}
.cid-sFCnPUVKDr button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFCnPUVKDr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCnPUVKDr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFCnPUVKDr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFCnPUVKDr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFCnPUVKDr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFCnPUVKDr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFCnPUVKDr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sFCnPUVKDr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sFCnPUVKDr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFCnPUVKDr .navbar-dropdown {
  position: fixed;
}
.cid-sFCnPUVKDr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFCnPUVKDr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sFCnPUVKDr .right-menu,
.cid-sFCnPUVKDr .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sFCnPUVKDr .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sFCnPUVKDr .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sFCnPUVKDr .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sFCnPUVKDr .menu-top {
  text-align: center;
  width: 100%;
  background-color: #000000;
  padding: .5rem 0;
}
.cid-sFCnPUVKDr .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sFCnPUVKDr .card-wrapper {
  z-index: 3;
}
.cid-sFCnPUVKDr .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sFCnPUVKDr .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCnPUVKDr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sP1SCiQmeR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sP1SCiQmeR h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sP1SCiQmeR h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sP1SCiQmeR h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sP1SCiQmeR .mbr-text,
.cid-sP1SCiQmeR .mbr-section-btn {
  color: #767676;
}
.cid-sOn0XQbpes {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/9783949334009-2000x2000.jpg");
}
.cid-sOn0XQbpes h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-sOn0XQbpes h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sOn0XQbpes h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sOn3qqlYg2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sOn3qqlYg2 .mbr-text {
    text-align: center;
  }
}
.cid-sOn3qqlYg2 .container-fluid {
  padding: 0;
}
.cid-sOn3qqlYg2 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-sOn3qqlYg2 img {
  height: 100%;
  object-fit: cover;
}
.cid-sOn3qqlYg2 .mbr-figure {
  height: 100%;
}
.cid-sOn3qqlYg2 .col-lg-6 {
  padding: 0;
}
.cid-sOn3qqlYg2 .row {
  margin: 0;
}
.cid-sOn3qqlYg2 .mbr-text,
.cid-sOn3qqlYg2 .mbr-section-btn {
  color: #efefef;
}
.cid-sOn3qqlYg2 H3 {
  color: #efefef;
}
.cid-sOn3qqlYg2 H1 {
  color: #efefef;
}
.cid-sOXCXLGnca {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sOXCXLGnca .mbr-text {
    text-align: center;
  }
}
.cid-sOXCXLGnca .mbr-text,
.cid-sOXCXLGnca .mbr-section-btn {
  color: #767676;
}
.cid-sP1yPNIOHt {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sP1yPNIOHt h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sP1yPNIOHt h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sP1yPNIOHt h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sP1yPNIOHt .mbr-text,
.cid-sP1yPNIOHt .mbr-section-btn {
  color: #767676;
}
.cid-sP1yPNIOHt H3 {
  color: #cccccc;
}
.cid-sP1rm2W2Ew {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-sP1rm2W2Ew img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-sP1rm2W2Ew .row {
  justify-content: center;
}
.cid-sP1rm2W2Ew .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sP1rm2W2Ew .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-sP1rm2W2Ew .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-sP1rm2W2Ew .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-sP1rm2W2Ew .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-sP1rm2W2Ew .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-sP1rm2W2Ew .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-sP1rm2W2Ew .item {
    padding: 0.5rem;
  }
  .cid-sP1rm2W2Ew .row {
    padding: 0 0.5rem;
  }
}
.cid-sP1rm2W2Ew .btn {
  border-radius: 0;
}
.cid-sP1rm2W2Ew .mbr-iconfont {
  font-size: 1rem!important;
}
.cid-sOXmygmvyT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sOXmygmvyT .mbr-text {
    text-align: center;
  }
}
.cid-sOXmygmvyT .container-fluid {
  padding: 0;
}
.cid-sOXmygmvyT .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-sOXmygmvyT img {
  height: 100%;
  object-fit: cover;
}
.cid-sOXmygmvyT .mbr-figure {
  height: 100%;
}
.cid-sOXmygmvyT .col-lg-6 {
  padding: 0;
}
.cid-sOXmygmvyT .row {
  margin: 0;
}
.cid-sOn64OniJf {
  background-image: url("../../../assets/images/die-brueder-strugatzki-links-1900x1169.jpg");
}
.cid-sOn64OniJf h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sOn64OniJf h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sOn64OniJf .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-sOn64OniJf h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-sOn64OniJf h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-sP1BvLJzhg {
  background-image: url("../../../assets/images/a4af5-screenshot002-1600x1147.jpg");
}
.cid-sP1BvLJzhg .row {
  justify-content: flex-end;
}
.cid-sP1BvLJzhg h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sP1BvLJzhg h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sP1BvLJzhg .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-sP1BvLJzhg h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-sP1BvLJzhg h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-sP1BvLJzhg .mbr-text,
.cid-sP1BvLJzhg .mbr-section-btn {
  color: #efefef;
}
.cid-sP1HtB1kWX {
  background-image: url("../../../assets/images/tumblr-p7nel2eglf1s96g6eo1-1280-1280x934.jpg");
}
.cid-sP1HtB1kWX .row {
  justify-content: flex-end;
}
.cid-sP1HtB1kWX h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sP1HtB1kWX h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sP1HtB1kWX .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-sP1HtB1kWX h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-sP1HtB1kWX h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-sP1HtB1kWX .mbr-text,
.cid-sP1HtB1kWX .mbr-section-btn {
  color: #efefef;
}
.cid-sP1PFEShin {
  background-image: url("../../../assets/images/stalkergame-1920x1080.jpg");
}
.cid-sP1PFEShin h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sP1PFEShin h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sP1PFEShin .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-sP1PFEShin h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-sP1PFEShin h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-sP1OZE0vMd {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-sP1OZE0vMd h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sP1OZE0vMd h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sP1OZE0vMd h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sP1OZE0vMd .mbr-text,
.cid-sP1OZE0vMd .mbr-section-btn {
  color: #465052;
}
.cid-sFCIAd4ejo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sFCIAd4ejo .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFCIAd4ejo .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFCIAd4ejo .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFCIAd4ejo .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFCIAd4ejo .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFCIAd4ejo .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sFCIAd4ejo .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sFCIAd4ejo .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFCIAd4ejo .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFCIAd4ejo .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sFCIAd4ejo .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFCIAd4ejo .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFCIAd4ejo .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFCIAd4ejo .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t2xlXkfncQ .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-t2xlXkfncQ .nav-item:focus,
.cid-t2xlXkfncQ .nav-link:focus {
  outline: none;
}
.cid-t2xlXkfncQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t2xlXkfncQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2xlXkfncQ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-t2xlXkfncQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t2xlXkfncQ .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-t2xlXkfncQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2xlXkfncQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2xlXkfncQ .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-t2xlXkfncQ .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-t2xlXkfncQ .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-t2xlXkfncQ .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-t2xlXkfncQ .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-t2xlXkfncQ .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-t2xlXkfncQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t2xlXkfncQ .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t2xlXkfncQ .navbar.collapsed .navbar-collapse.show,
.cid-t2xlXkfncQ .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t2xlXkfncQ .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-t2xlXkfncQ .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-t2xlXkfncQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t2xlXkfncQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2xlXkfncQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2xlXkfncQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t2xlXkfncQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2xlXkfncQ .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t2xlXkfncQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t2xlXkfncQ .navbar.collapsed .right-menu,
.cid-t2xlXkfncQ .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-t2xlXkfncQ .navbar .navbar-collapse.show,
  .cid-t2xlXkfncQ .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-t2xlXkfncQ .navbar .navbar-collapse.show .brand-container,
  .cid-t2xlXkfncQ .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-t2xlXkfncQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2xlXkfncQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t2xlXkfncQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2xlXkfncQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2xlXkfncQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t2xlXkfncQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t2xlXkfncQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2xlXkfncQ .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-t2xlXkfncQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-t2xlXkfncQ .navbar .right-menu,
  .cid-t2xlXkfncQ .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t2xlXkfncQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2xlXkfncQ .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-t2xlXkfncQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t2xlXkfncQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t2xlXkfncQ .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2xlXkfncQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2xlXkfncQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2xlXkfncQ .dropdown-item.active,
.cid-t2xlXkfncQ .dropdown-item:active {
  background-color: transparent;
}
.cid-t2xlXkfncQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2xlXkfncQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2xlXkfncQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2xlXkfncQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t2xlXkfncQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2xlXkfncQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2xlXkfncQ ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-t2xlXkfncQ ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-t2xlXkfncQ .navbar-buttons {
  margin-left: auto;
}
.cid-t2xlXkfncQ button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t2xlXkfncQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t2xlXkfncQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t2xlXkfncQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t2xlXkfncQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t2xlXkfncQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t2xlXkfncQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t2xlXkfncQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-t2xlXkfncQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-t2xlXkfncQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t2xlXkfncQ .navbar-dropdown {
  position: fixed;
}
.cid-t2xlXkfncQ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t2xlXkfncQ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t2xlXkfncQ .right-menu,
.cid-t2xlXkfncQ .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-t2xlXkfncQ .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t2xlXkfncQ .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t2xlXkfncQ .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t2xlXkfncQ .menu-top {
  text-align: center;
  width: 100%;
  background-color: #000000;
  padding: .5rem 0;
}
.cid-t2xlXkfncQ .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-t2xlXkfncQ .card-wrapper {
  z-index: 3;
}
.cid-t2xlXkfncQ .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-t2xlXkfncQ .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2xlXkfncQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2xlXkOwrN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-t2xlXkOwrN h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-t2xlXkOwrN h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t2xlXkOwrN h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t2xlXkOwrN .mbr-text,
.cid-t2xlXkOwrN .mbr-section-btn {
  color: #767676;
}
.cid-t2xlXlmOuw {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/the-invincible-skull-horizontal-1-2000x1125.jpg");
}
.cid-t2xlXlmOuw h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-t2xlXlmOuw h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t2xlXlmOuw h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t2xlXm49Us {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-t2xlXm49Us .mbr-text {
    text-align: center;
  }
}
.cid-t2xlXm49Us .container-fluid {
  padding: 0;
}
.cid-t2xlXm49Us .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-t2xlXm49Us img {
  height: 100%;
  object-fit: cover;
}
.cid-t2xlXm49Us .mbr-figure {
  height: 100%;
}
.cid-t2xlXm49Us .col-lg-6 {
  padding: 0;
}
.cid-t2xlXm49Us .row {
  margin: 0;
}
.cid-t2xlXm49Us .mbr-text,
.cid-t2xlXm49Us .mbr-section-btn {
  color: #efefef;
}
.cid-t2xlXm49Us H3 {
  color: #efefef;
}
.cid-t2xlXm49Us H1 {
  color: #efefef;
}
.cid-t2xlXmMPYc {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-t2xlXmMPYc .mbr-text {
    text-align: center;
  }
}
.cid-t2xlXmMPYc .mbr-text,
.cid-t2xlXmMPYc .mbr-section-btn {
  color: #767676;
}
.cid-t2xlXnRUdQ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-t2xlXnRUdQ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-t2xlXnRUdQ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t2xlXnRUdQ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t2xlXnRUdQ .mbr-text,
.cid-t2xlXnRUdQ .mbr-section-btn {
  color: #767676;
}
.cid-t2xlXnRUdQ H3 {
  color: #cccccc;
}
.cid-t2xlXoue9P {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-t2xlXoue9P img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-t2xlXoue9P .row {
  justify-content: center;
}
.cid-t2xlXoue9P .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-t2xlXoue9P .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-t2xlXoue9P .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-t2xlXoue9P .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-t2xlXoue9P .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-t2xlXoue9P .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-t2xlXoue9P .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-t2xlXoue9P .item {
    padding: 0.5rem;
  }
  .cid-t2xlXoue9P .row {
    padding: 0 0.5rem;
  }
}
.cid-t2xlXoue9P .btn {
  border-radius: 0;
}
.cid-t2xlXoue9P .mbr-iconfont {
  font-size: 1rem!important;
}
.cid-t2xlXs52yV {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-t2xlXs52yV .mbr-text {
    text-align: center;
  }
}
.cid-t2xlXs52yV .container-fluid {
  padding: 0;
}
.cid-t2xlXs52yV .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-t2xlXs52yV img {
  height: 100%;
  object-fit: cover;
}
.cid-t2xlXs52yV .mbr-figure {
  height: 100%;
}
.cid-t2xlXs52yV .col-lg-6 {
  padding: 0;
}
.cid-t2xlXs52yV .row {
  margin: 0;
}
.cid-t2xlXsGJRu {
  background-image: url("../../../assets/images/ss-158d7636d18dc50deb4e46240487b4505ec5fcbd-1920x1080.jpg");
}
.cid-t2xlXsGJRu h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-t2xlXsGJRu h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t2xlXsGJRu .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-t2xlXsGJRu h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-t2xlXsGJRu h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-t2xMuCRRUz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-t2xMuCRRUz .mbr-text {
    text-align: center;
  }
}
.cid-t2xMuCRRUz .container-fluid {
  padding: 0;
}
.cid-t2xMuCRRUz .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-t2xMuCRRUz img {
  height: 100%;
  object-fit: cover;
}
.cid-t2xMuCRRUz .mbr-figure {
  height: 100%;
}
.cid-t2xMuCRRUz .col-lg-6 {
  padding: 0;
}
.cid-t2xMuCRRUz .row {
  margin: 0;
}
.cid-t2xMuCRRUz .mbr-text,
.cid-t2xMuCRRUz .mbr-section-btn {
  color: #ffffff;
}
.cid-t2xMuCRRUz H3 {
  color: #ffffff;
}
.cid-t2xMuCRRUz H1 {
  color: #ffffff;
}
.cid-t2xQw5waMo {
  background-image: url("../../../assets/images/ss-64180d81548ffc0e71c5968b3ceed987be7a01d5-1920x1080.jpg");
}
.cid-t2xQw5waMo .row {
  justify-content: flex-end;
}
.cid-t2xQw5waMo h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-t2xQw5waMo h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t2xQw5waMo .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-t2xQw5waMo h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-t2xQw5waMo h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-t2xQw5waMo .mbr-text,
.cid-t2xQw5waMo .mbr-section-btn {
  color: #efefef;
}
.cid-t2xQpZjlZG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-t2xQpZjlZG h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-t2xQpZjlZG h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t2xQpZjlZG h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t2xQpZjlZG .mbr-text,
.cid-t2xQpZjlZG .mbr-section-btn {
  color: #767676;
}
.cid-t2xQpZjlZG H3 {
  color: #cccccc;
}
.cid-t2xQoprcUX {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-t2xQoprcUX img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-t2xQoprcUX .row {
  justify-content: center;
}
.cid-t2xQoprcUX .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-t2xQoprcUX .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-t2xQoprcUX .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-t2xQoprcUX .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-t2xQoprcUX .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-t2xQoprcUX .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-t2xQoprcUX .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-t2xQoprcUX .item {
    padding: 0.5rem;
  }
  .cid-t2xQoprcUX .row {
    padding: 0 0.5rem;
  }
}
.cid-t2xQoprcUX .btn {
  border-radius: 0;
}
.cid-t2xQoprcUX .mbr-iconfont {
  font-size: 1rem!important;
}
.cid-t2y1b0dJnQ {
  background-image: url("../../../assets/images/ss-d164b2d8593c4b075600246754f9731fc4328766-1920x1080.jpg");
}
.cid-t2y1b0dJnQ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-t2y1b0dJnQ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t2y1b0dJnQ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t2xlXvzxkS {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-t2xlXvzxkS h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-t2xlXvzxkS h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t2xlXvzxkS h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t2xlXvzxkS .mbr-text,
.cid-t2xlXvzxkS .mbr-section-btn {
  color: #465052;
}
.cid-t2xlXwtM3r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t2xlXwtM3r .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t2xlXwtM3r .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t2xlXwtM3r .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t2xlXwtM3r .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t2xlXwtM3r .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t2xlXwtM3r .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t2xlXwtM3r .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t2xlXwtM3r .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t2xlXwtM3r .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t2xlXwtM3r .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t2xlXwtM3r .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2xlXwtM3r .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t2xlXwtM3r .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t2xlXwtM3r .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tzjxhUxPxr .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-tzjxhUxPxr .nav-item:focus,
.cid-tzjxhUxPxr .nav-link:focus {
  outline: none;
}
.cid-tzjxhUxPxr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzjxhUxPxr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzjxhUxPxr .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tzjxhUxPxr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tzjxhUxPxr .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-tzjxhUxPxr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzjxhUxPxr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzjxhUxPxr .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tzjxhUxPxr .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-tzjxhUxPxr .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tzjxhUxPxr .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tzjxhUxPxr .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tzjxhUxPxr .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tzjxhUxPxr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tzjxhUxPxr .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tzjxhUxPxr .navbar.collapsed .navbar-collapse.show,
.cid-tzjxhUxPxr .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tzjxhUxPxr .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tzjxhUxPxr .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tzjxhUxPxr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tzjxhUxPxr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzjxhUxPxr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzjxhUxPxr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tzjxhUxPxr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzjxhUxPxr .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tzjxhUxPxr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tzjxhUxPxr .navbar.collapsed .right-menu,
.cid-tzjxhUxPxr .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tzjxhUxPxr .navbar .navbar-collapse.show,
  .cid-tzjxhUxPxr .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tzjxhUxPxr .navbar .navbar-collapse.show .brand-container,
  .cid-tzjxhUxPxr .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tzjxhUxPxr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzjxhUxPxr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tzjxhUxPxr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzjxhUxPxr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzjxhUxPxr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tzjxhUxPxr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tzjxhUxPxr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzjxhUxPxr .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tzjxhUxPxr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tzjxhUxPxr .navbar .right-menu,
  .cid-tzjxhUxPxr .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tzjxhUxPxr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzjxhUxPxr .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-tzjxhUxPxr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tzjxhUxPxr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tzjxhUxPxr .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tzjxhUxPxr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzjxhUxPxr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzjxhUxPxr .dropdown-item.active,
.cid-tzjxhUxPxr .dropdown-item:active {
  background-color: transparent;
}
.cid-tzjxhUxPxr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzjxhUxPxr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzjxhUxPxr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzjxhUxPxr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tzjxhUxPxr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzjxhUxPxr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzjxhUxPxr ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tzjxhUxPxr ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tzjxhUxPxr .navbar-buttons {
  margin-left: auto;
}
.cid-tzjxhUxPxr button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tzjxhUxPxr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tzjxhUxPxr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tzjxhUxPxr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tzjxhUxPxr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tzjxhUxPxr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tzjxhUxPxr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tzjxhUxPxr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tzjxhUxPxr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tzjxhUxPxr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tzjxhUxPxr .navbar-dropdown {
  position: fixed;
}
.cid-tzjxhUxPxr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tzjxhUxPxr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tzjxhUxPxr .right-menu,
.cid-tzjxhUxPxr .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tzjxhUxPxr .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tzjxhUxPxr .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tzjxhUxPxr .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tzjxhUxPxr .menu-top {
  text-align: center;
  width: 100%;
  background-color: #000000;
  padding: .5rem 0;
}
.cid-tzjxhUxPxr .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tzjxhUxPxr .card-wrapper {
  z-index: 3;
}
.cid-tzjxhUxPxr .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tzjxhUxPxr .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tzjxhUxPxr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzjxhVCpNA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tzjxhVCpNA h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tzjxhVCpNA h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tzjxhVCpNA h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tzjxhVCpNA .mbr-text,
.cid-tzjxhVCpNA .mbr-section-btn {
  color: #767676;
}
.cid-tzjxhWliBd {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/cover-hotel-illustration-2000x2000.png");
}
.cid-tzjxhWliBd h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-tzjxhWliBd h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tzjxhWliBd h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tzjxhWVZUr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tzjxhWVZUr .mbr-text {
    text-align: center;
  }
}
.cid-tzjxhWVZUr .container-fluid {
  padding: 0;
}
.cid-tzjxhWVZUr .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tzjxhWVZUr img {
  height: 100%;
  object-fit: cover;
}
.cid-tzjxhWVZUr .mbr-figure {
  height: 100%;
}
.cid-tzjxhWVZUr .col-lg-6 {
  padding: 0;
}
.cid-tzjxhWVZUr .row {
  margin: 0;
}
.cid-tzjxhWVZUr .mbr-text,
.cid-tzjxhWVZUr .mbr-section-btn {
  color: #efefef;
}
.cid-tzjxhWVZUr H3 {
  color: #efefef;
}
.cid-tzjxhWVZUr H1 {
  color: #efefef;
}
.cid-tzjxhXxjGz {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tzjxhXxjGz .mbr-text {
    text-align: center;
  }
}
.cid-tzjxhXxjGz .mbr-text,
.cid-tzjxhXxjGz .mbr-section-btn {
  color: #767676;
}
.cid-tzjxhYxTEY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tzjxhYxTEY h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tzjxhYxTEY h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tzjxhYxTEY h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tzjxhYxTEY .mbr-text,
.cid-tzjxhYxTEY .mbr-section-btn {
  color: #767676;
}
.cid-tzjxhYxTEY H3 {
  color: #cccccc;
}
.cid-tzvS7GWis1 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tzvS7GWis1 img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-tzvS7GWis1 .row {
  justify-content: center;
}
.cid-tzvS7GWis1 .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-tzvS7GWis1 .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-tzvS7GWis1 .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-tzvS7GWis1 .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-tzvS7GWis1 .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-tzvS7GWis1 .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-tzvS7GWis1 .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tzvS7GWis1 .item {
    padding: 0.5rem;
  }
  .cid-tzvS7GWis1 .row {
    padding: 0 0.5rem;
  }
}
.cid-tzvS7GWis1 .btn {
  border-radius: 0;
}
.cid-tzvS7GWis1 .mbr-iconfont {
  font-size: 1rem!important;
}
.cid-tA6hz6IuUw {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tA6hz6IuUw h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tA6hz6IuUw h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tA6hz6IuUw h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tA6hz6IuUw .mbr-text,
.cid-tA6hz6IuUw .mbr-section-btn {
  color: #767676;
}
.cid-tA6hz6IuUw H3 {
  color: #cccccc;
}
.cid-tA6hy9OqOw {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #000000;
}
.cid-tA6hy9OqOw img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-tA6hy9OqOw .row {
  justify-content: center;
}
.cid-tA6hy9OqOw .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-tA6hy9OqOw .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-tA6hy9OqOw .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-tA6hy9OqOw .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-tA6hy9OqOw .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-tA6hy9OqOw .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-tA6hy9OqOw .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tA6hy9OqOw .item {
    padding: 0.5rem;
  }
  .cid-tA6hy9OqOw .row {
    padding: 0 0.5rem;
  }
}
.cid-tA6hy9OqOw .btn {
  border-radius: 0;
}
.cid-tA6hy9OqOw .mbr-iconfont {
  font-size: 1rem!important;
}
.cid-tzjxi0rq01 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tzjxi0rq01 .mbr-text {
    text-align: center;
  }
}
.cid-tzjxi0rq01 .container-fluid {
  padding: 0;
}
.cid-tzjxi0rq01 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tzjxi0rq01 img {
  height: 100%;
  object-fit: cover;
}
.cid-tzjxi0rq01 .mbr-figure {
  height: 100%;
}
.cid-tzjxi0rq01 .col-lg-6 {
  padding: 0;
}
.cid-tzjxi0rq01 .row {
  margin: 0;
}
.cid-tzjxi14cFR {
  background-image: url("../../../assets/images/die-brueder-strugatzki-links-1900x1169.jpg");
}
.cid-tzjxi14cFR h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tzjxi14cFR h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tzjxi14cFR .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-tzjxi14cFR h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-tzjxi14cFR h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-tzNdAN77Z7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tzNdAN77Z7 .mbr-text {
    text-align: center;
  }
}
.cid-tzNdAN77Z7 .container-fluid {
  padding: 0;
}
.cid-tzNdAN77Z7 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tzNdAN77Z7 img {
  height: 100%;
  object-fit: cover;
}
.cid-tzNdAN77Z7 .mbr-figure {
  height: 100%;
}
.cid-tzNdAN77Z7 .col-lg-6 {
  padding: 0;
}
.cid-tzNdAN77Z7 .row {
  margin: 0;
}
.cid-tzNdAN77Z7 .mbr-text,
.cid-tzNdAN77Z7 .mbr-section-btn {
  color: #ffffff;
}
.cid-tzNdAN77Z7 H3 {
  color: #ffffff;
}
.cid-tzNdAN77Z7 H1 {
  color: #ffffff;
}
.cid-tzjxi3pmhY {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tzjxi3pmhY h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tzjxi3pmhY h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tzjxi3pmhY h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tzjxi3pmhY .mbr-text,
.cid-tzjxi3pmhY .mbr-section-btn {
  color: #465052;
}
.cid-tzjxi41hck {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tzjxi41hck .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tzjxi41hck .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tzjxi41hck .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tzjxi41hck .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tzjxi41hck .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tzjxi41hck .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tzjxi41hck .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tzjxi41hck .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tzjxi41hck .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tzjxi41hck .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tzjxi41hck .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tzjxi41hck .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tzjxi41hck .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tzjxi41hck .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sFCnPUVKDr .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-sFCnPUVKDr .nav-item:focus,
.cid-sFCnPUVKDr .nav-link:focus {
  outline: none;
}
.cid-sFCnPUVKDr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sFCnPUVKDr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCnPUVKDr .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sFCnPUVKDr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sFCnPUVKDr .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-sFCnPUVKDr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCnPUVKDr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCnPUVKDr .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sFCnPUVKDr .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-sFCnPUVKDr .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sFCnPUVKDr .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sFCnPUVKDr .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sFCnPUVKDr .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sFCnPUVKDr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFCnPUVKDr .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sFCnPUVKDr .navbar.collapsed .navbar-collapse.show,
.cid-sFCnPUVKDr .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sFCnPUVKDr .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sFCnPUVKDr .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sFCnPUVKDr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sFCnPUVKDr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCnPUVKDr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCnPUVKDr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFCnPUVKDr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCnPUVKDr .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sFCnPUVKDr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sFCnPUVKDr .navbar.collapsed .right-menu,
.cid-sFCnPUVKDr .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sFCnPUVKDr .navbar .navbar-collapse.show,
  .cid-sFCnPUVKDr .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sFCnPUVKDr .navbar .navbar-collapse.show .brand-container,
  .cid-sFCnPUVKDr .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sFCnPUVKDr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCnPUVKDr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sFCnPUVKDr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCnPUVKDr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCnPUVKDr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFCnPUVKDr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sFCnPUVKDr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCnPUVKDr .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sFCnPUVKDr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sFCnPUVKDr .navbar .right-menu,
  .cid-sFCnPUVKDr .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sFCnPUVKDr .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCnPUVKDr .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sFCnPUVKDr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFCnPUVKDr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFCnPUVKDr .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCnPUVKDr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCnPUVKDr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCnPUVKDr .dropdown-item.active,
.cid-sFCnPUVKDr .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCnPUVKDr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCnPUVKDr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCnPUVKDr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCnPUVKDr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFCnPUVKDr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCnPUVKDr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCnPUVKDr ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sFCnPUVKDr ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sFCnPUVKDr .navbar-buttons {
  margin-left: auto;
}
.cid-sFCnPUVKDr button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFCnPUVKDr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCnPUVKDr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFCnPUVKDr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFCnPUVKDr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFCnPUVKDr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFCnPUVKDr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFCnPUVKDr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sFCnPUVKDr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sFCnPUVKDr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFCnPUVKDr .navbar-dropdown {
  position: fixed;
}
.cid-sFCnPUVKDr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFCnPUVKDr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sFCnPUVKDr .right-menu,
.cid-sFCnPUVKDr .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sFCnPUVKDr .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sFCnPUVKDr .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sFCnPUVKDr .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sFCnPUVKDr .menu-top {
  text-align: center;
  width: 100%;
  background-color: #000000;
  padding: .5rem 0;
}
.cid-sFCnPUVKDr .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sFCnPUVKDr .card-wrapper {
  z-index: 3;
}
.cid-sFCnPUVKDr .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sFCnPUVKDr .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCnPUVKDr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzmCmgkkj2 {
  padding-top: 225px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tzmCmgkkj2 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-tzmCmgkkj2 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tzmCmgkkj2 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tzmCmgkkj2 H3 {
  color: #000000;
}
.cid-ueZvBukRQy {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueZvBukRQy .mbr-text {
  color: #767676;
}
.cid-ueZvBukRQy .card-subtitle {
  margin: 0;
  color: #c1c1c1;
}
.cid-ueZvBukRQy .link {
  margin: 0;
  color: #ffffff;
}
.cid-ueZvBukRQy .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ueZvBukRQy .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-ueZvBukRQy img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-ueZvBukRQy .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-ueZvBukRQy .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-ueZvBukRQy .card-img:hover:before {
  opacity: 0.4;
}
.cid-ueZvBukRQy .card-img:hover img {
  transform: scale(1.05);
}
.cid-ueZvBukRQy .row {
  justify-content: center;
}
.cid-ueZvBukRQy .card {
  margin-bottom: 4rem;
}
.cid-ueZvBukRQy .mbr-text,
.cid-ueZvBukRQy .link {
  color: #000000;
}
.cid-ueZvggchte {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueZvggchte .mbr-text {
  color: #767676;
}
.cid-ueZvggchte .card-subtitle {
  margin: 0;
  color: #c1c1c1;
}
.cid-ueZvggchte .link {
  margin: 0;
  color: #ffffff;
}
.cid-ueZvggchte .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ueZvggchte .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-ueZvggchte img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-ueZvggchte .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-ueZvggchte .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-ueZvggchte .card-img:hover:before {
  opacity: 0.4;
}
.cid-ueZvggchte .card-img:hover img {
  transform: scale(1.05);
}
.cid-ueZvggchte .row {
  justify-content: center;
}
.cid-ueZvggchte .card {
  margin-bottom: 4rem;
}
.cid-ueZvggchte .mbr-text,
.cid-ueZvggchte .link {
  color: #000000;
}
.cid-tzmC9O0VRN {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tzmC9O0VRN .mbr-text {
  color: #767676;
}
.cid-tzmC9O0VRN .card-subtitle {
  margin: 0;
  color: #c1c1c1;
}
.cid-tzmC9O0VRN .link {
  margin: 0;
  color: #ffffff;
}
.cid-tzmC9O0VRN .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-tzmC9O0VRN .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-tzmC9O0VRN img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-tzmC9O0VRN .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-tzmC9O0VRN .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tzmC9O0VRN .card-img:hover:before {
  opacity: 0.4;
}
.cid-tzmC9O0VRN .card-img:hover img {
  transform: scale(1.05);
}
.cid-tzmC9O0VRN .row {
  justify-content: center;
}
.cid-tzmC9O0VRN .card {
  margin-bottom: 4rem;
}
.cid-tzmC9O0VRN .mbr-text,
.cid-tzmC9O0VRN .link {
  color: #000000;
}
.cid-sFCIAd4ejo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sFCIAd4ejo .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFCIAd4ejo .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFCIAd4ejo .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFCIAd4ejo .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFCIAd4ejo .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFCIAd4ejo .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sFCIAd4ejo .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sFCIAd4ejo .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFCIAd4ejo .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFCIAd4ejo .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sFCIAd4ejo .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFCIAd4ejo .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFCIAd4ejo .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFCIAd4ejo .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ueZHmGbuHW .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-ueZHmGbuHW .nav-item:focus,
.cid-ueZHmGbuHW .nav-link:focus {
  outline: none;
}
.cid-ueZHmGbuHW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueZHmGbuHW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueZHmGbuHW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ueZHmGbuHW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueZHmGbuHW .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-ueZHmGbuHW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueZHmGbuHW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueZHmGbuHW .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ueZHmGbuHW .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-ueZHmGbuHW .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ueZHmGbuHW .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-ueZHmGbuHW .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-ueZHmGbuHW .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-ueZHmGbuHW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ueZHmGbuHW .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ueZHmGbuHW .navbar.collapsed .navbar-collapse.show,
.cid-ueZHmGbuHW .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ueZHmGbuHW .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-ueZHmGbuHW .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-ueZHmGbuHW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ueZHmGbuHW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueZHmGbuHW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueZHmGbuHW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ueZHmGbuHW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueZHmGbuHW .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ueZHmGbuHW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ueZHmGbuHW .navbar.collapsed .right-menu,
.cid-ueZHmGbuHW .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-ueZHmGbuHW .navbar .navbar-collapse.show,
  .cid-ueZHmGbuHW .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueZHmGbuHW .navbar .navbar-collapse.show .brand-container,
  .cid-ueZHmGbuHW .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-ueZHmGbuHW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueZHmGbuHW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ueZHmGbuHW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueZHmGbuHW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueZHmGbuHW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ueZHmGbuHW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ueZHmGbuHW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ueZHmGbuHW .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ueZHmGbuHW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ueZHmGbuHW .navbar .right-menu,
  .cid-ueZHmGbuHW .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ueZHmGbuHW .navbar.navbar-short {
  min-height: 60px;
}
.cid-ueZHmGbuHW .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-ueZHmGbuHW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueZHmGbuHW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueZHmGbuHW .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueZHmGbuHW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueZHmGbuHW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueZHmGbuHW .dropdown-item.active,
.cid-ueZHmGbuHW .dropdown-item:active {
  background-color: transparent;
}
.cid-ueZHmGbuHW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueZHmGbuHW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueZHmGbuHW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueZHmGbuHW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ueZHmGbuHW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ueZHmGbuHW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueZHmGbuHW ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ueZHmGbuHW ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-ueZHmGbuHW .navbar-buttons {
  margin-left: auto;
}
.cid-ueZHmGbuHW button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueZHmGbuHW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ueZHmGbuHW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ueZHmGbuHW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ueZHmGbuHW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ueZHmGbuHW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ueZHmGbuHW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueZHmGbuHW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-ueZHmGbuHW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-ueZHmGbuHW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueZHmGbuHW .navbar-dropdown {
  position: fixed;
}
.cid-ueZHmGbuHW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueZHmGbuHW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ueZHmGbuHW .right-menu,
.cid-ueZHmGbuHW .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-ueZHmGbuHW .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ueZHmGbuHW .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ueZHmGbuHW .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ueZHmGbuHW .menu-top {
  text-align: center;
  width: 100%;
  background-color: #000000;
  padding: .5rem 0;
}
.cid-ueZHmGbuHW .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-ueZHmGbuHW .card-wrapper {
  z-index: 3;
}
.cid-ueZHmGbuHW .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-ueZHmGbuHW .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueZHmGbuHW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueZHmGXCcP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-ueZHmGXCcP h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ueZHmGXCcP h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ueZHmGXCcP h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ueZHmGXCcP .mbr-text,
.cid-ueZHmGXCcP .mbr-section-btn {
  color: #767676;
}
.cid-ueZHmHCYkn {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/cyberpunk-bg-2000x1200.jpg");
}
.cid-ueZHmHCYkn h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-ueZHmHCYkn h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ueZHmHCYkn h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ueZHmIaQND {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-ueZHmIaQND .mbr-text {
    text-align: center;
  }
}
.cid-ueZHmIaQND .container-fluid {
  padding: 0;
}
.cid-ueZHmIaQND .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-ueZHmIaQND img {
  height: 100%;
  object-fit: cover;
}
.cid-ueZHmIaQND .mbr-figure {
  height: 100%;
}
.cid-ueZHmIaQND .col-lg-6 {
  padding: 0;
}
.cid-ueZHmIaQND .row {
  margin: 0;
}
.cid-ueZHmIaQND .mbr-text,
.cid-ueZHmIaQND .mbr-section-btn {
  color: #efefef;
}
.cid-ueZHmIaQND H3 {
  color: #efefef;
}
.cid-ueZHmIaQND H1 {
  color: #efefef;
}
.cid-uf0DLquwkn {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uf0DLquwkn h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uf0DLquwkn h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uf0DLquwkn h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uf0DLquwkn .mbr-text,
.cid-uf0DLquwkn .mbr-section-btn {
  color: #767676;
}
.cid-uf0DLquwkn H3 {
  color: #cccccc;
}
.cid-uf0B6sIJyu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uf0B6sIJyu img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-uf0B6sIJyu .row {
  justify-content: center;
}
.cid-uf0B6sIJyu .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-uf0B6sIJyu .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-uf0B6sIJyu .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-uf0B6sIJyu .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-uf0B6sIJyu .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-uf0B6sIJyu .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-uf0B6sIJyu .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uf0B6sIJyu .item {
    padding: 0.5rem;
  }
  .cid-uf0B6sIJyu .row {
    padding: 0 0.5rem;
  }
}
.cid-uf0B6sIJyu .btn {
  border-radius: 0;
}
.cid-uf0B6sIJyu .mbr-iconfont {
  font-size: 1rem!important;
}
.cid-ueZHmIKxWc {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-ueZHmIKxWc .mbr-text {
    text-align: center;
  }
}
.cid-ueZHmIKxWc .mbr-text,
.cid-ueZHmIKxWc .mbr-section-btn {
  color: #767676;
}
.cid-ueZHmJM1k1 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueZHmJM1k1 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ueZHmJM1k1 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ueZHmJM1k1 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ueZHmJM1k1 .mbr-text,
.cid-ueZHmJM1k1 .mbr-section-btn {
  color: #767676;
}
.cid-ueZHmJM1k1 H3 {
  color: #cccccc;
}
.cid-ueZHmKlX0T {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-ueZHmKlX0T img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-ueZHmKlX0T .row {
  justify-content: center;
}
.cid-ueZHmKlX0T .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-ueZHmKlX0T .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-ueZHmKlX0T .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-ueZHmKlX0T .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-ueZHmKlX0T .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-ueZHmKlX0T .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-ueZHmKlX0T .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ueZHmKlX0T .item {
    padding: 0.5rem;
  }
  .cid-ueZHmKlX0T .row {
    padding: 0 0.5rem;
  }
}
.cid-ueZHmKlX0T .btn {
  border-radius: 0;
}
.cid-ueZHmKlX0T .mbr-iconfont {
  font-size: 1rem!important;
}
.cid-ueZHmLwRGB {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-ueZHmLwRGB .mbr-text {
    text-align: center;
  }
}
.cid-ueZHmLwRGB .container-fluid {
  padding: 0;
}
.cid-ueZHmLwRGB .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-ueZHmLwRGB img {
  height: 100%;
  object-fit: cover;
}
.cid-ueZHmLwRGB .mbr-figure {
  height: 100%;
}
.cid-ueZHmLwRGB .col-lg-6 {
  padding: 0;
}
.cid-ueZHmLwRGB .row {
  margin: 0;
}
.cid-ueZHmMPpzJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-ueZHmMPpzJ .mbr-text {
    text-align: center;
  }
}
.cid-ueZHmMPpzJ .container-fluid {
  padding: 0;
}
.cid-ueZHmMPpzJ .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-ueZHmMPpzJ img {
  height: 100%;
  object-fit: cover;
}
.cid-ueZHmMPpzJ .mbr-figure {
  height: 100%;
}
.cid-ueZHmMPpzJ .col-lg-6 {
  padding: 0;
}
.cid-ueZHmMPpzJ .row {
  margin: 0;
}
.cid-ueZHmMPpzJ .mbr-text,
.cid-ueZHmMPpzJ .mbr-section-btn {
  color: #ffffff;
}
.cid-ueZHmMPpzJ H3 {
  color: #ffffff;
}
.cid-ueZHmMPpzJ H1 {
  color: #ffffff;
}
.cid-uf0M0piWJ5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uf0M0piWJ5 .mbr-text {
    text-align: center;
  }
}
.cid-uf0M0piWJ5 .container-fluid {
  padding: 0;
}
.cid-uf0M0piWJ5 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-uf0M0piWJ5 img {
  height: 100%;
  object-fit: cover;
}
.cid-uf0M0piWJ5 .mbr-figure {
  height: 100%;
}
.cid-uf0M0piWJ5 .col-lg-6 {
  padding: 0;
}
.cid-uf0M0piWJ5 .row {
  margin: 0;
}
.cid-ueZHmQynlE {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-ueZHmQynlE h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ueZHmQynlE h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ueZHmQynlE h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ueZHmQynlE .mbr-text,
.cid-ueZHmQynlE .mbr-section-btn {
  color: #465052;
}
.cid-ueZHmRc52k {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ueZHmRc52k .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueZHmRc52k .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueZHmRc52k .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueZHmRc52k .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ueZHmRc52k .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ueZHmRc52k .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ueZHmRc52k .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ueZHmRc52k .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ueZHmRc52k .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ueZHmRc52k .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ueZHmRc52k .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ueZHmRc52k .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ueZHmRc52k .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ueZHmRc52k .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uO0SitV4PE .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-uO0SitV4PE .nav-item:focus,
.cid-uO0SitV4PE .nav-link:focus {
  outline: none;
}
.cid-uO0SitV4PE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uO0SitV4PE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uO0SitV4PE .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uO0SitV4PE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uO0SitV4PE .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-uO0SitV4PE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uO0SitV4PE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uO0SitV4PE .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uO0SitV4PE .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-uO0SitV4PE .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uO0SitV4PE .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uO0SitV4PE .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-uO0SitV4PE .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uO0SitV4PE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uO0SitV4PE .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uO0SitV4PE .navbar.collapsed .navbar-collapse.show,
.cid-uO0SitV4PE .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uO0SitV4PE .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uO0SitV4PE .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uO0SitV4PE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uO0SitV4PE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uO0SitV4PE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uO0SitV4PE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uO0SitV4PE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uO0SitV4PE .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uO0SitV4PE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uO0SitV4PE .navbar.collapsed .right-menu,
.cid-uO0SitV4PE .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-uO0SitV4PE .navbar .navbar-collapse.show,
  .cid-uO0SitV4PE .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uO0SitV4PE .navbar .navbar-collapse.show .brand-container,
  .cid-uO0SitV4PE .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uO0SitV4PE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uO0SitV4PE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uO0SitV4PE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uO0SitV4PE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uO0SitV4PE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uO0SitV4PE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uO0SitV4PE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uO0SitV4PE .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uO0SitV4PE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uO0SitV4PE .navbar .right-menu,
  .cid-uO0SitV4PE .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uO0SitV4PE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uO0SitV4PE .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-uO0SitV4PE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uO0SitV4PE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uO0SitV4PE .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uO0SitV4PE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uO0SitV4PE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uO0SitV4PE .dropdown-item.active,
.cid-uO0SitV4PE .dropdown-item:active {
  background-color: transparent;
}
.cid-uO0SitV4PE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uO0SitV4PE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uO0SitV4PE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uO0SitV4PE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uO0SitV4PE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uO0SitV4PE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uO0SitV4PE ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uO0SitV4PE ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uO0SitV4PE .navbar-buttons {
  margin-left: auto;
}
.cid-uO0SitV4PE button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uO0SitV4PE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uO0SitV4PE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uO0SitV4PE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uO0SitV4PE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uO0SitV4PE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uO0SitV4PE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uO0SitV4PE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uO0SitV4PE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uO0SitV4PE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uO0SitV4PE .navbar-dropdown {
  position: fixed;
}
.cid-uO0SitV4PE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uO0SitV4PE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uO0SitV4PE .right-menu,
.cid-uO0SitV4PE .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uO0SitV4PE .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uO0SitV4PE .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uO0SitV4PE .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uO0SitV4PE .menu-top {
  text-align: center;
  width: 100%;
  background-color: #000000;
  padding: .5rem 0;
}
.cid-uO0SitV4PE .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-uO0SitV4PE .card-wrapper {
  z-index: 3;
}
.cid-uO0SitV4PE .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-uO0SitV4PE .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uO0SitV4PE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uO0Siuvz65 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uO0Siuvz65 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uO0Siuvz65 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uO0Siuvz65 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uO0Siuvz65 .mbr-text,
.cid-uO0Siuvz65 .mbr-section-btn {
  color: #767676;
}
.cid-uO0Siv3RBU {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/9783949334047-2000x2000.jpeg");
}
.cid-uO0Siv3RBU h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uO0Siv3RBU h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uO0Siv3RBU h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uO0SivJcad {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uO0SivJcad .mbr-text {
    text-align: center;
  }
}
.cid-uO0SivJcad .container-fluid {
  padding: 0;
}
.cid-uO0SivJcad .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-uO0SivJcad img {
  height: 100%;
  object-fit: cover;
}
.cid-uO0SivJcad .mbr-figure {
  height: 100%;
}
.cid-uO0SivJcad .col-lg-6 {
  padding: 0;
}
.cid-uO0SivJcad .row {
  margin: 0;
}
.cid-uO0SivJcad .mbr-text,
.cid-uO0SivJcad .mbr-section-btn {
  color: #efefef;
}
.cid-uO0SivJcad H3 {
  color: #efefef;
}
.cid-uO0SivJcad H1 {
  color: #efefef;
}
.cid-uO0SixrW0s {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uO0SixrW0s h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uO0SixrW0s h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uO0SixrW0s h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uO0SixrW0s .mbr-text,
.cid-uO0SixrW0s .mbr-section-btn {
  color: #767676;
}
.cid-uO0SixrW0s H3 {
  color: #cccccc;
}
.cid-uO0Siy4aUL {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uO0Siy4aUL img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-uO0Siy4aUL .row {
  justify-content: center;
}
.cid-uO0Siy4aUL .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-uO0Siy4aUL .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-uO0Siy4aUL .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-uO0Siy4aUL .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-uO0Siy4aUL .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-uO0Siy4aUL .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-uO0Siy4aUL .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uO0Siy4aUL .item {
    padding: 0.5rem;
  }
  .cid-uO0Siy4aUL .row {
    padding: 0 0.5rem;
  }
}
.cid-uO0Siy4aUL .btn {
  border-radius: 0;
}
.cid-uO0Siy4aUL .mbr-iconfont {
  font-size: 1rem!important;
}
.cid-uO0SizjCdS {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uO0SizjCdS .mbr-text {
    text-align: center;
  }
}
.cid-uO0SizjCdS .container-fluid {
  padding: 0;
}
.cid-uO0SizjCdS .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-uO0SizjCdS img {
  height: 100%;
  object-fit: cover;
}
.cid-uO0SizjCdS .mbr-figure {
  height: 100%;
}
.cid-uO0SizjCdS .col-lg-6 {
  padding: 0;
}
.cid-uO0SizjCdS .row {
  margin: 0;
}
.cid-uO0SizQ87s {
  background-image: url("../../../assets/images/ss-158d7636d18dc50deb4e46240487b4505ec5fcbd-1920x1080.jpg");
}
.cid-uO0SizQ87s h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uO0SizQ87s h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uO0SizQ87s .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-uO0SizQ87s h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uO0SizQ87s h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uO0SiAs9mB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uO0SiAs9mB .mbr-text {
    text-align: center;
  }
}
.cid-uO0SiAs9mB .container-fluid {
  padding: 0;
}
.cid-uO0SiAs9mB .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-uO0SiAs9mB img {
  height: 100%;
  object-fit: cover;
}
.cid-uO0SiAs9mB .mbr-figure {
  height: 100%;
}
.cid-uO0SiAs9mB .col-lg-6 {
  padding: 0;
}
.cid-uO0SiAs9mB .row {
  margin: 0;
}
.cid-uO0SiAs9mB .mbr-text,
.cid-uO0SiAs9mB .mbr-section-btn {
  color: #ffffff;
}
.cid-uO0SiAs9mB H3 {
  color: #ffffff;
}
.cid-uO0SiAs9mB H1 {
  color: #ffffff;
}
.cid-uO0SiBehPB {
  background-image: url("../../../assets/images/ss-64180d81548ffc0e71c5968b3ceed987be7a01d5-1920x1080.jpg");
}
.cid-uO0SiBehPB .row {
  justify-content: flex-end;
}
.cid-uO0SiBehPB h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uO0SiBehPB h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uO0SiBehPB .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-uO0SiBehPB h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uO0SiBehPB h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uO0SiBehPB .mbr-text,
.cid-uO0SiBehPB .mbr-section-btn {
  color: #efefef;
}
.cid-uO0SiBXMww {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uO0SiBXMww h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uO0SiBXMww h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uO0SiBXMww h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uO0SiBXMww .mbr-text,
.cid-uO0SiBXMww .mbr-section-btn {
  color: #767676;
}
.cid-uO0SiBXMww H3 {
  color: #cccccc;
}
.cid-uO0SiCzliO {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uO0SiCzliO img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-uO0SiCzliO .row {
  justify-content: center;
}
.cid-uO0SiCzliO .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-uO0SiCzliO .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-uO0SiCzliO .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-uO0SiCzliO .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-uO0SiCzliO .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-uO0SiCzliO .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-uO0SiCzliO .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uO0SiCzliO .item {
    padding: 0.5rem;
  }
  .cid-uO0SiCzliO .row {
    padding: 0 0.5rem;
  }
}
.cid-uO0SiCzliO .btn {
  border-radius: 0;
}
.cid-uO0SiCzliO .mbr-iconfont {
  font-size: 1rem!important;
}
.cid-uO0SiDTE6B {
  background-image: url("../../../assets/images/ss-d164b2d8593c4b075600246754f9731fc4328766-1920x1080.jpg");
}
.cid-uO0SiDTE6B h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uO0SiDTE6B h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uO0SiDTE6B h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uO0SiExwmF {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uO0SiExwmF h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uO0SiExwmF h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uO0SiExwmF h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uO0SiExwmF .mbr-text,
.cid-uO0SiExwmF .mbr-section-btn {
  color: #465052;
}
.cid-uO0SiFdKJd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uO0SiFdKJd .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uO0SiFdKJd .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uO0SiFdKJd .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uO0SiFdKJd .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uO0SiFdKJd .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uO0SiFdKJd .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uO0SiFdKJd .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uO0SiFdKJd .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uO0SiFdKJd .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uO0SiFdKJd .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uO0SiFdKJd .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uO0SiFdKJd .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uO0SiFdKJd .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uO0SiFdKJd .media-container-row .row-copirayt p {
  width: 100%;
}
