body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.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: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.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: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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;
}
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: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !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: #ff6666 !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='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-vmpGMzepPn {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/wwwww-2000x1093.png");
}
.cid-vmpGMzepPn .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-vmpGMzepPn .wrap {
  padding: 0 25px;
}
.cid-vmpGMzepPn .wrap:before {
  content: '';
  position: absolute;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #46a4e1;
  top: 0px;
  right: 0px;
}
.cid-vmpGMzepPn .wrap:before {
  content: '';
  position: absolute;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #46a4e1;
  top: 0px;
  left: -100px;
}
.cid-vmpGMzepPn .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-vmpGMzepPn .mbr-text {
  margin-bottom: 20px;
}
.cid-vmpGMzepPn .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-vmpGMzepPn .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-vmpGMzepPn .container,
  .cid-vmpGMzepPn .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-vmpGMzepPn .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-vmpGMzepPn a.close {
    right: 50px;
    top: 25px;
  }
  .cid-vmpGMzepPn .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-vmpGMzepPn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmpGMzepPn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmpGMzepPn .mbr-section-title,
.cid-vmpGMzepPn .mbr-figure {
  color: #f9ff33;
  text-align: left;
}
.cid-vmpGMzepPn .mbr-text,
.cid-vmpGMzepPn .mbr-section-btn {
  color: #f9ff33;
}
.cid-vmrX3icAbb {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-vmrX3icAbb .mbr-text,
.cid-vmrX3icAbb .mbr-section-btn {
  color: #f9ff33;
}
.cid-vmvUaByt8Y {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vmvUaByt8Y .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #f9ff33;
}
.cid-vmvUaByt8Y .block__left,
.cid-vmvUaByt8Y .block__right {
  padding: 80px;
  height: 100%;
  position: relative;
}
@media (max-width: 575px) {
  .cid-vmvUaByt8Y .block__left,
  .cid-vmvUaByt8Y .block__right {
    padding: 30px;
  }
}
.cid-vmvUaByt8Y .title__block {
  position: relative;
  z-index: 2;
}
.cid-vmvUaByt8Y .left__image {
  background-image: url("../../../assets/images/gemini-generated-image-xozctmxozctmxozc-1408x768.png");
}
.cid-vmvUaByt8Y .block__left > .mbr-overlay {
  background-color: #283742;
  opacity: 0.8;
  z-index: 1;
}
.cid-vmvUaByt8Y .block__right > .mbr-overlay {
  background-color: #6f6865;
  opacity: 0.8;
  z-index: 1;
}
.cid-vmvUaByt8Y .right__image {
  background-image: url("../../../assets/images/gemini-generated-image-73rmuh73rmuh73rm-1380x768.png");
}
.cid-vmvUaByt8Y .left__image,
.cid-vmvUaByt8Y .right__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .cid-vmvUaByt8Y .container,
  .cid-vmvUaByt8Y .container-fluid,
  .cid-vmvUaByt8Y .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cid-vmvUaByt8Y .wrap_left,
  .cid-vmvUaByt8Y .wrap_right {
    padding: 0;
  }
}
.cid-vmvUaByt8Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmvUaByt8Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmr3ws7B3w {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/vgemini-generated-image-2fzzg42fzzg42fzz-1380x768.png");
}
.cid-vmr3ws7B3w H3 {
  color: #f9ff33;
}
.cid-vmqkb2ai5G {
  overflow: hidden !important;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9ff33;
}
.cid-vmqkb2ai5G .title__block {
  padding-bottom: 40px;
}
.cid-vmqkb2ai5G .carousel {
  margin-bottom: 80px;
}
.cid-vmqkb2ai5G .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  transition: none !important;
}
.cid-vmqkb2ai5G .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #000000;
  background: rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-vmqkb2ai5G .carousel-controls a:hover span {
  background: rgba(0, 0, 0, 0.6);
}
.cid-vmqkb2ai5G .carousel-inner {
  overflow: visible !important;
}
.cid-vmqkb2ai5G .carousel-item:first-child {
  display: flex;
  transform: translateX(50%);
}
.cid-vmqkb2ai5G .carousel-item.active + .carousel-item {
  display: flex;
  transform: translateX(50%);
}
.cid-vmqkb2ai5G .carousel-item.active {
  display: flex;
  transform: translateX(-50%);
}
.cid-vmqkb2ai5G .user {
  height: 300px;
}
.cid-vmqkb2ai5G .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-vmqkb2ai5G .carousel-control-prev {
  top: auto;
  left: -3%;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-vmqkb2ai5G .carousel-control-next {
  top: auto;
  left: 2%;
  margin-left: 8px;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
@media (max-width: 1199px) {
  .cid-vmqkb2ai5G .carousel-control-next {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-vmqkb2ai5G .carousel-control-prev {
    left: -2%;
  }
  .cid-vmqkb2ai5G .carousel-control-next {
    left: 6%;
  }
  .cid-vmqkb2ai5G .user {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-vmqkb2ai5G .carousel-item > .user:nth-child(2) {
    display: none;
  }
  .cid-vmqkb2ai5G .carousel-item:first-child {
    transform: translateX(0);
  }
  .cid-vmqkb2ai5G .carousel-item.active + .carousel-item {
    transform: translateX(0);
  }
  .cid-vmqkb2ai5G .carousel-item.active {
    transform: translateX(0);
  }
  .cid-vmqkb2ai5G .carousel-controls {
    display: none;
  }
  .cid-vmqkb2ai5G .carousel {
    margin-bottom: 0;
  }
}
.cid-vmqkb2ai5G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmqkb2ai5G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmqkb2ai5G .mbr-section-title {
  color: #000000;
}
.cid-vmqkb2ai5G .mbr-text {
  color: #ffffff;
}
.cid-vmqMMNgnRP {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #f9ff33;
}
.cid-vmqMMNgnRP .title__block {
  margin-bottom: 30px;
}
.cid-vmqMMNgnRP .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vmqMMNgnRP .mbr-section-subtitle,
.cid-vmqMMNgnRP .card__subtitle {
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-vmqMMNgnRP .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: 0.6;
}
.cid-vmqMMNgnRP .card__wrap {
  margin-bottom: 50px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .cid-vmqMMNgnRP .card__wrap {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
.cid-vmqMMNgnRP .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-vmqMMNgnRP .mbr-text {
  margin-bottom: 0;
}
.cid-vmqMMNgnRP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmqMMNgnRP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmqMMNgnRP .card__subtitle {
  color: #073392;
}
.cid-vmqMMNgnRP .mbr-section-subtitle {
  color: #073392;
}
.cid-vmslSVUEF2 {
  background-image: url("../../../assets/images/fallback-1970x1066.jpg");
}
.cid-vmslSVUEF2 .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-vmslSVUEF2 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-vmslSVUEF2 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vmslSVUEF2 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vmslSVUEF2 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vmslSVUEF2 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-vmslSVUEF2 a.close:hover {
  color: #ffffff;
}
.cid-vmpNRvwBTI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9ff33;
}
.cid-vmpNRvwBTI .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  font-weight: 300;
}
.cid-vmpNRvwBTI .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #6f6865;
  margin-left: 2rem;
}
.cid-vmpNRvwBTI .timeline-text-content p {
  margin-bottom: 0;
}
.cid-vmpNRvwBTI .time-line-date-content {
  margin-right: 2rem;
}
.cid-vmpNRvwBTI .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #6f6865;
  float: right;
}
.cid-vmpNRvwBTI .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-vmpNRvwBTI .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-vmpNRvwBTI .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-vmpNRvwBTI .mbr-timeline-date,
.cid-vmpNRvwBTI .timeline-text-content {
  transition: all .4s;
}
.cid-vmpNRvwBTI .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-vmpNRvwBTI .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-vmpNRvwBTI .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-vmpNRvwBTI .reverse .time-line-date-content p {
  float: left;
}
.cid-vmpNRvwBTI .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #6f6865;
  top: 20px;
  margin-left: -10px;
}
.cid-vmpNRvwBTI .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #6f6865;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-vmpNRvwBTI .iconBackground {
    left: 0 !important;
  }
  .cid-vmpNRvwBTI .separline:before {
    left: 0 !important;
  }
  .cid-vmpNRvwBTI .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-vmpNRvwBTI .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-vmpNRvwBTI .time-line-date-content p {
    float: left !important;
  }
  .cid-vmpNRvwBTI .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-vmpNRvwBTI .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-vmpNRvwBTI .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-vmpNRvwBTI .mbr-timeline-text {
  color: #ffffff;
  text-align: left;
}
.cid-vmpNRvwBTI .mbr-timeline-date {
  color: #ffffff;
}
.cid-vmpNRvwBTI .mbr-timeline-title {
  text-align: left;
  color: #ffffff;
}
.cid-vmpJ8gR5wa {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bildschirmfoto-2026-06-13-um-23.46.09-2000x956.png");
}
.cid-vmpJ8gR5wa .mbr-text {
  margin-bottom: 20px;
}
.cid-vmpJ8gR5wa .mbr-section-btn .btn:hover {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.cid-vmpJ8gR5wa .mbr-section-btn .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-vmpJ8gR5wa .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: 0.6;
}
.cid-vmpJ8gR5wa .contact__wrap {
  padding-bottom: 40px;
}
.cid-vmpJ8gR5wa .contact__wrap:last-child {
  padding-bottom: 0;
}
.cid-vmpJ8gR5wa .contact__title,
.cid-vmpJ8gR5wa .contact__text {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-vmpJ8gR5wa .contact__wrap,
  .cid-vmpJ8gR5wa .title__block {
    padding-bottom: 30px;
  }
}
.cid-vmpJ8gR5wa .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-vmpJ8gR5wa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmpJ8gR5wa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmpKZG0Fhk {
  min-height: 77px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-vmpKZG0Fhk .nav-item,
.cid-vmpKZG0Fhk .nav-link,
.cid-vmpKZG0Fhk .navbar-caption {
  font-weight: normal;
}
.cid-vmpKZG0Fhk .navbar-nav {
  counter-reset: number;
}
.cid-vmpKZG0Fhk .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-vmpKZG0Fhk .nav-link:before {
  content: '0' counter(number);
  display: inline-block;
  opacity: 0.7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: 0.6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-vmpKZG0Fhk .navbar {
    min-height: 120px !important;
  }
  .cid-vmpKZG0Fhk .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-vmpKZG0Fhk .btn {
    white-space: nowrap;
  }
  .cid-vmpKZG0Fhk .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-vmpKZG0Fhk .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-vmpKZG0Fhk .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-vmpKZG0Fhk .dropdown-toggle::after,
  .cid-vmpKZG0Fhk .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-vmpKZG0Fhk .dropdown-toggle::after {
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-vmpKZG0Fhk .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-vmpKZG0Fhk .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-vmpKZG0Fhk .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-vmpKZG0Fhk .dropdown-menu .dropdown-item:hover {
  color: #6592e6 !important;
  background-color: #fafafa;
}
.cid-vmpKZG0Fhk .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-vmpKZG0Fhk .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-vmpKZG0Fhk .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-vmpKZG0Fhk .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-vmpKZG0Fhk .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-vmpKZG0Fhk .nav-item:focus,
.cid-vmpKZG0Fhk .nav-link:focus {
  outline: none;
}
.cid-vmpKZG0Fhk .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-vmpKZG0Fhk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vmpKZG0Fhk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-vmpKZG0Fhk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vmpKZG0Fhk .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-vmpKZG0Fhk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vmpKZG0Fhk ul.navbar-nav li {
  margin: auto;
}
.cid-vmpKZG0Fhk .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-vmpKZG0Fhk .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-vmpKZG0Fhk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vmpKZG0Fhk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vmpKZG0Fhk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vmpKZG0Fhk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vmpKZG0Fhk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vmpKZG0Fhk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vmpKZG0Fhk .navbar {
    padding: 10px 0;
  }
  .cid-vmpKZG0Fhk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vmpKZG0Fhk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vmpKZG0Fhk .navbar .container-fluid,
  .cid-vmpKZG0Fhk .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-vmpKZG0Fhk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vmpKZG0Fhk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vmpKZG0Fhk .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-vmpKZG0Fhk .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-vmpKZG0Fhk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vmpKZG0Fhk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vmpKZG0Fhk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-vmpKZG0Fhk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vmpKZG0Fhk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vmpKZG0Fhk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-vmpKZG0Fhk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vmpKZG0Fhk .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-vmpKZG0Fhk .dropdown-item.active,
.cid-vmpKZG0Fhk .dropdown-item:active {
  background-color: transparent;
}
.cid-vmpKZG0Fhk .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vmpKZG0Fhk .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-vmpKZG0Fhk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vmpKZG0Fhk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-vmpKZG0Fhk .navbar-buttons {
  text-align: center;
}
.cid-vmpKZG0Fhk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vmpKZG0Fhk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-vmpKZG0Fhk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vmpKZG0Fhk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmpKZG0Fhk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmpKZG0Fhk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vmpKZG0Fhk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmpKZG0Fhk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vmpKZG0Fhk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vmpKZG0Fhk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmpKZG0Fhk .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-vmpKZG0Fhk a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-vmpKZG0Fhk a.nav-link:hover {
  color: #6592e6 !important;
}
.is-builder .cid-vmpKZG0Fhk .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vmpKZG0Fhk .navbar {
    height: 77px;
  }
  .cid-vmpKZG0Fhk .navbar.opened {
    height: auto;
  }
  .cid-vmpKZG0Fhk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vmwzbpR7se {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-vmwzbpR7se .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-vmwzbpR7se .wrap {
  padding: 0 25px;
}
.cid-vmwzbpR7se .wrap:before {
  content: '';
  position: absolute;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #46a4e1;
  top: 0px;
  right: 0px;
}
.cid-vmwzbpR7se .wrap:before {
  content: '';
  position: absolute;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #46a4e1;
  top: 0px;
  left: -100px;
}
.cid-vmwzbpR7se .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-vmwzbpR7se .mbr-text {
  margin-bottom: 20px;
}
.cid-vmwzbpR7se .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-vmwzbpR7se .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-vmwzbpR7se .container,
  .cid-vmwzbpR7se .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-vmwzbpR7se .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-vmwzbpR7se a.close {
    right: 50px;
    top: 25px;
  }
  .cid-vmwzbpR7se .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-vmwzbpR7se .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmwzbpR7se .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmwzbpR7se .mbr-section-title,
.cid-vmwzbpR7se .mbr-figure {
  color: #f9ff33;
  text-align: left;
}
.cid-vmwzbpR7se .mbr-text,
.cid-vmwzbpR7se .mbr-section-btn {
  color: #f9ff33;
}
.cid-vmwzbshHmg {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-vmwzbshHmg .mbr-text,
.cid-vmwzbshHmg .mbr-section-btn {
  color: #f9ff33;
}
.cid-vmwzbszo4M {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vmwzbszo4M .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #f9ff33;
}
.cid-vmwzbszo4M .block__left,
.cid-vmwzbszo4M .block__right {
  padding: 80px;
  height: 100%;
  position: relative;
}
@media (max-width: 575px) {
  .cid-vmwzbszo4M .block__left,
  .cid-vmwzbszo4M .block__right {
    padding: 30px;
  }
}
.cid-vmwzbszo4M .title__block {
  position: relative;
  z-index: 2;
}
.cid-vmwzbszo4M .left__image {
  background-image: url("../../../assets/images/gemini-generated-image-xozctmxozctmxozc-1408x768.png");
}
.cid-vmwzbszo4M .block__left > .mbr-overlay {
  background-color: #283742;
  opacity: 0.8;
  z-index: 1;
}
.cid-vmwzbszo4M .block__right > .mbr-overlay {
  background-color: #6f6865;
  opacity: 0.8;
  z-index: 1;
}
.cid-vmwzbszo4M .right__image {
  background-image: url("../../../assets/images/gemini-generated-image-73rmuh73rmuh73rm-1380x768.png");
}
.cid-vmwzbszo4M .left__image,
.cid-vmwzbszo4M .right__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .cid-vmwzbszo4M .container,
  .cid-vmwzbszo4M .container-fluid,
  .cid-vmwzbszo4M .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cid-vmwzbszo4M .wrap_left,
  .cid-vmwzbszo4M .wrap_right {
    padding: 0;
  }
}
.cid-vmwzbszo4M .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmwzbszo4M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmwzbsM0sA {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/vgemini-generated-image-2fzzg42fzzg42fzz-1380x768.png");
}
.cid-vmwzbsM0sA H3 {
  color: #f9ff33;
}
.cid-vmwzbsXo6c {
  overflow: hidden !important;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9ff33;
}
.cid-vmwzbsXo6c .title__block {
  padding-bottom: 40px;
}
.cid-vmwzbsXo6c .carousel {
  margin-bottom: 80px;
}
.cid-vmwzbsXo6c .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  transition: none !important;
}
.cid-vmwzbsXo6c .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #000000;
  background: rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-vmwzbsXo6c .carousel-controls a:hover span {
  background: rgba(0, 0, 0, 0.6);
}
.cid-vmwzbsXo6c .carousel-inner {
  overflow: visible !important;
}
.cid-vmwzbsXo6c .carousel-item:first-child {
  display: flex;
  transform: translateX(50%);
}
.cid-vmwzbsXo6c .carousel-item.active + .carousel-item {
  display: flex;
  transform: translateX(50%);
}
.cid-vmwzbsXo6c .carousel-item.active {
  display: flex;
  transform: translateX(-50%);
}
.cid-vmwzbsXo6c .user {
  height: 300px;
}
.cid-vmwzbsXo6c .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-vmwzbsXo6c .carousel-control-prev {
  top: auto;
  left: -3%;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-vmwzbsXo6c .carousel-control-next {
  top: auto;
  left: 2%;
  margin-left: 8px;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
@media (max-width: 1199px) {
  .cid-vmwzbsXo6c .carousel-control-next {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-vmwzbsXo6c .carousel-control-prev {
    left: -2%;
  }
  .cid-vmwzbsXo6c .carousel-control-next {
    left: 6%;
  }
  .cid-vmwzbsXo6c .user {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-vmwzbsXo6c .carousel-item > .user:nth-child(2) {
    display: none;
  }
  .cid-vmwzbsXo6c .carousel-item:first-child {
    transform: translateX(0);
  }
  .cid-vmwzbsXo6c .carousel-item.active + .carousel-item {
    transform: translateX(0);
  }
  .cid-vmwzbsXo6c .carousel-item.active {
    transform: translateX(0);
  }
  .cid-vmwzbsXo6c .carousel-controls {
    display: none;
  }
  .cid-vmwzbsXo6c .carousel {
    margin-bottom: 0;
  }
}
.cid-vmwzbsXo6c .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmwzbsXo6c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmwzbsXo6c .mbr-section-title {
  color: #000000;
}
.cid-vmwzbsXo6c .mbr-text {
  color: #ffffff;
}
.cid-vmwzbtCeuw {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f9ff33;
}
.cid-vmwzbtCeuw .title__block {
  margin-bottom: 30px;
}
.cid-vmwzbtCeuw .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vmwzbtCeuw .mbr-section-subtitle,
.cid-vmwzbtCeuw .card__subtitle {
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-vmwzbtCeuw .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: 0.6;
}
.cid-vmwzbtCeuw .card__wrap {
  margin-bottom: 50px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .cid-vmwzbtCeuw .card__wrap {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
.cid-vmwzbtCeuw .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-vmwzbtCeuw .mbr-text {
  margin-bottom: 0;
}
.cid-vmwzbtCeuw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmwzbtCeuw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmwzbtCeuw .card__subtitle {
  color: #073392;
}
.cid-vmwzbtCeuw .mbr-section-subtitle {
  color: #073392;
}
.cid-vmwzbu7UHi {
  background-image: url("../../../assets/images/fallback-1970x1066.jpg");
}
.cid-vmwzbu7UHi .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-vmwzbu7UHi .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-vmwzbu7UHi .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vmwzbu7UHi .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vmwzbu7UHi .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vmwzbu7UHi a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-vmwzbu7UHi a.close:hover {
  color: #ffffff;
}
.cid-vmwzbuPshw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9ff33;
}
.cid-vmwzbuPshw .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  font-weight: 300;
}
.cid-vmwzbuPshw .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #6f6865;
  margin-left: 2rem;
}
.cid-vmwzbuPshw .timeline-text-content p {
  margin-bottom: 0;
}
.cid-vmwzbuPshw .time-line-date-content {
  margin-right: 2rem;
}
.cid-vmwzbuPshw .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #6f6865;
  float: right;
}
.cid-vmwzbuPshw .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-vmwzbuPshw .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-vmwzbuPshw .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-vmwzbuPshw .mbr-timeline-date,
.cid-vmwzbuPshw .timeline-text-content {
  transition: all .4s;
}
.cid-vmwzbuPshw .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-vmwzbuPshw .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-vmwzbuPshw .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-vmwzbuPshw .reverse .time-line-date-content p {
  float: left;
}
.cid-vmwzbuPshw .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #6f6865;
  top: 20px;
  margin-left: -10px;
}
.cid-vmwzbuPshw .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #6f6865;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-vmwzbuPshw .iconBackground {
    left: 0 !important;
  }
  .cid-vmwzbuPshw .separline:before {
    left: 0 !important;
  }
  .cid-vmwzbuPshw .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-vmwzbuPshw .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-vmwzbuPshw .time-line-date-content p {
    float: left !important;
  }
  .cid-vmwzbuPshw .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-vmwzbuPshw .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-vmwzbuPshw .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-vmwzbuPshw .mbr-timeline-text {
  color: #ffffff;
  text-align: left;
}
.cid-vmwzbuPshw .mbr-timeline-date {
  color: #ffffff;
}
.cid-vmwzbuPshw .mbr-timeline-title {
  text-align: left;
  color: #ffffff;
}
.cid-vmwzbvoLWt {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bildschirmfoto-2026-06-13-um-23.46.09-2000x956.png");
}
.cid-vmwzbvoLWt .mbr-text {
  margin-bottom: 20px;
}
.cid-vmwzbvoLWt .mbr-section-btn .btn:hover {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.cid-vmwzbvoLWt .mbr-section-btn .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-vmwzbvoLWt .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: 0.6;
}
.cid-vmwzbvoLWt .contact__wrap {
  padding-bottom: 40px;
}
.cid-vmwzbvoLWt .contact__wrap:last-child {
  padding-bottom: 0;
}
.cid-vmwzbvoLWt .contact__title,
.cid-vmwzbvoLWt .contact__text {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-vmwzbvoLWt .contact__wrap,
  .cid-vmwzbvoLWt .title__block {
    padding-bottom: 30px;
  }
}
.cid-vmwzbvoLWt .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-vmwzbvoLWt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmwzbvoLWt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmwzbvKTtN {
  min-height: 77px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-vmwzbvKTtN .nav-item,
.cid-vmwzbvKTtN .nav-link,
.cid-vmwzbvKTtN .navbar-caption {
  font-weight: normal;
}
.cid-vmwzbvKTtN .navbar-nav {
  counter-reset: number;
}
.cid-vmwzbvKTtN .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-vmwzbvKTtN .nav-link:before {
  content: '0' counter(number);
  display: inline-block;
  opacity: 0.7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: 0.6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-vmwzbvKTtN .navbar {
    min-height: 120px !important;
  }
  .cid-vmwzbvKTtN .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-vmwzbvKTtN .btn {
    white-space: nowrap;
  }
  .cid-vmwzbvKTtN .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-vmwzbvKTtN .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-vmwzbvKTtN .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-vmwzbvKTtN .dropdown-toggle::after,
  .cid-vmwzbvKTtN .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-vmwzbvKTtN .dropdown-toggle::after {
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-vmwzbvKTtN .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-vmwzbvKTtN .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-vmwzbvKTtN .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-vmwzbvKTtN .dropdown-menu .dropdown-item:hover {
  color: #6592e6 !important;
  background-color: #fafafa;
}
.cid-vmwzbvKTtN .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-vmwzbvKTtN .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-vmwzbvKTtN .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-vmwzbvKTtN .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-vmwzbvKTtN .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-vmwzbvKTtN .nav-item:focus,
.cid-vmwzbvKTtN .nav-link:focus {
  outline: none;
}
.cid-vmwzbvKTtN .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-vmwzbvKTtN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vmwzbvKTtN .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-vmwzbvKTtN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vmwzbvKTtN .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-vmwzbvKTtN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vmwzbvKTtN ul.navbar-nav li {
  margin: auto;
}
.cid-vmwzbvKTtN .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-vmwzbvKTtN .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-vmwzbvKTtN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vmwzbvKTtN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vmwzbvKTtN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vmwzbvKTtN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vmwzbvKTtN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vmwzbvKTtN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vmwzbvKTtN .navbar {
    padding: 10px 0;
  }
  .cid-vmwzbvKTtN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vmwzbvKTtN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vmwzbvKTtN .navbar .container-fluid,
  .cid-vmwzbvKTtN .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-vmwzbvKTtN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vmwzbvKTtN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vmwzbvKTtN .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-vmwzbvKTtN .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-vmwzbvKTtN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vmwzbvKTtN .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vmwzbvKTtN .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-vmwzbvKTtN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vmwzbvKTtN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vmwzbvKTtN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-vmwzbvKTtN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vmwzbvKTtN .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-vmwzbvKTtN .dropdown-item.active,
.cid-vmwzbvKTtN .dropdown-item:active {
  background-color: transparent;
}
.cid-vmwzbvKTtN .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vmwzbvKTtN .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-vmwzbvKTtN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vmwzbvKTtN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-vmwzbvKTtN .navbar-buttons {
  text-align: center;
}
.cid-vmwzbvKTtN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vmwzbvKTtN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-vmwzbvKTtN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vmwzbvKTtN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmwzbvKTtN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmwzbvKTtN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vmwzbvKTtN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmwzbvKTtN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vmwzbvKTtN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vmwzbvKTtN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmwzbvKTtN .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-vmwzbvKTtN a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-vmwzbvKTtN a.nav-link:hover {
  color: #6592e6 !important;
}
.is-builder .cid-vmwzbvKTtN .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vmwzbvKTtN .navbar {
    height: 77px;
  }
  .cid-vmwzbvKTtN .navbar.opened {
    height: auto;
  }
  .cid-vmwzbvKTtN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vmwzfHN83x {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/wwwww-2000x1093.png");
}
.cid-vmwzfHN83x .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-vmwzfHN83x .wrap {
  padding: 0 25px;
}
.cid-vmwzfHN83x .wrap:before {
  content: '';
  position: absolute;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #46a4e1;
  top: 0px;
  right: 0px;
}
.cid-vmwzfHN83x .wrap:before {
  content: '';
  position: absolute;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #46a4e1;
  top: 0px;
  left: -100px;
}
.cid-vmwzfHN83x .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-vmwzfHN83x .mbr-text {
  margin-bottom: 20px;
}
.cid-vmwzfHN83x .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-vmwzfHN83x .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-vmwzfHN83x .container,
  .cid-vmwzfHN83x .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-vmwzfHN83x .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-vmwzfHN83x a.close {
    right: 50px;
    top: 25px;
  }
  .cid-vmwzfHN83x .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-vmwzfHN83x .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmwzfHN83x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmwzfHN83x .mbr-section-title,
.cid-vmwzfHN83x .mbr-figure {
  color: #f9ff33;
  text-align: left;
}
.cid-vmwzfHN83x .mbr-text,
.cid-vmwzfHN83x .mbr-section-btn {
  color: #f9ff33;
}
.cid-vmwzfJvnSz {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-vmwzfJvnSz .mbr-text,
.cid-vmwzfJvnSz .mbr-section-btn {
  color: #f9ff33;
}
.cid-vmwzfJLD4v {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vmwzfJLD4v .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #f9ff33;
}
.cid-vmwzfJLD4v .block__left,
.cid-vmwzfJLD4v .block__right {
  padding: 80px;
  height: 100%;
  position: relative;
}
@media (max-width: 575px) {
  .cid-vmwzfJLD4v .block__left,
  .cid-vmwzfJLD4v .block__right {
    padding: 30px;
  }
}
.cid-vmwzfJLD4v .title__block {
  position: relative;
  z-index: 2;
}
.cid-vmwzfJLD4v .left__image {
  background-image: url("../../../assets/images/gemini-generated-image-xozctmxozctmxozc-1408x768.png");
}
.cid-vmwzfJLD4v .block__left > .mbr-overlay {
  background-color: #283742;
  opacity: 0.8;
  z-index: 1;
}
.cid-vmwzfJLD4v .block__right > .mbr-overlay {
  background-color: #6f6865;
  opacity: 0.8;
  z-index: 1;
}
.cid-vmwzfJLD4v .right__image {
  background-image: url("../../../assets/images/gemini-generated-image-73rmuh73rmuh73rm-1380x768.png");
}
.cid-vmwzfJLD4v .left__image,
.cid-vmwzfJLD4v .right__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .cid-vmwzfJLD4v .container,
  .cid-vmwzfJLD4v .container-fluid,
  .cid-vmwzfJLD4v .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cid-vmwzfJLD4v .wrap_left,
  .cid-vmwzfJLD4v .wrap_right {
    padding: 0;
  }
}
.cid-vmwzfJLD4v .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmwzfJLD4v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmwzfJWqfN {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/vgemini-generated-image-2fzzg42fzzg42fzz-1380x768.png");
}
.cid-vmwzfJWqfN H3 {
  color: #f9ff33;
}
.cid-vmwzfK3cSp {
  overflow: hidden !important;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9ff33;
}
.cid-vmwzfK3cSp .title__block {
  padding-bottom: 40px;
}
.cid-vmwzfK3cSp .carousel {
  margin-bottom: 80px;
}
.cid-vmwzfK3cSp .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  transition: none !important;
}
.cid-vmwzfK3cSp .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #000000;
  background: rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-vmwzfK3cSp .carousel-controls a:hover span {
  background: rgba(0, 0, 0, 0.6);
}
.cid-vmwzfK3cSp .carousel-inner {
  overflow: visible !important;
}
.cid-vmwzfK3cSp .carousel-item:first-child {
  display: flex;
  transform: translateX(50%);
}
.cid-vmwzfK3cSp .carousel-item.active + .carousel-item {
  display: flex;
  transform: translateX(50%);
}
.cid-vmwzfK3cSp .carousel-item.active {
  display: flex;
  transform: translateX(-50%);
}
.cid-vmwzfK3cSp .user {
  height: 300px;
}
.cid-vmwzfK3cSp .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-vmwzfK3cSp .carousel-control-prev {
  top: auto;
  left: -3%;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-vmwzfK3cSp .carousel-control-next {
  top: auto;
  left: 2%;
  margin-left: 8px;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
@media (max-width: 1199px) {
  .cid-vmwzfK3cSp .carousel-control-next {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-vmwzfK3cSp .carousel-control-prev {
    left: -2%;
  }
  .cid-vmwzfK3cSp .carousel-control-next {
    left: 6%;
  }
  .cid-vmwzfK3cSp .user {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-vmwzfK3cSp .carousel-item > .user:nth-child(2) {
    display: none;
  }
  .cid-vmwzfK3cSp .carousel-item:first-child {
    transform: translateX(0);
  }
  .cid-vmwzfK3cSp .carousel-item.active + .carousel-item {
    transform: translateX(0);
  }
  .cid-vmwzfK3cSp .carousel-item.active {
    transform: translateX(0);
  }
  .cid-vmwzfK3cSp .carousel-controls {
    display: none;
  }
  .cid-vmwzfK3cSp .carousel {
    margin-bottom: 0;
  }
}
.cid-vmwzfK3cSp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmwzfK3cSp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmwzfK3cSp .mbr-section-title {
  color: #000000;
}
.cid-vmwzfK3cSp .mbr-text {
  color: #ffffff;
}
.cid-vmwzfKsVFM {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f9ff33;
}
.cid-vmwzfKsVFM .title__block {
  margin-bottom: 30px;
}
.cid-vmwzfKsVFM .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vmwzfKsVFM .mbr-section-subtitle,
.cid-vmwzfKsVFM .card__subtitle {
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-vmwzfKsVFM .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: 0.6;
}
.cid-vmwzfKsVFM .card__wrap {
  margin-bottom: 50px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .cid-vmwzfKsVFM .card__wrap {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
.cid-vmwzfKsVFM .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-vmwzfKsVFM .mbr-text {
  margin-bottom: 0;
}
.cid-vmwzfKsVFM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmwzfKsVFM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmwzfKsVFM .card__subtitle {
  color: #073392;
}
.cid-vmwzfKsVFM .mbr-section-subtitle {
  color: #073392;
}
.cid-vmwzfKJ65E {
  background-image: url("../../../assets/images/fallback-1970x1066.jpg");
}
.cid-vmwzfKJ65E .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-vmwzfKJ65E .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-vmwzfKJ65E .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vmwzfKJ65E .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vmwzfKJ65E .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vmwzfKJ65E a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-vmwzfKJ65E a.close:hover {
  color: #ffffff;
}
.cid-vmwzfLhvo6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9ff33;
}
.cid-vmwzfLhvo6 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  font-weight: 300;
}
.cid-vmwzfLhvo6 .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #6f6865;
  margin-left: 2rem;
}
.cid-vmwzfLhvo6 .timeline-text-content p {
  margin-bottom: 0;
}
.cid-vmwzfLhvo6 .time-line-date-content {
  margin-right: 2rem;
}
.cid-vmwzfLhvo6 .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #6f6865;
  float: right;
}
.cid-vmwzfLhvo6 .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-vmwzfLhvo6 .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-vmwzfLhvo6 .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-vmwzfLhvo6 .mbr-timeline-date,
.cid-vmwzfLhvo6 .timeline-text-content {
  transition: all .4s;
}
.cid-vmwzfLhvo6 .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-vmwzfLhvo6 .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-vmwzfLhvo6 .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-vmwzfLhvo6 .reverse .time-line-date-content p {
  float: left;
}
.cid-vmwzfLhvo6 .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #6f6865;
  top: 20px;
  margin-left: -10px;
}
.cid-vmwzfLhvo6 .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #6f6865;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-vmwzfLhvo6 .iconBackground {
    left: 0 !important;
  }
  .cid-vmwzfLhvo6 .separline:before {
    left: 0 !important;
  }
  .cid-vmwzfLhvo6 .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-vmwzfLhvo6 .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-vmwzfLhvo6 .time-line-date-content p {
    float: left !important;
  }
  .cid-vmwzfLhvo6 .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-vmwzfLhvo6 .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-vmwzfLhvo6 .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-vmwzfLhvo6 .mbr-timeline-text {
  color: #ffffff;
  text-align: left;
}
.cid-vmwzfLhvo6 .mbr-timeline-date {
  color: #ffffff;
}
.cid-vmwzfLhvo6 .mbr-timeline-title {
  text-align: left;
  color: #ffffff;
}
.cid-vmwzfLHL0J {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bildschirmfoto-2026-06-13-um-23.46.09-2000x956.png");
}
.cid-vmwzfLHL0J .mbr-text {
  margin-bottom: 20px;
}
.cid-vmwzfLHL0J .mbr-section-btn .btn:hover {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.cid-vmwzfLHL0J .mbr-section-btn .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-vmwzfLHL0J .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: 0.6;
}
.cid-vmwzfLHL0J .contact__wrap {
  padding-bottom: 40px;
}
.cid-vmwzfLHL0J .contact__wrap:last-child {
  padding-bottom: 0;
}
.cid-vmwzfLHL0J .contact__title,
.cid-vmwzfLHL0J .contact__text {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-vmwzfLHL0J .contact__wrap,
  .cid-vmwzfLHL0J .title__block {
    padding-bottom: 30px;
  }
}
.cid-vmwzfLHL0J .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-vmwzfLHL0J .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmwzfLHL0J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmwzfLWEve {
  min-height: 77px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-vmwzfLWEve .nav-item,
.cid-vmwzfLWEve .nav-link,
.cid-vmwzfLWEve .navbar-caption {
  font-weight: normal;
}
.cid-vmwzfLWEve .navbar-nav {
  counter-reset: number;
}
.cid-vmwzfLWEve .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-vmwzfLWEve .nav-link:before {
  content: '0' counter(number);
  display: inline-block;
  opacity: 0.7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: 0.6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-vmwzfLWEve .navbar {
    min-height: 120px !important;
  }
  .cid-vmwzfLWEve .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-vmwzfLWEve .btn {
    white-space: nowrap;
  }
  .cid-vmwzfLWEve .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-vmwzfLWEve .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-vmwzfLWEve .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-vmwzfLWEve .dropdown-toggle::after,
  .cid-vmwzfLWEve .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-vmwzfLWEve .dropdown-toggle::after {
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-vmwzfLWEve .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-vmwzfLWEve .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-vmwzfLWEve .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-vmwzfLWEve .dropdown-menu .dropdown-item:hover {
  color: #6592e6 !important;
  background-color: #fafafa;
}
.cid-vmwzfLWEve .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-vmwzfLWEve .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-vmwzfLWEve .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-vmwzfLWEve .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-vmwzfLWEve .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-vmwzfLWEve .nav-item:focus,
.cid-vmwzfLWEve .nav-link:focus {
  outline: none;
}
.cid-vmwzfLWEve .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-vmwzfLWEve .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vmwzfLWEve .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-vmwzfLWEve .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vmwzfLWEve .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-vmwzfLWEve ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vmwzfLWEve ul.navbar-nav li {
  margin: auto;
}
.cid-vmwzfLWEve .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-vmwzfLWEve .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-vmwzfLWEve .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vmwzfLWEve .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vmwzfLWEve .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vmwzfLWEve .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vmwzfLWEve .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vmwzfLWEve .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vmwzfLWEve .navbar {
    padding: 10px 0;
  }
  .cid-vmwzfLWEve .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vmwzfLWEve .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vmwzfLWEve .navbar .container-fluid,
  .cid-vmwzfLWEve .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-vmwzfLWEve .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vmwzfLWEve .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vmwzfLWEve .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-vmwzfLWEve .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-vmwzfLWEve .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vmwzfLWEve .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vmwzfLWEve .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-vmwzfLWEve .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vmwzfLWEve .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vmwzfLWEve .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-vmwzfLWEve .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vmwzfLWEve .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-vmwzfLWEve .dropdown-item.active,
.cid-vmwzfLWEve .dropdown-item:active {
  background-color: transparent;
}
.cid-vmwzfLWEve .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vmwzfLWEve .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-vmwzfLWEve .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vmwzfLWEve .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-vmwzfLWEve .navbar-buttons {
  text-align: center;
}
.cid-vmwzfLWEve button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vmwzfLWEve button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-vmwzfLWEve button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vmwzfLWEve button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmwzfLWEve button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmwzfLWEve button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vmwzfLWEve nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmwzfLWEve nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vmwzfLWEve nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vmwzfLWEve nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmwzfLWEve .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-vmwzfLWEve a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-vmwzfLWEve a.nav-link:hover {
  color: #6592e6 !important;
}
.is-builder .cid-vmwzfLWEve .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vmwzfLWEve .navbar {
    height: 77px;
  }
  .cid-vmwzfLWEve .navbar.opened {
    height: auto;
  }
  .cid-vmwzfLWEve .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vmwzjBjD4F {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/wwwww-2000x1093.png");
}
.cid-vmwzjBjD4F .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-vmwzjBjD4F .wrap {
  padding: 0 25px;
}
.cid-vmwzjBjD4F .wrap:before {
  content: '';
  position: absolute;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #46a4e1;
  top: 0px;
  right: 0px;
}
.cid-vmwzjBjD4F .wrap:before {
  content: '';
  position: absolute;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #46a4e1;
  top: 0px;
  left: -100px;
}
.cid-vmwzjBjD4F .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-vmwzjBjD4F .mbr-text {
  margin-bottom: 20px;
}
.cid-vmwzjBjD4F .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-vmwzjBjD4F .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-vmwzjBjD4F .container,
  .cid-vmwzjBjD4F .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-vmwzjBjD4F .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-vmwzjBjD4F a.close {
    right: 50px;
    top: 25px;
  }
  .cid-vmwzjBjD4F .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-vmwzjBjD4F .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmwzjBjD4F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmwzjBjD4F .mbr-section-title,
.cid-vmwzjBjD4F .mbr-figure {
  color: #f9ff33;
  text-align: left;
}
.cid-vmwzjBjD4F .mbr-text,
.cid-vmwzjBjD4F .mbr-section-btn {
  color: #f9ff33;
}
.cid-vmwzjBLud9 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-vmwzjBLud9 .mbr-text,
.cid-vmwzjBLud9 .mbr-section-btn {
  color: #f9ff33;
}
.cid-vmwzjBUQv1 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vmwzjBUQv1 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #f9ff33;
}
.cid-vmwzjBUQv1 .block__left,
.cid-vmwzjBUQv1 .block__right {
  padding: 80px;
  height: 100%;
  position: relative;
}
@media (max-width: 575px) {
  .cid-vmwzjBUQv1 .block__left,
  .cid-vmwzjBUQv1 .block__right {
    padding: 30px;
  }
}
.cid-vmwzjBUQv1 .title__block {
  position: relative;
  z-index: 2;
}
.cid-vmwzjBUQv1 .left__image {
  background-image: url("../../../assets/images/gemini-generated-image-xozctmxozctmxozc-1408x768.png");
}
.cid-vmwzjBUQv1 .block__left > .mbr-overlay {
  background-color: #283742;
  opacity: 0.8;
  z-index: 1;
}
.cid-vmwzjBUQv1 .block__right > .mbr-overlay {
  background-color: #6f6865;
  opacity: 0.8;
  z-index: 1;
}
.cid-vmwzjBUQv1 .right__image {
  background-image: url("../../../assets/images/gemini-generated-image-73rmuh73rmuh73rm-1380x768.png");
}
.cid-vmwzjBUQv1 .left__image,
.cid-vmwzjBUQv1 .right__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .cid-vmwzjBUQv1 .container,
  .cid-vmwzjBUQv1 .container-fluid,
  .cid-vmwzjBUQv1 .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cid-vmwzjBUQv1 .wrap_left,
  .cid-vmwzjBUQv1 .wrap_right {
    padding: 0;
  }
}
.cid-vmwzjBUQv1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmwzjBUQv1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmwzjC4rB9 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/vgemini-generated-image-2fzzg42fzzg42fzz-1380x768.png");
}
.cid-vmwzjC4rB9 H3 {
  color: #f9ff33;
}
.cid-vmwzjCfc1i {
  overflow: hidden !important;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9ff33;
}
.cid-vmwzjCfc1i .title__block {
  padding-bottom: 40px;
}
.cid-vmwzjCfc1i .carousel {
  margin-bottom: 80px;
}
.cid-vmwzjCfc1i .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  transition: none !important;
}
.cid-vmwzjCfc1i .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #000000;
  background: rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-vmwzjCfc1i .carousel-controls a:hover span {
  background: rgba(0, 0, 0, 0.6);
}
.cid-vmwzjCfc1i .carousel-inner {
  overflow: visible !important;
}
.cid-vmwzjCfc1i .carousel-item:first-child {
  display: flex;
  transform: translateX(50%);
}
.cid-vmwzjCfc1i .carousel-item.active + .carousel-item {
  display: flex;
  transform: translateX(50%);
}
.cid-vmwzjCfc1i .carousel-item.active {
  display: flex;
  transform: translateX(-50%);
}
.cid-vmwzjCfc1i .user {
  height: 300px;
}
.cid-vmwzjCfc1i .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-vmwzjCfc1i .carousel-control-prev {
  top: auto;
  left: -3%;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-vmwzjCfc1i .carousel-control-next {
  top: auto;
  left: 2%;
  margin-left: 8px;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
@media (max-width: 1199px) {
  .cid-vmwzjCfc1i .carousel-control-next {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-vmwzjCfc1i .carousel-control-prev {
    left: -2%;
  }
  .cid-vmwzjCfc1i .carousel-control-next {
    left: 6%;
  }
  .cid-vmwzjCfc1i .user {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-vmwzjCfc1i .carousel-item > .user:nth-child(2) {
    display: none;
  }
  .cid-vmwzjCfc1i .carousel-item:first-child {
    transform: translateX(0);
  }
  .cid-vmwzjCfc1i .carousel-item.active + .carousel-item {
    transform: translateX(0);
  }
  .cid-vmwzjCfc1i .carousel-item.active {
    transform: translateX(0);
  }
  .cid-vmwzjCfc1i .carousel-controls {
    display: none;
  }
  .cid-vmwzjCfc1i .carousel {
    margin-bottom: 0;
  }
}
.cid-vmwzjCfc1i .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmwzjCfc1i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmwzjCfc1i .mbr-section-title {
  color: #000000;
}
.cid-vmwzjCfc1i .mbr-text {
  color: #ffffff;
}
.cid-vmwzjCzjzP {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f9ff33;
}
.cid-vmwzjCzjzP .title__block {
  margin-bottom: 30px;
}
.cid-vmwzjCzjzP .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vmwzjCzjzP .mbr-section-subtitle,
.cid-vmwzjCzjzP .card__subtitle {
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-vmwzjCzjzP .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: 0.6;
}
.cid-vmwzjCzjzP .card__wrap {
  margin-bottom: 50px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .cid-vmwzjCzjzP .card__wrap {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
.cid-vmwzjCzjzP .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-vmwzjCzjzP .mbr-text {
  margin-bottom: 0;
}
.cid-vmwzjCzjzP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmwzjCzjzP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmwzjCzjzP .card__subtitle {
  color: #073392;
}
.cid-vmwzjCzjzP .mbr-section-subtitle {
  color: #073392;
}
.cid-vmwzjCRZrD {
  background-image: url("../../../assets/images/fallback-1970x1066.jpg");
}
.cid-vmwzjCRZrD .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-vmwzjCRZrD .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-vmwzjCRZrD .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vmwzjCRZrD .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vmwzjCRZrD .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vmwzjCRZrD a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-vmwzjCRZrD a.close:hover {
  color: #ffffff;
}
.cid-vmwzjDjQ6o {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9ff33;
}
.cid-vmwzjDjQ6o .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  font-weight: 300;
}
.cid-vmwzjDjQ6o .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #6f6865;
  margin-left: 2rem;
}
.cid-vmwzjDjQ6o .timeline-text-content p {
  margin-bottom: 0;
}
.cid-vmwzjDjQ6o .time-line-date-content {
  margin-right: 2rem;
}
.cid-vmwzjDjQ6o .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #6f6865;
  float: right;
}
.cid-vmwzjDjQ6o .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-vmwzjDjQ6o .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-vmwzjDjQ6o .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-vmwzjDjQ6o .mbr-timeline-date,
.cid-vmwzjDjQ6o .timeline-text-content {
  transition: all .4s;
}
.cid-vmwzjDjQ6o .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-vmwzjDjQ6o .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-vmwzjDjQ6o .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-vmwzjDjQ6o .reverse .time-line-date-content p {
  float: left;
}
.cid-vmwzjDjQ6o .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #6f6865;
  top: 20px;
  margin-left: -10px;
}
.cid-vmwzjDjQ6o .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #6f6865;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-vmwzjDjQ6o .iconBackground {
    left: 0 !important;
  }
  .cid-vmwzjDjQ6o .separline:before {
    left: 0 !important;
  }
  .cid-vmwzjDjQ6o .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-vmwzjDjQ6o .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-vmwzjDjQ6o .time-line-date-content p {
    float: left !important;
  }
  .cid-vmwzjDjQ6o .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-vmwzjDjQ6o .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-vmwzjDjQ6o .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-vmwzjDjQ6o .mbr-timeline-text {
  color: #ffffff;
  text-align: left;
}
.cid-vmwzjDjQ6o .mbr-timeline-date {
  color: #ffffff;
}
.cid-vmwzjDjQ6o .mbr-timeline-title {
  text-align: left;
  color: #ffffff;
}
.cid-vmwzjDZHFS {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bildschirmfoto-2026-06-13-um-23.46.09-2000x956.png");
}
.cid-vmwzjDZHFS .mbr-text {
  margin-bottom: 20px;
}
.cid-vmwzjDZHFS .mbr-section-btn .btn:hover {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.cid-vmwzjDZHFS .mbr-section-btn .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-vmwzjDZHFS .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: 0.6;
}
.cid-vmwzjDZHFS .contact__wrap {
  padding-bottom: 40px;
}
.cid-vmwzjDZHFS .contact__wrap:last-child {
  padding-bottom: 0;
}
.cid-vmwzjDZHFS .contact__title,
.cid-vmwzjDZHFS .contact__text {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-vmwzjDZHFS .contact__wrap,
  .cid-vmwzjDZHFS .title__block {
    padding-bottom: 30px;
  }
}
.cid-vmwzjDZHFS .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-vmwzjDZHFS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmwzjDZHFS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmwzjEi6pm {
  min-height: 77px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-vmwzjEi6pm .nav-item,
.cid-vmwzjEi6pm .nav-link,
.cid-vmwzjEi6pm .navbar-caption {
  font-weight: normal;
}
.cid-vmwzjEi6pm .navbar-nav {
  counter-reset: number;
}
.cid-vmwzjEi6pm .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-vmwzjEi6pm .nav-link:before {
  content: '0' counter(number);
  display: inline-block;
  opacity: 0.7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: 0.6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-vmwzjEi6pm .navbar {
    min-height: 120px !important;
  }
  .cid-vmwzjEi6pm .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-vmwzjEi6pm .btn {
    white-space: nowrap;
  }
  .cid-vmwzjEi6pm .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-vmwzjEi6pm .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-vmwzjEi6pm .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-vmwzjEi6pm .dropdown-toggle::after,
  .cid-vmwzjEi6pm .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-vmwzjEi6pm .dropdown-toggle::after {
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-vmwzjEi6pm .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-vmwzjEi6pm .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-vmwzjEi6pm .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-vmwzjEi6pm .dropdown-menu .dropdown-item:hover {
  color: #6592e6 !important;
  background-color: #fafafa;
}
.cid-vmwzjEi6pm .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-vmwzjEi6pm .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-vmwzjEi6pm .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-vmwzjEi6pm .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-vmwzjEi6pm .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-vmwzjEi6pm .nav-item:focus,
.cid-vmwzjEi6pm .nav-link:focus {
  outline: none;
}
.cid-vmwzjEi6pm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-vmwzjEi6pm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vmwzjEi6pm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-vmwzjEi6pm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vmwzjEi6pm .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-vmwzjEi6pm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vmwzjEi6pm ul.navbar-nav li {
  margin: auto;
}
.cid-vmwzjEi6pm .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-vmwzjEi6pm .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-vmwzjEi6pm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vmwzjEi6pm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vmwzjEi6pm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vmwzjEi6pm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vmwzjEi6pm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vmwzjEi6pm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vmwzjEi6pm .navbar {
    padding: 10px 0;
  }
  .cid-vmwzjEi6pm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vmwzjEi6pm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vmwzjEi6pm .navbar .container-fluid,
  .cid-vmwzjEi6pm .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-vmwzjEi6pm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vmwzjEi6pm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vmwzjEi6pm .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-vmwzjEi6pm .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-vmwzjEi6pm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vmwzjEi6pm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vmwzjEi6pm .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-vmwzjEi6pm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vmwzjEi6pm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vmwzjEi6pm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-vmwzjEi6pm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vmwzjEi6pm .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-vmwzjEi6pm .dropdown-item.active,
.cid-vmwzjEi6pm .dropdown-item:active {
  background-color: transparent;
}
.cid-vmwzjEi6pm .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vmwzjEi6pm .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-vmwzjEi6pm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vmwzjEi6pm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-vmwzjEi6pm .navbar-buttons {
  text-align: center;
}
.cid-vmwzjEi6pm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vmwzjEi6pm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-vmwzjEi6pm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vmwzjEi6pm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmwzjEi6pm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmwzjEi6pm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vmwzjEi6pm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmwzjEi6pm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vmwzjEi6pm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vmwzjEi6pm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmwzjEi6pm .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-vmwzjEi6pm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-vmwzjEi6pm a.nav-link:hover {
  color: #6592e6 !important;
}
.is-builder .cid-vmwzjEi6pm .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vmwzjEi6pm .navbar {
    height: 77px;
  }
  .cid-vmwzjEi6pm .navbar.opened {
    height: auto;
  }
  .cid-vmwzjEi6pm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
