body {
  font-family: 'Urbanist-Light';
}
.display-1 {
  font-family: 'Anton-Regular';
  font-size: 3.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-2 {
  font-family: 'Urbanist-Light';
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Urbanist-Light';
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Urbanist-Light';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Urbanist-Light';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 2.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 90rem) / (48 - 25)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 25))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 40rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #171410 !important;
}
.bg-success {
  background-color: #ddc499 !important;
}
.bg-info {
  background-color: #383838 !important;
}
.bg-warning {
  background-color: #fae403 !important;
}
.bg-danger {
  background-color: #b10e0e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #171410 !important;
  border-color: #171410 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #05b0f5 !important;
  border-color: #05b0f5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0373a0 !important;
  border-color: #0373a0 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0373a0 !important;
  border-color: #0373a0 !important;
}
.btn-info,
.btn-info:active {
  background-color: #383838 !important;
  border-color: #383838 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #ddc499 !important;
  border-color: #ddc499 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c79e58 !important;
  border-color: #c79e58 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c79e58 !important;
  border-color: #c79e58 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fae403 !important;
  border-color: #fae403 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #a49602 !important;
  border-color: #a49602 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #a49602 !important;
  border-color: #a49602 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b10e0e !important;
  border-color: #b10e0e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #610808 !important;
  border-color: #610808 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #610808 !important;
  border-color: #610808 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #171410;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #171410 !important;
  border-color: #171410 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0373a0;
  color: #05b0f5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0373a0 !important;
  background-color: transparent!important;
  border-color: #0373a0 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #05b0f5 !important;
  border-color: #05b0f5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0d0d0d;
  color: #383838;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0d0d0d !important;
  background-color: transparent!important;
  border-color: #0d0d0d !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #383838 !important;
  border-color: #383838 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #c79e58;
  color: #ddc499;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c79e58 !important;
  background-color: transparent!important;
  border-color: #c79e58 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ddc499 !important;
  border-color: #ddc499 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a49602;
  color: #fae403;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a49602 !important;
  background-color: transparent!important;
  border-color: #a49602 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #fae403 !important;
  border-color: #fae403 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #610808;
  color: #b10e0e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #610808 !important;
  background-color: transparent!important;
  border-color: #610808 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b10e0e !important;
  border-color: #b10e0e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #cfcfcf;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #171410 !important;
}
.text-secondary {
  color: #05b0f5 !important;
}
.text-success {
  color: #ddc499 !important;
}
.text-info {
  color: #383838 !important;
}
.text-warning {
  color: #fae403 !important;
}
.text-danger {
  color: #b10e0e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #036891 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #c4984d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #050505 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #958802 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #520707 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
  font-style: italic;
  border-bottom: 1px solid transparent;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #171410;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #383838;
}
.alert-warning {
  background-color: #fae403;
}
.alert-danger {
  background-color: #b10e0e;
}
.mbr-gallery-filter li.active .btn {
  background-color: #171410;
  border-color: #171410;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #171410;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d0c7bc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ababab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fefacb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f14e4e;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Urbanist-Light';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #171410 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Urbanist-Light';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #171410;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #171410;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #171410;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #171410;
  border-bottom-color: #171410;
}
.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: #171410 !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: #05b0f5 !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='%23171410' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.artikelbeschreibung {
  font-family: 'Urbanist-Light';
  font-size: 0.85rem;
  line-height: 1.5;
}
.artikelbeschreibung > .mbr-iconfont {
  font-size: 0.85rem;
}
.beratung {
  font-family: 'Urbanist-Light';
  font-size: 1.6rem;
  line-height: 1.5;
}
.beratung > .mbr-iconfont {
  font-size: 1.6rem;
}
.produktname {
  font-family: 'Urbanist-Light';
  font-size: 1.6rem;
  line-height: 1.5;
}
.produktname > .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vcswDZ5hjo {
  z-index: 1000;
  width: 100%;
}
.cid-vcswDZ5hjo nav.navbar {
  position: fixed;
}
.cid-vcswDZ5hjo .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcswDZ5hjo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcswDZ5hjo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcswDZ5hjo .dropdown-item:hover,
.cid-vcswDZ5hjo .dropdown-item:focus {
  background: #171410 !important;
  color: white !important;
}
.cid-vcswDZ5hjo .dropdown-item:hover span {
  color: white;
}
.cid-vcswDZ5hjo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcswDZ5hjo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcswDZ5hjo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcswDZ5hjo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcswDZ5hjo .nav-link {
  position: relative;
}
.cid-vcswDZ5hjo .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vcswDZ5hjo .container {
    flex-wrap: nowrap;
  }
}
.cid-vcswDZ5hjo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcswDZ5hjo .dropdown-menu,
.cid-vcswDZ5hjo .navbar.opened {
  background: #ffffff !important;
}
.cid-vcswDZ5hjo .nav-item:focus,
.cid-vcswDZ5hjo .nav-link:focus {
  outline: none;
}
.cid-vcswDZ5hjo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcswDZ5hjo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcswDZ5hjo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcswDZ5hjo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcswDZ5hjo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcswDZ5hjo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcswDZ5hjo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  backdrop-filter: blur(5px);
}
.cid-vcswDZ5hjo .navbar.opened {
  transition: all 0.3s;
}
.cid-vcswDZ5hjo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcswDZ5hjo .navbar .navbar-logo img {
  width: auto;
}
.cid-vcswDZ5hjo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcswDZ5hjo .navbar.collapsed {
  justify-content: center;
}
.cid-vcswDZ5hjo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcswDZ5hjo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcswDZ5hjo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-vcswDZ5hjo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcswDZ5hjo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcswDZ5hjo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vcswDZ5hjo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcswDZ5hjo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcswDZ5hjo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcswDZ5hjo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcswDZ5hjo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcswDZ5hjo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcswDZ5hjo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcswDZ5hjo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vcswDZ5hjo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcswDZ5hjo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcswDZ5hjo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcswDZ5hjo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcswDZ5hjo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcswDZ5hjo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vcswDZ5hjo .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vcswDZ5hjo .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcswDZ5hjo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcswDZ5hjo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcswDZ5hjo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcswDZ5hjo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcswDZ5hjo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcswDZ5hjo .dropdown-item.active,
.cid-vcswDZ5hjo .dropdown-item:active {
  background-color: transparent;
}
.cid-vcswDZ5hjo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcswDZ5hjo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcswDZ5hjo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcswDZ5hjo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcswDZ5hjo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcswDZ5hjo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcswDZ5hjo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcswDZ5hjo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcswDZ5hjo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcswDZ5hjo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-vcswDZ5hjo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcswDZ5hjo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcswDZ5hjo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcswDZ5hjo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcswDZ5hjo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcswDZ5hjo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcswDZ5hjo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcswDZ5hjo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcswDZ5hjo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcswDZ5hjo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcswDZ5hjo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcswDZ5hjo .navbar {
    height: 70px;
  }
  .cid-vcswDZ5hjo .navbar.opened {
    height: auto;
  }
  .cid-vcswDZ5hjo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ve3T6Ugyrf {
  display: flex;
  background-image: url("../../../assets/images/infraworld-infrarotkabine-triosol-prima-1-2024-11-18-151933-ccvs201-2000x1400.jpg");
}
.cid-ve3T6Ugyrf .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-ve3T6Ugyrf {
    align-items: flex-end;
  }
  .cid-ve3T6Ugyrf .row {
    justify-content: center;
  }
  .cid-ve3T6Ugyrf .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ve3T6Ugyrf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ve3T6Ugyrf {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ve3T6Ugyrf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ve3T6Ugyrf .content-wrap {
    width: 100%;
  }
}
.cid-ve3T6Ugyrf .mbr-section-title,
.cid-ve3T6Ugyrf .mbr-section-subtitle {
  text-align: center;
}
.cid-ve3T6Ugyrf .mbr-text,
.cid-ve3T6Ugyrf .mbr-section-btn {
  text-align: center;
}
.cid-ve19bfVIR4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f6f2f2;
}
.cid-ve19bfVIR4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve19bfVIR4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve19bfVIR4 .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  overflow: visible;
}
.cid-ve19bfVIR4 .item {
  overflow: visible;
}
.cid-ve19bfVIR4 .icon-box {
  background: #b61212;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  position: relative;
  animation: iconPulse 2.4s ease-in-out infinite;
  box-shadow: 0 0 0 0 rgba(182, 18, 18, 0.6);
}
.cid-ve19bfVIR4 .item:nth-child(2) .icon-box {
  animation-delay: 1.2s;
}
.cid-ve19bfVIR4 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@keyframes iconPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(182, 18, 18, 0.6);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 0 14px rgba(182, 18, 18, 0);
    transform: scale(1.08);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(182, 18, 18, 0);
    transform: scale(1);
  }
}
@media (max-width: 991px) {
  .cid-ve19bfVIR4 .card {
    margin-bottom: 2rem;
  }
  .cid-ve19bfVIR4 .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ve19bfVIR4 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ve19bfVIR4 .card-title,
.cid-ve19bfVIR4 .card-box {
  color: #121212;
}
.cid-vcUtMbdJWx {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcUtMbdJWx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcUtMbdJWx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcUtMbdJWx .title-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vcUtMbdJWx .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vcUtMbdJWx .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vcUtMbdJWx .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcUtMbdJWx .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcUtMbdJWx .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcUtMbdJWx .items-wrapper {
  margin: 0 -8px;
}
.cid-vcUtMbdJWx .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcUtMbdJWx .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vcUtMbdJWx .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vcUtMbdJWx .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(-80px);
}
@media (max-width: 992px) {
  .cid-vcUtMbdJWx .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-vcUtMbdJWx .items-wrapper .item:nth-child(3n + 2) .item-wrapper {
  min-height: 500px;
}
@media (max-width: 992px) {
  .cid-vcUtMbdJWx .items-wrapper .item:nth-child(3n + 2) .item-wrapper {
    min-height: 380px;
  }
}
.cid-vcUtMbdJWx .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 380px;
  animation: none !important;
}
.cid-vcUtMbdJWx .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcUtMbdJWx .items-wrapper .item .item-wrapper .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-vcUtMbdJWx .items-wrapper .item .item-wrapper .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  backdrop-filter: blur(10px);
  mask-image: linear-gradient(0deg, #000000 20%, transparent 75%);
  -webkit-mask-image: linear-gradient(0deg, #000000 20%, transparent 75%);
  pointer-events: none;
  z-index: 1;
}
.cid-vcUtMbdJWx .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vcUtMbdJWx .items-wrapper .item .item-wrapper .item-content {
    padding: 28px;
  }
}
.cid-vcUtMbdJWx .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 16px;
}
.cid-vcUtMbdJWx .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-vcUtMbdJWx .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-vcUtMbdJWx .items-wrapper .item .item-wrapper .item-content .item-name {
  margin-bottom: 4px;
}
.cid-vcUtMbdJWx .items-wrapper .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-vcUtMbdJWx .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vcUtMbdJWx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vcUtMbdJWx .mbr-text,
.cid-vcUtMbdJWx .text-wrapper {
  color: #0b0a08;
  text-align: center;
}
.cid-vcUtMbdJWx .item-text {
  color: #ffffff;
}
.cid-vcUtMbdJWx .item-name {
  color: #ffffff;
}
.cid-vcUtMbdJWx .item-role {
  color: #eff1f2;
}
.cid-vcUtMbdJWx .item-text,
.cid-vcUtMbdJWx .icon-wrapper {
  text-align: left;
}
.cid-velpoxOASB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #121212;
}
@media (min-width: 1400px) {
  .cid-velpoxOASB .wrapper {
    padding: 0 4rem;
  }
}
@media (max-width: 991px) {
  .cid-velpoxOASB .item {
    margin-bottom: 3rem;
  }
}
.cid-velpoxOASB .item-wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-velpoxOASB .item-wrapper {
  height: 100%;
}
.cid-velpoxOASB .item-img {
  overflow: hidden;
  height: 100%;
  position: relative;
}
.cid-velpoxOASB .item-img img {
  transition: all 1.5s;
  height: 100%;
  object-fit: cover;
}
.cid-velpoxOASB .btn {
  min-width: 215px;
  padding: .8rem 4rem;
  position: relative;
  color: #ffffff;
}
.cid-velpoxOASB .effectHover {
  position: absolute;
  width: 105%;
  height: 90%;
  border: 1px solid #9A948D;
}
.cid-velpoxOASB .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-left: 1px solid #9A948D;
  border-top: 1px solid #9A948D;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-velpoxOASB .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #9A948D;
  border-right: 1px solid #9A948D;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-velpoxOASB .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-velpoxOASB .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-velpoxOASB .text-wrapper {
  width: 85%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.cid-ve8dUujcjq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f6f2f2;
}
.cid-ve8dUujcjq .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ve8dUujcjq .row {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .cid-ve8dUujcjq .col-text {
    padding: 0 30px;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ve8dUujcjq .col-text {
    margin-bottom: 3rem;
  }
}
.cid-ve8dUujcjq .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-ve8dUujcjq .text-wrapper {
    text-align: center !important;
  }
}
.cid-ve8dUujcjq .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-ve8dUujcjq .label-text {
    text-align: center !important;
  }
}
.cid-ve8dUujcjq .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-ve8dUujcjq .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ve8dUujcjq .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-ve8dUujcjq .mbr-text {
    text-align: center !important;
  }
}
.cid-ve8dUujcjq .btn-container {
  width: 100%;
  margin-top: 8px;
}
.cid-ve8dUujcjq .mbr-section-btn .btn {
  padding: 0;
}
.cid-ve8dUujcjq .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-ve8dUujcjq .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-ve8dUujcjq .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-ve8dUujcjq .card {
  padding: 0 12px 30px 12px;
}
@media (min-width: 992px) {
  .cid-ve8dUujcjq .card {
    padding: 0 30px 30px 30px;
  }
}
.cid-ve8dUujcjq .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-ve8dUujcjq .card-title {
  color: #222222;
  margin-bottom: 1rem;
}
.cid-ve8dUujcjq .card-inside-border {
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
  background-color: #555555;
}
.cid-ve8dUujcjq .card-text {
  color: #171410;
  margin-bottom: 24px;
}
.cid-ve8dUujcjq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve8dUujcjq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcrPsWBLNk {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcrPsWBLNk .container-fluid {
  padding: 0;
}
.cid-vcrPsWBLNk .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vcrPsWBLNk .row {
    padding: 0 12px;
  }
}
.cid-vcrPsWBLNk .container-wrapper {
  padding: 0;
}
.cid-vcrPsWBLNk .mbr-section-title {
  margin-bottom: 29px;
  letter-spacing: 2rem;
  color: #aacee8;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vcrPsWBLNk .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-vcrPsWBLNk .contacts-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
}
@media (max-width: 992px) {
  .cid-vcrPsWBLNk .contacts-wrapper {
    display: block;
  }
}
.cid-vcrPsWBLNk .contacts-wrapper .mbr-contact {
  margin: 0;
  opacity: .5;
  transition: all .3s ease;
}
.cid-vcrPsWBLNk .contacts-wrapper .mbr-contact:hover {
  color: #171410;
  text-decoration: none;
}
.cid-vcrPsWBLNk .contacts-wrapper .mbr-contact a {
  text-decoration: none;
}
.cid-vcrPsWBLNk .contacts-wrapper .mbr-contact a:hover {
  text-decoration: underline;
}
.cid-vcrPsWBLNk .contacts-wrapper .mbr-contact:nth-child(2) {
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-vcrPsWBLNk .contacts-wrapper .mbr-contact:nth-child(2) {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vcrPsWBLNk .contacts-wrapper .mbr-contact {
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-vcrPsWBLNk .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #000000;
  text-align: center;
}
.cid-vcrPsWBLNk .mbr-contact {
  color: #000000;
  text-align: left;
}
.cid-vdbowrRJVY.popup-builder {
  background-color: #ffffff;
}
.cid-vdbowrRJVY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vdbowrRJVY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vdbowrRJVY .modal-content,
.cid-vdbowrRJVY .modal-dialog {
  height: auto;
}
.cid-vdbowrRJVY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vdbowrRJVY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vdbowrRJVY .form-wrapper .mbr-form .form-group,
  .cid-vdbowrRJVY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vdbowrRJVY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vdbowrRJVY .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdbowrRJVY .mbr-text {
  text-align: center;
  color: #171410;
}
.cid-vdbowrRJVY .pt-0 {
  padding-top: 0 !important;
}
.cid-vdbowrRJVY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vdbowrRJVY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vdbowrRJVY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vdbowrRJVY .modal-open {
  overflow: hidden;
}
.cid-vdbowrRJVY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vdbowrRJVY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vdbowrRJVY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vdbowrRJVY .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vdbowrRJVY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vdbowrRJVY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vdbowrRJVY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vdbowrRJVY .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vdbowrRJVY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vdbowrRJVY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vdbowrRJVY .modal-backdrop.fade {
  opacity: 0;
}
.cid-vdbowrRJVY .modal-backdrop.show {
  opacity: .5;
}
.cid-vdbowrRJVY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vdbowrRJVY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vdbowrRJVY .modal-header {
    padding: 1rem;
  }
}
.cid-vdbowrRJVY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vdbowrRJVY .modal-header .close svg {
  fill: #353535;
}
.cid-vdbowrRJVY .modal-header .close:hover {
  opacity: 1;
}
.cid-vdbowrRJVY .modal-header .close:focus {
  outline: none;
}
.cid-vdbowrRJVY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #171410;
}
.cid-vdbowrRJVY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vdbowrRJVY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vdbowrRJVY .modal-body {
    padding: 1rem;
  }
}
.cid-vdbowrRJVY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vdbowrRJVY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vdbowrRJVY .modal-footer {
    padding: 1rem;
  }
}
.cid-vdbowrRJVY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vdbowrRJVY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vdbowrRJVY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vdbowrRJVY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vdbowrRJVY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vdbowrRJVY .modal-lg,
  .cid-vdbowrRJVY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vdbowrRJVY .modal-xl {
    max-width: 1140px;
  }
}
.cid-vdbowrRJVY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vdbowrRJVY .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vdbowrRJVY .form-group {
  margin-bottom: 1rem;
}
.cid-vdbowrRJVY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vdbowrRJVY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vdbowrRJVY .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vdbowrRJVY .mbr-section-btn {
  margin: 0;
}
.cid-vdbowrRJVY .mbr-section-btn .btn {
  margin: 0;
}
.cid-vdPVZsz8MK {
  z-index: 1000;
  width: 100%;
}
.cid-vdPVZsz8MK nav.navbar {
  position: fixed;
}
.cid-vdPVZsz8MK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdPVZsz8MK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdPVZsz8MK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vdPVZsz8MK .dropdown-item:hover,
.cid-vdPVZsz8MK .dropdown-item:focus {
  background: #171410 !important;
  color: white !important;
}
.cid-vdPVZsz8MK .dropdown-item:hover span {
  color: white;
}
.cid-vdPVZsz8MK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdPVZsz8MK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdPVZsz8MK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdPVZsz8MK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdPVZsz8MK .nav-link {
  position: relative;
}
.cid-vdPVZsz8MK .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vdPVZsz8MK .container {
    flex-wrap: nowrap;
  }
}
.cid-vdPVZsz8MK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdPVZsz8MK .dropdown-menu,
.cid-vdPVZsz8MK .navbar.opened {
  background: #ffffff !important;
}
.cid-vdPVZsz8MK .nav-item:focus,
.cid-vdPVZsz8MK .nav-link:focus {
  outline: none;
}
.cid-vdPVZsz8MK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdPVZsz8MK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdPVZsz8MK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdPVZsz8MK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdPVZsz8MK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdPVZsz8MK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdPVZsz8MK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  backdrop-filter: blur(5px);
}
.cid-vdPVZsz8MK .navbar.opened {
  transition: all 0.3s;
}
.cid-vdPVZsz8MK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdPVZsz8MK .navbar .navbar-logo img {
  width: auto;
}
.cid-vdPVZsz8MK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdPVZsz8MK .navbar.collapsed {
  justify-content: center;
}
.cid-vdPVZsz8MK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdPVZsz8MK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdPVZsz8MK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-vdPVZsz8MK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdPVZsz8MK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdPVZsz8MK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vdPVZsz8MK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdPVZsz8MK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdPVZsz8MK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdPVZsz8MK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdPVZsz8MK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdPVZsz8MK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdPVZsz8MK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdPVZsz8MK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vdPVZsz8MK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdPVZsz8MK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdPVZsz8MK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdPVZsz8MK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdPVZsz8MK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdPVZsz8MK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vdPVZsz8MK .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vdPVZsz8MK .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdPVZsz8MK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdPVZsz8MK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdPVZsz8MK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdPVZsz8MK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdPVZsz8MK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdPVZsz8MK .dropdown-item.active,
.cid-vdPVZsz8MK .dropdown-item:active {
  background-color: transparent;
}
.cid-vdPVZsz8MK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdPVZsz8MK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdPVZsz8MK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdPVZsz8MK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdPVZsz8MK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdPVZsz8MK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdPVZsz8MK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdPVZsz8MK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdPVZsz8MK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdPVZsz8MK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-vdPVZsz8MK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdPVZsz8MK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdPVZsz8MK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdPVZsz8MK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdPVZsz8MK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdPVZsz8MK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdPVZsz8MK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdPVZsz8MK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdPVZsz8MK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdPVZsz8MK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdPVZsz8MK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdPVZsz8MK .navbar {
    height: 70px;
  }
  .cid-vdPVZsz8MK .navbar.opened {
    height: auto;
  }
  .cid-vdPVZsz8MK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdPVZsTmnx {
  padding-top: 0rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/depositphotos-46194691-l-2000x1331.jpg");
  overflow: hidden;
}
.cid-vdPVZsTmnx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdPVZsTmnx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdPVZsTmnx .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vdPVZsTmnx .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vdPVZsTmnx .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vdPVZsTmnx .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdPVZsTmnx .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdPVZsTmnx .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vdPVZsTmnx .mbr-section-title {
  color: #ffffff;
}
.cid-vdPVZsTmnx .mbr-text,
.cid-vdPVZsTmnx .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vdPVZsTmnx .mbr-section-btn,
.cid-vdPVZsTmnx .mbr-section-title {
  text-align: center;
}
.cid-ve1qDJAsOi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f6f2f2;
}
.cid-ve1qDJAsOi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve1qDJAsOi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve1qDJAsOi .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  overflow: visible;
}
.cid-ve1qDJAsOi .item {
  overflow: visible;
}
.cid-ve1qDJAsOi .icon-box {
  background: #b61212;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  position: relative;
  animation: iconPulse 2.4s ease-in-out infinite;
  box-shadow: 0 0 0 0 rgba(182, 18, 18, 0.6);
}
.cid-ve1qDJAsOi .item:nth-child(2) .icon-box {
  animation-delay: 1.2s;
}
.cid-ve1qDJAsOi .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@keyframes iconPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(182, 18, 18, 0.6);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 0 14px rgba(182, 18, 18, 0);
    transform: scale(1.08);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(182, 18, 18, 0);
    transform: scale(1);
  }
}
@media (max-width: 991px) {
  .cid-ve1qDJAsOi .card {
    margin-bottom: 2rem;
  }
  .cid-ve1qDJAsOi .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ve1qDJAsOi .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ve1qDJAsOi .card-title,
.cid-ve1qDJAsOi .card-box {
  color: #121212;
}
.cid-vdPVZt5kj4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdPVZt5kj4 .link {
  margin-top: 30px;
}
.cid-vdPVZt5kj4 .date {
  margin: 0 0 14px;
  color: #000000;
  font-weight: 700;
  text-align: center;
}
.cid-vdPVZt5kj4 .mbr-section-title {
  color: #000000;
  margin-bottom: 60px;
  font-weight: 700;
}
.cid-vdPVZt5kj4 .header {
  margin-bottom: 50px;
  align-items: center;
}
.cid-vdPVZt5kj4 .link a {
  background-image: none !important;
}
.cid-vdPVZt5kj4 .card-heading {
  line-height: 1.2;
  margin: 0 0 14px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-vdPVZt5kj4 .button {
  text-align: right;
}
@media (max-width: 600px) {
  .cid-vdPVZt5kj4 .header {
    margin-bottom: 20px;
  }
  .cid-vdPVZt5kj4 .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 600px) and (max-width: 1000px) {
  .cid-vdPVZt5kj4 .link {
    margin-bottom: 40px;
  }
}
.cid-vdPVZt5kj4 .mbr-section-btn {
  position: absolute;
  right: 0;
}
.cid-vdPVZt5kj4 .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-vdPVZt5kj4 .item {
  position: relative;
  margin-bottom: 55px;
}
.cid-vdPVZt5kj4 .side-subtitle {
  transform: rotate(90deg) translate(100%, 0);
  transform-origin: top right;
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: 700;
  color: #4c4c4c;
  display: flex;
  align-items: center;
}
.cid-vdPVZt5kj4 .padd {
  padding: 0 20px;
}
.cid-vdPVZt5kj4 .padd img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-vdPVZt5kj4 a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-vdPVZt5kj4 rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-vdPVZt5kj4 .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-vdPVZt5kj4 svg {
  margin-left: 15px;
}
.cid-vdPVZt5kj4 path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-vdPVZt5kj4 .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-vdPVZt5kj4 .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@media (max-width: 770px) {
  .cid-vdPVZt5kj4 .top {
    margin-top: 40px;
  }
  .cid-vdPVZt5kj4 .padd > p.date {
    font-size: clamp(1.2rem, 4vw, 1.6rem);
  }
}
.cid-vdPVZt5kj4 .side-subtitle:before {
  content: '';
  position: relative;
  display: block;
  height: 1px;
  width: 26px;
  margin-right: 15px;
  background-color: #dbdbdb;
}
.cid-vdPVZt5kj4 .accordion {
  margin-top: 20px;
  padding-top: 10px;
}
.cid-vdPVZt5kj4 .price-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 12px;
}
.cid-vdPVZt5kj4 .price-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cid-vdPVZt5kj4 .price-old {
  margin-bottom: 0;
  color: #999999;
  font-weight: 400;
  text-decoration: line-through;
}
.cid-vdPVZt5kj4 .price-btn {
  display: inline-block;
  padding: 8px 24px;
  margin-bottom: 0;
  background-color: #1a1a1a;
  color: #ffffff !important;
  font-weight: 700;
  letter-spacing: 0.05em;
  border: none;
  cursor: default;
  transition: background-color 0.3s ease;
}
.cid-vdPVZt5kj4 .price-info {
  margin-top: 6px;
  margin-bottom: 0;
  color: #171410;
  font-weight: 400;
  font-size: 0.85rem;
  text-align: center;
}
.cid-vdPVZt5kj4 .avail-badge {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 0;
  padding: 4px 14px;
  font-weight: 600;
  font-size: 0.8rem;
  color: #2e7d32;
  border: 1px solid #2e7d32;
  letter-spacing: 0.03em;
}
.cid-vdPVZt5kj4 .accordion-item {
  border: 1px solid #e0e0e0;
  border-radius: 0;
}
.cid-vdPVZt5kj4 .accordion-button {
  font-weight: 600;
  color: #4c4c4c;
  background-color: #f8f8f8;
  padding: 12px 16px;
  font-size: 0.9rem;
  width: 100%;
  text-align: center;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdPVZt5kj4 .accordion-button::after {
  content: '' !important;
  display: inline-block !important;
  width: 10px !important;
  height: 10px !important;
  border-right: 2px solid #4c4c4c !important;
  border-bottom: 2px solid #4c4c4c !important;
  border-left: none !important;
  border-top: none !important;
  background-image: none !important;
  transform: rotate(45deg) !important;
  transition: transform 0.3s ease !important;
  flex-shrink: 0 !important;
  margin-left: 10px !important;
}
.cid-vdPVZt5kj4 .accordion-item.acc-open > .accordion-header > .accordion-button::after {
  transform: rotate(-135deg) !important;
}
.cid-vdPVZt5kj4 .accordion-item.acc-open > .accordion-header > .accordion-button {
  color: #000000;
  background-color: #f0f0f0;
}
.cid-vdPVZt5kj4 .accordion-collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.cid-vdPVZt5kj4 .accordion-item.acc-open > .accordion-collapse {
  max-height: 1000px;
}
.cid-vdPVZt5kj4 .accordion-button:focus {
  box-shadow: none;
  border-color: #e0e0e0;
  outline: none;
}
.cid-vdPVZt5kj4 .accordion-button:not(.collapsed) {
  color: #4c4c4c;
  background-color: #f8f8f8;
  box-shadow: none;
}
.cid-vdPVZt5kj4 .accordion-button:not(.collapsed)::after {
  background-image: none !important;
  transform: rotate(45deg) !important;
}
.cid-vdPVZt5kj4 .accordion-body {
  padding: 16px;
  color: #4c4c4c;
}
.cid-ve8fGtSo7a {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f6f2f2;
}
.cid-ve8fGtSo7a .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ve8fGtSo7a .row {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .cid-ve8fGtSo7a .col-text {
    padding: 0 30px;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ve8fGtSo7a .col-text {
    margin-bottom: 3rem;
  }
}
.cid-ve8fGtSo7a .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-ve8fGtSo7a .text-wrapper {
    text-align: center !important;
  }
}
.cid-ve8fGtSo7a .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-ve8fGtSo7a .label-text {
    text-align: center !important;
  }
}
.cid-ve8fGtSo7a .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-ve8fGtSo7a .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ve8fGtSo7a .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-ve8fGtSo7a .mbr-text {
    text-align: center !important;
  }
}
.cid-ve8fGtSo7a .btn-container {
  width: 100%;
  margin-top: 8px;
}
.cid-ve8fGtSo7a .mbr-section-btn .btn {
  padding: 0;
}
.cid-ve8fGtSo7a .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-ve8fGtSo7a .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-ve8fGtSo7a .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-ve8fGtSo7a .card {
  padding: 0 12px 30px 12px;
}
@media (min-width: 992px) {
  .cid-ve8fGtSo7a .card {
    padding: 0 30px 30px 30px;
  }
}
.cid-ve8fGtSo7a .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-ve8fGtSo7a .card-title {
  color: #222222;
  margin-bottom: 1rem;
}
.cid-ve8fGtSo7a .card-inside-border {
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
  background-color: #555555;
}
.cid-ve8fGtSo7a .card-text {
  color: #171410;
  margin-bottom: 24px;
}
.cid-ve8fGtSo7a .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve8fGtSo7a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdPVZthKJH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vdPVZthKJH .container-fluid {
  padding: 0;
}
.cid-vdPVZthKJH .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vdPVZthKJH .row {
    padding: 0 12px;
  }
}
.cid-vdPVZthKJH .container-wrapper {
  padding: 0;
}
.cid-vdPVZthKJH .mbr-section-title {
  margin-bottom: 29px;
  letter-spacing: 2rem;
  color: #aacee8;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vdPVZthKJH .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-vdPVZthKJH .contacts-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
}
@media (max-width: 992px) {
  .cid-vdPVZthKJH .contacts-wrapper {
    display: block;
  }
}
.cid-vdPVZthKJH .contacts-wrapper .mbr-contact {
  margin: 0;
  opacity: .5;
  transition: all .3s ease;
}
.cid-vdPVZthKJH .contacts-wrapper .mbr-contact:hover {
  color: #171410;
  text-decoration: none;
}
.cid-vdPVZthKJH .contacts-wrapper .mbr-contact a {
  text-decoration: none;
}
.cid-vdPVZthKJH .contacts-wrapper .mbr-contact a:hover {
  text-decoration: underline;
}
.cid-vdPVZthKJH .contacts-wrapper .mbr-contact:nth-child(2) {
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-vdPVZthKJH .contacts-wrapper .mbr-contact:nth-child(2) {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vdPVZthKJH .contacts-wrapper .mbr-contact {
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-vdPVZthKJH .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #000000;
  text-align: center;
}
.cid-vdPVZthKJH .mbr-contact {
  color: #000000;
  text-align: left;
}
.cid-vdPWadBQbK {
  z-index: 1000;
  width: 100%;
}
.cid-vdPWadBQbK nav.navbar {
  position: fixed;
}
.cid-vdPWadBQbK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdPWadBQbK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdPWadBQbK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vdPWadBQbK .dropdown-item:hover,
.cid-vdPWadBQbK .dropdown-item:focus {
  background: #171410 !important;
  color: white !important;
}
.cid-vdPWadBQbK .dropdown-item:hover span {
  color: white;
}
.cid-vdPWadBQbK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdPWadBQbK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdPWadBQbK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdPWadBQbK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdPWadBQbK .nav-link {
  position: relative;
}
.cid-vdPWadBQbK .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vdPWadBQbK .container {
    flex-wrap: nowrap;
  }
}
.cid-vdPWadBQbK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdPWadBQbK .dropdown-menu,
.cid-vdPWadBQbK .navbar.opened {
  background: #ffffff !important;
}
.cid-vdPWadBQbK .nav-item:focus,
.cid-vdPWadBQbK .nav-link:focus {
  outline: none;
}
.cid-vdPWadBQbK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdPWadBQbK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdPWadBQbK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdPWadBQbK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdPWadBQbK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdPWadBQbK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdPWadBQbK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  backdrop-filter: blur(5px);
}
.cid-vdPWadBQbK .navbar.opened {
  transition: all 0.3s;
}
.cid-vdPWadBQbK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdPWadBQbK .navbar .navbar-logo img {
  width: auto;
}
.cid-vdPWadBQbK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdPWadBQbK .navbar.collapsed {
  justify-content: center;
}
.cid-vdPWadBQbK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdPWadBQbK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdPWadBQbK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-vdPWadBQbK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdPWadBQbK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdPWadBQbK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vdPWadBQbK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdPWadBQbK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdPWadBQbK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdPWadBQbK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdPWadBQbK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdPWadBQbK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdPWadBQbK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdPWadBQbK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vdPWadBQbK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdPWadBQbK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdPWadBQbK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdPWadBQbK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdPWadBQbK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdPWadBQbK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vdPWadBQbK .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vdPWadBQbK .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdPWadBQbK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdPWadBQbK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdPWadBQbK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdPWadBQbK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdPWadBQbK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdPWadBQbK .dropdown-item.active,
.cid-vdPWadBQbK .dropdown-item:active {
  background-color: transparent;
}
.cid-vdPWadBQbK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdPWadBQbK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdPWadBQbK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdPWadBQbK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdPWadBQbK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdPWadBQbK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdPWadBQbK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdPWadBQbK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdPWadBQbK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdPWadBQbK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-vdPWadBQbK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdPWadBQbK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdPWadBQbK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdPWadBQbK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdPWadBQbK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdPWadBQbK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdPWadBQbK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdPWadBQbK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdPWadBQbK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdPWadBQbK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdPWadBQbK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdPWadBQbK .navbar {
    height: 70px;
  }
  .cid-vdPWadBQbK .navbar.opened {
    height: auto;
  }
  .cid-vdPWadBQbK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdPWadS3hZ {
  padding-top: 0rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/depositphotos-62145043-l-2000x1379.jpg");
  overflow: hidden;
}
.cid-vdPWadS3hZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdPWadS3hZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdPWadS3hZ .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vdPWadS3hZ .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vdPWadS3hZ .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vdPWadS3hZ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdPWadS3hZ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdPWadS3hZ .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vdPWadS3hZ .mbr-section-title {
  color: #ffffff;
}
.cid-vdPWadS3hZ .mbr-text,
.cid-vdPWadS3hZ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vdPWadS3hZ .mbr-section-btn,
.cid-vdPWadS3hZ .mbr-section-title {
  text-align: center;
}
.cid-vdPWae1Hj5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdPWae1Hj5 .link {
  margin-top: 30px;
}
.cid-vdPWae1Hj5 .date {
  margin: 0 0 14px;
  color: #000000;
  font-weight: 700;
  text-align: center;
}
.cid-vdPWae1Hj5 .mbr-section-title {
  color: #000000;
  margin-bottom: 60px;
  font-weight: 700;
}
.cid-vdPWae1Hj5 .header {
  margin-bottom: 50px;
  align-items: center;
}
.cid-vdPWae1Hj5 .link a {
  background-image: none !important;
}
.cid-vdPWae1Hj5 .card-heading {
  line-height: 1.2;
  margin: 0 0 14px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-vdPWae1Hj5 .button {
  text-align: right;
}
@media (max-width: 600px) {
  .cid-vdPWae1Hj5 .header {
    margin-bottom: 20px;
  }
  .cid-vdPWae1Hj5 .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 600px) and (max-width: 1000px) {
  .cid-vdPWae1Hj5 .link {
    margin-bottom: 40px;
  }
}
.cid-vdPWae1Hj5 .mbr-section-btn {
  position: absolute;
  right: 0;
}
.cid-vdPWae1Hj5 .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-vdPWae1Hj5 .item {
  position: relative;
  margin-bottom: 55px;
}
.cid-vdPWae1Hj5 .side-subtitle {
  transform: rotate(90deg) translate(100%, 0);
  transform-origin: top right;
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: 700;
  color: #4c4c4c;
  display: flex;
  align-items: center;
}
.cid-vdPWae1Hj5 .padd {
  padding: 0 20px;
}
.cid-vdPWae1Hj5 .padd img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-vdPWae1Hj5 a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-vdPWae1Hj5 rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-vdPWae1Hj5 .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-vdPWae1Hj5 svg {
  margin-left: 15px;
}
.cid-vdPWae1Hj5 path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-vdPWae1Hj5 .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-vdPWae1Hj5 .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@media (max-width: 770px) {
  .cid-vdPWae1Hj5 .top {
    margin-top: 40px;
  }
  .cid-vdPWae1Hj5 .padd > p.date {
    font-size: clamp(1.2rem, 4vw, 1.6rem);
  }
}
.cid-vdPWae1Hj5 .side-subtitle:before {
  content: '';
  position: relative;
  display: block;
  height: 1px;
  width: 26px;
  margin-right: 15px;
  background-color: #dbdbdb;
}
.cid-vdPWae1Hj5 .accordion {
  margin-top: 20px;
  padding-top: 10px;
}
.cid-vdPWae1Hj5 .price-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 12px;
}
.cid-vdPWae1Hj5 .price-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cid-vdPWae1Hj5 .price-old {
  margin-bottom: 0;
  color: #999999;
  font-weight: 400;
  text-decoration: line-through;
}
.cid-vdPWae1Hj5 .price-btn {
  display: inline-block;
  padding: 8px 24px;
  margin-bottom: 0;
  background-color: #1a1a1a;
  color: #ffffff !important;
  font-weight: 700;
  letter-spacing: 0.05em;
  border: none;
  cursor: default;
  transition: background-color 0.3s ease;
}
.cid-vdPWae1Hj5 .price-info {
  margin-top: 6px;
  margin-bottom: 0;
  color: #888888;
  font-weight: 400;
  font-size: 0.85rem;
  text-align: center;
}
.cid-vdPWae1Hj5 .avail-badge {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 0;
  padding: 4px 14px;
  font-weight: 600;
  font-size: 0.8rem;
  color: #2e7d32;
  border: 1px solid #2e7d32;
  letter-spacing: 0.03em;
}
.cid-vdPWae1Hj5 .accordion-item {
  border: 1px solid #e0e0e0;
  border-radius: 0;
}
.cid-vdPWae1Hj5 .accordion-button {
  font-weight: 600;
  color: #4c4c4c;
  background-color: #f8f8f8;
  padding: 12px 16px;
  font-size: 0.9rem;
  width: 100%;
  text-align: center;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdPWae1Hj5 .accordion-button::after {
  content: '' !important;
  display: inline-block !important;
  width: 10px !important;
  height: 10px !important;
  border-right: 2px solid #4c4c4c !important;
  border-bottom: 2px solid #4c4c4c !important;
  border-left: none !important;
  border-top: none !important;
  background-image: none !important;
  transform: rotate(45deg) !important;
  transition: transform 0.3s ease !important;
  flex-shrink: 0 !important;
  margin-left: 10px !important;
}
.cid-vdPWae1Hj5 .accordion-item.acc-open > .accordion-header > .accordion-button::after {
  transform: rotate(-135deg) !important;
}
.cid-vdPWae1Hj5 .accordion-item.acc-open > .accordion-header > .accordion-button {
  color: #000000;
  background-color: #f0f0f0;
}
.cid-vdPWae1Hj5 .accordion-collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.cid-vdPWae1Hj5 .accordion-item.acc-open > .accordion-collapse {
  max-height: 1000px;
}
.cid-vdPWae1Hj5 .accordion-button:focus {
  box-shadow: none;
  border-color: #e0e0e0;
  outline: none;
}
.cid-vdPWae1Hj5 .accordion-button:not(.collapsed) {
  color: #4c4c4c;
  background-color: #f8f8f8;
  box-shadow: none;
}
.cid-vdPWae1Hj5 .accordion-button:not(.collapsed)::after {
  background-image: none !important;
  transform: rotate(45deg) !important;
}
.cid-vdPWae1Hj5 .accordion-body {
  padding: 16px;
  color: #4c4c4c;
}
.cid-vdPWaee9xW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vdPWaee9xW .container-fluid {
  padding: 0;
}
.cid-vdPWaee9xW .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vdPWaee9xW .row {
    padding: 0 12px;
  }
}
.cid-vdPWaee9xW .container-wrapper {
  padding: 0;
}
.cid-vdPWaee9xW .mbr-section-title {
  margin-bottom: 29px;
  letter-spacing: 2rem;
  color: #aacee8;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vdPWaee9xW .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-vdPWaee9xW .contacts-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
}
@media (max-width: 992px) {
  .cid-vdPWaee9xW .contacts-wrapper {
    display: block;
  }
}
.cid-vdPWaee9xW .contacts-wrapper .mbr-contact {
  margin: 0;
  opacity: .5;
  transition: all .3s ease;
}
.cid-vdPWaee9xW .contacts-wrapper .mbr-contact:hover {
  color: #171410;
  text-decoration: none;
}
.cid-vdPWaee9xW .contacts-wrapper .mbr-contact a {
  text-decoration: none;
}
.cid-vdPWaee9xW .contacts-wrapper .mbr-contact a:hover {
  text-decoration: underline;
}
.cid-vdPWaee9xW .contacts-wrapper .mbr-contact:nth-child(2) {
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-vdPWaee9xW .contacts-wrapper .mbr-contact:nth-child(2) {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vdPWaee9xW .contacts-wrapper .mbr-contact {
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-vdPWaee9xW .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #000000;
  text-align: center;
}
.cid-vdPWaee9xW .mbr-contact {
  color: #000000;
  text-align: left;
}
.cid-vcyUqmoBge {
  z-index: 1000;
  width: 100%;
}
.cid-vcyUqmoBge nav.navbar {
  position: fixed;
}
.cid-vcyUqmoBge .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcyUqmoBge .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcyUqmoBge .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcyUqmoBge .dropdown-item:hover,
.cid-vcyUqmoBge .dropdown-item:focus {
  background: #171410 !important;
  color: white !important;
}
.cid-vcyUqmoBge .dropdown-item:hover span {
  color: white;
}
.cid-vcyUqmoBge .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcyUqmoBge .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcyUqmoBge .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcyUqmoBge .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcyUqmoBge .nav-link {
  position: relative;
}
.cid-vcyUqmoBge .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vcyUqmoBge .container {
    flex-wrap: nowrap;
  }
}
.cid-vcyUqmoBge .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcyUqmoBge .dropdown-menu,
.cid-vcyUqmoBge .navbar.opened {
  background: #ffffff !important;
}
.cid-vcyUqmoBge .nav-item:focus,
.cid-vcyUqmoBge .nav-link:focus {
  outline: none;
}
.cid-vcyUqmoBge .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcyUqmoBge .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcyUqmoBge .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcyUqmoBge .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcyUqmoBge .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcyUqmoBge .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcyUqmoBge .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  backdrop-filter: blur(5px);
}
.cid-vcyUqmoBge .navbar.opened {
  transition: all 0.3s;
}
.cid-vcyUqmoBge .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcyUqmoBge .navbar .navbar-logo img {
  width: auto;
}
.cid-vcyUqmoBge .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcyUqmoBge .navbar.collapsed {
  justify-content: center;
}
.cid-vcyUqmoBge .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcyUqmoBge .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcyUqmoBge .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-vcyUqmoBge .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcyUqmoBge .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcyUqmoBge .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vcyUqmoBge .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcyUqmoBge .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcyUqmoBge .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcyUqmoBge .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcyUqmoBge .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcyUqmoBge .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcyUqmoBge .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcyUqmoBge .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vcyUqmoBge .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcyUqmoBge .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcyUqmoBge .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcyUqmoBge .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcyUqmoBge .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcyUqmoBge .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vcyUqmoBge .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vcyUqmoBge .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcyUqmoBge .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcyUqmoBge .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcyUqmoBge .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcyUqmoBge .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcyUqmoBge .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcyUqmoBge .dropdown-item.active,
.cid-vcyUqmoBge .dropdown-item:active {
  background-color: transparent;
}
.cid-vcyUqmoBge .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcyUqmoBge .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcyUqmoBge .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcyUqmoBge .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcyUqmoBge .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcyUqmoBge .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcyUqmoBge ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcyUqmoBge .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcyUqmoBge button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcyUqmoBge button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-vcyUqmoBge button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcyUqmoBge button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcyUqmoBge button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcyUqmoBge button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcyUqmoBge nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcyUqmoBge nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcyUqmoBge nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcyUqmoBge nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcyUqmoBge .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcyUqmoBge a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcyUqmoBge .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcyUqmoBge .navbar {
    height: 70px;
  }
  .cid-vcyUqmoBge .navbar.opened {
    height: auto;
  }
  .cid-vcyUqmoBge .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdPFiR2Hfi {
  padding-top: 0rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/infraworld-infrarotkabine-triosol-prima-1-2024-11-18-151933-ccvs201-2000x1400.jpg");
  overflow: hidden;
}
.cid-vdPFiR2Hfi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdPFiR2Hfi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdPFiR2Hfi .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vdPFiR2Hfi .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vdPFiR2Hfi .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vdPFiR2Hfi .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdPFiR2Hfi .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdPFiR2Hfi .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vdPFiR2Hfi .mbr-section-title {
  color: #ffffff;
}
.cid-vdPFiR2Hfi .mbr-text,
.cid-vdPFiR2Hfi .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vdPFiR2Hfi .mbr-section-btn,
.cid-vdPFiR2Hfi .mbr-section-title {
  text-align: center;
}
.cid-vdPFLVd3V0 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdPFLVd3V0 .link {
  margin-top: 30px;
}
.cid-vdPFLVd3V0 .date {
  margin: 0 0 14px;
  color: #000000;
  font-weight: 700;
  text-align: center;
}
.cid-vdPFLVd3V0 .mbr-section-title {
  color: #000000;
  margin-bottom: 60px;
  font-weight: 700;
}
.cid-vdPFLVd3V0 .header {
  margin-bottom: 50px;
  align-items: center;
}
.cid-vdPFLVd3V0 .link a {
  background-image: none !important;
}
.cid-vdPFLVd3V0 .card-heading {
  line-height: 1.2;
  margin: 0 0 14px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-vdPFLVd3V0 .button {
  text-align: right;
}
@media (max-width: 600px) {
  .cid-vdPFLVd3V0 .header {
    margin-bottom: 20px;
  }
  .cid-vdPFLVd3V0 .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 600px) and (max-width: 1000px) {
  .cid-vdPFLVd3V0 .link {
    margin-bottom: 40px;
  }
}
.cid-vdPFLVd3V0 .mbr-section-btn {
  position: absolute;
  right: 0;
}
.cid-vdPFLVd3V0 .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-vdPFLVd3V0 .item {
  position: relative;
  margin-bottom: 55px;
}
.cid-vdPFLVd3V0 .side-subtitle {
  transform: rotate(90deg) translate(100%, 0);
  transform-origin: top right;
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: 700;
  color: #4c4c4c;
  display: flex;
  align-items: center;
}
.cid-vdPFLVd3V0 .padd {
  padding: 0 20px;
}
.cid-vdPFLVd3V0 .padd img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-vdPFLVd3V0 a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-vdPFLVd3V0 rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-vdPFLVd3V0 .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-vdPFLVd3V0 svg {
  margin-left: 15px;
}
.cid-vdPFLVd3V0 path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-vdPFLVd3V0 .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-vdPFLVd3V0 .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@media (max-width: 770px) {
  .cid-vdPFLVd3V0 .top {
    margin-top: 40px;
  }
  .cid-vdPFLVd3V0 .padd > p.date {
    font-size: clamp(1.2rem, 4vw, 1.6rem);
  }
}
.cid-vdPFLVd3V0 .side-subtitle:before {
  content: '';
  position: relative;
  display: block;
  height: 1px;
  width: 26px;
  margin-right: 15px;
  background-color: #dbdbdb;
}
.cid-vdPFLVd3V0 .accordion {
  margin-top: 20px;
  padding-top: 10px;
}
.cid-vdPFLVd3V0 .price-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 12px;
}
.cid-vdPFLVd3V0 .price-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cid-vdPFLVd3V0 .price-old {
  margin-bottom: 0;
  color: #999999;
  font-weight: 400;
  text-decoration: line-through;
}
.cid-vdPFLVd3V0 .price-btn {
  display: inline-block;
  padding: 8px 24px;
  margin-bottom: 0;
  background-color: #1a1a1a;
  color: #ffffff !important;
  font-weight: 700;
  letter-spacing: 0.05em;
  border: none;
  cursor: default;
  transition: background-color 0.3s ease;
}
.cid-vdPFLVd3V0 .price-info {
  margin-top: 6px;
  margin-bottom: 0;
  color: #888888;
  font-weight: 400;
  font-size: 0.85rem;
  text-align: center;
}
.cid-vdPFLVd3V0 .avail-badge {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 0;
  padding: 4px 14px;
  font-weight: 600;
  font-size: 0.8rem;
  color: #2e7d32;
  border: 1px solid #2e7d32;
  letter-spacing: 0.03em;
}
.cid-vdPFLVd3V0 .accordion-item {
  border: 1px solid #e0e0e0;
  border-radius: 0;
}
.cid-vdPFLVd3V0 .accordion-button {
  font-weight: 600;
  color: #4c4c4c;
  background-color: #f8f8f8;
  padding: 12px 16px;
  font-size: 0.9rem;
  width: 100%;
  text-align: center;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdPFLVd3V0 .accordion-button::after {
  content: '' !important;
  display: inline-block !important;
  width: 10px !important;
  height: 10px !important;
  border-right: 2px solid #4c4c4c !important;
  border-bottom: 2px solid #4c4c4c !important;
  border-left: none !important;
  border-top: none !important;
  background-image: none !important;
  transform: rotate(45deg) !important;
  transition: transform 0.3s ease !important;
  flex-shrink: 0 !important;
  margin-left: 10px !important;
}
.cid-vdPFLVd3V0 .accordion-item.acc-open > .accordion-header > .accordion-button::after {
  transform: rotate(-135deg) !important;
}
.cid-vdPFLVd3V0 .accordion-item.acc-open > .accordion-header > .accordion-button {
  color: #000000;
  background-color: #f0f0f0;
}
.cid-vdPFLVd3V0 .accordion-collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.cid-vdPFLVd3V0 .accordion-item.acc-open > .accordion-collapse {
  max-height: 1000px;
}
.cid-vdPFLVd3V0 .accordion-button:focus {
  box-shadow: none;
  border-color: #e0e0e0;
  outline: none;
}
.cid-vdPFLVd3V0 .accordion-button:not(.collapsed) {
  color: #4c4c4c;
  background-color: #f8f8f8;
  box-shadow: none;
}
.cid-vdPFLVd3V0 .accordion-button:not(.collapsed)::after {
  background-image: none !important;
  transform: rotate(45deg) !important;
}
.cid-vdPFLVd3V0 .accordion-body {
  padding: 16px;
  color: #4c4c4c;
}
.cid-vcyUqnokbP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcyUqnokbP .container-fluid {
  padding: 0;
}
.cid-vcyUqnokbP .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vcyUqnokbP .row {
    padding: 0 12px;
  }
}
.cid-vcyUqnokbP .container-wrapper {
  padding: 0;
}
.cid-vcyUqnokbP .mbr-section-title {
  margin-bottom: 29px;
  letter-spacing: 2rem;
  color: #aacee8;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vcyUqnokbP .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-vcyUqnokbP .contacts-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
}
@media (max-width: 992px) {
  .cid-vcyUqnokbP .contacts-wrapper {
    display: block;
  }
}
.cid-vcyUqnokbP .contacts-wrapper .mbr-contact {
  margin: 0;
  opacity: .5;
  transition: all .3s ease;
}
.cid-vcyUqnokbP .contacts-wrapper .mbr-contact:hover {
  color: #171410;
  text-decoration: none;
}
.cid-vcyUqnokbP .contacts-wrapper .mbr-contact a {
  text-decoration: none;
}
.cid-vcyUqnokbP .contacts-wrapper .mbr-contact a:hover {
  text-decoration: underline;
}
.cid-vcyUqnokbP .contacts-wrapper .mbr-contact:nth-child(2) {
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-vcyUqnokbP .contacts-wrapper .mbr-contact:nth-child(2) {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vcyUqnokbP .contacts-wrapper .mbr-contact {
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-vcyUqnokbP .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #000000;
  text-align: center;
}
.cid-vcyUqnokbP .mbr-contact {
  color: #000000;
  text-align: left;
}
.cid-vcyUqmoBge {
  z-index: 1000;
  width: 100%;
}
.cid-vcyUqmoBge nav.navbar {
  position: fixed;
}
.cid-vcyUqmoBge .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcyUqmoBge .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcyUqmoBge .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcyUqmoBge .dropdown-item:hover,
.cid-vcyUqmoBge .dropdown-item:focus {
  background: #171410 !important;
  color: white !important;
}
.cid-vcyUqmoBge .dropdown-item:hover span {
  color: white;
}
.cid-vcyUqmoBge .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcyUqmoBge .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcyUqmoBge .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcyUqmoBge .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcyUqmoBge .nav-link {
  position: relative;
}
.cid-vcyUqmoBge .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vcyUqmoBge .container {
    flex-wrap: nowrap;
  }
}
.cid-vcyUqmoBge .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcyUqmoBge .dropdown-menu,
.cid-vcyUqmoBge .navbar.opened {
  background: #ffffff !important;
}
.cid-vcyUqmoBge .nav-item:focus,
.cid-vcyUqmoBge .nav-link:focus {
  outline: none;
}
.cid-vcyUqmoBge .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcyUqmoBge .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcyUqmoBge .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcyUqmoBge .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcyUqmoBge .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcyUqmoBge .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcyUqmoBge .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  backdrop-filter: blur(5px);
}
.cid-vcyUqmoBge .navbar.opened {
  transition: all 0.3s;
}
.cid-vcyUqmoBge .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcyUqmoBge .navbar .navbar-logo img {
  width: auto;
}
.cid-vcyUqmoBge .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcyUqmoBge .navbar.collapsed {
  justify-content: center;
}
.cid-vcyUqmoBge .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcyUqmoBge .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcyUqmoBge .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-vcyUqmoBge .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcyUqmoBge .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcyUqmoBge .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vcyUqmoBge .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcyUqmoBge .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcyUqmoBge .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcyUqmoBge .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcyUqmoBge .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcyUqmoBge .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcyUqmoBge .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcyUqmoBge .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vcyUqmoBge .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcyUqmoBge .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcyUqmoBge .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcyUqmoBge .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcyUqmoBge .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcyUqmoBge .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vcyUqmoBge .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vcyUqmoBge .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcyUqmoBge .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcyUqmoBge .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcyUqmoBge .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcyUqmoBge .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcyUqmoBge .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcyUqmoBge .dropdown-item.active,
.cid-vcyUqmoBge .dropdown-item:active {
  background-color: transparent;
}
.cid-vcyUqmoBge .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcyUqmoBge .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcyUqmoBge .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcyUqmoBge .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcyUqmoBge .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcyUqmoBge .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcyUqmoBge ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcyUqmoBge .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcyUqmoBge button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcyUqmoBge button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-vcyUqmoBge button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcyUqmoBge button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcyUqmoBge button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcyUqmoBge button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcyUqmoBge nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcyUqmoBge nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcyUqmoBge nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcyUqmoBge nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcyUqmoBge .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcyUqmoBge a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcyUqmoBge .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcyUqmoBge .navbar {
    height: 70px;
  }
  .cid-vcyUqmoBge .navbar.opened {
    height: auto;
  }
  .cid-vcyUqmoBge .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcyUqmKzsG {
  padding-top: 7rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/infraworld-infrarotkabine-triosol-prima-1-2024-11-18-151933-ccvs201-2000x1400.jpg");
  overflow: hidden;
}
.cid-vcyUqmKzsG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcyUqmKzsG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcyUqmKzsG .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vcyUqmKzsG .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcyUqmKzsG .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vcyUqmKzsG .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcyUqmKzsG .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcyUqmKzsG .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vcyUqmKzsG .mbr-section-title {
  color: #ffffff;
}
.cid-vcyUqmKzsG .mbr-text,
.cid-vcyUqmKzsG .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vcyUqmKzsG .mbr-section-btn,
.cid-vcyUqmKzsG .mbr-section-title {
  text-align: center;
}
.cid-ve1r6t869M {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f6f2f2;
}
.cid-ve1r6t869M .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve1r6t869M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve1r6t869M .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  overflow: visible;
}
.cid-ve1r6t869M .item {
  overflow: visible;
}
.cid-ve1r6t869M .icon-box {
  background: #b61212;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  position: relative;
  animation: iconPulse 2.4s ease-in-out infinite;
  box-shadow: 0 0 0 0 rgba(182, 18, 18, 0.6);
}
.cid-ve1r6t869M .item:nth-child(2) .icon-box {
  animation-delay: 1.2s;
}
.cid-ve1r6t869M .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@keyframes iconPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(182, 18, 18, 0.6);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 0 14px rgba(182, 18, 18, 0);
    transform: scale(1.08);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(182, 18, 18, 0);
    transform: scale(1);
  }
}
@media (max-width: 991px) {
  .cid-ve1r6t869M .card {
    margin-bottom: 2rem;
  }
  .cid-ve1r6t869M .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ve1r6t869M .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ve1r6t869M .card-title,
.cid-ve1r6t869M .card-box {
  color: #121212;
}
.cid-vdKUh9UCAj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdKUh9UCAj .link {
  margin-top: 30px;
}
.cid-vdKUh9UCAj .date {
  margin: 0 0 14px;
  color: #000000;
  font-weight: 700;
  text-align: center;
}
.cid-vdKUh9UCAj .mbr-section-title {
  color: #000000;
  margin-bottom: 60px;
  font-weight: 700;
}
.cid-vdKUh9UCAj .header {
  margin-bottom: 50px;
  align-items: center;
}
.cid-vdKUh9UCAj .link a {
  background-image: none !important;
}
.cid-vdKUh9UCAj .card-heading {
  line-height: 1.2;
  margin: 0 0 14px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-vdKUh9UCAj .button {
  text-align: right;
}
@media (max-width: 600px) {
  .cid-vdKUh9UCAj .header {
    margin-bottom: 20px;
  }
  .cid-vdKUh9UCAj .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 600px) and (max-width: 1000px) {
  .cid-vdKUh9UCAj .link {
    margin-bottom: 40px;
  }
}
.cid-vdKUh9UCAj .mbr-section-btn {
  position: absolute;
  right: 0;
}
.cid-vdKUh9UCAj .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-vdKUh9UCAj .item {
  position: relative;
  margin-bottom: 55px;
}
.cid-vdKUh9UCAj .side-subtitle {
  transform: rotate(90deg) translate(100%, 0);
  transform-origin: top right;
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: 700;
  color: #4c4c4c;
  display: flex;
  align-items: center;
}
.cid-vdKUh9UCAj .padd {
  padding: 0 20px;
}
.cid-vdKUh9UCAj .padd img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-vdKUh9UCAj a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-vdKUh9UCAj rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-vdKUh9UCAj .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-vdKUh9UCAj svg {
  margin-left: 15px;
}
.cid-vdKUh9UCAj path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-vdKUh9UCAj .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-vdKUh9UCAj .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@media (max-width: 770px) {
  .cid-vdKUh9UCAj .top {
    margin-top: 40px;
  }
  .cid-vdKUh9UCAj .padd > p.date {
    font-size: clamp(1.2rem, 4vw, 1.6rem);
  }
}
.cid-vdKUh9UCAj .side-subtitle:before {
  content: '';
  position: relative;
  display: block;
  height: 1px;
  width: 26px;
  margin-right: 15px;
  background-color: #dbdbdb;
}
.cid-vdKUh9UCAj .accordion {
  margin-top: 20px;
  padding-top: 10px;
}
.cid-vdKUh9UCAj .price-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 12px;
}
.cid-vdKUh9UCAj .price-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cid-vdKUh9UCAj .price-old {
  margin-bottom: 0;
  color: #999999;
  font-weight: 400;
  text-decoration: line-through;
}
.cid-vdKUh9UCAj .price-btn {
  display: inline-block;
  padding: 8px 24px;
  margin-bottom: 0;
  background-color: #1a1a1a;
  color: #ffffff !important;
  font-weight: 700;
  letter-spacing: 0.05em;
  border: none;
  cursor: default;
  transition: background-color 0.3s ease;
}
.cid-vdKUh9UCAj .price-info {
  margin-top: 6px;
  margin-bottom: 0;
  color: #888888;
  font-weight: 400;
  font-size: 0.85rem;
  text-align: center;
}
.cid-vdKUh9UCAj .avail-badge {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 0;
  padding: 4px 14px;
  font-weight: 600;
  font-size: 0.8rem;
  color: #2e7d32;
  border: 1px solid #2e7d32;
  letter-spacing: 0.03em;
}
.cid-vdKUh9UCAj .accordion-item {
  border: 1px solid #e0e0e0;
  border-radius: 0;
}
.cid-vdKUh9UCAj .accordion-button {
  font-weight: 600;
  color: #4c4c4c;
  background-color: #f8f8f8;
  padding: 12px 16px;
  font-size: 0.9rem;
  width: 100%;
  text-align: center;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdKUh9UCAj .accordion-button::after {
  content: '' !important;
  display: inline-block !important;
  width: 10px !important;
  height: 10px !important;
  border-right: 2px solid #4c4c4c !important;
  border-bottom: 2px solid #4c4c4c !important;
  border-left: none !important;
  border-top: none !important;
  background-image: none !important;
  transform: rotate(45deg) !important;
  transition: transform 0.3s ease !important;
  flex-shrink: 0 !important;
  margin-left: 10px !important;
}
.cid-vdKUh9UCAj .accordion-item.acc-open > .accordion-header > .accordion-button::after {
  transform: rotate(-135deg) !important;
}
.cid-vdKUh9UCAj .accordion-item.acc-open > .accordion-header > .accordion-button {
  color: #000000;
  background-color: #f0f0f0;
}
.cid-vdKUh9UCAj .accordion-collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.cid-vdKUh9UCAj .accordion-item.acc-open > .accordion-collapse {
  max-height: 1000px;
}
.cid-vdKUh9UCAj .accordion-button:focus {
  box-shadow: none;
  border-color: #e0e0e0;
  outline: none;
}
.cid-vdKUh9UCAj .accordion-button:not(.collapsed) {
  color: #4c4c4c;
  background-color: #f8f8f8;
  box-shadow: none;
}
.cid-vdKUh9UCAj .accordion-button:not(.collapsed)::after {
  background-image: none !important;
  transform: rotate(45deg) !important;
}
.cid-vdKUh9UCAj .accordion-body {
  padding: 16px;
  color: #171410;
}
.cid-ve8fAQFLFD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f6f2f2;
}
.cid-ve8fAQFLFD .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ve8fAQFLFD .row {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .cid-ve8fAQFLFD .col-text {
    padding: 0 30px;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ve8fAQFLFD .col-text {
    margin-bottom: 3rem;
  }
}
.cid-ve8fAQFLFD .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-ve8fAQFLFD .text-wrapper {
    text-align: center !important;
  }
}
.cid-ve8fAQFLFD .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-ve8fAQFLFD .label-text {
    text-align: center !important;
  }
}
.cid-ve8fAQFLFD .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-ve8fAQFLFD .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ve8fAQFLFD .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-ve8fAQFLFD .mbr-text {
    text-align: center !important;
  }
}
.cid-ve8fAQFLFD .btn-container {
  width: 100%;
  margin-top: 8px;
}
.cid-ve8fAQFLFD .mbr-section-btn .btn {
  padding: 0;
}
.cid-ve8fAQFLFD .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-ve8fAQFLFD .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-ve8fAQFLFD .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-ve8fAQFLFD .card {
  padding: 0 12px 30px 12px;
}
@media (min-width: 992px) {
  .cid-ve8fAQFLFD .card {
    padding: 0 30px 30px 30px;
  }
}
.cid-ve8fAQFLFD .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-ve8fAQFLFD .card-title {
  color: #222222;
  margin-bottom: 1rem;
}
.cid-ve8fAQFLFD .card-inside-border {
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
  background-color: #555555;
}
.cid-ve8fAQFLFD .card-text {
  color: #171410;
  margin-bottom: 24px;
}
.cid-ve8fAQFLFD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve8fAQFLFD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcyUqnokbP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcyUqnokbP .container-fluid {
  padding: 0;
}
.cid-vcyUqnokbP .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vcyUqnokbP .row {
    padding: 0 12px;
  }
}
.cid-vcyUqnokbP .container-wrapper {
  padding: 0;
}
.cid-vcyUqnokbP .mbr-section-title {
  margin-bottom: 29px;
  letter-spacing: 2rem;
  color: #aacee8;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vcyUqnokbP .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-vcyUqnokbP .contacts-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
}
@media (max-width: 992px) {
  .cid-vcyUqnokbP .contacts-wrapper {
    display: block;
  }
}
.cid-vcyUqnokbP .contacts-wrapper .mbr-contact {
  margin: 0;
  opacity: .5;
  transition: all .3s ease;
}
.cid-vcyUqnokbP .contacts-wrapper .mbr-contact:hover {
  color: #171410;
  text-decoration: none;
}
.cid-vcyUqnokbP .contacts-wrapper .mbr-contact a {
  text-decoration: none;
}
.cid-vcyUqnokbP .contacts-wrapper .mbr-contact a:hover {
  text-decoration: underline;
}
.cid-vcyUqnokbP .contacts-wrapper .mbr-contact:nth-child(2) {
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-vcyUqnokbP .contacts-wrapper .mbr-contact:nth-child(2) {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vcyUqnokbP .contacts-wrapper .mbr-contact {
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-vcyUqnokbP .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #000000;
  text-align: center;
}
.cid-vcyUqnokbP .mbr-contact {
  color: #000000;
  text-align: left;
}
.cid-vcswDZ5hjo {
  z-index: 1000;
  width: 100%;
}
.cid-vcswDZ5hjo nav.navbar {
  position: fixed;
}
.cid-vcswDZ5hjo .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcswDZ5hjo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcswDZ5hjo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcswDZ5hjo .dropdown-item:hover,
.cid-vcswDZ5hjo .dropdown-item:focus {
  background: #171410 !important;
  color: white !important;
}
.cid-vcswDZ5hjo .dropdown-item:hover span {
  color: white;
}
.cid-vcswDZ5hjo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcswDZ5hjo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcswDZ5hjo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcswDZ5hjo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcswDZ5hjo .nav-link {
  position: relative;
}
.cid-vcswDZ5hjo .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vcswDZ5hjo .container {
    flex-wrap: nowrap;
  }
}
.cid-vcswDZ5hjo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcswDZ5hjo .dropdown-menu,
.cid-vcswDZ5hjo .navbar.opened {
  background: #ffffff !important;
}
.cid-vcswDZ5hjo .nav-item:focus,
.cid-vcswDZ5hjo .nav-link:focus {
  outline: none;
}
.cid-vcswDZ5hjo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcswDZ5hjo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcswDZ5hjo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcswDZ5hjo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcswDZ5hjo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcswDZ5hjo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcswDZ5hjo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  backdrop-filter: blur(5px);
}
.cid-vcswDZ5hjo .navbar.opened {
  transition: all 0.3s;
}
.cid-vcswDZ5hjo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcswDZ5hjo .navbar .navbar-logo img {
  width: auto;
}
.cid-vcswDZ5hjo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcswDZ5hjo .navbar.collapsed {
  justify-content: center;
}
.cid-vcswDZ5hjo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcswDZ5hjo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcswDZ5hjo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-vcswDZ5hjo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcswDZ5hjo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcswDZ5hjo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vcswDZ5hjo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcswDZ5hjo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcswDZ5hjo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcswDZ5hjo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcswDZ5hjo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcswDZ5hjo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcswDZ5hjo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcswDZ5hjo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vcswDZ5hjo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcswDZ5hjo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcswDZ5hjo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcswDZ5hjo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcswDZ5hjo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcswDZ5hjo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vcswDZ5hjo .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vcswDZ5hjo .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcswDZ5hjo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcswDZ5hjo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcswDZ5hjo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcswDZ5hjo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcswDZ5hjo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcswDZ5hjo .dropdown-item.active,
.cid-vcswDZ5hjo .dropdown-item:active {
  background-color: transparent;
}
.cid-vcswDZ5hjo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcswDZ5hjo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcswDZ5hjo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcswDZ5hjo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcswDZ5hjo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcswDZ5hjo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcswDZ5hjo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcswDZ5hjo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcswDZ5hjo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcswDZ5hjo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-vcswDZ5hjo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcswDZ5hjo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcswDZ5hjo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcswDZ5hjo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcswDZ5hjo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcswDZ5hjo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcswDZ5hjo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcswDZ5hjo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcswDZ5hjo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcswDZ5hjo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcswDZ5hjo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcswDZ5hjo .navbar {
    height: 70px;
  }
  .cid-vcswDZ5hjo .navbar.opened {
    height: auto;
  }
  .cid-vcswDZ5hjo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ve1isRIFxC {
  padding-top: 180px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ve1isRIFxC .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-ve1isRIFxC .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-ve1isRIFxC .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-ve1isRIFxC .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ve1isRIFxC .mbr-text,
.cid-ve1isRIFxC .mbr-section-btn {
  color: #999999;
}
.cid-ve1isRIFxC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve1isRIFxC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve1isRIFxC .mbr-text,
.cid-ve1isRIFxC .col {
  color: #000000;
}
.cid-vcrPsWBLNk {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcrPsWBLNk .container-fluid {
  padding: 0;
}
.cid-vcrPsWBLNk .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vcrPsWBLNk .row {
    padding: 0 12px;
  }
}
.cid-vcrPsWBLNk .container-wrapper {
  padding: 0;
}
.cid-vcrPsWBLNk .mbr-section-title {
  margin-bottom: 29px;
  letter-spacing: 2rem;
  color: #aacee8;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vcrPsWBLNk .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-vcrPsWBLNk .contacts-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
}
@media (max-width: 992px) {
  .cid-vcrPsWBLNk .contacts-wrapper {
    display: block;
  }
}
.cid-vcrPsWBLNk .contacts-wrapper .mbr-contact {
  margin: 0;
  opacity: .5;
  transition: all .3s ease;
}
.cid-vcrPsWBLNk .contacts-wrapper .mbr-contact:hover {
  color: #171410;
  text-decoration: none;
}
.cid-vcrPsWBLNk .contacts-wrapper .mbr-contact a {
  text-decoration: none;
}
.cid-vcrPsWBLNk .contacts-wrapper .mbr-contact a:hover {
  text-decoration: underline;
}
.cid-vcrPsWBLNk .contacts-wrapper .mbr-contact:nth-child(2) {
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-vcrPsWBLNk .contacts-wrapper .mbr-contact:nth-child(2) {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vcrPsWBLNk .contacts-wrapper .mbr-contact {
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-vcrPsWBLNk .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #000000;
  text-align: center;
}
.cid-vcrPsWBLNk .mbr-contact {
  color: #000000;
  text-align: left;
}
.cid-ve1jZzRAD4 {
  z-index: 1000;
  width: 100%;
}
.cid-ve1jZzRAD4 nav.navbar {
  position: fixed;
}
.cid-ve1jZzRAD4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ve1jZzRAD4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ve1jZzRAD4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ve1jZzRAD4 .dropdown-item:hover,
.cid-ve1jZzRAD4 .dropdown-item:focus {
  background: #171410 !important;
  color: white !important;
}
.cid-ve1jZzRAD4 .dropdown-item:hover span {
  color: white;
}
.cid-ve1jZzRAD4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ve1jZzRAD4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ve1jZzRAD4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ve1jZzRAD4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ve1jZzRAD4 .nav-link {
  position: relative;
}
.cid-ve1jZzRAD4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ve1jZzRAD4 .container {
    flex-wrap: nowrap;
  }
}
.cid-ve1jZzRAD4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ve1jZzRAD4 .dropdown-menu,
.cid-ve1jZzRAD4 .navbar.opened {
  background: #ffffff !important;
}
.cid-ve1jZzRAD4 .nav-item:focus,
.cid-ve1jZzRAD4 .nav-link:focus {
  outline: none;
}
.cid-ve1jZzRAD4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ve1jZzRAD4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ve1jZzRAD4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ve1jZzRAD4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ve1jZzRAD4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ve1jZzRAD4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ve1jZzRAD4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  backdrop-filter: blur(5px);
}
.cid-ve1jZzRAD4 .navbar.opened {
  transition: all 0.3s;
}
.cid-ve1jZzRAD4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ve1jZzRAD4 .navbar .navbar-logo img {
  width: auto;
}
.cid-ve1jZzRAD4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ve1jZzRAD4 .navbar.collapsed {
  justify-content: center;
}
.cid-ve1jZzRAD4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ve1jZzRAD4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ve1jZzRAD4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-ve1jZzRAD4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ve1jZzRAD4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ve1jZzRAD4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ve1jZzRAD4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ve1jZzRAD4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ve1jZzRAD4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ve1jZzRAD4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ve1jZzRAD4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ve1jZzRAD4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ve1jZzRAD4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ve1jZzRAD4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ve1jZzRAD4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ve1jZzRAD4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ve1jZzRAD4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ve1jZzRAD4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ve1jZzRAD4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ve1jZzRAD4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ve1jZzRAD4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ve1jZzRAD4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ve1jZzRAD4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ve1jZzRAD4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ve1jZzRAD4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ve1jZzRAD4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ve1jZzRAD4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ve1jZzRAD4 .dropdown-item.active,
.cid-ve1jZzRAD4 .dropdown-item:active {
  background-color: transparent;
}
.cid-ve1jZzRAD4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ve1jZzRAD4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ve1jZzRAD4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ve1jZzRAD4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ve1jZzRAD4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ve1jZzRAD4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ve1jZzRAD4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ve1jZzRAD4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ve1jZzRAD4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ve1jZzRAD4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-ve1jZzRAD4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ve1jZzRAD4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ve1jZzRAD4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ve1jZzRAD4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ve1jZzRAD4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ve1jZzRAD4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ve1jZzRAD4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ve1jZzRAD4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ve1jZzRAD4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ve1jZzRAD4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ve1jZzRAD4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ve1jZzRAD4 .navbar {
    height: 70px;
  }
  .cid-ve1jZzRAD4 .navbar.opened {
    height: auto;
  }
  .cid-ve1jZzRAD4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ve1jZAkWdo {
  padding-top: 180px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ve1jZAkWdo .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-ve1jZAkWdo .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-ve1jZAkWdo .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-ve1jZAkWdo .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ve1jZAkWdo .mbr-text,
.cid-ve1jZAkWdo .mbr-section-btn {
  color: #999999;
}
.cid-ve1jZAkWdo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve1jZAkWdo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve1jZAkWdo .mbr-text,
.cid-ve1jZAkWdo .col {
  color: #000000;
}
.cid-ve1jZAE97q {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ve1jZAE97q .container-fluid {
  padding: 0;
}
.cid-ve1jZAE97q .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-ve1jZAE97q .row {
    padding: 0 12px;
  }
}
.cid-ve1jZAE97q .container-wrapper {
  padding: 0;
}
.cid-ve1jZAE97q .mbr-section-title {
  margin-bottom: 29px;
  letter-spacing: 2rem;
  color: #aacee8;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ve1jZAE97q .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-ve1jZAE97q .contacts-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
}
@media (max-width: 992px) {
  .cid-ve1jZAE97q .contacts-wrapper {
    display: block;
  }
}
.cid-ve1jZAE97q .contacts-wrapper .mbr-contact {
  margin: 0;
  opacity: .5;
  transition: all .3s ease;
}
.cid-ve1jZAE97q .contacts-wrapper .mbr-contact:hover {
  color: #171410;
  text-decoration: none;
}
.cid-ve1jZAE97q .contacts-wrapper .mbr-contact a {
  text-decoration: none;
}
.cid-ve1jZAE97q .contacts-wrapper .mbr-contact a:hover {
  text-decoration: underline;
}
.cid-ve1jZAE97q .contacts-wrapper .mbr-contact:nth-child(2) {
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-ve1jZAE97q .contacts-wrapper .mbr-contact:nth-child(2) {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ve1jZAE97q .contacts-wrapper .mbr-contact {
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-ve1jZAE97q .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #000000;
  text-align: center;
}
.cid-ve1jZAE97q .mbr-contact {
  color: #000000;
  text-align: left;
}
.cid-ve4k9qGjoC {
  z-index: 1000;
  width: 100%;
}
.cid-ve4k9qGjoC nav.navbar {
  position: fixed;
}
.cid-ve4k9qGjoC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ve4k9qGjoC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ve4k9qGjoC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ve4k9qGjoC .dropdown-item:hover,
.cid-ve4k9qGjoC .dropdown-item:focus {
  background: #171410 !important;
  color: white !important;
}
.cid-ve4k9qGjoC .dropdown-item:hover span {
  color: white;
}
.cid-ve4k9qGjoC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ve4k9qGjoC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ve4k9qGjoC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ve4k9qGjoC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ve4k9qGjoC .nav-link {
  position: relative;
}
.cid-ve4k9qGjoC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ve4k9qGjoC .container {
    flex-wrap: nowrap;
  }
}
.cid-ve4k9qGjoC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ve4k9qGjoC .dropdown-menu,
.cid-ve4k9qGjoC .navbar.opened {
  background: #ffffff !important;
}
.cid-ve4k9qGjoC .nav-item:focus,
.cid-ve4k9qGjoC .nav-link:focus {
  outline: none;
}
.cid-ve4k9qGjoC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ve4k9qGjoC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ve4k9qGjoC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ve4k9qGjoC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ve4k9qGjoC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ve4k9qGjoC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ve4k9qGjoC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  backdrop-filter: blur(5px);
}
.cid-ve4k9qGjoC .navbar.opened {
  transition: all 0.3s;
}
.cid-ve4k9qGjoC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ve4k9qGjoC .navbar .navbar-logo img {
  width: auto;
}
.cid-ve4k9qGjoC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ve4k9qGjoC .navbar.collapsed {
  justify-content: center;
}
.cid-ve4k9qGjoC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ve4k9qGjoC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ve4k9qGjoC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-ve4k9qGjoC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ve4k9qGjoC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ve4k9qGjoC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ve4k9qGjoC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ve4k9qGjoC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ve4k9qGjoC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ve4k9qGjoC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ve4k9qGjoC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ve4k9qGjoC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ve4k9qGjoC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ve4k9qGjoC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ve4k9qGjoC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ve4k9qGjoC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ve4k9qGjoC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ve4k9qGjoC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ve4k9qGjoC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ve4k9qGjoC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ve4k9qGjoC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ve4k9qGjoC .navbar.navbar-short {
  min-height: 60px;
}
.cid-ve4k9qGjoC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ve4k9qGjoC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ve4k9qGjoC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ve4k9qGjoC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ve4k9qGjoC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ve4k9qGjoC .dropdown-item.active,
.cid-ve4k9qGjoC .dropdown-item:active {
  background-color: transparent;
}
.cid-ve4k9qGjoC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ve4k9qGjoC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ve4k9qGjoC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ve4k9qGjoC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ve4k9qGjoC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ve4k9qGjoC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ve4k9qGjoC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ve4k9qGjoC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ve4k9qGjoC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ve4k9qGjoC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-ve4k9qGjoC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ve4k9qGjoC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ve4k9qGjoC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ve4k9qGjoC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ve4k9qGjoC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ve4k9qGjoC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ve4k9qGjoC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ve4k9qGjoC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ve4k9qGjoC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ve4k9qGjoC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ve4k9qGjoC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ve4k9qGjoC .navbar {
    height: 70px;
  }
  .cid-ve4k9qGjoC .navbar.opened {
    height: auto;
  }
  .cid-ve4k9qGjoC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ve4kk8Ykp7 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ve4kk8Ykp7 .showAlerts {
  display: block !important;
}
.cid-ve4kk8Ykp7 .rowflexrev {
  display: -webkit-flex;
}
.cid-ve4kk8Ykp7 .ws-form-alerts {
  margin-top: 1rem;
}
.cid-ve4kk8Ykp7 .title {
  margin-bottom: 2rem;
}
.cid-ve4kk8Ykp7 .mbr-section-subtitle {
  color: #767676;
}
.cid-ve4kk8Ykp7 textarea.form-control {
  min-height: 188px;
}
.cid-ve4kk8Ykp7 LABEL {
  color: #232323;
  display: initial;
}
.cid-ve4kk8Ykp7 .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ve4kk8Ykp7 .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-ve4kk8Ykp7 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ve4kk8Ykp7 .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ve4kk8Ykp7 .alert {
  margin-bottom: 0;
}
.cid-ve4kk8Ykp7 .alert-success {
  background-color: #fae403;
}
.cid-ve4kk8Ykp7 .alert-danger {
  background-color: #b61212;
}
.cid-ve4kk8Ykp7 .btn {
  display: inline-flex;
}
.cid-ve4kk8Ykp7 .mbr-alert-success {
  text-align: center;
  color: #000000;
}
.cid-ve4kk8Ykp7 .mbr-alert-danger {
  text-align: center;
  color: #ffffff;
}
.cid-ve4kk8Ykp7 input,
.cid-ve4kk8Ykp7 option,
.cid-ve4kk8Ykp7 textarea {
  color: #000000;
}
.cid-ve4kk8Ykp7 H2 {
  color: #000000;
}
.cid-ve4k9qWb5u {
  padding-top: 180px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ve4k9qWb5u .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-ve4k9qWb5u .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-ve4k9qWb5u .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-ve4k9qWb5u .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ve4k9qWb5u .mbr-text,
.cid-ve4k9qWb5u .mbr-section-btn {
  color: #999999;
}
.cid-ve4k9qWb5u .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve4k9qWb5u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve4k9qWb5u .mbr-text,
.cid-ve4k9qWb5u .col {
  color: #000000;
}
.cid-ve4k9r7rNE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ve4k9r7rNE .container-fluid {
  padding: 0;
}
.cid-ve4k9r7rNE .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-ve4k9r7rNE .row {
    padding: 0 12px;
  }
}
.cid-ve4k9r7rNE .container-wrapper {
  padding: 0;
}
.cid-ve4k9r7rNE .mbr-section-title {
  margin-bottom: 29px;
  letter-spacing: 2rem;
  color: #aacee8;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ve4k9r7rNE .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-ve4k9r7rNE .contacts-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
}
@media (max-width: 992px) {
  .cid-ve4k9r7rNE .contacts-wrapper {
    display: block;
  }
}
.cid-ve4k9r7rNE .contacts-wrapper .mbr-contact {
  margin: 0;
  opacity: .5;
  transition: all .3s ease;
}
.cid-ve4k9r7rNE .contacts-wrapper .mbr-contact:hover {
  color: #171410;
  text-decoration: none;
}
.cid-ve4k9r7rNE .contacts-wrapper .mbr-contact a {
  text-decoration: none;
}
.cid-ve4k9r7rNE .contacts-wrapper .mbr-contact a:hover {
  text-decoration: underline;
}
.cid-ve4k9r7rNE .contacts-wrapper .mbr-contact:nth-child(2) {
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-ve4k9r7rNE .contacts-wrapper .mbr-contact:nth-child(2) {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ve4k9r7rNE .contacts-wrapper .mbr-contact {
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-ve4k9r7rNE .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #000000;
  text-align: center;
}
.cid-ve4k9r7rNE .mbr-contact {
  color: #000000;
  text-align: left;
}
