.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Host Grotesk;
}
.display-1 {
  font-family: 'Snasm W05 Regular';
  font-size: 7.8rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 9.75rem;
}
.display-2 {
  font-family: 'Snasm W00 Light Italic';
  font-size: 1.8rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-4 {
  font-family: 'Snasm W00 Light Italic';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Snasm W05 Regular';
  font-size: 2.4rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Snasm W05 Regular';
  font-size: 1.1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 6.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.46rem;
    font-size: calc( 3.38rem + (7.8 - 3.38) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.38rem + (7.8 - 3.38) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 5.46rem;
    font-size: calc( 3.38rem + (7.8 - 3.38) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (3.38rem + (7.8 - 3.38) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6d6f71 !important;
}
.bg-success {
  background-color: #6d6f71 !important;
}
.bg-info {
  background-color: #f5f5f5 !important;
}
.bg-warning {
  background-color: #de8f1b !important;
}
.bg-danger {
  background-color: #dc1b20 !important;
}
.btn-primary .mbr-iconfont {
  background-color: #ffffff;
  color: #6d6f71;
}
.btn-primary,
.btn-primary:active {
  background-color: #6d6f71 !important;
  border-color: #6d6f71 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #86898b !important;
  border-color: #86898b !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #86898b !important;
  border-color: #86898b !important;
}
.btn-secondary .mbr-iconfont {
  background-color: #ffffff;
  color: #e93a53;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e93a53 !important;
  border-color: #e93a53 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ee687b !important;
  border-color: #ee687b !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ee687b !important;
  border-color: #ee687b !important;
}
.btn-info .mbr-iconfont {
  background-color: #767676;
  color: #f5f5f5;
}
.btn-info,
.btn-info:active {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
  color: #767676 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #767676 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success .mbr-iconfont {
  background-color: #ffffff;
  color: #6d6f71;
}
.btn-success,
.btn-success:active {
  background-color: #6d6f71 !important;
  border-color: #6d6f71 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #86898b !important;
  border-color: #86898b !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #86898b !important;
  border-color: #86898b !important;
}
.btn-warning .mbr-iconfont {
  background-color: #ffffff;
  color: #de8f1b;
}
.btn-warning,
.btn-warning:active {
  background-color: #de8f1b !important;
  border-color: #de8f1b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #e8a644 !important;
  border-color: #e8a644 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e8a644 !important;
  border-color: #e8a644 !important;
}
.btn-danger .mbr-iconfont {
  background-color: #ffffff;
  color: #dc1b20;
}
.btn-danger,
.btn-danger:active {
  background-color: #dc1b20 !important;
  border-color: #dc1b20 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e84246 !important;
  border-color: #e84246 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e84246 !important;
  border-color: #e84246 !important;
}
.btn-white .mbr-iconfont {
  background-color: #757b62;
  color: #eff0ec;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  background-color: #ffffff;
  color: #0f0f0f;
}
.btn-black,
.btn-black:active {
  background-color: #0f0f0f !important;
  border-color: #0f0f0f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #292929 !important;
  border-color: #292929 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #292929 !important;
  border-color: #292929 !important;
}
.btn-primary-outline .mbr-iconfont {
  background-color: #6d6f71;
  color: #ffffff;
}
.btn-primary-outline span::after {
  background-color: #6d6f71;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6d6f71;
  color: #6d6f71;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6d6f71 !important;
  background-color: transparent !important;
  border-color: #6d6f71 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6d6f71 !important;
  border-color: #6d6f71 !important;
}
.btn-secondary-outline .mbr-iconfont {
  background-color: #e93a53;
  color: #ffffff;
}
.btn-secondary-outline span::after {
  background-color: #e93a53;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e93a53;
  color: #e93a53;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e93a53 !important;
  background-color: transparent !important;
  border-color: #e93a53 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e93a53 !important;
  border-color: #e93a53 !important;
}
.btn-info-outline .mbr-iconfont {
  background-color: #f5f5f5;
  color: #767676;
}
.btn-info-outline span::after {
  background-color: #f5f5f5;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f5f5f5;
  color: #f5f5f5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #f5f5f5 !important;
  background-color: transparent !important;
  border-color: #f5f5f5 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #767676 !important;
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}
.btn-success-outline .mbr-iconfont {
  background-color: #6d6f71;
  color: #ffffff;
}
.btn-success-outline span::after {
  background-color: #6d6f71;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #6d6f71;
  color: #6d6f71;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #6d6f71 !important;
  background-color: transparent !important;
  border-color: #6d6f71 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6d6f71 !important;
  border-color: #6d6f71 !important;
}
.btn-warning-outline .mbr-iconfont {
  background-color: #de8f1b;
  color: #ffffff;
}
.btn-warning-outline span::after {
  background-color: #de8f1b;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #de8f1b;
  color: #de8f1b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #de8f1b !important;
  background-color: transparent !important;
  border-color: #de8f1b !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #de8f1b !important;
  border-color: #de8f1b !important;
}
.btn-danger-outline .mbr-iconfont {
  background-color: #dc1b20;
  color: #ffffff;
}
.btn-danger-outline span::after {
  background-color: #dc1b20;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #dc1b20;
  color: #dc1b20;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #dc1b20 !important;
  background-color: transparent !important;
  border-color: #dc1b20 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #dc1b20 !important;
  border-color: #dc1b20 !important;
}
.btn-black-outline .mbr-iconfont {
  background-color: #0f0f0f;
  color: #ffffff;
}
.btn-black-outline span::after {
  background-color: #0f0f0f;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #0f0f0f;
  color: #0f0f0f;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #0f0f0f !important;
  background-color: transparent !important;
  border-color: #0f0f0f !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #0f0f0f !important;
  border-color: #0f0f0f !important;
}
.btn-white-outline .mbr-iconfont {
  background-color: #fafafa;
  color: #7a7a7a;
}
.btn-white-outline span::after {
  background-color: #fafafa;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa !important;
  background-color: transparent !important;
  border-color: #fafafa !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: #6d6f71 !important;
}
.text-secondary {
  color: #e93a53 !important;
}
.text-success {
  color: #6d6f71 !important;
}
.text-info {
  color: #f5f5f5 !important;
}
.text-warning {
  color: #de8f1b !important;
}
.text-danger {
  color: #dc1b20 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #0f0f0f !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #3b3c3d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #aa1329 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3b3c3d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c2c2c2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #835410 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #811013 !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: #6d6f71;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f5f5f5;
}
.alert-warning {
  background-color: #de8f1b;
}
.alert-danger {
  background-color: #dc1b20;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6d6f71;
  border-color: #6d6f71;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6d6f71;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #adafb0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #adafb0;
}
.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: #f9e7cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f9cacc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Snasm W05 Regular';
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 300;
  border-radius: 40px !important;
}
.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: #6d6f71 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Snasm W05 Regular';
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 300;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6d6f71;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6d6f71;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6d6f71;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6d6f71;
  border-bottom-color: #6d6f71;
}
.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: #6d6f71 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #e93a53 !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='%236d6f71' %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;
}
.mbr-section-btn .btn {
  padding: 8px 42px;
  font-weight: 300;
  min-height: 62px;
  padding: 18px 54px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 8px 24px;
  }
}
.mbr-section-btn .btn .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 100%;
  font-size: 22px;
  margin-left: 24px;
  margin-right: -32px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn .mbr-iconfont {
    margin-left: 12px;
    margin-right: -14px;
  }
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  margin-left: 34px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn:hover .mbr-iconfont,
  .mbr-section-btn .btn:focus .mbr-iconfont {
    margin-left: 24px;
  }
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 14px 24px;
  }
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  min-height: auto;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn .btn-white-outline .mbr-iconfont {
  padding: 0;
  margin-right: 0;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn-primary-outline .mbr-iconfont,
  .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
  .mbr-section-btn .btn-success-outline .mbr-iconfont,
  .mbr-section-btn .btn-info-outline .mbr-iconfont,
  .mbr-section-btn .btn-warning-outline .mbr-iconfont,
  .mbr-section-btn .btn-danger-outline .mbr-iconfont,
  .mbr-section-btn .btn-black-outline .mbr-iconfont,
  .mbr-section-btn .btn-white-outline .mbr-iconfont {
    margin-right: 0;
  }
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont::after,
.mbr-section-btn .btn-secondary-outline .mbr-iconfont::after,
.mbr-section-btn .btn-success-outline .mbr-iconfont::after,
.mbr-section-btn .btn-info-outline .mbr-iconfont::after,
.mbr-section-btn .btn-warning-outline .mbr-iconfont::after,
.mbr-section-btn .btn-danger-outline .mbr-iconfont::after,
.mbr-section-btn .btn-black-outline .mbr-iconfont::after,
.mbr-section-btn .btn-white-outline .mbr-iconfont::after {
  display: none !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn .btn-white-outline:focus {
  text-decoration-color: inherit;
}
.item-wrap {
  border-radius: 100px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.cid-uVhgL6cjxp {
  z-index: 1000;
  width: 100%;
}
.cid-uVhgL6cjxp nav.navbar {
  position: fixed;
}
.cid-uVhgL6cjxp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVhgL6cjxp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVhgL6cjxp .dropdown-item:hover,
.cid-uVhgL6cjxp .dropdown-item:focus {
  background: #6d6f71 !important;
  color: white !important;
}
.cid-uVhgL6cjxp .dropdown-item:hover span {
  color: white;
}
.cid-uVhgL6cjxp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVhgL6cjxp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVhgL6cjxp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVhgL6cjxp .nav-link {
  position: relative;
}
.cid-uVhgL6cjxp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .container {
    flex-wrap: wrap;
  }
}
.cid-uVhgL6cjxp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVhgL6cjxp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVhgL6cjxp .dropdown-menu,
.cid-uVhgL6cjxp .navbar.opened {
  background: #ffffff !important;
}
.cid-uVhgL6cjxp .nav-item:focus,
.cid-uVhgL6cjxp .nav-link:focus {
  outline: none;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVhgL6cjxp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVhgL6cjxp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
.cid-uVhgL6cjxp .navbar.opened {
  transition: all 0.3s;
}
.cid-uVhgL6cjxp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVhgL6cjxp .navbar .navbar-logo img {
  width: auto;
}
.cid-uVhgL6cjxp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVhgL6cjxp .navbar.collapsed {
  justify-content: center;
}
.cid-uVhgL6cjxp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVhgL6cjxp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVhgL6cjxp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVhgL6cjxp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVhgL6cjxp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVhgL6cjxp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVhgL6cjxp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVhgL6cjxp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVhgL6cjxp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVhgL6cjxp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVhgL6cjxp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVhgL6cjxp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVhgL6cjxp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVhgL6cjxp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVhgL6cjxp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVhgL6cjxp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVhgL6cjxp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVhgL6cjxp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVhgL6cjxp .dropdown-item.active,
.cid-uVhgL6cjxp .dropdown-item:active {
  background-color: transparent;
}
.cid-uVhgL6cjxp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVhgL6cjxp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVhgL6cjxp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVhgL6cjxp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVhgL6cjxp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVhgL6cjxp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVhgL6cjxp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #252525;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVhgL6cjxp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVhgL6cjxp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVhgL6cjxp .navbar {
    height: 70px;
  }
  .cid-uVhgL6cjxp .navbar.opened {
    height: auto;
  }
  .cid-uVhgL6cjxp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTExbwF9tP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTExbwF9tP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/stline-cover-2000x1368.jpg");
}
.cid-uTExbwF9tP .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTExbwF9tP .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uTExbwF9tP .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTExbwF9tP .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uTExbwF9tP .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTExbwF9tP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uTExbwF9tP .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uTExbwF9tP .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uTExbwF9tP .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTExbwF9tP .image-wrapper img {
    height: 300px;
  }
}
.cid-uTExbwF9tP .mbr-label {
  color: #e93a53;
  text-align: left;
}
.cid-uTExbwF9tP .mbr-section-title {
  color: #000000;
}
.cid-uTExbwF9tP .mbr-text {
  color: #000000;
}
.cid-uTExbwF9tP .mbr-section-title,
.cid-uTExbwF9tP .mbr-section-btn {
  color: #ffffff;
}
.cid-uTExbwF9tP .mbr-text,
.cid-uTExbwF9tP .text-wrapper {
  color: #e93a53;
}
.cid-uTEPG5Sn2e {
  padding-top: 12rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/para-1873x897.jpg");
}
.cid-uTEPG5Sn2e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEPG5Sn2e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEPG5Sn2e .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTEPG5Sn2e .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTEPG5Sn2e .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTEPG5Sn2e .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTEPG5Sn2e .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTEPG5Sn2e .mbr-label {
  color: #e93a53;
  text-align: center;
}
.cid-uTEPG5Sn2e .mbr-section-title,
.cid-uTEPG5Sn2e .title-wrapper,
.cid-uTEPG5Sn2e .mbr-section-btn {
  text-align: center;
}
.cid-uTEPG5Sn2e .mbr-section-title,
.cid-uTEPG5Sn2e .mbr-section-btn,
.cid-uTEPG5Sn2e .title-wrapper {
  color: #6d6f71;
}
.cid-uTMDcHuZBF {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #fffff5;
}
.cid-uTMDcHuZBF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTMDcHuZBF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTMDcHuZBF .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTMDcHuZBF .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uTMDcHuZBF .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uTMDcHuZBF .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTMDcHuZBF .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTMDcHuZBF .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uTMDcHuZBF .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uTMDcHuZBF .item {
    margin-bottom: 28px;
  }
}
.cid-uTMDcHuZBF .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #e93a53;
  background-color: #fffff5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uTMDcHuZBF .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uTMDcHuZBF .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uTMDcHuZBF .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uTMDcHuZBF .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #e93a53;
  background: linear-gradient(90deg, #e93a53, #ee687b 65%, #f396a3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uTMDcHuZBF .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uTMDcHuZBF .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uTMDcHuZBF .mbr-section-title {
  color: #6d6f71;
  text-align: left;
}
.cid-uTMDcHuZBF .mbr-text,
.cid-uTMDcHuZBF .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uTMDcHuZBF .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uTMDcHuZBF .item-text {
  color: #103623;
  text-align: center;
}
.cid-uTMDcHuZBF .item-title,
.cid-uTMDcHuZBF .icon-wrapper {
  color: #6d6f71;
  text-align: center;
}
.cid-uOXq6XrFjA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #6d6f71;
}
.cid-uOXq6XrFjA .item:focus,
.cid-uOXq6XrFjA span:focus {
  outline: none;
}
.cid-uOXq6XrFjA .item {
  cursor: pointer;
}
.cid-uOXq6XrFjA .grid-container {
  grid-row-gap: 4px;
}
@media (max-width: 992px) {
  .cid-uOXq6XrFjA .grid-container {
    grid-row-gap: 2px;
  }
}
.cid-uOXq6XrFjA .grid-container-1,
.cid-uOXq6XrFjA .grid-container-2 {
  gap: 0 4px;
}
@media (max-width: 992px) {
  .cid-uOXq6XrFjA .grid-container-1,
  .cid-uOXq6XrFjA .grid-container-2 {
    gap: 0 2px;
  }
}
.cid-uOXq6XrFjA .mbr-section-title {
  margin-bottom: 60px;
  color: #0f0f0f;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOXq6XrFjA .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uOXq6XrFjA .content-head {
  max-width: 800px;
}
.cid-uOXq6XrFjA .container,
.cid-uOXq6XrFjA .container-fluid {
  overflow: hidden;
}
.cid-uOXq6XrFjA .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uOXq6XrFjA .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uOXq6XrFjA .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOXq6XrFjA .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uOXq6XrFjA .grid-item img {
    min-width: 50vw;
  }
}
@media (max-width: 425px) {
  .cid-uOXq6XrFjA .grid-item img {
    height: 150px;
  }
}
.cid-uOXq6XrFjA .grid-container-1,
.cid-uOXq6XrFjA .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uOXq6XrFjA .grid-container-1 {
  align-items: flex-end;
}
.cid-uOXq6XrFjA .grid-container-2 {
  align-items: flex-start;
}
.cid-uTQ9YSWLJB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d6f71;
}
.cid-uTQ9YSWLJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTQ9YSWLJB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .container {
    padding: 0 26px;
  }
}
.cid-uTQ9YSWLJB .row {
  justify-content: center;
}
.cid-uTQ9YSWLJB .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uTQ9YSWLJB .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTQ9YSWLJB .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fffff5;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uTQ9YSWLJB .mbr-copy {
  margin-bottom: 0;
  color: #fffff5;
  text-align: left;
}
.cid-uTQ9YSWLJB .mbr-section-title {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .mbr-text {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .list {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .nav-wrapper,
.cid-uTQ9YSWLJB .social-wrapper {
  text-align: right;
}
.cid-uTQ9YSWLJB .mbr-section-title,
.cid-uTQ9YSWLJB .logo-wrapper {
  color: #fffff5;
}
.cid-uTQ9YSWLJB .mbr-text,
.cid-uTQ9YSWLJB .text-wrapper {
  color: #fffff5;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .item-wrap,
.cid-uTQ9YSWLJB .nav-wrapper,
.cid-uTQ9YSWLJB .social-wrapper {
  color: #6d6f71;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .item-wrap,
.cid-uTQ9YSWLJB .social-wrapper {
  color: #fffff5;
}
.cid-uVhgL6cjxp {
  z-index: 1000;
  width: 100%;
}
.cid-uVhgL6cjxp nav.navbar {
  position: fixed;
}
.cid-uVhgL6cjxp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVhgL6cjxp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVhgL6cjxp .dropdown-item:hover,
.cid-uVhgL6cjxp .dropdown-item:focus {
  background: #6d6f71 !important;
  color: white !important;
}
.cid-uVhgL6cjxp .dropdown-item:hover span {
  color: white;
}
.cid-uVhgL6cjxp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVhgL6cjxp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVhgL6cjxp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVhgL6cjxp .nav-link {
  position: relative;
}
.cid-uVhgL6cjxp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .container {
    flex-wrap: wrap;
  }
}
.cid-uVhgL6cjxp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVhgL6cjxp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVhgL6cjxp .dropdown-menu,
.cid-uVhgL6cjxp .navbar.opened {
  background: #ffffff !important;
}
.cid-uVhgL6cjxp .nav-item:focus,
.cid-uVhgL6cjxp .nav-link:focus {
  outline: none;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVhgL6cjxp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVhgL6cjxp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
.cid-uVhgL6cjxp .navbar.opened {
  transition: all 0.3s;
}
.cid-uVhgL6cjxp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVhgL6cjxp .navbar .navbar-logo img {
  width: auto;
}
.cid-uVhgL6cjxp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVhgL6cjxp .navbar.collapsed {
  justify-content: center;
}
.cid-uVhgL6cjxp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVhgL6cjxp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVhgL6cjxp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVhgL6cjxp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVhgL6cjxp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVhgL6cjxp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVhgL6cjxp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVhgL6cjxp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVhgL6cjxp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVhgL6cjxp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVhgL6cjxp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVhgL6cjxp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVhgL6cjxp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVhgL6cjxp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVhgL6cjxp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVhgL6cjxp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVhgL6cjxp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVhgL6cjxp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVhgL6cjxp .dropdown-item.active,
.cid-uVhgL6cjxp .dropdown-item:active {
  background-color: transparent;
}
.cid-uVhgL6cjxp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVhgL6cjxp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVhgL6cjxp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVhgL6cjxp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVhgL6cjxp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVhgL6cjxp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVhgL6cjxp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #252525;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVhgL6cjxp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVhgL6cjxp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVhgL6cjxp .navbar {
    height: 70px;
  }
  .cid-uVhgL6cjxp .navbar.opened {
    height: auto;
  }
  .cid-uVhgL6cjxp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTERGQr0Ha .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTERGQr0Ha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/stline-cover-2000x1368.jpg");
}
.cid-uTERGQr0Ha .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTERGQr0Ha .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uTERGQr0Ha .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTERGQr0Ha .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uTERGQr0Ha .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTERGQr0Ha .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uTERGQr0Ha .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uTERGQr0Ha .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uTERGQr0Ha .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTERGQr0Ha .image-wrapper img {
    height: 300px;
  }
}
.cid-uTERGQr0Ha .mbr-label {
  color: #e93a53;
  text-align: center;
}
.cid-uTERGQr0Ha .mbr-section-title {
  color: #000000;
}
.cid-uTERGQr0Ha .mbr-text {
  color: #000000;
}
.cid-uTERGQr0Ha .mbr-section-title,
.cid-uTERGQr0Ha .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uTF4neErrB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffff5;
}
.cid-uTF4neErrB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTF4neErrB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTF4neErrB .items-wrap {
  justify-content: center;
}
.cid-uTF4neErrB .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uTF4neErrB .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uTF4neErrB .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTF4neErrB .item {
    margin-bottom: 16px;
  }
}
.cid-uTF4neErrB .item:hover .item-wrapper,
.cid-uTF4neErrB .item:focus .item-wrapper {
  opacity: 1;
}
.cid-uTF4neErrB .item .item-wrapper {
  opacity: .7;
  transition: all 0.3s ease-in-out;
  margin-bottom: 120px;
}
@media (max-width: 1200px) {
  .cid-uTF4neErrB .item .item-wrapper {
    margin-bottom: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uTF4neErrB .item .item-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uTF4neErrB .item .item-wrapper .card-box .item-number {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uTF4neErrB .item .item-wrapper .card-box .item-number {
    margin-bottom: 24px;
  }
}
.cid-uTF4neErrB .item .item-wrapper .card-box .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uTF4neErrB .item .item-wrapper .card-box .title-wrap {
    display: block;
  }
}
.cid-uTF4neErrB .item .item-wrapper .card-box .title-wrap .item-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uTF4neErrB .item .item-wrapper .card-box .title-wrap .item-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uTF4neErrB .item .item-wrapper .card-box .title-wrap .item-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTF4neErrB .item .item-wrapper .card-box .title-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  background: linear-gradient(230deg, #e93a53, #200408);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uTF4neErrB .item .item-wrapper .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin-top: 120px;
}
@media (max-width: 1200px) {
  .cid-uTF4neErrB .item .item-wrapper .border-wrap {
    margin-top: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uTF4neErrB .item .item-wrapper .border-wrap {
    margin-top: 32px;
  }
}
.cid-uTF4neErrB .mbr-section-title {
  color: #6d6f71;
  text-align: left;
}
.cid-uTF4neErrB .item-number {
  color: #252525;
}
.cid-uTF4neErrB .item-title {
  color: #e93a53;
  text-align: left;
}
.cid-uTGRpxTiV1 {
  background-image: url("../../../assets/images/stline-cover-2000x1368.jpg");
}
.cid-uTGRpxTiV1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTGRpxTiV1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTGRpxTiV1 .items-wrapper {
  justify-content: center;
}
.cid-uTGRpxTiV1 .mbr-text,
.cid-uTGRpxTiV1 .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uTGI7yI3FM {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #fffff5;
}
.cid-uTGI7yI3FM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTGI7yI3FM .mbr-fallback-image {
  display: block;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTGI7yI3FM .content-wrapper {
  display: flex;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uTGI7yI3FM .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uTGI7yI3FM .content-wrapper .content-wrap {
  width: 60%;
}
@media (max-width: 1199px) {
  .cid-uTGI7yI3FM .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 50%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uTGI7yI3FM .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uTGI7yI3FM .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uTGI7yI3FM .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uTGI7yI3FM .content-wrapper .content-wrap .text-wrapper .mbr-section-title .mbr-iconfont {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-uTGI7yI3FM .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uTGI7yI3FM .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uTGI7yI3FM .content-wrapper .panel-group {
  width: 40%;
}
@media (max-width: 1199px) {
  .cid-uTGI7yI3FM .content-wrapper .panel-group {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uTGI7yI3FM .content-wrapper .panel-group {
    margin-bottom: 24px;
    width: 100%;
    padding: 0;
  }
}
.cid-uTGI7yI3FM .content-wrapper .panel-group .card {
  position: relative;
  padding: 1.2rem;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #e93a53;
  background-color: #fffff5;
  backgraund-color: show.bs.collapse #000000;
}
@media (max-width: 992px) {
  .cid-uTGI7yI3FM .content-wrapper .panel-group .card {
    padding: 16px;
    width: 100%;
  }
}
.cid-uTGI7yI3FM .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uTGI7yI3FM .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uTGI7yI3FM .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uTGI7yI3FM .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uTGI7yI3FM .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uTGI7yI3FM .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #e93a53;
}
.cid-uTGI7yI3FM .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uTGI7yI3FM .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uTGI7yI3FM .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uTGI7yI3FM .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uTGI7yI3FM .mbr-section-title,
.cid-uTGI7yI3FM .mbr-text,
.cid-uTGI7yI3FM .panel-title-edit,
.cid-uTGI7yI3FM .panel-text {
  color: #000000;
}
.cid-uTGI7yI3FM .panel-title-edit,
.cid-uTGI7yI3FM .icon-wrapper {
  color: #252525;
}
.cid-uTGI7yI3FM .mbr-section-title,
.cid-uTGI7yI3FM .icon-wrapper {
  color: #e93a53;
}
.cid-uTGI7yI3FM .panel-text {
  color: #6d6f71;
}
.cid-uTGI7yI3FM .mbr-text {
  color: #6d6f71;
}
.cid-uTGJAz9VuZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffff5;
}
.cid-uTGJAz9VuZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTGJAz9VuZ .mbr-fallback-image {
  display: block;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTGJAz9VuZ .content-wrapper {
  display: flex;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uTGJAz9VuZ .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uTGJAz9VuZ .content-wrapper .content-wrap {
  width: 60%;
}
@media (max-width: 1199px) {
  .cid-uTGJAz9VuZ .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 50%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uTGJAz9VuZ .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uTGJAz9VuZ .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uTGJAz9VuZ .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uTGJAz9VuZ .content-wrapper .content-wrap .text-wrapper .mbr-section-title .mbr-iconfont {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-uTGJAz9VuZ .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uTGJAz9VuZ .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uTGJAz9VuZ .content-wrapper .panel-group {
  width: 40%;
}
@media (max-width: 1199px) {
  .cid-uTGJAz9VuZ .content-wrapper .panel-group {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uTGJAz9VuZ .content-wrapper .panel-group {
    margin-bottom: 24px;
    width: 100%;
    padding: 0;
  }
}
.cid-uTGJAz9VuZ .content-wrapper .panel-group .card {
  position: relative;
  padding: 1.2rem;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #e93a53;
  background-color: #fffff5;
  backgraund-color: show.bs.collapse #000000;
}
@media (max-width: 992px) {
  .cid-uTGJAz9VuZ .content-wrapper .panel-group .card {
    padding: 16px;
    width: 100%;
  }
}
.cid-uTGJAz9VuZ .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uTGJAz9VuZ .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uTGJAz9VuZ .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uTGJAz9VuZ .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uTGJAz9VuZ .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uTGJAz9VuZ .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #e93a53;
}
.cid-uTGJAz9VuZ .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uTGJAz9VuZ .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uTGJAz9VuZ .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uTGJAz9VuZ .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uTGJAz9VuZ .mbr-section-title,
.cid-uTGJAz9VuZ .mbr-text,
.cid-uTGJAz9VuZ .panel-title-edit,
.cid-uTGJAz9VuZ .panel-text {
  color: #000000;
}
.cid-uTGJAz9VuZ .mbr-section-title,
.cid-uTGJAz9VuZ .icon-wrapper {
  color: #e93a53;
}
.cid-uTGJAz9VuZ .panel-text {
  color: #6d6f71;
}
.cid-uTGJAz9VuZ .mbr-text {
  color: #6d6f71;
}
.cid-uTQ9YSWLJB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d6f71;
}
.cid-uTQ9YSWLJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTQ9YSWLJB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .container {
    padding: 0 26px;
  }
}
.cid-uTQ9YSWLJB .row {
  justify-content: center;
}
.cid-uTQ9YSWLJB .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uTQ9YSWLJB .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTQ9YSWLJB .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fffff5;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uTQ9YSWLJB .mbr-copy {
  margin-bottom: 0;
  color: #fffff5;
  text-align: left;
}
.cid-uTQ9YSWLJB .mbr-section-title {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .mbr-text {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .list {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .nav-wrapper,
.cid-uTQ9YSWLJB .social-wrapper {
  text-align: right;
}
.cid-uTQ9YSWLJB .mbr-section-title,
.cid-uTQ9YSWLJB .logo-wrapper {
  color: #fffff5;
}
.cid-uTQ9YSWLJB .mbr-text,
.cid-uTQ9YSWLJB .text-wrapper {
  color: #fffff5;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .item-wrap,
.cid-uTQ9YSWLJB .nav-wrapper,
.cid-uTQ9YSWLJB .social-wrapper {
  color: #6d6f71;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .item-wrap,
.cid-uTQ9YSWLJB .social-wrapper {
  color: #fffff5;
}
.cid-uVhgL6cjxp {
  z-index: 1000;
  width: 100%;
}
.cid-uVhgL6cjxp nav.navbar {
  position: fixed;
}
.cid-uVhgL6cjxp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVhgL6cjxp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVhgL6cjxp .dropdown-item:hover,
.cid-uVhgL6cjxp .dropdown-item:focus {
  background: #6d6f71 !important;
  color: white !important;
}
.cid-uVhgL6cjxp .dropdown-item:hover span {
  color: white;
}
.cid-uVhgL6cjxp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVhgL6cjxp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVhgL6cjxp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVhgL6cjxp .nav-link {
  position: relative;
}
.cid-uVhgL6cjxp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .container {
    flex-wrap: wrap;
  }
}
.cid-uVhgL6cjxp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVhgL6cjxp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVhgL6cjxp .dropdown-menu,
.cid-uVhgL6cjxp .navbar.opened {
  background: #ffffff !important;
}
.cid-uVhgL6cjxp .nav-item:focus,
.cid-uVhgL6cjxp .nav-link:focus {
  outline: none;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVhgL6cjxp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVhgL6cjxp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
.cid-uVhgL6cjxp .navbar.opened {
  transition: all 0.3s;
}
.cid-uVhgL6cjxp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVhgL6cjxp .navbar .navbar-logo img {
  width: auto;
}
.cid-uVhgL6cjxp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVhgL6cjxp .navbar.collapsed {
  justify-content: center;
}
.cid-uVhgL6cjxp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVhgL6cjxp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVhgL6cjxp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVhgL6cjxp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVhgL6cjxp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVhgL6cjxp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVhgL6cjxp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVhgL6cjxp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVhgL6cjxp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVhgL6cjxp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVhgL6cjxp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVhgL6cjxp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVhgL6cjxp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVhgL6cjxp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVhgL6cjxp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVhgL6cjxp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVhgL6cjxp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVhgL6cjxp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVhgL6cjxp .dropdown-item.active,
.cid-uVhgL6cjxp .dropdown-item:active {
  background-color: transparent;
}
.cid-uVhgL6cjxp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVhgL6cjxp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVhgL6cjxp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVhgL6cjxp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVhgL6cjxp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVhgL6cjxp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVhgL6cjxp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #252525;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVhgL6cjxp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVhgL6cjxp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVhgL6cjxp .navbar {
    height: 70px;
  }
  .cid-uVhgL6cjxp .navbar.opened {
    height: auto;
  }
  .cid-uVhgL6cjxp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTGREzDo5L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTGREzDo5L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/stline-cover-2000x1368.jpg");
}
.cid-uTGREzDo5L .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTGREzDo5L .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uTGREzDo5L .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTGREzDo5L .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uTGREzDo5L .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTGREzDo5L .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uTGREzDo5L .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uTGREzDo5L .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uTGREzDo5L .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTGREzDo5L .image-wrapper img {
    height: 300px;
  }
}
.cid-uTGREzDo5L .mbr-label {
  color: #e93a53;
  text-align: center;
}
.cid-uTGREzDo5L .mbr-section-title {
  color: #000000;
}
.cid-uTGREzDo5L .mbr-text {
  color: #000000;
}
.cid-uTGREzDo5L .mbr-section-title,
.cid-uTGREzDo5L .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uVcmo566R6 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #fffff5;
}
.cid-uVcmo566R6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcmo566R6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVcmo566R6 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVcmo566R6 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVcmo566R6 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVcmo566R6 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVcmo566R6 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVcmo566R6 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVcmo566R6 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVcmo566R6 .item {
    margin-bottom: 28px;
  }
}
.cid-uVcmo566R6 .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #e93a53;
  background-color: #fffff5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVcmo566R6 .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uVcmo566R6 .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uVcmo566R6 .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uVcmo566R6 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #e93a53;
  background: linear-gradient(90deg, #e93a53, #ee687b 65%, #f396a3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVcmo566R6 .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uVcmo566R6 .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVcmo566R6 .mbr-section-title {
  color: #6d6f71;
  text-align: left;
}
.cid-uVcmo566R6 .mbr-text,
.cid-uVcmo566R6 .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uVcmo566R6 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVcmo566R6 .item-text {
  color: #103623;
  text-align: center;
}
.cid-uVcmo566R6 .item-title,
.cid-uVcmo566R6 .icon-wrapper {
  color: #6d6f71;
  text-align: center;
}
.cid-uTQ9YSWLJB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d6f71;
}
.cid-uTQ9YSWLJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTQ9YSWLJB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .container {
    padding: 0 26px;
  }
}
.cid-uTQ9YSWLJB .row {
  justify-content: center;
}
.cid-uTQ9YSWLJB .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uTQ9YSWLJB .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTQ9YSWLJB .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fffff5;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uTQ9YSWLJB .mbr-copy {
  margin-bottom: 0;
  color: #fffff5;
  text-align: left;
}
.cid-uTQ9YSWLJB .mbr-section-title {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .mbr-text {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .list {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .nav-wrapper,
.cid-uTQ9YSWLJB .social-wrapper {
  text-align: right;
}
.cid-uTQ9YSWLJB .mbr-section-title,
.cid-uTQ9YSWLJB .logo-wrapper {
  color: #fffff5;
}
.cid-uTQ9YSWLJB .mbr-text,
.cid-uTQ9YSWLJB .text-wrapper {
  color: #fffff5;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .item-wrap,
.cid-uTQ9YSWLJB .nav-wrapper,
.cid-uTQ9YSWLJB .social-wrapper {
  color: #6d6f71;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .item-wrap,
.cid-uTQ9YSWLJB .social-wrapper {
  color: #fffff5;
}
.cid-uVhgL6cjxp {
  z-index: 1000;
  width: 100%;
}
.cid-uVhgL6cjxp nav.navbar {
  position: fixed;
}
.cid-uVhgL6cjxp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVhgL6cjxp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVhgL6cjxp .dropdown-item:hover,
.cid-uVhgL6cjxp .dropdown-item:focus {
  background: #6d6f71 !important;
  color: white !important;
}
.cid-uVhgL6cjxp .dropdown-item:hover span {
  color: white;
}
.cid-uVhgL6cjxp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVhgL6cjxp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVhgL6cjxp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVhgL6cjxp .nav-link {
  position: relative;
}
.cid-uVhgL6cjxp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .container {
    flex-wrap: wrap;
  }
}
.cid-uVhgL6cjxp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVhgL6cjxp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVhgL6cjxp .dropdown-menu,
.cid-uVhgL6cjxp .navbar.opened {
  background: #ffffff !important;
}
.cid-uVhgL6cjxp .nav-item:focus,
.cid-uVhgL6cjxp .nav-link:focus {
  outline: none;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVhgL6cjxp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVhgL6cjxp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
.cid-uVhgL6cjxp .navbar.opened {
  transition: all 0.3s;
}
.cid-uVhgL6cjxp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVhgL6cjxp .navbar .navbar-logo img {
  width: auto;
}
.cid-uVhgL6cjxp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVhgL6cjxp .navbar.collapsed {
  justify-content: center;
}
.cid-uVhgL6cjxp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVhgL6cjxp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVhgL6cjxp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVhgL6cjxp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVhgL6cjxp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVhgL6cjxp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVhgL6cjxp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVhgL6cjxp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVhgL6cjxp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVhgL6cjxp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVhgL6cjxp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVhgL6cjxp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVhgL6cjxp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVhgL6cjxp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVhgL6cjxp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVhgL6cjxp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVhgL6cjxp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVhgL6cjxp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVhgL6cjxp .dropdown-item.active,
.cid-uVhgL6cjxp .dropdown-item:active {
  background-color: transparent;
}
.cid-uVhgL6cjxp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVhgL6cjxp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVhgL6cjxp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVhgL6cjxp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVhgL6cjxp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVhgL6cjxp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVhgL6cjxp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #252525;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVhgL6cjxp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVhgL6cjxp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVhgL6cjxp .navbar {
    height: 70px;
  }
  .cid-uVhgL6cjxp .navbar.opened {
    height: auto;
  }
  .cid-uVhgL6cjxp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTKYNzv5RR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTKYNzv5RR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/stline-cover-2000x1368.jpg");
}
.cid-uTKYNzv5RR .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTKYNzv5RR .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uTKYNzv5RR .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTKYNzv5RR .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uTKYNzv5RR .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTKYNzv5RR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uTKYNzv5RR .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uTKYNzv5RR .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uTKYNzv5RR .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTKYNzv5RR .image-wrapper img {
    height: 300px;
  }
}
.cid-uTKYNzv5RR .mbr-label {
  color: #e93a53;
  text-align: center;
}
.cid-uTKYNzv5RR .mbr-section-title {
  color: #000000;
}
.cid-uTKYNzv5RR .mbr-text {
  color: #000000;
}
.cid-uTKYNzv5RR .mbr-section-title,
.cid-uTKYNzv5RR .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uV9XP9TPj5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uV9XP9TPj5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV9XP9TPj5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uV9XP9TPj5 .container {
    padding: 0 16px;
  }
}
.cid-uV9XP9TPj5 .row {
  position: relative;
  justify-content: space-between;
}
.cid-uV9XP9TPj5 .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uV9XP9TPj5 .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uV9XP9TPj5 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uV9XP9TPj5 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uV9XP9TPj5 .content-wrapper .mbr-section-title span {
  color: #6d6f71;
}
.cid-uV9XP9TPj5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uV9XP9TPj5 .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uV9XP9TPj5 .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV9XP9TPj5 .image-wrapper img {
    height: 350px;
  }
}
.cid-uV9XP9TPj5 .mbr-section-title {
  color: #000000;
}
.cid-uV9XP9TPj5 .mbr-text {
  color: #6d6f71;
}
.cid-uVa1GIAK7O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uVa1GIAK7O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVa1GIAK7O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uVa1GIAK7O .container {
    padding: 0 16px;
  }
}
.cid-uVa1GIAK7O .row {
  position: relative;
  justify-content: space-between;
}
.cid-uVa1GIAK7O .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uVa1GIAK7O .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uVa1GIAK7O .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVa1GIAK7O .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVa1GIAK7O .content-wrapper .mbr-section-title span {
  color: #6d6f71;
}
.cid-uVa1GIAK7O .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVa1GIAK7O .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uVa1GIAK7O .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVa1GIAK7O .image-wrapper img {
    height: 350px;
  }
}
.cid-uVa1GIAK7O .mbr-section-title {
  color: #000000;
}
.cid-uVa1GIAK7O .mbr-text {
  color: #6d6f71;
}
.cid-uVcmGMV0Qu {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #fffff5;
}
.cid-uVcmGMV0Qu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcmGMV0Qu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVcmGMV0Qu .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVcmGMV0Qu .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVcmGMV0Qu .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVcmGMV0Qu .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVcmGMV0Qu .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVcmGMV0Qu .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVcmGMV0Qu .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVcmGMV0Qu .item {
    margin-bottom: 28px;
  }
}
.cid-uVcmGMV0Qu .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #e93a53;
  background-color: #fffff5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVcmGMV0Qu .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uVcmGMV0Qu .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uVcmGMV0Qu .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uVcmGMV0Qu .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #e93a53;
  background: linear-gradient(90deg, #e93a53, #ee687b 65%, #f396a3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVcmGMV0Qu .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uVcmGMV0Qu .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVcmGMV0Qu .mbr-section-title {
  color: #6d6f71;
  text-align: left;
}
.cid-uVcmGMV0Qu .mbr-text,
.cid-uVcmGMV0Qu .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uVcmGMV0Qu .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVcmGMV0Qu .item-text {
  color: #103623;
  text-align: center;
}
.cid-uVcmGMV0Qu .item-title,
.cid-uVcmGMV0Qu .icon-wrapper {
  color: #6d6f71;
  text-align: center;
}
.cid-uTQ9YSWLJB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d6f71;
}
.cid-uTQ9YSWLJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTQ9YSWLJB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .container {
    padding: 0 26px;
  }
}
.cid-uTQ9YSWLJB .row {
  justify-content: center;
}
.cid-uTQ9YSWLJB .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uTQ9YSWLJB .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTQ9YSWLJB .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fffff5;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uTQ9YSWLJB .mbr-copy {
  margin-bottom: 0;
  color: #fffff5;
  text-align: left;
}
.cid-uTQ9YSWLJB .mbr-section-title {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .mbr-text {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .list {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .nav-wrapper,
.cid-uTQ9YSWLJB .social-wrapper {
  text-align: right;
}
.cid-uTQ9YSWLJB .mbr-section-title,
.cid-uTQ9YSWLJB .logo-wrapper {
  color: #fffff5;
}
.cid-uTQ9YSWLJB .mbr-text,
.cid-uTQ9YSWLJB .text-wrapper {
  color: #fffff5;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .item-wrap,
.cid-uTQ9YSWLJB .nav-wrapper,
.cid-uTQ9YSWLJB .social-wrapper {
  color: #6d6f71;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .item-wrap,
.cid-uTQ9YSWLJB .social-wrapper {
  color: #fffff5;
}
.cid-uVhgL6cjxp {
  z-index: 1000;
  width: 100%;
}
.cid-uVhgL6cjxp nav.navbar {
  position: fixed;
}
.cid-uVhgL6cjxp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVhgL6cjxp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVhgL6cjxp .dropdown-item:hover,
.cid-uVhgL6cjxp .dropdown-item:focus {
  background: #6d6f71 !important;
  color: white !important;
}
.cid-uVhgL6cjxp .dropdown-item:hover span {
  color: white;
}
.cid-uVhgL6cjxp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVhgL6cjxp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVhgL6cjxp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVhgL6cjxp .nav-link {
  position: relative;
}
.cid-uVhgL6cjxp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .container {
    flex-wrap: wrap;
  }
}
.cid-uVhgL6cjxp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVhgL6cjxp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVhgL6cjxp .dropdown-menu,
.cid-uVhgL6cjxp .navbar.opened {
  background: #ffffff !important;
}
.cid-uVhgL6cjxp .nav-item:focus,
.cid-uVhgL6cjxp .nav-link:focus {
  outline: none;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVhgL6cjxp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVhgL6cjxp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
.cid-uVhgL6cjxp .navbar.opened {
  transition: all 0.3s;
}
.cid-uVhgL6cjxp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVhgL6cjxp .navbar .navbar-logo img {
  width: auto;
}
.cid-uVhgL6cjxp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVhgL6cjxp .navbar.collapsed {
  justify-content: center;
}
.cid-uVhgL6cjxp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVhgL6cjxp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVhgL6cjxp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVhgL6cjxp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVhgL6cjxp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVhgL6cjxp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVhgL6cjxp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVhgL6cjxp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVhgL6cjxp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVhgL6cjxp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVhgL6cjxp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVhgL6cjxp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVhgL6cjxp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVhgL6cjxp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVhgL6cjxp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVhgL6cjxp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVhgL6cjxp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVhgL6cjxp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVhgL6cjxp .dropdown-item.active,
.cid-uVhgL6cjxp .dropdown-item:active {
  background-color: transparent;
}
.cid-uVhgL6cjxp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVhgL6cjxp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVhgL6cjxp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVhgL6cjxp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVhgL6cjxp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVhgL6cjxp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVhgL6cjxp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #252525;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVhgL6cjxp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVhgL6cjxp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVhgL6cjxp .navbar {
    height: 70px;
  }
  .cid-uVhgL6cjxp .navbar.opened {
    height: auto;
  }
  .cid-uVhgL6cjxp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTL0f3MJU8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTL0f3MJU8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/stline-cover-2000x1368.jpg");
}
.cid-uTL0f3MJU8 .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTL0f3MJU8 .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uTL0f3MJU8 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTL0f3MJU8 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uTL0f3MJU8 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTL0f3MJU8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uTL0f3MJU8 .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uTL0f3MJU8 .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uTL0f3MJU8 .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTL0f3MJU8 .image-wrapper img {
    height: 300px;
  }
}
.cid-uTL0f3MJU8 .mbr-label {
  color: #e93a53;
  text-align: center;
}
.cid-uTL0f3MJU8 .mbr-section-title {
  color: #000000;
}
.cid-uTL0f3MJU8 .mbr-text {
  color: #000000;
}
.cid-uTL0f3MJU8 .mbr-section-title,
.cid-uTL0f3MJU8 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uVamtILTAR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uVamtILTAR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVamtILTAR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uVamtILTAR .container {
    padding: 0 16px;
  }
}
.cid-uVamtILTAR .row {
  position: relative;
  justify-content: space-between;
}
.cid-uVamtILTAR .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uVamtILTAR .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uVamtILTAR .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVamtILTAR .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVamtILTAR .content-wrapper .mbr-section-title span {
  color: #6d6f71;
}
.cid-uVamtILTAR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVamtILTAR .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uVamtILTAR .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVamtILTAR .image-wrapper img {
    height: 350px;
  }
}
.cid-uVamtILTAR .mbr-section-title {
  color: #000000;
}
.cid-uVamtILTAR .mbr-text {
  color: #6d6f71;
}
.cid-uVcmZb19C1 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #fffff5;
}
.cid-uVcmZb19C1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcmZb19C1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVcmZb19C1 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVcmZb19C1 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVcmZb19C1 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVcmZb19C1 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVcmZb19C1 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVcmZb19C1 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVcmZb19C1 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVcmZb19C1 .item {
    margin-bottom: 28px;
  }
}
.cid-uVcmZb19C1 .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #e93a53;
  background-color: #fffff5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVcmZb19C1 .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uVcmZb19C1 .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uVcmZb19C1 .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uVcmZb19C1 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #e93a53;
  background: linear-gradient(90deg, #e93a53, #ee687b 65%, #f396a3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVcmZb19C1 .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uVcmZb19C1 .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVcmZb19C1 .mbr-section-title {
  color: #6d6f71;
  text-align: left;
}
.cid-uVcmZb19C1 .mbr-text,
.cid-uVcmZb19C1 .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uVcmZb19C1 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVcmZb19C1 .item-text {
  color: #103623;
  text-align: center;
}
.cid-uVcmZb19C1 .item-title,
.cid-uVcmZb19C1 .icon-wrapper {
  color: #6d6f71;
  text-align: center;
}
.cid-uTQ9YSWLJB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d6f71;
}
.cid-uTQ9YSWLJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTQ9YSWLJB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .container {
    padding: 0 26px;
  }
}
.cid-uTQ9YSWLJB .row {
  justify-content: center;
}
.cid-uTQ9YSWLJB .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uTQ9YSWLJB .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTQ9YSWLJB .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fffff5;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uTQ9YSWLJB .mbr-copy {
  margin-bottom: 0;
  color: #fffff5;
  text-align: left;
}
.cid-uTQ9YSWLJB .mbr-section-title {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .mbr-text {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .list {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .nav-wrapper,
.cid-uTQ9YSWLJB .social-wrapper {
  text-align: right;
}
.cid-uTQ9YSWLJB .mbr-section-title,
.cid-uTQ9YSWLJB .logo-wrapper {
  color: #fffff5;
}
.cid-uTQ9YSWLJB .mbr-text,
.cid-uTQ9YSWLJB .text-wrapper {
  color: #fffff5;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .item-wrap,
.cid-uTQ9YSWLJB .nav-wrapper,
.cid-uTQ9YSWLJB .social-wrapper {
  color: #6d6f71;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .item-wrap,
.cid-uTQ9YSWLJB .social-wrapper {
  color: #fffff5;
}
.cid-uVhgL6cjxp {
  z-index: 1000;
  width: 100%;
}
.cid-uVhgL6cjxp nav.navbar {
  position: fixed;
}
.cid-uVhgL6cjxp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVhgL6cjxp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVhgL6cjxp .dropdown-item:hover,
.cid-uVhgL6cjxp .dropdown-item:focus {
  background: #6d6f71 !important;
  color: white !important;
}
.cid-uVhgL6cjxp .dropdown-item:hover span {
  color: white;
}
.cid-uVhgL6cjxp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVhgL6cjxp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVhgL6cjxp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVhgL6cjxp .nav-link {
  position: relative;
}
.cid-uVhgL6cjxp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .container {
    flex-wrap: wrap;
  }
}
.cid-uVhgL6cjxp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVhgL6cjxp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVhgL6cjxp .dropdown-menu,
.cid-uVhgL6cjxp .navbar.opened {
  background: #ffffff !important;
}
.cid-uVhgL6cjxp .nav-item:focus,
.cid-uVhgL6cjxp .nav-link:focus {
  outline: none;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVhgL6cjxp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVhgL6cjxp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
.cid-uVhgL6cjxp .navbar.opened {
  transition: all 0.3s;
}
.cid-uVhgL6cjxp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVhgL6cjxp .navbar .navbar-logo img {
  width: auto;
}
.cid-uVhgL6cjxp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVhgL6cjxp .navbar.collapsed {
  justify-content: center;
}
.cid-uVhgL6cjxp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVhgL6cjxp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVhgL6cjxp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVhgL6cjxp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVhgL6cjxp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVhgL6cjxp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVhgL6cjxp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVhgL6cjxp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVhgL6cjxp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVhgL6cjxp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVhgL6cjxp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVhgL6cjxp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVhgL6cjxp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVhgL6cjxp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVhgL6cjxp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVhgL6cjxp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVhgL6cjxp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVhgL6cjxp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVhgL6cjxp .dropdown-item.active,
.cid-uVhgL6cjxp .dropdown-item:active {
  background-color: transparent;
}
.cid-uVhgL6cjxp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVhgL6cjxp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVhgL6cjxp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVhgL6cjxp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVhgL6cjxp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVhgL6cjxp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVhgL6cjxp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #252525;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVhgL6cjxp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVhgL6cjxp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVhgL6cjxp .navbar {
    height: 70px;
  }
  .cid-uVhgL6cjxp .navbar.opened {
    height: auto;
  }
  .cid-uVhgL6cjxp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTL2fM2UeC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTL2fM2UeC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/stline-cover-2000x1368.jpg");
}
.cid-uTL2fM2UeC .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTL2fM2UeC .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uTL2fM2UeC .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTL2fM2UeC .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uTL2fM2UeC .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTL2fM2UeC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uTL2fM2UeC .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uTL2fM2UeC .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uTL2fM2UeC .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTL2fM2UeC .image-wrapper img {
    height: 300px;
  }
}
.cid-uTL2fM2UeC .mbr-label {
  color: #e93a53;
  text-align: center;
}
.cid-uTL2fM2UeC .mbr-section-title {
  color: #000000;
}
.cid-uTL2fM2UeC .mbr-text {
  color: #000000;
}
.cid-uTL2fM2UeC .mbr-section-title,
.cid-uTL2fM2UeC .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uVbCPBL8Cj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uVbCPBL8Cj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbCPBL8Cj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uVbCPBL8Cj .container {
    padding: 0 16px;
  }
}
.cid-uVbCPBL8Cj .row {
  position: relative;
  justify-content: space-between;
}
.cid-uVbCPBL8Cj .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uVbCPBL8Cj .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uVbCPBL8Cj .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVbCPBL8Cj .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVbCPBL8Cj .content-wrapper .mbr-section-title span {
  color: #6d6f71;
}
.cid-uVbCPBL8Cj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVbCPBL8Cj .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uVbCPBL8Cj .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVbCPBL8Cj .image-wrapper img {
    height: 350px;
  }
}
.cid-uVbCPBL8Cj .mbr-section-title {
  color: #000000;
}
.cid-uVbCPBL8Cj .mbr-text {
  color: #6d6f71;
}
.cid-uVbDb86zCS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uVbDb86zCS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbDb86zCS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uVbDb86zCS .container {
    padding: 0 16px;
  }
}
.cid-uVbDb86zCS .row {
  position: relative;
  justify-content: space-between;
}
.cid-uVbDb86zCS .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uVbDb86zCS .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uVbDb86zCS .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVbDb86zCS .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVbDb86zCS .content-wrapper .mbr-section-title span {
  color: #6d6f71;
}
.cid-uVbDb86zCS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVbDb86zCS .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uVbDb86zCS .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVbDb86zCS .image-wrapper img {
    height: 350px;
  }
}
.cid-uVbDb86zCS .mbr-section-title {
  color: #000000;
}
.cid-uVbDb86zCS .mbr-text {
  color: #6d6f71;
}
.cid-uVbF37JMQH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uVbF37JMQH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbF37JMQH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVbF37JMQH .row {
  margin: 0 -20px;
}
.cid-uVbF37JMQH .card {
  padding: 0 20px;
}
.cid-uVbF37JMQH .mbr-tag {
  margin-bottom: 16px;
  color: #adadad;
}
.cid-uVbF37JMQH .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVbF37JMQH .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVbF37JMQH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVbF37JMQH .title-wrapper .main-btn .btn {
  margin-bottom: 0;
}
.cid-uVbF37JMQH .mbr-section-btn {
  margin-top: 20px;
}
.cid-uVbF37JMQH .mbr-section-btn .btn::after,
.cid-uVbF37JMQH .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uVbF37JMQH .mbr-section-btn .btn:hover,
.cid-uVbF37JMQH .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uVbF37JMQH .mbr-section-btn .btn:hover::after,
.cid-uVbF37JMQH .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uVbF37JMQH .items-wrapper .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVbF37JMQH .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uVbF37JMQH .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-uVbF37JMQH .items-wrapper .item .item-wrapper {
  display: flex;
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVbF37JMQH .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uVbF37JMQH .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uVbF37JMQH .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-uVbF37JMQH .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #9aa0a6, #e24c4a);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-uVbF37JMQH .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uVbF37JMQH .items-wrapper .item .item-wrapper .item-content {
  padding-bottom: 20px;
  border-bottom: 2px solid #e93a53;
  border-radius: 0 !important;
  width: 100%;
}
.cid-uVbF37JMQH .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVbF37JMQH .items-wrapper .item .item-wrapper .item-content .item-title:hover,
.cid-uVbF37JMQH .items-wrapper .item .item-wrapper .item-content .item-title:focus {
  color: #e24c4a;
}
.cid-uVbF37JMQH .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVbF37JMQH .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uVbF37JMQH .items-wrapper .item .item-wrapper .item-content .item-btn {
    margin-bottom: 0;
  }
}
.cid-uVbF37JMQH .mbr-section-title {
  color: #ffffff;
}
.cid-uVbF37JMQH .item-title {
  color: #ffffff;
}
.cid-uVbF37JMQH .item-text {
  color: #252525;
}
.cid-uVbF37JMQH .mbr-section-title,
.cid-uVbF37JMQH .main-btn {
  color: #15171a;
}
.cid-uVcp1weQ0J {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #fffff5;
}
.cid-uVcp1weQ0J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcp1weQ0J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVcp1weQ0J .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVcp1weQ0J .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVcp1weQ0J .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVcp1weQ0J .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVcp1weQ0J .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVcp1weQ0J .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVcp1weQ0J .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVcp1weQ0J .item {
    margin-bottom: 28px;
  }
}
.cid-uVcp1weQ0J .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #e93a53;
  background-color: #fffff5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVcp1weQ0J .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uVcp1weQ0J .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uVcp1weQ0J .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uVcp1weQ0J .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #e93a53;
  background: linear-gradient(90deg, #e93a53, #ee687b 65%, #f396a3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVcp1weQ0J .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uVcp1weQ0J .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVcp1weQ0J .mbr-section-title {
  color: #6d6f71;
  text-align: left;
}
.cid-uVcp1weQ0J .mbr-text,
.cid-uVcp1weQ0J .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uVcp1weQ0J .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVcp1weQ0J .item-text {
  color: #103623;
  text-align: center;
}
.cid-uVcp1weQ0J .item-title,
.cid-uVcp1weQ0J .icon-wrapper {
  color: #6d6f71;
  text-align: center;
}
.cid-uTQ9YSWLJB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d6f71;
}
.cid-uTQ9YSWLJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTQ9YSWLJB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .container {
    padding: 0 26px;
  }
}
.cid-uTQ9YSWLJB .row {
  justify-content: center;
}
.cid-uTQ9YSWLJB .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uTQ9YSWLJB .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTQ9YSWLJB .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fffff5;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uTQ9YSWLJB .mbr-copy {
  margin-bottom: 0;
  color: #fffff5;
  text-align: left;
}
.cid-uTQ9YSWLJB .mbr-section-title {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .mbr-text {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .list {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .nav-wrapper,
.cid-uTQ9YSWLJB .social-wrapper {
  text-align: right;
}
.cid-uTQ9YSWLJB .mbr-section-title,
.cid-uTQ9YSWLJB .logo-wrapper {
  color: #fffff5;
}
.cid-uTQ9YSWLJB .mbr-text,
.cid-uTQ9YSWLJB .text-wrapper {
  color: #fffff5;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .item-wrap,
.cid-uTQ9YSWLJB .nav-wrapper,
.cid-uTQ9YSWLJB .social-wrapper {
  color: #6d6f71;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .item-wrap,
.cid-uTQ9YSWLJB .social-wrapper {
  color: #fffff5;
}
.cid-uVhgL6cjxp {
  z-index: 1000;
  width: 100%;
}
.cid-uVhgL6cjxp nav.navbar {
  position: fixed;
}
.cid-uVhgL6cjxp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVhgL6cjxp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVhgL6cjxp .dropdown-item:hover,
.cid-uVhgL6cjxp .dropdown-item:focus {
  background: #6d6f71 !important;
  color: white !important;
}
.cid-uVhgL6cjxp .dropdown-item:hover span {
  color: white;
}
.cid-uVhgL6cjxp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVhgL6cjxp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVhgL6cjxp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVhgL6cjxp .nav-link {
  position: relative;
}
.cid-uVhgL6cjxp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .container {
    flex-wrap: wrap;
  }
}
.cid-uVhgL6cjxp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVhgL6cjxp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVhgL6cjxp .dropdown-menu,
.cid-uVhgL6cjxp .navbar.opened {
  background: #ffffff !important;
}
.cid-uVhgL6cjxp .nav-item:focus,
.cid-uVhgL6cjxp .nav-link:focus {
  outline: none;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVhgL6cjxp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVhgL6cjxp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
.cid-uVhgL6cjxp .navbar.opened {
  transition: all 0.3s;
}
.cid-uVhgL6cjxp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVhgL6cjxp .navbar .navbar-logo img {
  width: auto;
}
.cid-uVhgL6cjxp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVhgL6cjxp .navbar.collapsed {
  justify-content: center;
}
.cid-uVhgL6cjxp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVhgL6cjxp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVhgL6cjxp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVhgL6cjxp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVhgL6cjxp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVhgL6cjxp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVhgL6cjxp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVhgL6cjxp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVhgL6cjxp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVhgL6cjxp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVhgL6cjxp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVhgL6cjxp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVhgL6cjxp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVhgL6cjxp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVhgL6cjxp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVhgL6cjxp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVhgL6cjxp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVhgL6cjxp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVhgL6cjxp .dropdown-item.active,
.cid-uVhgL6cjxp .dropdown-item:active {
  background-color: transparent;
}
.cid-uVhgL6cjxp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVhgL6cjxp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVhgL6cjxp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVhgL6cjxp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVhgL6cjxp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVhgL6cjxp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVhgL6cjxp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #252525;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVhgL6cjxp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVhgL6cjxp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVhgL6cjxp .navbar {
    height: 70px;
  }
  .cid-uVhgL6cjxp .navbar.opened {
    height: auto;
  }
  .cid-uVhgL6cjxp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTL38k2Wan .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTL38k2Wan .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/stline-cover-2000x1368.jpg");
}
.cid-uTL38k2Wan .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTL38k2Wan .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uTL38k2Wan .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTL38k2Wan .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uTL38k2Wan .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTL38k2Wan .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uTL38k2Wan .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uTL38k2Wan .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uTL38k2Wan .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTL38k2Wan .image-wrapper img {
    height: 300px;
  }
}
.cid-uTL38k2Wan .mbr-label {
  color: #e93a53;
  text-align: center;
}
.cid-uTL38k2Wan .mbr-section-title {
  color: #000000;
}
.cid-uTL38k2Wan .mbr-text {
  color: #000000;
}
.cid-uTL38k2Wan .mbr-section-title,
.cid-uTL38k2Wan .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uTL3TQHmAA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fffff5;
}
.cid-uTL3TQHmAA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTL3TQHmAA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTL3TQHmAA .card-wrapper {
  display: flex;
  padding: 64px;
  background-color: #fffff5;
}
@media (max-width: 992px) {
  .cid-uTL3TQHmAA .card-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uTL3TQHmAA .card-wrapper .content-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uTL3TQHmAA .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uTL3TQHmAA .card-wrapper .content-wrapper .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTL3TQHmAA .card-wrapper .content-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-uTL3TQHmAA .card-wrapper .content-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uTL3TQHmAA .card-wrapper .content-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uTL3TQHmAA .card-wrapper .content-wrapper .social-wrapper {
  display: flex;
  align-items: center;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uTL3TQHmAA .card-wrapper .content-wrapper .social-wrapper {
    margin-top: 40px;
  }
}
.cid-uTL3TQHmAA .card-wrapper .content-wrapper .social-wrapper .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
}
@media (max-width: 992px) {
  .cid-uTL3TQHmAA .card-wrapper .content-wrapper .social-wrapper .border-wrap {
    display: none;
  }
}
.cid-uTL3TQHmAA .card-wrapper .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uTL3TQHmAA .card-wrapper .content-wrapper .social-wrapper .social-wrap {
    padding: 0;
    flex-wrap: wrap;
  }
}
.cid-uTL3TQHmAA .card-wrapper .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTL3TQHmAA .card-wrapper .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTL3TQHmAA .card-wrapper .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: translateY(-5px);
}
.cid-uTL3TQHmAA .card-wrapper .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff;
  background-color: #0f0f0f;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  margin: 10px;
  border-radius: 4px;
}
.cid-uTL3TQHmAA .card-wrapper .image-wrapper {
  width: 45%;
  padding-left: 90px;
}
@media (max-width: 992px) {
  .cid-uTL3TQHmAA .card-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}
.cid-uTL3TQHmAA .card-wrapper .image-wrapper .image-wrap {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTL3TQHmAA .card-wrapper .image-wrapper .image-wrap {
    height: 300px;
  }
}
.cid-uTL3TQHmAA .card-wrapper .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uTL3TQHmAA .card-title {
  color: #e93a53;
}
.cid-uTL3TQHmAA .card-text {
  color: #6d6f71;
}
.cid-uTL3SzUSXf {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fffff5;
}
.cid-uTL3SzUSXf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTL3SzUSXf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTL3SzUSXf .card-wrapper {
  padding: 64px;
  background-color: #fffff5;
}
@media (max-width: 992px) {
  .cid-uTL3SzUSXf .card-wrapper {
    padding: 20px;
  }
}
.cid-uTL3SzUSXf .card-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTL3SzUSXf .card-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTL3SzUSXf .card-wrapper .google-map iframe {
  height: 715px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uTL3SzUSXf .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-uTL3SzUSXf .mbr-section-title {
  color: #0f0f0f;
  text-align: center;
}
.cid-uVDgt4DMti {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffff5;
}
.cid-uVDgt4DMti .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDgt4DMti .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDgt4DMti .card-wrapper {
  display: flex;
  padding: 64px;
  background-color: #fffff5;
}
@media (max-width: 992px) {
  .cid-uVDgt4DMti .card-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uVDgt4DMti .card-wrapper .content-wrapper {
  display: inline-flex;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uVDgt4DMti .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uVDgt4DMti .card-wrapper .content-wrapper .title-wrapper {
  width: 100%;
}
.cid-uVDgt4DMti .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVDgt4DMti .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVDgt4DMti .card-wrapper .content-wrapper .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-uVDgt4DMti .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uVDgt4DMti .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 20px;
}
.cid-uVDgt4DMti .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 0 0 20px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #6d6f71 !important;
  border-radius: 0 !important;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVDgt4DMti .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
    margin-bottom: 20px;
  }
}
.cid-uVDgt4DMti .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #bababa;
}
.cid-uVDgt4DMti .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uVDgt4DMti .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #15171a !important;
}
.cid-uVDgt4DMti .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uVDgt4DMti .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #6d6f71;
  border-color: #6d6f71;
}
.cid-uVDgt4DMti .mbr-section-title {
  color: #666666;
  text-align: left;
}
.cid-uVDgt4DMti label {
  color: #0f0f0f;
}
.cid-uTQ9YSWLJB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d6f71;
}
.cid-uTQ9YSWLJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTQ9YSWLJB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .container {
    padding: 0 26px;
  }
}
.cid-uTQ9YSWLJB .row {
  justify-content: center;
}
.cid-uTQ9YSWLJB .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uTQ9YSWLJB .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTQ9YSWLJB .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fffff5;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uTQ9YSWLJB .mbr-copy {
  margin-bottom: 0;
  color: #fffff5;
  text-align: left;
}
.cid-uTQ9YSWLJB .mbr-section-title {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .mbr-text {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .list {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .nav-wrapper,
.cid-uTQ9YSWLJB .social-wrapper {
  text-align: right;
}
.cid-uTQ9YSWLJB .mbr-section-title,
.cid-uTQ9YSWLJB .logo-wrapper {
  color: #fffff5;
}
.cid-uTQ9YSWLJB .mbr-text,
.cid-uTQ9YSWLJB .text-wrapper {
  color: #fffff5;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .item-wrap,
.cid-uTQ9YSWLJB .nav-wrapper,
.cid-uTQ9YSWLJB .social-wrapper {
  color: #6d6f71;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .item-wrap,
.cid-uTQ9YSWLJB .social-wrapper {
  color: #fffff5;
}
.cid-uVhgL6cjxp {
  z-index: 1000;
  width: 100%;
}
.cid-uVhgL6cjxp nav.navbar {
  position: fixed;
}
.cid-uVhgL6cjxp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVhgL6cjxp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVhgL6cjxp .dropdown-item:hover,
.cid-uVhgL6cjxp .dropdown-item:focus {
  background: #6d6f71 !important;
  color: white !important;
}
.cid-uVhgL6cjxp .dropdown-item:hover span {
  color: white;
}
.cid-uVhgL6cjxp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVhgL6cjxp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVhgL6cjxp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVhgL6cjxp .nav-link {
  position: relative;
}
.cid-uVhgL6cjxp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .container {
    flex-wrap: wrap;
  }
}
.cid-uVhgL6cjxp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVhgL6cjxp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVhgL6cjxp .dropdown-menu,
.cid-uVhgL6cjxp .navbar.opened {
  background: #ffffff !important;
}
.cid-uVhgL6cjxp .nav-item:focus,
.cid-uVhgL6cjxp .nav-link:focus {
  outline: none;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVhgL6cjxp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVhgL6cjxp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
.cid-uVhgL6cjxp .navbar.opened {
  transition: all 0.3s;
}
.cid-uVhgL6cjxp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVhgL6cjxp .navbar .navbar-logo img {
  width: auto;
}
.cid-uVhgL6cjxp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVhgL6cjxp .navbar.collapsed {
  justify-content: center;
}
.cid-uVhgL6cjxp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVhgL6cjxp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVhgL6cjxp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVhgL6cjxp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVhgL6cjxp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVhgL6cjxp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVhgL6cjxp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVhgL6cjxp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVhgL6cjxp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVhgL6cjxp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVhgL6cjxp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVhgL6cjxp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVhgL6cjxp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVhgL6cjxp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVhgL6cjxp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVhgL6cjxp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVhgL6cjxp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVhgL6cjxp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVhgL6cjxp .dropdown-item.active,
.cid-uVhgL6cjxp .dropdown-item:active {
  background-color: transparent;
}
.cid-uVhgL6cjxp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVhgL6cjxp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVhgL6cjxp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVhgL6cjxp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVhgL6cjxp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVhgL6cjxp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVhgL6cjxp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #252525;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVhgL6cjxp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVhgL6cjxp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVhgL6cjxp .navbar {
    height: 70px;
  }
  .cid-uVhgL6cjxp .navbar.opened {
    height: auto;
  }
  .cid-uVhgL6cjxp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTKZdpsiey .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTKZdpsiey .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/stline-cover-2000x1368.jpg");
}
.cid-uTKZdpsiey .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTKZdpsiey .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uTKZdpsiey .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTKZdpsiey .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uTKZdpsiey .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTKZdpsiey .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uTKZdpsiey .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uTKZdpsiey .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uTKZdpsiey .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTKZdpsiey .image-wrapper img {
    height: 300px;
  }
}
.cid-uTKZdpsiey .mbr-label {
  color: #e93a53;
  text-align: center;
}
.cid-uTKZdpsiey .mbr-section-title {
  color: #000000;
}
.cid-uTKZdpsiey .mbr-text {
  color: #000000;
}
.cid-uTKZdpsiey .mbr-section-title,
.cid-uTKZdpsiey .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uVa4yfHKj9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uVa4yfHKj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVa4yfHKj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uVa4yfHKj9 .container {
    padding: 0 16px;
  }
}
.cid-uVa4yfHKj9 .row {
  position: relative;
  justify-content: space-between;
}
.cid-uVa4yfHKj9 .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uVa4yfHKj9 .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uVa4yfHKj9 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVa4yfHKj9 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVa4yfHKj9 .content-wrapper .mbr-section-title span {
  color: #6d6f71;
}
.cid-uVa4yfHKj9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVa4yfHKj9 .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uVa4yfHKj9 .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVa4yfHKj9 .image-wrapper img {
    height: 350px;
  }
}
.cid-uVa4yfHKj9 .mbr-section-title {
  color: #000000;
}
.cid-uVa4yfHKj9 .mbr-text {
  color: #6d6f71;
}
.cid-uVak4o2vx0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uVak4o2vx0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVak4o2vx0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVak4o2vx0 .row {
  margin: 0 -20px;
}
.cid-uVak4o2vx0 .card {
  padding: 0 20px;
}
.cid-uVak4o2vx0 .mbr-tag {
  margin-bottom: 16px;
  color: #adadad;
}
.cid-uVak4o2vx0 .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVak4o2vx0 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVak4o2vx0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVak4o2vx0 .title-wrapper .main-btn .btn {
  margin-bottom: 0;
}
.cid-uVak4o2vx0 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uVak4o2vx0 .mbr-section-btn .btn::after,
.cid-uVak4o2vx0 .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uVak4o2vx0 .mbr-section-btn .btn:hover,
.cid-uVak4o2vx0 .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uVak4o2vx0 .mbr-section-btn .btn:hover::after,
.cid-uVak4o2vx0 .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uVak4o2vx0 .items-wrapper .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVak4o2vx0 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uVak4o2vx0 .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-uVak4o2vx0 .items-wrapper .item .item-wrapper {
  display: flex;
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVak4o2vx0 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uVak4o2vx0 .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uVak4o2vx0 .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-uVak4o2vx0 .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #9aa0a6, #e24c4a);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-uVak4o2vx0 .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uVak4o2vx0 .items-wrapper .item .item-wrapper .item-content {
  padding-bottom: 20px;
  border-bottom: 2px solid #e93a53;
  border-radius: 0 !important;
  width: 100%;
}
.cid-uVak4o2vx0 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVak4o2vx0 .items-wrapper .item .item-wrapper .item-content .item-title:hover,
.cid-uVak4o2vx0 .items-wrapper .item .item-wrapper .item-content .item-title:focus {
  color: #e24c4a;
}
.cid-uVak4o2vx0 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVak4o2vx0 .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uVak4o2vx0 .items-wrapper .item .item-wrapper .item-content .item-btn {
    margin-bottom: 0;
  }
}
.cid-uVak4o2vx0 .mbr-section-title {
  color: #ffffff;
}
.cid-uVak4o2vx0 .item-title {
  color: #ffffff;
}
.cid-uVak4o2vx0 .item-text {
  color: #252525;
}
.cid-uVak4o2vx0 .mbr-section-title,
.cid-uVak4o2vx0 .main-btn {
  color: #15171a;
}
.cid-uVcmRg1zDr {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #fffff5;
}
.cid-uVcmRg1zDr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcmRg1zDr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVcmRg1zDr .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVcmRg1zDr .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVcmRg1zDr .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVcmRg1zDr .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVcmRg1zDr .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVcmRg1zDr .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVcmRg1zDr .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVcmRg1zDr .item {
    margin-bottom: 28px;
  }
}
.cid-uVcmRg1zDr .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #e93a53;
  background-color: #fffff5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVcmRg1zDr .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uVcmRg1zDr .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uVcmRg1zDr .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uVcmRg1zDr .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #e93a53;
  background: linear-gradient(90deg, #e93a53, #ee687b 65%, #f396a3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVcmRg1zDr .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uVcmRg1zDr .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVcmRg1zDr .mbr-section-title {
  color: #6d6f71;
  text-align: left;
}
.cid-uVcmRg1zDr .mbr-text,
.cid-uVcmRg1zDr .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uVcmRg1zDr .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVcmRg1zDr .item-text {
  color: #103623;
  text-align: center;
}
.cid-uVcmRg1zDr .item-title,
.cid-uVcmRg1zDr .icon-wrapper {
  color: #6d6f71;
  text-align: center;
}
.cid-uTQ9YSWLJB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d6f71;
}
.cid-uTQ9YSWLJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTQ9YSWLJB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .container {
    padding: 0 26px;
  }
}
.cid-uTQ9YSWLJB .row {
  justify-content: center;
}
.cid-uTQ9YSWLJB .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uTQ9YSWLJB .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTQ9YSWLJB .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fffff5;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uTQ9YSWLJB .mbr-copy {
  margin-bottom: 0;
  color: #fffff5;
  text-align: left;
}
.cid-uTQ9YSWLJB .mbr-section-title {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .mbr-text {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .list {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .nav-wrapper,
.cid-uTQ9YSWLJB .social-wrapper {
  text-align: right;
}
.cid-uTQ9YSWLJB .mbr-section-title,
.cid-uTQ9YSWLJB .logo-wrapper {
  color: #fffff5;
}
.cid-uTQ9YSWLJB .mbr-text,
.cid-uTQ9YSWLJB .text-wrapper {
  color: #fffff5;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .item-wrap,
.cid-uTQ9YSWLJB .nav-wrapper,
.cid-uTQ9YSWLJB .social-wrapper {
  color: #6d6f71;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .item-wrap,
.cid-uTQ9YSWLJB .social-wrapper {
  color: #fffff5;
}
.cid-uVhgL6cjxp {
  z-index: 1000;
  width: 100%;
}
.cid-uVhgL6cjxp nav.navbar {
  position: fixed;
}
.cid-uVhgL6cjxp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVhgL6cjxp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVhgL6cjxp .dropdown-item:hover,
.cid-uVhgL6cjxp .dropdown-item:focus {
  background: #6d6f71 !important;
  color: white !important;
}
.cid-uVhgL6cjxp .dropdown-item:hover span {
  color: white;
}
.cid-uVhgL6cjxp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVhgL6cjxp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVhgL6cjxp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVhgL6cjxp .nav-link {
  position: relative;
}
.cid-uVhgL6cjxp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .container {
    flex-wrap: wrap;
  }
}
.cid-uVhgL6cjxp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVhgL6cjxp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVhgL6cjxp .dropdown-menu,
.cid-uVhgL6cjxp .navbar.opened {
  background: #ffffff !important;
}
.cid-uVhgL6cjxp .nav-item:focus,
.cid-uVhgL6cjxp .nav-link:focus {
  outline: none;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVhgL6cjxp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVhgL6cjxp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
.cid-uVhgL6cjxp .navbar.opened {
  transition: all 0.3s;
}
.cid-uVhgL6cjxp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVhgL6cjxp .navbar .navbar-logo img {
  width: auto;
}
.cid-uVhgL6cjxp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVhgL6cjxp .navbar.collapsed {
  justify-content: center;
}
.cid-uVhgL6cjxp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVhgL6cjxp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVhgL6cjxp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVhgL6cjxp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVhgL6cjxp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVhgL6cjxp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVhgL6cjxp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVhgL6cjxp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVhgL6cjxp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVhgL6cjxp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVhgL6cjxp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVhgL6cjxp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVhgL6cjxp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVhgL6cjxp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVhgL6cjxp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVhgL6cjxp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVhgL6cjxp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVhgL6cjxp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVhgL6cjxp .dropdown-item.active,
.cid-uVhgL6cjxp .dropdown-item:active {
  background-color: transparent;
}
.cid-uVhgL6cjxp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVhgL6cjxp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVhgL6cjxp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVhgL6cjxp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVhgL6cjxp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVhgL6cjxp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVhgL6cjxp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #252525;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVhgL6cjxp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVhgL6cjxp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVhgL6cjxp .navbar {
    height: 70px;
  }
  .cid-uVhgL6cjxp .navbar.opened {
    height: auto;
  }
  .cid-uVhgL6cjxp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVaoMRuDAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaoMRuDAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/stline-cover-2000x1368.jpg");
}
.cid-uVaoMRuDAT .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVaoMRuDAT .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uVaoMRuDAT .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVaoMRuDAT .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uVaoMRuDAT .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uVaoMRuDAT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uVaoMRuDAT .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uVaoMRuDAT .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uVaoMRuDAT .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVaoMRuDAT .image-wrapper img {
    height: 300px;
  }
}
.cid-uVaoMRuDAT .mbr-label {
  color: #e93a53;
  text-align: center;
}
.cid-uVaoMRuDAT .mbr-section-title {
  color: #000000;
}
.cid-uVaoMRuDAT .mbr-text {
  color: #000000;
}
.cid-uVaoMRuDAT .mbr-section-title,
.cid-uVaoMRuDAT .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uVaoMSun16 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uVaoMSun16 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaoMSun16 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uVaoMSun16 .container {
    padding: 0 16px;
  }
}
.cid-uVaoMSun16 .row {
  position: relative;
  justify-content: space-between;
}
.cid-uVaoMSun16 .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uVaoMSun16 .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uVaoMSun16 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVaoMSun16 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVaoMSun16 .content-wrapper .mbr-section-title span {
  color: #6d6f71;
}
.cid-uVaoMSun16 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVaoMSun16 .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uVaoMSun16 .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVaoMSun16 .image-wrapper img {
    height: 350px;
  }
}
.cid-uVaoMSun16 .mbr-section-title {
  color: #000000;
}
.cid-uVaoMSun16 .mbr-text {
  color: #6d6f71;
}
.cid-uVcncrTdMW {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #fffff5;
}
.cid-uVcncrTdMW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcncrTdMW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVcncrTdMW .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVcncrTdMW .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVcncrTdMW .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVcncrTdMW .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVcncrTdMW .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVcncrTdMW .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVcncrTdMW .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVcncrTdMW .item {
    margin-bottom: 28px;
  }
}
.cid-uVcncrTdMW .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #e93a53;
  background-color: #fffff5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVcncrTdMW .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uVcncrTdMW .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uVcncrTdMW .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uVcncrTdMW .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #e93a53;
  background: linear-gradient(90deg, #e93a53, #ee687b 65%, #f396a3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVcncrTdMW .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uVcncrTdMW .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVcncrTdMW .mbr-section-title {
  color: #6d6f71;
  text-align: left;
}
.cid-uVcncrTdMW .mbr-text,
.cid-uVcncrTdMW .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uVcncrTdMW .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVcncrTdMW .item-text {
  color: #103623;
  text-align: center;
}
.cid-uVcncrTdMW .item-title,
.cid-uVcncrTdMW .icon-wrapper {
  color: #6d6f71;
  text-align: center;
}
.cid-uVaoMTy9Ag {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d6f71;
}
.cid-uVaoMTy9Ag .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaoMTy9Ag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVaoMTy9Ag .container {
    padding: 0 26px;
  }
}
.cid-uVaoMTy9Ag .row {
  justify-content: center;
}
.cid-uVaoMTy9Ag .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVaoMTy9Ag .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVaoMTy9Ag .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVaoMTy9Ag .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVaoMTy9Ag .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uVaoMTy9Ag .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVaoMTy9Ag .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVaoMTy9Ag .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVaoMTy9Ag .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVaoMTy9Ag .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVaoMTy9Ag .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVaoMTy9Ag .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVaoMTy9Ag .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uVaoMTy9Ag .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVaoMTy9Ag .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uVaoMTy9Ag .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uVaoMTy9Ag .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uVaoMTy9Ag .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uVaoMTy9Ag .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uVaoMTy9Ag .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVaoMTy9Ag .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVaoMTy9Ag .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uVaoMTy9Ag .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uVaoMTy9Ag .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uVaoMTy9Ag .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uVaoMTy9Ag .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uVaoMTy9Ag .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVaoMTy9Ag .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uVaoMTy9Ag .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVaoMTy9Ag .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uVaoMTy9Ag .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uVaoMTy9Ag .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uVaoMTy9Ag .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uVaoMTy9Ag .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fffff5;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uVaoMTy9Ag .mbr-copy {
  margin-bottom: 0;
  color: #fffff5;
  text-align: left;
}
.cid-uVaoMTy9Ag .mbr-section-title {
  color: #ffffff;
}
.cid-uVaoMTy9Ag .mbr-text {
  color: #ffffff;
}
.cid-uVaoMTy9Ag .list {
  color: #ffffff;
}
.cid-uVaoMTy9Ag .list,
.cid-uVaoMTy9Ag .nav-wrapper,
.cid-uVaoMTy9Ag .social-wrapper {
  text-align: right;
}
.cid-uVaoMTy9Ag .mbr-section-title,
.cid-uVaoMTy9Ag .logo-wrapper {
  color: #fffff5;
}
.cid-uVaoMTy9Ag .mbr-text,
.cid-uVaoMTy9Ag .text-wrapper {
  color: #fffff5;
}
.cid-uVaoMTy9Ag .list,
.cid-uVaoMTy9Ag .item-wrap,
.cid-uVaoMTy9Ag .nav-wrapper,
.cid-uVaoMTy9Ag .social-wrapper {
  color: #6d6f71;
}
.cid-uVaoMTy9Ag .list,
.cid-uVaoMTy9Ag .item-wrap,
.cid-uVaoMTy9Ag .social-wrapper {
  color: #fffff5;
}
.cid-uVhgL6cjxp {
  z-index: 1000;
  width: 100%;
}
.cid-uVhgL6cjxp nav.navbar {
  position: fixed;
}
.cid-uVhgL6cjxp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVhgL6cjxp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVhgL6cjxp .dropdown-item:hover,
.cid-uVhgL6cjxp .dropdown-item:focus {
  background: #6d6f71 !important;
  color: white !important;
}
.cid-uVhgL6cjxp .dropdown-item:hover span {
  color: white;
}
.cid-uVhgL6cjxp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVhgL6cjxp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVhgL6cjxp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVhgL6cjxp .nav-link {
  position: relative;
}
.cid-uVhgL6cjxp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .container {
    flex-wrap: wrap;
  }
}
.cid-uVhgL6cjxp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVhgL6cjxp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVhgL6cjxp .dropdown-menu,
.cid-uVhgL6cjxp .navbar.opened {
  background: #ffffff !important;
}
.cid-uVhgL6cjxp .nav-item:focus,
.cid-uVhgL6cjxp .nav-link:focus {
  outline: none;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVhgL6cjxp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVhgL6cjxp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
.cid-uVhgL6cjxp .navbar.opened {
  transition: all 0.3s;
}
.cid-uVhgL6cjxp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVhgL6cjxp .navbar .navbar-logo img {
  width: auto;
}
.cid-uVhgL6cjxp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVhgL6cjxp .navbar.collapsed {
  justify-content: center;
}
.cid-uVhgL6cjxp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVhgL6cjxp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVhgL6cjxp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVhgL6cjxp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVhgL6cjxp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVhgL6cjxp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVhgL6cjxp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVhgL6cjxp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVhgL6cjxp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVhgL6cjxp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVhgL6cjxp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVhgL6cjxp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVhgL6cjxp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVhgL6cjxp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVhgL6cjxp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVhgL6cjxp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVhgL6cjxp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVhgL6cjxp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVhgL6cjxp .dropdown-item.active,
.cid-uVhgL6cjxp .dropdown-item:active {
  background-color: transparent;
}
.cid-uVhgL6cjxp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVhgL6cjxp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVhgL6cjxp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVhgL6cjxp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVhgL6cjxp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVhgL6cjxp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVhgL6cjxp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #252525;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVhgL6cjxp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVhgL6cjxp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVhgL6cjxp .navbar {
    height: 70px;
  }
  .cid-uVhgL6cjxp .navbar.opened {
    height: auto;
  }
  .cid-uVhgL6cjxp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTKJzcDyQS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTKJzcDyQS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/stline-cover-2000x1368.jpg");
}
.cid-uTKJzcDyQS .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTKJzcDyQS .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uTKJzcDyQS .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTKJzcDyQS .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uTKJzcDyQS .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTKJzcDyQS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uTKJzcDyQS .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uTKJzcDyQS .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uTKJzcDyQS .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTKJzcDyQS .image-wrapper img {
    height: 300px;
  }
}
.cid-uTKJzcDyQS .mbr-label {
  color: #e93a53;
  text-align: center;
}
.cid-uTKJzcDyQS .mbr-section-title {
  color: #000000;
}
.cid-uTKJzcDyQS .mbr-text {
  color: #000000;
}
.cid-uTKJzcDyQS .mbr-section-title,
.cid-uTKJzcDyQS .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uVaqwpT2JC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVaqwpT2JC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaqwpT2JC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uVaqwpT2JC .container {
    padding: 0 16px;
  }
}
.cid-uVaqwpT2JC .row {
  position: relative;
  justify-content: space-between;
}
.cid-uVaqwpT2JC .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uVaqwpT2JC .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uVaqwpT2JC .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVaqwpT2JC .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVaqwpT2JC .content-wrapper .mbr-section-title span {
  color: #6d6f71;
}
.cid-uVaqwpT2JC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVaqwpT2JC .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uVaqwpT2JC .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVaqwpT2JC .image-wrapper img {
    height: 350px;
  }
}
.cid-uVaqwpT2JC .mbr-section-title {
  color: #000000;
}
.cid-uVaqwpT2JC .mbr-text {
  color: #6d6f71;
}
.cid-uTMVzh5kaW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffff5;
}
.cid-uTMVzh5kaW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTMVzh5kaW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTMVzh5kaW .card-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uTMVzh5kaW .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uTMVzh5kaW .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uTMVzh5kaW .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  width: 100%;
}
@media (max-width: 1540px) {
  .cid-uTMVzh5kaW .card-wrapper .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uTMVzh5kaW .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-uTMVzh5kaW .card-wrapper .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uTMVzh5kaW .card-wrapper .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTMVzh5kaW .card-wrapper .content-wrapper .image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTMVzh5kaW .card-wrapper .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uTMVzh5kaW .card-wrapper .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTMVzh5kaW .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uTMVzh5kaW .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uTMVzh5kaW .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uTMVzh5kaW .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uTMVzh5kaW .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uTMVzh5kaW .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTMVzh5kaW .mbr-section-title {
  color: #000000;
}
.cid-uTMVzh5kaW .mbr-text,
.cid-uTMVzh5kaW .text-wrapper {
  color: #666666;
}
.cid-uTMVzh5kaW .mbr-section-title,
.cid-uTMVzh5kaW .mbr-section-btn {
  color: #e93a53;
}
.cid-uTMIDi4l1E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffff5;
}
.cid-uTMIDi4l1E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTMIDi4l1E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTMIDi4l1E .card-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uTMIDi4l1E .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uTMIDi4l1E .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uTMIDi4l1E .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  width: 100%;
}
@media (max-width: 1540px) {
  .cid-uTMIDi4l1E .card-wrapper .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uTMIDi4l1E .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-uTMIDi4l1E .card-wrapper .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uTMIDi4l1E .card-wrapper .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTMIDi4l1E .card-wrapper .content-wrapper .image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTMIDi4l1E .card-wrapper .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uTMIDi4l1E .card-wrapper .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTMIDi4l1E .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uTMIDi4l1E .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uTMIDi4l1E .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uTMIDi4l1E .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uTMIDi4l1E .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uTMIDi4l1E .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTMIDi4l1E .mbr-section-title {
  color: #000000;
}
.cid-uTMIDi4l1E .mbr-text,
.cid-uTMIDi4l1E .text-wrapper {
  color: #6d6f71;
}
.cid-uTMIDi4l1E .mbr-section-title,
.cid-uTMIDi4l1E .mbr-section-btn {
  color: #e93a53;
}
.cid-uTMJ0EW4Gc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffff5;
}
.cid-uTMJ0EW4Gc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTMJ0EW4Gc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTMJ0EW4Gc .card-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uTMJ0EW4Gc .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uTMJ0EW4Gc .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uTMJ0EW4Gc .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  width: 100%;
}
@media (max-width: 1540px) {
  .cid-uTMJ0EW4Gc .card-wrapper .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uTMJ0EW4Gc .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-uTMJ0EW4Gc .card-wrapper .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uTMJ0EW4Gc .card-wrapper .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTMJ0EW4Gc .card-wrapper .content-wrapper .image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTMJ0EW4Gc .card-wrapper .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uTMJ0EW4Gc .card-wrapper .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTMJ0EW4Gc .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uTMJ0EW4Gc .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uTMJ0EW4Gc .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uTMJ0EW4Gc .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uTMJ0EW4Gc .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uTMJ0EW4Gc .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTMJ0EW4Gc .mbr-section-title {
  color: #000000;
}
.cid-uTMJ0EW4Gc .mbr-text,
.cid-uTMJ0EW4Gc .text-wrapper {
  color: #6d6f71;
}
.cid-uTMJ0EW4Gc .mbr-section-title,
.cid-uTMJ0EW4Gc .mbr-section-btn {
  color: #e93a53;
}
.cid-uTMKOULaLN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fffff5;
}
.cid-uTMKOULaLN .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uTMKOULaLN .container-table {
  margin: 0 auto;
}
.cid-uTMKOULaLN .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uTMKOULaLN .dataTables_wrapper {
  display: block;
}
.cid-uTMKOULaLN .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uTMKOULaLN .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uTMKOULaLN .head-item {
  color: #15171a;
  min-width: 110px;
  letter-spacing: 2px;
  text-align: center;
}
.cid-uTMKOULaLN .body-item {
  color: #212529;
  text-align: center;
}
.cid-uTMKOULaLN table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
  border: 1px solid #e93a53;
}
.cid-uTMKOULaLN table th {
  padding: 24px 15px 20px 15px;
  border-top: none;
  transition: all .2s;
  border-bottom: none;
  border-left: 1px solid #e93a53;
}
.cid-uTMKOULaLN table td {
  padding: 24px 15px 20px 15px;
  border-top: 1px solid #e93a53;
  border-left: 1px solid #e93a53;
}
.cid-uTMKOULaLN table.table {
  background: #fffff5;
}
.cid-uTMKOULaLN .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uTMKOULaLN .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uTMKOULaLN .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uTMKOULaLN .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uTMKOULaLN .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uTMKOULaLN .dataTables_filter {
    text-align: center;
  }
  .cid-uTMKOULaLN .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uTMKOULaLN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTMKOULaLN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTMP8h0DCG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffff5;
}
.cid-uTMP8h0DCG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTMP8h0DCG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTMP8h0DCG .card-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uTMP8h0DCG .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uTMP8h0DCG .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uTMP8h0DCG .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  width: 100%;
}
@media (max-width: 1540px) {
  .cid-uTMP8h0DCG .card-wrapper .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uTMP8h0DCG .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-uTMP8h0DCG .card-wrapper .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uTMP8h0DCG .card-wrapper .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTMP8h0DCG .card-wrapper .content-wrapper .image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTMP8h0DCG .card-wrapper .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uTMP8h0DCG .card-wrapper .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTMP8h0DCG .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uTMP8h0DCG .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uTMP8h0DCG .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uTMP8h0DCG .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uTMP8h0DCG .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uTMP8h0DCG .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTMP8h0DCG .mbr-section-title {
  color: #000000;
}
.cid-uTMP8h0DCG .mbr-text,
.cid-uTMP8h0DCG .text-wrapper {
  color: #6d6f71;
}
.cid-uTMP8h0DCG .mbr-section-title,
.cid-uTMP8h0DCG .mbr-section-btn {
  color: #e93a53;
}
.cid-uTMPlSpcB6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffff5;
}
.cid-uTMPlSpcB6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTMPlSpcB6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTMPlSpcB6 .card-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uTMPlSpcB6 .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uTMPlSpcB6 .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uTMPlSpcB6 .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  width: 100%;
}
@media (max-width: 1540px) {
  .cid-uTMPlSpcB6 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uTMPlSpcB6 .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-uTMPlSpcB6 .card-wrapper .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uTMPlSpcB6 .card-wrapper .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTMPlSpcB6 .card-wrapper .content-wrapper .image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTMPlSpcB6 .card-wrapper .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uTMPlSpcB6 .card-wrapper .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTMPlSpcB6 .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uTMPlSpcB6 .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uTMPlSpcB6 .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uTMPlSpcB6 .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uTMPlSpcB6 .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uTMPlSpcB6 .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTMPlSpcB6 .mbr-section-title {
  color: #000000;
}
.cid-uTMPlSpcB6 .mbr-text,
.cid-uTMPlSpcB6 .text-wrapper {
  color: #6d6f71;
}
.cid-uTMPlSpcB6 .mbr-section-title,
.cid-uTMPlSpcB6 .mbr-section-btn {
  color: #e93a53;
}
.cid-uTMPQvaYFE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffff5;
}
.cid-uTMPQvaYFE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTMPQvaYFE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTMPQvaYFE .card-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uTMPQvaYFE .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uTMPQvaYFE .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uTMPQvaYFE .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  width: 100%;
}
@media (max-width: 1540px) {
  .cid-uTMPQvaYFE .card-wrapper .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uTMPQvaYFE .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-uTMPQvaYFE .card-wrapper .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uTMPQvaYFE .card-wrapper .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTMPQvaYFE .card-wrapper .content-wrapper .image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTMPQvaYFE .card-wrapper .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uTMPQvaYFE .card-wrapper .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTMPQvaYFE .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uTMPQvaYFE .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uTMPQvaYFE .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uTMPQvaYFE .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uTMPQvaYFE .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uTMPQvaYFE .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTMPQvaYFE .mbr-section-title {
  color: #000000;
}
.cid-uTMPQvaYFE .mbr-text,
.cid-uTMPQvaYFE .text-wrapper {
  color: #6d6f71;
}
.cid-uTMPQvaYFE .mbr-section-title,
.cid-uTMPQvaYFE .mbr-section-btn {
  color: #e93a53;
}
.cid-uTMQJxWCWL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffff5;
}
.cid-uTMQJxWCWL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTMQJxWCWL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTMQJxWCWL .card-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uTMQJxWCWL .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uTMQJxWCWL .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uTMQJxWCWL .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  width: 100%;
}
@media (max-width: 1540px) {
  .cid-uTMQJxWCWL .card-wrapper .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uTMQJxWCWL .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-uTMQJxWCWL .card-wrapper .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uTMQJxWCWL .card-wrapper .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTMQJxWCWL .card-wrapper .content-wrapper .image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTMQJxWCWL .card-wrapper .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uTMQJxWCWL .card-wrapper .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTMQJxWCWL .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uTMQJxWCWL .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uTMQJxWCWL .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uTMQJxWCWL .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uTMQJxWCWL .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uTMQJxWCWL .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTMQJxWCWL .mbr-section-title {
  color: #000000;
}
.cid-uTMQJxWCWL .mbr-text,
.cid-uTMQJxWCWL .text-wrapper {
  color: #6d6f71;
}
.cid-uTMRusnipR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffff5;
}
.cid-uTMRusnipR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTMRusnipR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTMRusnipR .card-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uTMRusnipR .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uTMRusnipR .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uTMRusnipR .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  width: 100%;
}
@media (max-width: 1540px) {
  .cid-uTMRusnipR .card-wrapper .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uTMRusnipR .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-uTMRusnipR .card-wrapper .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uTMRusnipR .card-wrapper .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTMRusnipR .card-wrapper .content-wrapper .image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTMRusnipR .card-wrapper .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uTMRusnipR .card-wrapper .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTMRusnipR .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uTMRusnipR .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uTMRusnipR .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uTMRusnipR .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uTMRusnipR .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uTMRusnipR .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTMRusnipR .mbr-section-title {
  color: #000000;
}
.cid-uTMRusnipR .mbr-text,
.cid-uTMRusnipR .text-wrapper {
  color: #6d6f71;
}
.cid-uTMTj9b3la {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffff5;
}
.cid-uTMTj9b3la .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTMTj9b3la .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTMTj9b3la .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uTMTj9b3la .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uTMTj9b3la .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uTMTj9b3la .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #e93a53;
  margin-bottom: 20px;
}
.cid-uTMTj9b3la .items-wrapper {
  margin: 0;
}
.cid-uTMTj9b3la .items-wrapper .item {
  padding: 0;
  margin-bottom: 20px;
}
.cid-uTMTj9b3la .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uTMTj9b3la .items-wrapper .item:nth-child(3n) .item-wrapper {
    border-right: 1px solid #e93a53;
  }
}
.cid-uTMTj9b3la .items-wrapper .item .item-wrapper {
  padding: 0 20px 20px 0;
  height: 100%;
  padding: 0 20px 20px 20px;
  border-right: 1px solid #e93a53;
  border-bottom: 1px solid #e93a53;
}
@media (max-width: 992px) {
  .cid-uTMTj9b3la .items-wrapper .item .item-wrapper {
    padding: 0 20px 20px 0;
  }
}
.cid-uTMTj9b3la .items-wrapper .item .item-wrapper .item-content .number-wrapper {
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uTMTj9b3la .items-wrapper .item .item-wrapper .item-content .number-wrapper {
    padding-bottom: 20px;
  }
}
.cid-uTMTj9b3la .items-wrapper .item .item-wrapper .item-content .number-wrapper .item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 5px;
  border-radius: 1rem;
  background-color: #d7d2d2;
}
.cid-uTMTj9b3la .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uTMTj9b3la .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTMTj9b3la .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uTMTj9b3la .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uTMTj9b3la .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTMTj9b3la .mbr-section-title {
  color: #093388;
}
.cid-uTMTj9b3la .item-number {
  color: #f4f4f4;
}
.cid-uTMTj9b3la .item-title {
  color: #093388;
}
.cid-uTMTj9b3la .item-text {
  color: #58595b;
}
.cid-uTMTj9b3la .item-title,
.cid-uTMTj9b3la .mbr-section-btn {
  color: #e93a53;
  text-align: center;
}
.cid-uTMTj9b3la .item-text,
.cid-uTMTj9b3la .text-wrapper {
  text-align: center;
}
.cid-uVcnnyLFNQ {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #fffff5;
}
.cid-uVcnnyLFNQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcnnyLFNQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVcnnyLFNQ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVcnnyLFNQ .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVcnnyLFNQ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVcnnyLFNQ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVcnnyLFNQ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVcnnyLFNQ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVcnnyLFNQ .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVcnnyLFNQ .item {
    margin-bottom: 28px;
  }
}
.cid-uVcnnyLFNQ .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #e93a53;
  background-color: #fffff5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVcnnyLFNQ .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uVcnnyLFNQ .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uVcnnyLFNQ .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uVcnnyLFNQ .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #e93a53;
  background: linear-gradient(90deg, #e93a53, #ee687b 65%, #f396a3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVcnnyLFNQ .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uVcnnyLFNQ .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVcnnyLFNQ .mbr-section-title {
  color: #6d6f71;
  text-align: left;
}
.cid-uVcnnyLFNQ .mbr-text,
.cid-uVcnnyLFNQ .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uVcnnyLFNQ .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVcnnyLFNQ .item-text {
  color: #103623;
  text-align: center;
}
.cid-uVcnnyLFNQ .item-title,
.cid-uVcnnyLFNQ .icon-wrapper {
  color: #6d6f71;
  text-align: center;
}
.cid-uTQ9YSWLJB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d6f71;
}
.cid-uTQ9YSWLJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTQ9YSWLJB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .container {
    padding: 0 26px;
  }
}
.cid-uTQ9YSWLJB .row {
  justify-content: center;
}
.cid-uTQ9YSWLJB .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uTQ9YSWLJB .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTQ9YSWLJB .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fffff5;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uTQ9YSWLJB .mbr-copy {
  margin-bottom: 0;
  color: #fffff5;
  text-align: left;
}
.cid-uTQ9YSWLJB .mbr-section-title {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .mbr-text {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .list {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .nav-wrapper,
.cid-uTQ9YSWLJB .social-wrapper {
  text-align: right;
}
.cid-uTQ9YSWLJB .mbr-section-title,
.cid-uTQ9YSWLJB .logo-wrapper {
  color: #fffff5;
}
.cid-uTQ9YSWLJB .mbr-text,
.cid-uTQ9YSWLJB .text-wrapper {
  color: #fffff5;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .item-wrap,
.cid-uTQ9YSWLJB .nav-wrapper,
.cid-uTQ9YSWLJB .social-wrapper {
  color: #6d6f71;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .item-wrap,
.cid-uTQ9YSWLJB .social-wrapper {
  color: #fffff5;
}
.cid-uVhgL6cjxp {
  z-index: 1000;
  width: 100%;
}
.cid-uVhgL6cjxp nav.navbar {
  position: fixed;
}
.cid-uVhgL6cjxp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVhgL6cjxp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVhgL6cjxp .dropdown-item:hover,
.cid-uVhgL6cjxp .dropdown-item:focus {
  background: #6d6f71 !important;
  color: white !important;
}
.cid-uVhgL6cjxp .dropdown-item:hover span {
  color: white;
}
.cid-uVhgL6cjxp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVhgL6cjxp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVhgL6cjxp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVhgL6cjxp .nav-link {
  position: relative;
}
.cid-uVhgL6cjxp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .container {
    flex-wrap: wrap;
  }
}
.cid-uVhgL6cjxp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVhgL6cjxp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVhgL6cjxp .dropdown-menu,
.cid-uVhgL6cjxp .navbar.opened {
  background: #ffffff !important;
}
.cid-uVhgL6cjxp .nav-item:focus,
.cid-uVhgL6cjxp .nav-link:focus {
  outline: none;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVhgL6cjxp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVhgL6cjxp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
.cid-uVhgL6cjxp .navbar.opened {
  transition: all 0.3s;
}
.cid-uVhgL6cjxp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVhgL6cjxp .navbar .navbar-logo img {
  width: auto;
}
.cid-uVhgL6cjxp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVhgL6cjxp .navbar.collapsed {
  justify-content: center;
}
.cid-uVhgL6cjxp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVhgL6cjxp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVhgL6cjxp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVhgL6cjxp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVhgL6cjxp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVhgL6cjxp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVhgL6cjxp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVhgL6cjxp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVhgL6cjxp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVhgL6cjxp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVhgL6cjxp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVhgL6cjxp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVhgL6cjxp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVhgL6cjxp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVhgL6cjxp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVhgL6cjxp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVhgL6cjxp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVhgL6cjxp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVhgL6cjxp .dropdown-item.active,
.cid-uVhgL6cjxp .dropdown-item:active {
  background-color: transparent;
}
.cid-uVhgL6cjxp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVhgL6cjxp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVhgL6cjxp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVhgL6cjxp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVhgL6cjxp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVhgL6cjxp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVhgL6cjxp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #252525;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVhgL6cjxp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVhgL6cjxp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVhgL6cjxp .navbar {
    height: 70px;
  }
  .cid-uVhgL6cjxp .navbar.opened {
    height: auto;
  }
  .cid-uVhgL6cjxp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVbelvvaKP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbelvvaKP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/stline-cover-2000x1368.jpg");
}
.cid-uVbelvvaKP .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVbelvvaKP .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uVbelvvaKP .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVbelvvaKP .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uVbelvvaKP .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uVbelvvaKP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uVbelvvaKP .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uVbelvvaKP .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uVbelvvaKP .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVbelvvaKP .image-wrapper img {
    height: 300px;
  }
}
.cid-uVbelvvaKP .mbr-label {
  color: #e93a53;
  text-align: center;
}
.cid-uVbelvvaKP .mbr-section-title {
  color: #000000;
}
.cid-uVbelvvaKP .mbr-text {
  color: #000000;
}
.cid-uVbelvvaKP .mbr-section-title,
.cid-uVbelvvaKP .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uVbelwGyKl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uVbelwGyKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbelwGyKl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uVbelwGyKl .container {
    padding: 0 16px;
  }
}
.cid-uVbelwGyKl .row {
  position: relative;
  justify-content: space-between;
}
.cid-uVbelwGyKl .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uVbelwGyKl .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uVbelwGyKl .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVbelwGyKl .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVbelwGyKl .content-wrapper .mbr-section-title span {
  color: #6d6f71;
}
.cid-uVbelwGyKl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVbelwGyKl .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uVbelwGyKl .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVbelwGyKl .image-wrapper img {
    height: 350px;
  }
}
.cid-uVbelwGyKl .mbr-section-title {
  color: #000000;
}
.cid-uVbelwGyKl .mbr-text {
  color: #6d6f71;
}
.cid-uVcnJkOu2R {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #fffff5;
}
.cid-uVcnJkOu2R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcnJkOu2R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVcnJkOu2R .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVcnJkOu2R .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVcnJkOu2R .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVcnJkOu2R .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVcnJkOu2R .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVcnJkOu2R .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVcnJkOu2R .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVcnJkOu2R .item {
    margin-bottom: 28px;
  }
}
.cid-uVcnJkOu2R .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #e93a53;
  background-color: #fffff5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVcnJkOu2R .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uVcnJkOu2R .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uVcnJkOu2R .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uVcnJkOu2R .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #e93a53;
  background: linear-gradient(90deg, #e93a53, #ee687b 65%, #f396a3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVcnJkOu2R .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uVcnJkOu2R .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVcnJkOu2R .mbr-section-title {
  color: #6d6f71;
  text-align: left;
}
.cid-uVcnJkOu2R .mbr-text,
.cid-uVcnJkOu2R .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uVcnJkOu2R .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVcnJkOu2R .item-text {
  color: #103623;
  text-align: center;
}
.cid-uVcnJkOu2R .item-title,
.cid-uVcnJkOu2R .icon-wrapper {
  color: #6d6f71;
  text-align: center;
}
.cid-uVbelxRZds {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d6f71;
}
.cid-uVbelxRZds .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbelxRZds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVbelxRZds .container {
    padding: 0 26px;
  }
}
.cid-uVbelxRZds .row {
  justify-content: center;
}
.cid-uVbelxRZds .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVbelxRZds .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVbelxRZds .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVbelxRZds .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVbelxRZds .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uVbelxRZds .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVbelxRZds .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVbelxRZds .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVbelxRZds .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVbelxRZds .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVbelxRZds .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVbelxRZds .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVbelxRZds .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uVbelxRZds .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVbelxRZds .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uVbelxRZds .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uVbelxRZds .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uVbelxRZds .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uVbelxRZds .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uVbelxRZds .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVbelxRZds .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVbelxRZds .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uVbelxRZds .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uVbelxRZds .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uVbelxRZds .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uVbelxRZds .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uVbelxRZds .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVbelxRZds .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uVbelxRZds .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVbelxRZds .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uVbelxRZds .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uVbelxRZds .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uVbelxRZds .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uVbelxRZds .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fffff5;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uVbelxRZds .mbr-copy {
  margin-bottom: 0;
  color: #fffff5;
  text-align: left;
}
.cid-uVbelxRZds .mbr-section-title {
  color: #ffffff;
}
.cid-uVbelxRZds .mbr-text {
  color: #ffffff;
}
.cid-uVbelxRZds .list {
  color: #ffffff;
}
.cid-uVbelxRZds .list,
.cid-uVbelxRZds .nav-wrapper,
.cid-uVbelxRZds .social-wrapper {
  text-align: right;
}
.cid-uVbelxRZds .mbr-section-title,
.cid-uVbelxRZds .logo-wrapper {
  color: #fffff5;
}
.cid-uVbelxRZds .mbr-text,
.cid-uVbelxRZds .text-wrapper {
  color: #fffff5;
}
.cid-uVbelxRZds .list,
.cid-uVbelxRZds .item-wrap,
.cid-uVbelxRZds .nav-wrapper,
.cid-uVbelxRZds .social-wrapper {
  color: #6d6f71;
}
.cid-uVbelxRZds .list,
.cid-uVbelxRZds .item-wrap,
.cid-uVbelxRZds .social-wrapper {
  color: #fffff5;
}
.cid-uVhgL6cjxp {
  z-index: 1000;
  width: 100%;
}
.cid-uVhgL6cjxp nav.navbar {
  position: fixed;
}
.cid-uVhgL6cjxp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVhgL6cjxp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVhgL6cjxp .dropdown-item:hover,
.cid-uVhgL6cjxp .dropdown-item:focus {
  background: #6d6f71 !important;
  color: white !important;
}
.cid-uVhgL6cjxp .dropdown-item:hover span {
  color: white;
}
.cid-uVhgL6cjxp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVhgL6cjxp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVhgL6cjxp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVhgL6cjxp .nav-link {
  position: relative;
}
.cid-uVhgL6cjxp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .container {
    flex-wrap: wrap;
  }
}
.cid-uVhgL6cjxp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVhgL6cjxp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVhgL6cjxp .dropdown-menu,
.cid-uVhgL6cjxp .navbar.opened {
  background: #ffffff !important;
}
.cid-uVhgL6cjxp .nav-item:focus,
.cid-uVhgL6cjxp .nav-link:focus {
  outline: none;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVhgL6cjxp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVhgL6cjxp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
.cid-uVhgL6cjxp .navbar.opened {
  transition: all 0.3s;
}
.cid-uVhgL6cjxp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVhgL6cjxp .navbar .navbar-logo img {
  width: auto;
}
.cid-uVhgL6cjxp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVhgL6cjxp .navbar.collapsed {
  justify-content: center;
}
.cid-uVhgL6cjxp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVhgL6cjxp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVhgL6cjxp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVhgL6cjxp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVhgL6cjxp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVhgL6cjxp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVhgL6cjxp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVhgL6cjxp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVhgL6cjxp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVhgL6cjxp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVhgL6cjxp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVhgL6cjxp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVhgL6cjxp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVhgL6cjxp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVhgL6cjxp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVhgL6cjxp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVhgL6cjxp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVhgL6cjxp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVhgL6cjxp .dropdown-item.active,
.cid-uVhgL6cjxp .dropdown-item:active {
  background-color: transparent;
}
.cid-uVhgL6cjxp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVhgL6cjxp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVhgL6cjxp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVhgL6cjxp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVhgL6cjxp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVhgL6cjxp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVhgL6cjxp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #252525;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVhgL6cjxp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVhgL6cjxp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVhgL6cjxp .navbar {
    height: 70px;
  }
  .cid-uVhgL6cjxp .navbar.opened {
    height: auto;
  }
  .cid-uVhgL6cjxp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVbfUflt7X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbfUflt7X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/stline-cover-2000x1368.jpg");
}
.cid-uVbfUflt7X .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVbfUflt7X .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uVbfUflt7X .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVbfUflt7X .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uVbfUflt7X .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uVbfUflt7X .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uVbfUflt7X .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uVbfUflt7X .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uVbfUflt7X .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVbfUflt7X .image-wrapper img {
    height: 300px;
  }
}
.cid-uVbfUflt7X .mbr-label {
  color: #e93a53;
  text-align: center;
}
.cid-uVbfUflt7X .mbr-section-title {
  color: #000000;
}
.cid-uVbfUflt7X .mbr-text {
  color: #000000;
}
.cid-uVbfUflt7X .mbr-section-title,
.cid-uVbfUflt7X .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uVbfUgDgkt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uVbfUgDgkt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbfUgDgkt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uVbfUgDgkt .container {
    padding: 0 16px;
  }
}
.cid-uVbfUgDgkt .row {
  position: relative;
  justify-content: space-between;
}
.cid-uVbfUgDgkt .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uVbfUgDgkt .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uVbfUgDgkt .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVbfUgDgkt .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVbfUgDgkt .content-wrapper .mbr-section-title span {
  color: #6d6f71;
}
.cid-uVbfUgDgkt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVbfUgDgkt .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uVbfUgDgkt .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVbfUgDgkt .image-wrapper img {
    height: 350px;
  }
}
.cid-uVbfUgDgkt .mbr-section-title {
  color: #000000;
}
.cid-uVbfUgDgkt .mbr-text {
  color: #6d6f71;
}
.cid-uVbgsQDfHY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uVbgsQDfHY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbgsQDfHY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVbgsQDfHY .row {
  margin: 0 -20px;
}
.cid-uVbgsQDfHY .card {
  padding: 0 20px;
}
.cid-uVbgsQDfHY .mbr-tag {
  margin-bottom: 16px;
  color: #adadad;
}
.cid-uVbgsQDfHY .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVbgsQDfHY .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVbgsQDfHY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVbgsQDfHY .title-wrapper .main-btn .btn {
  margin-bottom: 0;
}
.cid-uVbgsQDfHY .mbr-section-btn {
  margin-top: 20px;
}
.cid-uVbgsQDfHY .mbr-section-btn .btn::after,
.cid-uVbgsQDfHY .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uVbgsQDfHY .mbr-section-btn .btn:hover,
.cid-uVbgsQDfHY .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uVbgsQDfHY .mbr-section-btn .btn:hover::after,
.cid-uVbgsQDfHY .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uVbgsQDfHY .items-wrapper .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVbgsQDfHY .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uVbgsQDfHY .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-uVbgsQDfHY .items-wrapper .item .item-wrapper {
  display: flex;
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVbgsQDfHY .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uVbgsQDfHY .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uVbgsQDfHY .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-uVbgsQDfHY .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #9aa0a6, #e24c4a);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-uVbgsQDfHY .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uVbgsQDfHY .items-wrapper .item .item-wrapper .item-content {
  padding-bottom: 20px;
  border-bottom: 2px solid #e93a53;
  border-radius: 0 !important;
  width: 100%;
}
.cid-uVbgsQDfHY .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVbgsQDfHY .items-wrapper .item .item-wrapper .item-content .item-title:hover,
.cid-uVbgsQDfHY .items-wrapper .item .item-wrapper .item-content .item-title:focus {
  color: #e24c4a;
}
.cid-uVbgsQDfHY .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVbgsQDfHY .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uVbgsQDfHY .items-wrapper .item .item-wrapper .item-content .item-btn {
    margin-bottom: 0;
  }
}
.cid-uVbgsQDfHY .mbr-section-title {
  color: #ffffff;
}
.cid-uVbgsQDfHY .item-title {
  color: #ffffff;
}
.cid-uVbgsQDfHY .item-text {
  color: #252525;
}
.cid-uVbgsQDfHY .mbr-section-title,
.cid-uVbgsQDfHY .main-btn {
  color: #15171a;
}
.cid-uVco33ysMJ {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #fffff5;
}
.cid-uVco33ysMJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVco33ysMJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVco33ysMJ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVco33ysMJ .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVco33ysMJ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVco33ysMJ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVco33ysMJ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVco33ysMJ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVco33ysMJ .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVco33ysMJ .item {
    margin-bottom: 28px;
  }
}
.cid-uVco33ysMJ .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #e93a53;
  background-color: #fffff5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVco33ysMJ .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uVco33ysMJ .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uVco33ysMJ .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uVco33ysMJ .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #e93a53;
  background: linear-gradient(90deg, #e93a53, #ee687b 65%, #f396a3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVco33ysMJ .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uVco33ysMJ .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVco33ysMJ .mbr-section-title {
  color: #6d6f71;
  text-align: left;
}
.cid-uVco33ysMJ .mbr-text,
.cid-uVco33ysMJ .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uVco33ysMJ .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVco33ysMJ .item-text {
  color: #103623;
  text-align: center;
}
.cid-uVco33ysMJ .item-title,
.cid-uVco33ysMJ .icon-wrapper {
  color: #6d6f71;
  text-align: center;
}
.cid-uVbfUhLdG0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d6f71;
}
.cid-uVbfUhLdG0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbfUhLdG0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVbfUhLdG0 .container {
    padding: 0 26px;
  }
}
.cid-uVbfUhLdG0 .row {
  justify-content: center;
}
.cid-uVbfUhLdG0 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVbfUhLdG0 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVbfUhLdG0 .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVbfUhLdG0 .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVbfUhLdG0 .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uVbfUhLdG0 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVbfUhLdG0 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVbfUhLdG0 .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVbfUhLdG0 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVbfUhLdG0 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVbfUhLdG0 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVbfUhLdG0 .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVbfUhLdG0 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uVbfUhLdG0 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVbfUhLdG0 .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uVbfUhLdG0 .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uVbfUhLdG0 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uVbfUhLdG0 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uVbfUhLdG0 .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uVbfUhLdG0 .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVbfUhLdG0 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVbfUhLdG0 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uVbfUhLdG0 .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uVbfUhLdG0 .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uVbfUhLdG0 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uVbfUhLdG0 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uVbfUhLdG0 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVbfUhLdG0 .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uVbfUhLdG0 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVbfUhLdG0 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uVbfUhLdG0 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uVbfUhLdG0 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uVbfUhLdG0 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uVbfUhLdG0 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fffff5;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uVbfUhLdG0 .mbr-copy {
  margin-bottom: 0;
  color: #fffff5;
  text-align: left;
}
.cid-uVbfUhLdG0 .mbr-section-title {
  color: #ffffff;
}
.cid-uVbfUhLdG0 .mbr-text {
  color: #ffffff;
}
.cid-uVbfUhLdG0 .list {
  color: #ffffff;
}
.cid-uVbfUhLdG0 .list,
.cid-uVbfUhLdG0 .nav-wrapper,
.cid-uVbfUhLdG0 .social-wrapper {
  text-align: right;
}
.cid-uVbfUhLdG0 .mbr-section-title,
.cid-uVbfUhLdG0 .logo-wrapper {
  color: #fffff5;
}
.cid-uVbfUhLdG0 .mbr-text,
.cid-uVbfUhLdG0 .text-wrapper {
  color: #fffff5;
}
.cid-uVbfUhLdG0 .list,
.cid-uVbfUhLdG0 .item-wrap,
.cid-uVbfUhLdG0 .nav-wrapper,
.cid-uVbfUhLdG0 .social-wrapper {
  color: #6d6f71;
}
.cid-uVbfUhLdG0 .list,
.cid-uVbfUhLdG0 .item-wrap,
.cid-uVbfUhLdG0 .social-wrapper {
  color: #fffff5;
}
.cid-uVhgL6cjxp {
  z-index: 1000;
  width: 100%;
}
.cid-uVhgL6cjxp nav.navbar {
  position: fixed;
}
.cid-uVhgL6cjxp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVhgL6cjxp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVhgL6cjxp .dropdown-item:hover,
.cid-uVhgL6cjxp .dropdown-item:focus {
  background: #6d6f71 !important;
  color: white !important;
}
.cid-uVhgL6cjxp .dropdown-item:hover span {
  color: white;
}
.cid-uVhgL6cjxp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVhgL6cjxp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVhgL6cjxp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVhgL6cjxp .nav-link {
  position: relative;
}
.cid-uVhgL6cjxp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .container {
    flex-wrap: wrap;
  }
}
.cid-uVhgL6cjxp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVhgL6cjxp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVhgL6cjxp .dropdown-menu,
.cid-uVhgL6cjxp .navbar.opened {
  background: #ffffff !important;
}
.cid-uVhgL6cjxp .nav-item:focus,
.cid-uVhgL6cjxp .nav-link:focus {
  outline: none;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVhgL6cjxp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVhgL6cjxp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
.cid-uVhgL6cjxp .navbar.opened {
  transition: all 0.3s;
}
.cid-uVhgL6cjxp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVhgL6cjxp .navbar .navbar-logo img {
  width: auto;
}
.cid-uVhgL6cjxp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVhgL6cjxp .navbar.collapsed {
  justify-content: center;
}
.cid-uVhgL6cjxp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVhgL6cjxp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVhgL6cjxp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVhgL6cjxp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVhgL6cjxp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVhgL6cjxp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVhgL6cjxp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVhgL6cjxp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVhgL6cjxp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVhgL6cjxp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVhgL6cjxp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVhgL6cjxp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVhgL6cjxp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVhgL6cjxp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVhgL6cjxp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVhgL6cjxp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVhgL6cjxp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVhgL6cjxp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVhgL6cjxp .dropdown-item.active,
.cid-uVhgL6cjxp .dropdown-item:active {
  background-color: transparent;
}
.cid-uVhgL6cjxp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVhgL6cjxp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVhgL6cjxp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVhgL6cjxp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVhgL6cjxp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVhgL6cjxp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVhgL6cjxp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #252525;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVhgL6cjxp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVhgL6cjxp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVhgL6cjxp .navbar {
    height: 70px;
  }
  .cid-uVhgL6cjxp .navbar.opened {
    height: auto;
  }
  .cid-uVhgL6cjxp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTKYnS0UFz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTKYnS0UFz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/stline-cover-2000x1368.jpg");
}
.cid-uTKYnS0UFz .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTKYnS0UFz .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uTKYnS0UFz .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTKYnS0UFz .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uTKYnS0UFz .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTKYnS0UFz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uTKYnS0UFz .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uTKYnS0UFz .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uTKYnS0UFz .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTKYnS0UFz .image-wrapper img {
    height: 300px;
  }
}
.cid-uTKYnS0UFz .mbr-label {
  color: #e93a53;
  text-align: center;
}
.cid-uTKYnS0UFz .mbr-section-title {
  color: #000000;
}
.cid-uTKYnS0UFz .mbr-text {
  color: #000000;
}
.cid-uTKYnS0UFz .mbr-section-title,
.cid-uTKYnS0UFz .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uVas3eXmJO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uVas3eXmJO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVas3eXmJO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uVas3eXmJO .container {
    padding: 0 16px;
  }
}
.cid-uVas3eXmJO .row {
  position: relative;
  justify-content: space-between;
}
.cid-uVas3eXmJO .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uVas3eXmJO .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uVas3eXmJO .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVas3eXmJO .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVas3eXmJO .content-wrapper .mbr-section-title span {
  color: #6d6f71;
}
.cid-uVas3eXmJO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVas3eXmJO .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uVas3eXmJO .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVas3eXmJO .image-wrapper img {
    height: 350px;
  }
}
.cid-uVas3eXmJO .mbr-section-title {
  color: #000000;
}
.cid-uVas3eXmJO .mbr-text {
  color: #6d6f71;
}
.cid-uTPPdCg1Cn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffff5;
}
.cid-uTPPdCg1Cn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPPdCg1Cn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTPPdCg1Cn .card-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uTPPdCg1Cn .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uTPPdCg1Cn .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uTPPdCg1Cn .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  width: 100%;
}
@media (max-width: 1540px) {
  .cid-uTPPdCg1Cn .card-wrapper .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uTPPdCg1Cn .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-uTPPdCg1Cn .card-wrapper .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uTPPdCg1Cn .card-wrapper .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTPPdCg1Cn .card-wrapper .content-wrapper .image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTPPdCg1Cn .card-wrapper .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uTPPdCg1Cn .card-wrapper .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTPPdCg1Cn .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uTPPdCg1Cn .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uTPPdCg1Cn .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uTPPdCg1Cn .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uTPPdCg1Cn .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uTPPdCg1Cn .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTPPdCg1Cn .mbr-section-title {
  color: #000000;
}
.cid-uTPPdCg1Cn .mbr-text,
.cid-uTPPdCg1Cn .text-wrapper {
  color: #666666;
}
.cid-uTPPdCg1Cn .mbr-section-title,
.cid-uTPPdCg1Cn .mbr-section-btn {
  color: #e93a53;
}
.cid-uTPSu6dKcZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fffff5;
}
.cid-uTPSu6dKcZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPSu6dKcZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTPSu6dKcZ .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTPSu6dKcZ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTPSu6dKcZ .items-wrapper .item {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-uTPSu6dKcZ .items-wrapper .item {
    margin-bottom: 2px;
  }
}
.cid-uTPSu6dKcZ .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  background-color: #ffffff;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uTPSu6dKcZ .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uTPSu6dKcZ .items-wrapper .item .item-wrapper .card-box {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uTPSu6dKcZ .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
    width: 100%;
  }
}
.cid-uTPSu6dKcZ .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.cid-uTPSu6dKcZ .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.cid-uTPSu6dKcZ .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTPSu6dKcZ .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uTPSu6dKcZ .items-wrapper .item .item-wrapper .item-img {
    padding: 0 20px 20px;
    width: 100%;
  }
}
.cid-uTPSu6dKcZ .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTPSu6dKcZ .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uTPSu6dKcZ .items-wrapper .item .item-wrapper .card_2 {
    padding: 20px 20px 0;
  }
}
.cid-uTPSu6dKcZ .mbr-section-title {
  color: #0f0f0f;
}
.cid-uTPSu6dKcZ .card-title {
  color: #0f0f0f;
}
.cid-uTPSu6dKcZ .card-text {
  color: #666666;
}
.cid-uTPSu6dKcZ .mbr-section-title,
.cid-uTPSu6dKcZ .mbr-section-btn {
  color: #e93a53;
  text-align: center;
}
.cid-uTPSu6dKcZ .card-title,
.cid-uTPSu6dKcZ .mbr-section-btn {
  color: #e93a53;
}
.cid-uTPSV1HjiV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffff5;
}
.cid-uTPSV1HjiV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPSV1HjiV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTPSV1HjiV .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTPSV1HjiV .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTPSV1HjiV .items-wrapper .item {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-uTPSV1HjiV .items-wrapper .item {
    margin-bottom: 2px;
  }
}
.cid-uTPSV1HjiV .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  background-color: #ffffff;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uTPSV1HjiV .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uTPSV1HjiV .items-wrapper .item .item-wrapper .card-box {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uTPSV1HjiV .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
    width: 100%;
  }
}
.cid-uTPSV1HjiV .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.cid-uTPSV1HjiV .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.cid-uTPSV1HjiV .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTPSV1HjiV .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uTPSV1HjiV .items-wrapper .item .item-wrapper .item-img {
    padding: 0 20px 20px;
    width: 100%;
  }
}
.cid-uTPSV1HjiV .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTPSV1HjiV .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uTPSV1HjiV .items-wrapper .item .item-wrapper .card_2 {
    padding: 20px 20px 0;
  }
}
.cid-uTPSV1HjiV .mbr-section-title {
  color: #0f0f0f;
}
.cid-uTPSV1HjiV .card-title {
  color: #0f0f0f;
}
.cid-uTPSV1HjiV .card-text {
  color: #666666;
}
.cid-uTPSV1HjiV .mbr-section-title,
.cid-uTPSV1HjiV .mbr-section-btn {
  color: #e93a53;
}
.cid-uTPSV1HjiV .card-title,
.cid-uTPSV1HjiV .mbr-section-btn {
  color: #e93a53;
}
.cid-uTPUj9scPM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffff5;
}
.cid-uTPUj9scPM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPUj9scPM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTPUj9scPM .card-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uTPUj9scPM .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uTPUj9scPM .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uTPUj9scPM .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  width: 100%;
}
@media (max-width: 1540px) {
  .cid-uTPUj9scPM .card-wrapper .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uTPUj9scPM .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-uTPUj9scPM .card-wrapper .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uTPUj9scPM .card-wrapper .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTPUj9scPM .card-wrapper .content-wrapper .image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTPUj9scPM .card-wrapper .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uTPUj9scPM .card-wrapper .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTPUj9scPM .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uTPUj9scPM .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uTPUj9scPM .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uTPUj9scPM .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uTPUj9scPM .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uTPUj9scPM .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTPUj9scPM .mbr-section-title {
  color: #000000;
}
.cid-uTPUj9scPM .mbr-text,
.cid-uTPUj9scPM .text-wrapper {
  color: #666666;
}
.cid-uTPUj9scPM .mbr-section-title,
.cid-uTPUj9scPM .mbr-section-btn {
  color: #e93a53;
}
.cid-uTPZK11022 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fffff5;
}
.cid-uTPZK11022 .container-fluid {
  padding: 0 3rem;
}
.cid-uTPZK11022 .mbr-section-subtitle {
  color: #767676;
}
.cid-uTPZK11022 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uTPZK11022 .table-wrapper {
  margin: 0 auto;
}
.cid-uTPZK11022 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uTPZK11022 table thead tr {
  border: none !important;
}
.cid-uTPZK11022 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #4e0913;
  color: white;
  vertical-align: middle;
}
.cid-uTPZK11022 table tr {
  border-bottom: 1px solid #e93a53;
  border-top: none;
}
.cid-uTPZK11022 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-uTPZK11022 tr:hover {
  background-color: #bababa !important;
}
.cid-uTPZK11022 .head-item:after,
.cid-uTPZK11022 .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-uTPZK11022 table th,
  .cid-uTPZK11022 table td {
    padding: .75rem;
  }
}
.cid-uTPZK11022 .body-item {
  text-align: left;
  color: #e93a53;
}
.cid-uTPZK11022 .head-item {
  color: #6d6f71;
  text-align: left;
}
.cid-uTPZK11022 .mbr-text {
  color: #767676;
}
.cid-uTPZK11022 .mbr-section-title,
.cid-uTPZK11022 .underline {
  text-align: center;
  color: #e93a53;
}
.cid-uTPZK11022 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPZK11022 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTQ3tGDM3M {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fffff5;
}
.cid-uTQ3tGDM3M .mbr-section-title {
  margin-bottom: 50px;
  color: #e93a53;
  text-align: center;
}
.cid-uTQ3tGDM3M .container-table {
  margin: 0 auto;
}
.cid-uTQ3tGDM3M .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uTQ3tGDM3M .dataTables_wrapper {
  display: block;
}
.cid-uTQ3tGDM3M .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uTQ3tGDM3M .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uTQ3tGDM3M .head-item {
  color: #15171a;
  min-width: 110px;
  letter-spacing: 2px;
  text-align: center;
}
.cid-uTQ3tGDM3M .body-item {
  color: #212529;
  text-align: center;
}
.cid-uTQ3tGDM3M table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
  border: 1px solid #e93a53;
}
.cid-uTQ3tGDM3M table th {
  padding: 24px 15px 20px 15px;
  border-top: none;
  transition: all .2s;
  border-bottom: none;
  border-left: 1px solid #e93a53;
}
.cid-uTQ3tGDM3M table td {
  padding: 24px 15px 20px 15px;
  border-top: 1px solid #e93a53;
  border-left: 1px solid #e93a53;
}
.cid-uTQ3tGDM3M table.table {
  background: #fffff5;
}
.cid-uTQ3tGDM3M .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uTQ3tGDM3M .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uTQ3tGDM3M .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uTQ3tGDM3M .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uTQ3tGDM3M .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uTQ3tGDM3M .dataTables_filter {
    text-align: center;
  }
  .cid-uTQ3tGDM3M .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uTQ3tGDM3M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTQ3tGDM3M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVcnBJuXvy {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #fffff5;
}
.cid-uVcnBJuXvy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcnBJuXvy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVcnBJuXvy .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVcnBJuXvy .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVcnBJuXvy .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVcnBJuXvy .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVcnBJuXvy .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVcnBJuXvy .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVcnBJuXvy .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVcnBJuXvy .item {
    margin-bottom: 28px;
  }
}
.cid-uVcnBJuXvy .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #e93a53;
  background-color: #fffff5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVcnBJuXvy .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uVcnBJuXvy .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uVcnBJuXvy .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uVcnBJuXvy .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #e93a53;
  background: linear-gradient(90deg, #e93a53, #ee687b 65%, #f396a3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVcnBJuXvy .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uVcnBJuXvy .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVcnBJuXvy .mbr-section-title {
  color: #6d6f71;
  text-align: left;
}
.cid-uVcnBJuXvy .mbr-text,
.cid-uVcnBJuXvy .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uVcnBJuXvy .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVcnBJuXvy .item-text {
  color: #103623;
  text-align: center;
}
.cid-uVcnBJuXvy .item-title,
.cid-uVcnBJuXvy .icon-wrapper {
  color: #6d6f71;
  text-align: center;
}
.cid-uTQ9YSWLJB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d6f71;
}
.cid-uTQ9YSWLJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTQ9YSWLJB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .container {
    padding: 0 26px;
  }
}
.cid-uTQ9YSWLJB .row {
  justify-content: center;
}
.cid-uTQ9YSWLJB .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uTQ9YSWLJB .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTQ9YSWLJB .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fffff5;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uTQ9YSWLJB .mbr-copy {
  margin-bottom: 0;
  color: #fffff5;
  text-align: left;
}
.cid-uTQ9YSWLJB .mbr-section-title {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .mbr-text {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .list {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .nav-wrapper,
.cid-uTQ9YSWLJB .social-wrapper {
  text-align: right;
}
.cid-uTQ9YSWLJB .mbr-section-title,
.cid-uTQ9YSWLJB .logo-wrapper {
  color: #fffff5;
}
.cid-uTQ9YSWLJB .mbr-text,
.cid-uTQ9YSWLJB .text-wrapper {
  color: #fffff5;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .item-wrap,
.cid-uTQ9YSWLJB .nav-wrapper,
.cid-uTQ9YSWLJB .social-wrapper {
  color: #6d6f71;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .item-wrap,
.cid-uTQ9YSWLJB .social-wrapper {
  color: #fffff5;
}
.cid-uVhgL6cjxp {
  z-index: 1000;
  width: 100%;
}
.cid-uVhgL6cjxp nav.navbar {
  position: fixed;
}
.cid-uVhgL6cjxp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVhgL6cjxp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVhgL6cjxp .dropdown-item:hover,
.cid-uVhgL6cjxp .dropdown-item:focus {
  background: #6d6f71 !important;
  color: white !important;
}
.cid-uVhgL6cjxp .dropdown-item:hover span {
  color: white;
}
.cid-uVhgL6cjxp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVhgL6cjxp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVhgL6cjxp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVhgL6cjxp .nav-link {
  position: relative;
}
.cid-uVhgL6cjxp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .container {
    flex-wrap: wrap;
  }
}
.cid-uVhgL6cjxp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVhgL6cjxp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVhgL6cjxp .dropdown-menu,
.cid-uVhgL6cjxp .navbar.opened {
  background: #ffffff !important;
}
.cid-uVhgL6cjxp .nav-item:focus,
.cid-uVhgL6cjxp .nav-link:focus {
  outline: none;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVhgL6cjxp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVhgL6cjxp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
.cid-uVhgL6cjxp .navbar.opened {
  transition: all 0.3s;
}
.cid-uVhgL6cjxp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVhgL6cjxp .navbar .navbar-logo img {
  width: auto;
}
.cid-uVhgL6cjxp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVhgL6cjxp .navbar.collapsed {
  justify-content: center;
}
.cid-uVhgL6cjxp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVhgL6cjxp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVhgL6cjxp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVhgL6cjxp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVhgL6cjxp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVhgL6cjxp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVhgL6cjxp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVhgL6cjxp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVhgL6cjxp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVhgL6cjxp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVhgL6cjxp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVhgL6cjxp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVhgL6cjxp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVhgL6cjxp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVhgL6cjxp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVhgL6cjxp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVhgL6cjxp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVhgL6cjxp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVhgL6cjxp .dropdown-item.active,
.cid-uVhgL6cjxp .dropdown-item:active {
  background-color: transparent;
}
.cid-uVhgL6cjxp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVhgL6cjxp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVhgL6cjxp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVhgL6cjxp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVhgL6cjxp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVhgL6cjxp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVhgL6cjxp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #252525;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVhgL6cjxp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVhgL6cjxp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVhgL6cjxp .navbar {
    height: 70px;
  }
  .cid-uVhgL6cjxp .navbar.opened {
    height: auto;
  }
  .cid-uVhgL6cjxp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTL12PFJjW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTL12PFJjW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/stline-cover-2000x1368.jpg");
}
.cid-uTL12PFJjW .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTL12PFJjW .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uTL12PFJjW .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTL12PFJjW .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uTL12PFJjW .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTL12PFJjW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uTL12PFJjW .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uTL12PFJjW .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uTL12PFJjW .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTL12PFJjW .image-wrapper img {
    height: 300px;
  }
}
.cid-uTL12PFJjW .mbr-label {
  color: #e93a53;
  text-align: center;
}
.cid-uTL12PFJjW .mbr-section-title {
  color: #000000;
}
.cid-uTL12PFJjW .mbr-text {
  color: #000000;
}
.cid-uTL12PFJjW .mbr-section-title,
.cid-uTL12PFJjW .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uVbivlNY1O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uVbivlNY1O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbivlNY1O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uVbivlNY1O .container {
    padding: 0 16px;
  }
}
.cid-uVbivlNY1O .row {
  position: relative;
  justify-content: space-between;
}
.cid-uVbivlNY1O .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uVbivlNY1O .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uVbivlNY1O .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVbivlNY1O .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVbivlNY1O .content-wrapper .mbr-section-title span {
  color: #6d6f71;
}
.cid-uVbivlNY1O .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVbivlNY1O .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uVbivlNY1O .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVbivlNY1O .image-wrapper img {
    height: 350px;
  }
}
.cid-uVbivlNY1O .mbr-section-title {
  color: #000000;
}
.cid-uVbivlNY1O .mbr-text {
  color: #6d6f71;
}
.cid-uVcodoaAek {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #fffff5;
}
.cid-uVcodoaAek .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcodoaAek .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVcodoaAek .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVcodoaAek .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVcodoaAek .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVcodoaAek .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVcodoaAek .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVcodoaAek .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVcodoaAek .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVcodoaAek .item {
    margin-bottom: 28px;
  }
}
.cid-uVcodoaAek .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #e93a53;
  background-color: #fffff5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVcodoaAek .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uVcodoaAek .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uVcodoaAek .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uVcodoaAek .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #e93a53;
  background: linear-gradient(90deg, #e93a53, #ee687b 65%, #f396a3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVcodoaAek .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uVcodoaAek .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVcodoaAek .mbr-section-title {
  color: #6d6f71;
  text-align: left;
}
.cid-uVcodoaAek .mbr-text,
.cid-uVcodoaAek .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uVcodoaAek .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVcodoaAek .item-text {
  color: #103623;
  text-align: center;
}
.cid-uVcodoaAek .item-title,
.cid-uVcodoaAek .icon-wrapper {
  color: #6d6f71;
  text-align: center;
}
.cid-uTQ9YSWLJB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d6f71;
}
.cid-uTQ9YSWLJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTQ9YSWLJB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .container {
    padding: 0 26px;
  }
}
.cid-uTQ9YSWLJB .row {
  justify-content: center;
}
.cid-uTQ9YSWLJB .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uTQ9YSWLJB .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTQ9YSWLJB .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fffff5;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uTQ9YSWLJB .mbr-copy {
  margin-bottom: 0;
  color: #fffff5;
  text-align: left;
}
.cid-uTQ9YSWLJB .mbr-section-title {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .mbr-text {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .list {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .nav-wrapper,
.cid-uTQ9YSWLJB .social-wrapper {
  text-align: right;
}
.cid-uTQ9YSWLJB .mbr-section-title,
.cid-uTQ9YSWLJB .logo-wrapper {
  color: #fffff5;
}
.cid-uTQ9YSWLJB .mbr-text,
.cid-uTQ9YSWLJB .text-wrapper {
  color: #fffff5;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .item-wrap,
.cid-uTQ9YSWLJB .nav-wrapper,
.cid-uTQ9YSWLJB .social-wrapper {
  color: #6d6f71;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .item-wrap,
.cid-uTQ9YSWLJB .social-wrapper {
  color: #fffff5;
}
.cid-uVhgL6cjxp {
  z-index: 1000;
  width: 100%;
}
.cid-uVhgL6cjxp nav.navbar {
  position: fixed;
}
.cid-uVhgL6cjxp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVhgL6cjxp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVhgL6cjxp .dropdown-item:hover,
.cid-uVhgL6cjxp .dropdown-item:focus {
  background: #6d6f71 !important;
  color: white !important;
}
.cid-uVhgL6cjxp .dropdown-item:hover span {
  color: white;
}
.cid-uVhgL6cjxp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVhgL6cjxp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVhgL6cjxp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVhgL6cjxp .nav-link {
  position: relative;
}
.cid-uVhgL6cjxp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .container {
    flex-wrap: wrap;
  }
}
.cid-uVhgL6cjxp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVhgL6cjxp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVhgL6cjxp .dropdown-menu,
.cid-uVhgL6cjxp .navbar.opened {
  background: #ffffff !important;
}
.cid-uVhgL6cjxp .nav-item:focus,
.cid-uVhgL6cjxp .nav-link:focus {
  outline: none;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVhgL6cjxp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVhgL6cjxp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
.cid-uVhgL6cjxp .navbar.opened {
  transition: all 0.3s;
}
.cid-uVhgL6cjxp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVhgL6cjxp .navbar .navbar-logo img {
  width: auto;
}
.cid-uVhgL6cjxp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVhgL6cjxp .navbar.collapsed {
  justify-content: center;
}
.cid-uVhgL6cjxp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVhgL6cjxp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVhgL6cjxp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVhgL6cjxp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVhgL6cjxp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVhgL6cjxp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVhgL6cjxp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVhgL6cjxp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVhgL6cjxp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVhgL6cjxp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVhgL6cjxp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVhgL6cjxp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVhgL6cjxp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVhgL6cjxp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVhgL6cjxp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVhgL6cjxp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVhgL6cjxp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVhgL6cjxp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVhgL6cjxp .dropdown-item.active,
.cid-uVhgL6cjxp .dropdown-item:active {
  background-color: transparent;
}
.cid-uVhgL6cjxp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVhgL6cjxp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVhgL6cjxp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVhgL6cjxp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVhgL6cjxp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVhgL6cjxp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVhgL6cjxp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #252525;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVhgL6cjxp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVhgL6cjxp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVhgL6cjxp .navbar {
    height: 70px;
  }
  .cid-uVhgL6cjxp .navbar.opened {
    height: auto;
  }
  .cid-uVhgL6cjxp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVbmZhvDwL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbmZhvDwL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/stline-cover-2000x1368.jpg");
}
.cid-uVbmZhvDwL .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVbmZhvDwL .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uVbmZhvDwL .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVbmZhvDwL .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uVbmZhvDwL .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uVbmZhvDwL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uVbmZhvDwL .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uVbmZhvDwL .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uVbmZhvDwL .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVbmZhvDwL .image-wrapper img {
    height: 300px;
  }
}
.cid-uVbmZhvDwL .mbr-label {
  color: #e93a53;
  text-align: center;
}
.cid-uVbmZhvDwL .mbr-section-title {
  color: #000000;
}
.cid-uVbmZhvDwL .mbr-text {
  color: #000000;
}
.cid-uVbmZhvDwL .mbr-section-title,
.cid-uVbmZhvDwL .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uVbmZiPMOS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uVbmZiPMOS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbmZiPMOS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uVbmZiPMOS .container {
    padding: 0 16px;
  }
}
.cid-uVbmZiPMOS .row {
  position: relative;
  justify-content: space-between;
}
.cid-uVbmZiPMOS .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uVbmZiPMOS .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uVbmZiPMOS .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVbmZiPMOS .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVbmZiPMOS .content-wrapper .mbr-section-title span {
  color: #6d6f71;
}
.cid-uVbmZiPMOS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVbmZiPMOS .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uVbmZiPMOS .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVbmZiPMOS .image-wrapper img {
    height: 350px;
  }
}
.cid-uVbmZiPMOS .mbr-section-title {
  color: #000000;
}
.cid-uVbmZiPMOS .mbr-text {
  color: #6d6f71;
}
.cid-uVboAdtXpP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uVboAdtXpP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVboAdtXpP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVboAdtXpP .row {
  margin: 0 -20px;
}
.cid-uVboAdtXpP .card {
  padding: 0 20px;
}
.cid-uVboAdtXpP .mbr-tag {
  margin-bottom: 16px;
  color: #adadad;
}
.cid-uVboAdtXpP .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVboAdtXpP .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVboAdtXpP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVboAdtXpP .title-wrapper .main-btn .btn {
  margin-bottom: 0;
}
.cid-uVboAdtXpP .mbr-section-btn {
  margin-top: 20px;
}
.cid-uVboAdtXpP .mbr-section-btn .btn::after,
.cid-uVboAdtXpP .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uVboAdtXpP .mbr-section-btn .btn:hover,
.cid-uVboAdtXpP .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uVboAdtXpP .mbr-section-btn .btn:hover::after,
.cid-uVboAdtXpP .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uVboAdtXpP .items-wrapper .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVboAdtXpP .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uVboAdtXpP .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-uVboAdtXpP .items-wrapper .item .item-wrapper {
  display: flex;
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVboAdtXpP .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uVboAdtXpP .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uVboAdtXpP .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-uVboAdtXpP .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #9aa0a6, #e24c4a);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-uVboAdtXpP .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uVboAdtXpP .items-wrapper .item .item-wrapper .item-content {
  padding-bottom: 20px;
  border-bottom: 2px solid #e93a53;
  border-radius: 0 !important;
  width: 100%;
}
.cid-uVboAdtXpP .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVboAdtXpP .items-wrapper .item .item-wrapper .item-content .item-title:hover,
.cid-uVboAdtXpP .items-wrapper .item .item-wrapper .item-content .item-title:focus {
  color: #e24c4a;
}
.cid-uVboAdtXpP .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVboAdtXpP .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uVboAdtXpP .items-wrapper .item .item-wrapper .item-content .item-btn {
    margin-bottom: 0;
  }
}
.cid-uVboAdtXpP .mbr-section-title {
  color: #ffffff;
}
.cid-uVboAdtXpP .item-title {
  color: #ffffff;
}
.cid-uVboAdtXpP .item-text {
  color: #252525;
}
.cid-uVboAdtXpP .mbr-section-title,
.cid-uVboAdtXpP .main-btn {
  color: #15171a;
}
.cid-uVcoo7oSfO {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #fffff5;
}
.cid-uVcoo7oSfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcoo7oSfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVcoo7oSfO .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVcoo7oSfO .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVcoo7oSfO .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVcoo7oSfO .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVcoo7oSfO .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVcoo7oSfO .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVcoo7oSfO .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVcoo7oSfO .item {
    margin-bottom: 28px;
  }
}
.cid-uVcoo7oSfO .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #e93a53;
  background-color: #fffff5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVcoo7oSfO .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uVcoo7oSfO .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uVcoo7oSfO .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uVcoo7oSfO .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #e93a53;
  background: linear-gradient(90deg, #e93a53, #ee687b 65%, #f396a3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVcoo7oSfO .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uVcoo7oSfO .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVcoo7oSfO .mbr-section-title {
  color: #6d6f71;
  text-align: left;
}
.cid-uVcoo7oSfO .mbr-text,
.cid-uVcoo7oSfO .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uVcoo7oSfO .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVcoo7oSfO .item-text {
  color: #103623;
  text-align: center;
}
.cid-uVcoo7oSfO .item-title,
.cid-uVcoo7oSfO .icon-wrapper {
  color: #6d6f71;
  text-align: center;
}
.cid-uVbmZjRwmS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d6f71;
}
.cid-uVbmZjRwmS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbmZjRwmS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVbmZjRwmS .container {
    padding: 0 26px;
  }
}
.cid-uVbmZjRwmS .row {
  justify-content: center;
}
.cid-uVbmZjRwmS .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVbmZjRwmS .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVbmZjRwmS .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVbmZjRwmS .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVbmZjRwmS .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uVbmZjRwmS .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVbmZjRwmS .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVbmZjRwmS .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVbmZjRwmS .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVbmZjRwmS .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVbmZjRwmS .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVbmZjRwmS .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVbmZjRwmS .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uVbmZjRwmS .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVbmZjRwmS .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uVbmZjRwmS .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uVbmZjRwmS .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uVbmZjRwmS .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uVbmZjRwmS .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uVbmZjRwmS .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVbmZjRwmS .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVbmZjRwmS .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uVbmZjRwmS .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uVbmZjRwmS .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uVbmZjRwmS .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uVbmZjRwmS .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uVbmZjRwmS .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVbmZjRwmS .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uVbmZjRwmS .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVbmZjRwmS .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uVbmZjRwmS .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uVbmZjRwmS .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uVbmZjRwmS .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uVbmZjRwmS .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fffff5;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uVbmZjRwmS .mbr-copy {
  margin-bottom: 0;
  color: #fffff5;
  text-align: left;
}
.cid-uVbmZjRwmS .mbr-section-title {
  color: #ffffff;
}
.cid-uVbmZjRwmS .mbr-text {
  color: #ffffff;
}
.cid-uVbmZjRwmS .list {
  color: #ffffff;
}
.cid-uVbmZjRwmS .list,
.cid-uVbmZjRwmS .nav-wrapper,
.cid-uVbmZjRwmS .social-wrapper {
  text-align: right;
}
.cid-uVbmZjRwmS .mbr-section-title,
.cid-uVbmZjRwmS .logo-wrapper {
  color: #fffff5;
}
.cid-uVbmZjRwmS .mbr-text,
.cid-uVbmZjRwmS .text-wrapper {
  color: #fffff5;
}
.cid-uVbmZjRwmS .list,
.cid-uVbmZjRwmS .item-wrap,
.cid-uVbmZjRwmS .nav-wrapper,
.cid-uVbmZjRwmS .social-wrapper {
  color: #6d6f71;
}
.cid-uVbmZjRwmS .list,
.cid-uVbmZjRwmS .item-wrap,
.cid-uVbmZjRwmS .social-wrapper {
  color: #fffff5;
}
.cid-uVhgL6cjxp {
  z-index: 1000;
  width: 100%;
}
.cid-uVhgL6cjxp nav.navbar {
  position: fixed;
}
.cid-uVhgL6cjxp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVhgL6cjxp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVhgL6cjxp .dropdown-item:hover,
.cid-uVhgL6cjxp .dropdown-item:focus {
  background: #6d6f71 !important;
  color: white !important;
}
.cid-uVhgL6cjxp .dropdown-item:hover span {
  color: white;
}
.cid-uVhgL6cjxp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVhgL6cjxp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVhgL6cjxp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVhgL6cjxp .nav-link {
  position: relative;
}
.cid-uVhgL6cjxp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .container {
    flex-wrap: wrap;
  }
}
.cid-uVhgL6cjxp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVhgL6cjxp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVhgL6cjxp .dropdown-menu,
.cid-uVhgL6cjxp .navbar.opened {
  background: #ffffff !important;
}
.cid-uVhgL6cjxp .nav-item:focus,
.cid-uVhgL6cjxp .nav-link:focus {
  outline: none;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVhgL6cjxp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVhgL6cjxp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
.cid-uVhgL6cjxp .navbar.opened {
  transition: all 0.3s;
}
.cid-uVhgL6cjxp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVhgL6cjxp .navbar .navbar-logo img {
  width: auto;
}
.cid-uVhgL6cjxp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVhgL6cjxp .navbar.collapsed {
  justify-content: center;
}
.cid-uVhgL6cjxp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVhgL6cjxp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVhgL6cjxp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVhgL6cjxp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVhgL6cjxp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVhgL6cjxp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVhgL6cjxp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVhgL6cjxp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVhgL6cjxp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVhgL6cjxp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVhgL6cjxp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVhgL6cjxp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVhgL6cjxp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVhgL6cjxp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVhgL6cjxp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVhgL6cjxp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVhgL6cjxp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVhgL6cjxp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVhgL6cjxp .dropdown-item.active,
.cid-uVhgL6cjxp .dropdown-item:active {
  background-color: transparent;
}
.cid-uVhgL6cjxp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVhgL6cjxp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVhgL6cjxp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVhgL6cjxp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVhgL6cjxp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVhgL6cjxp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVhgL6cjxp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #252525;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVhgL6cjxp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVhgL6cjxp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVhgL6cjxp .navbar {
    height: 70px;
  }
  .cid-uVhgL6cjxp .navbar.opened {
    height: auto;
  }
  .cid-uVhgL6cjxp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTL1HvxY7f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTL1HvxY7f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/stline-cover-2000x1368.jpg");
}
.cid-uTL1HvxY7f .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTL1HvxY7f .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uTL1HvxY7f .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTL1HvxY7f .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uTL1HvxY7f .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTL1HvxY7f .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uTL1HvxY7f .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uTL1HvxY7f .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uTL1HvxY7f .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTL1HvxY7f .image-wrapper img {
    height: 300px;
  }
}
.cid-uTL1HvxY7f .mbr-label {
  color: #e93a53;
  text-align: center;
}
.cid-uTL1HvxY7f .mbr-section-title {
  color: #000000;
}
.cid-uTL1HvxY7f .mbr-text {
  color: #000000;
}
.cid-uTL1HvxY7f .mbr-section-title,
.cid-uTL1HvxY7f .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uVbquVoeIy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uVbquVoeIy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbquVoeIy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uVbquVoeIy .container {
    padding: 0 16px;
  }
}
.cid-uVbquVoeIy .row {
  position: relative;
  justify-content: space-between;
}
.cid-uVbquVoeIy .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uVbquVoeIy .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uVbquVoeIy .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVbquVoeIy .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVbquVoeIy .content-wrapper .mbr-section-title span {
  color: #6d6f71;
}
.cid-uVbquVoeIy .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVbquVoeIy .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uVbquVoeIy .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVbquVoeIy .image-wrapper img {
    height: 350px;
  }
}
.cid-uVbquVoeIy .mbr-section-title {
  color: #000000;
}
.cid-uVbquVoeIy .mbr-text {
  color: #6d6f71;
}
.cid-uVbro7h5b5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uVbro7h5b5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbro7h5b5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uVbro7h5b5 .container {
    padding: 0 16px;
  }
}
.cid-uVbro7h5b5 .row {
  position: relative;
  justify-content: space-between;
}
.cid-uVbro7h5b5 .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uVbro7h5b5 .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uVbro7h5b5 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVbro7h5b5 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVbro7h5b5 .content-wrapper .mbr-section-title span {
  color: #6d6f71;
}
.cid-uVbro7h5b5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVbro7h5b5 .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uVbro7h5b5 .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVbro7h5b5 .image-wrapper img {
    height: 350px;
  }
}
.cid-uVbro7h5b5 .mbr-section-title {
  color: #000000;
}
.cid-uVbro7h5b5 .mbr-text {
  color: #6d6f71;
}
.cid-uVbsb66WDw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uVbsb66WDw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbsb66WDw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVbsb66WDw .row {
  margin: 0 -20px;
}
.cid-uVbsb66WDw .card {
  padding: 0 20px;
}
.cid-uVbsb66WDw .mbr-tag {
  margin-bottom: 16px;
  color: #adadad;
}
.cid-uVbsb66WDw .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVbsb66WDw .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVbsb66WDw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVbsb66WDw .title-wrapper .main-btn .btn {
  margin-bottom: 0;
}
.cid-uVbsb66WDw .mbr-section-btn {
  margin-top: 20px;
}
.cid-uVbsb66WDw .mbr-section-btn .btn::after,
.cid-uVbsb66WDw .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uVbsb66WDw .mbr-section-btn .btn:hover,
.cid-uVbsb66WDw .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uVbsb66WDw .mbr-section-btn .btn:hover::after,
.cid-uVbsb66WDw .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uVbsb66WDw .items-wrapper .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVbsb66WDw .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uVbsb66WDw .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-uVbsb66WDw .items-wrapper .item .item-wrapper {
  display: flex;
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVbsb66WDw .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uVbsb66WDw .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uVbsb66WDw .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-uVbsb66WDw .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #9aa0a6, #e24c4a);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-uVbsb66WDw .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uVbsb66WDw .items-wrapper .item .item-wrapper .item-content {
  padding-bottom: 20px;
  border-bottom: 2px solid #e93a53;
  border-radius: 0 !important;
  width: 100%;
}
.cid-uVbsb66WDw .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVbsb66WDw .items-wrapper .item .item-wrapper .item-content .item-title:hover,
.cid-uVbsb66WDw .items-wrapper .item .item-wrapper .item-content .item-title:focus {
  color: #e24c4a;
}
.cid-uVbsb66WDw .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVbsb66WDw .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uVbsb66WDw .items-wrapper .item .item-wrapper .item-content .item-btn {
    margin-bottom: 0;
  }
}
.cid-uVbsb66WDw .mbr-section-title {
  color: #ffffff;
}
.cid-uVbsb66WDw .item-title {
  color: #ffffff;
}
.cid-uVbsb66WDw .item-text {
  color: #252525;
}
.cid-uVbsb66WDw .mbr-section-title,
.cid-uVbsb66WDw .main-btn {
  color: #15171a;
}
.cid-uVcow2ISU4 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #fffff5;
}
.cid-uVcow2ISU4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcow2ISU4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVcow2ISU4 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVcow2ISU4 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVcow2ISU4 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVcow2ISU4 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVcow2ISU4 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVcow2ISU4 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVcow2ISU4 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVcow2ISU4 .item {
    margin-bottom: 28px;
  }
}
.cid-uVcow2ISU4 .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #e93a53;
  background-color: #fffff5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVcow2ISU4 .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uVcow2ISU4 .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uVcow2ISU4 .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uVcow2ISU4 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #e93a53;
  background: linear-gradient(90deg, #e93a53, #ee687b 65%, #f396a3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVcow2ISU4 .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uVcow2ISU4 .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVcow2ISU4 .mbr-section-title {
  color: #6d6f71;
  text-align: left;
}
.cid-uVcow2ISU4 .mbr-text,
.cid-uVcow2ISU4 .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uVcow2ISU4 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVcow2ISU4 .item-text {
  color: #103623;
  text-align: center;
}
.cid-uVcow2ISU4 .item-title,
.cid-uVcow2ISU4 .icon-wrapper {
  color: #6d6f71;
  text-align: center;
}
.cid-uTQ9YSWLJB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d6f71;
}
.cid-uTQ9YSWLJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTQ9YSWLJB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .container {
    padding: 0 26px;
  }
}
.cid-uTQ9YSWLJB .row {
  justify-content: center;
}
.cid-uTQ9YSWLJB .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uTQ9YSWLJB .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTQ9YSWLJB .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fffff5;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uTQ9YSWLJB .mbr-copy {
  margin-bottom: 0;
  color: #fffff5;
  text-align: left;
}
.cid-uTQ9YSWLJB .mbr-section-title {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .mbr-text {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .list {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .nav-wrapper,
.cid-uTQ9YSWLJB .social-wrapper {
  text-align: right;
}
.cid-uTQ9YSWLJB .mbr-section-title,
.cid-uTQ9YSWLJB .logo-wrapper {
  color: #fffff5;
}
.cid-uTQ9YSWLJB .mbr-text,
.cid-uTQ9YSWLJB .text-wrapper {
  color: #fffff5;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .item-wrap,
.cid-uTQ9YSWLJB .nav-wrapper,
.cid-uTQ9YSWLJB .social-wrapper {
  color: #6d6f71;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .item-wrap,
.cid-uTQ9YSWLJB .social-wrapper {
  color: #fffff5;
}
.cid-uVhgL6cjxp {
  z-index: 1000;
  width: 100%;
}
.cid-uVhgL6cjxp nav.navbar {
  position: fixed;
}
.cid-uVhgL6cjxp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVhgL6cjxp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVhgL6cjxp .dropdown-item:hover,
.cid-uVhgL6cjxp .dropdown-item:focus {
  background: #6d6f71 !important;
  color: white !important;
}
.cid-uVhgL6cjxp .dropdown-item:hover span {
  color: white;
}
.cid-uVhgL6cjxp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVhgL6cjxp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVhgL6cjxp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVhgL6cjxp .nav-link {
  position: relative;
}
.cid-uVhgL6cjxp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .container {
    flex-wrap: wrap;
  }
}
.cid-uVhgL6cjxp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVhgL6cjxp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVhgL6cjxp .dropdown-menu,
.cid-uVhgL6cjxp .navbar.opened {
  background: #ffffff !important;
}
.cid-uVhgL6cjxp .nav-item:focus,
.cid-uVhgL6cjxp .nav-link:focus {
  outline: none;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVhgL6cjxp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVhgL6cjxp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
.cid-uVhgL6cjxp .navbar.opened {
  transition: all 0.3s;
}
.cid-uVhgL6cjxp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVhgL6cjxp .navbar .navbar-logo img {
  width: auto;
}
.cid-uVhgL6cjxp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVhgL6cjxp .navbar.collapsed {
  justify-content: center;
}
.cid-uVhgL6cjxp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVhgL6cjxp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVhgL6cjxp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVhgL6cjxp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVhgL6cjxp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVhgL6cjxp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVhgL6cjxp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVhgL6cjxp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVhgL6cjxp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVhgL6cjxp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVhgL6cjxp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVhgL6cjxp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVhgL6cjxp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVhgL6cjxp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVhgL6cjxp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVhgL6cjxp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVhgL6cjxp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVhgL6cjxp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVhgL6cjxp .dropdown-item.active,
.cid-uVhgL6cjxp .dropdown-item:active {
  background-color: transparent;
}
.cid-uVhgL6cjxp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVhgL6cjxp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVhgL6cjxp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVhgL6cjxp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVhgL6cjxp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVhgL6cjxp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVhgL6cjxp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #252525;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVhgL6cjxp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVhgL6cjxp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVhgL6cjxp .navbar {
    height: 70px;
  }
  .cid-uVhgL6cjxp .navbar.opened {
    height: auto;
  }
  .cid-uVhgL6cjxp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVbuvwLJJR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbuvwLJJR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/stline-cover-2000x1368.jpg");
}
.cid-uVbuvwLJJR .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVbuvwLJJR .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uVbuvwLJJR .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVbuvwLJJR .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uVbuvwLJJR .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uVbuvwLJJR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uVbuvwLJJR .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uVbuvwLJJR .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uVbuvwLJJR .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVbuvwLJJR .image-wrapper img {
    height: 300px;
  }
}
.cid-uVbuvwLJJR .mbr-label {
  color: #e93a53;
  text-align: center;
}
.cid-uVbuvwLJJR .mbr-section-title {
  color: #000000;
}
.cid-uVbuvwLJJR .mbr-text {
  color: #000000;
}
.cid-uVbuvwLJJR .mbr-section-title,
.cid-uVbuvwLJJR .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uVbuvxYMun {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uVbuvxYMun .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbuvxYMun .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uVbuvxYMun .container {
    padding: 0 16px;
  }
}
.cid-uVbuvxYMun .row {
  position: relative;
  justify-content: space-between;
}
.cid-uVbuvxYMun .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uVbuvxYMun .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uVbuvxYMun .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVbuvxYMun .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVbuvxYMun .content-wrapper .mbr-section-title span {
  color: #6d6f71;
}
.cid-uVbuvxYMun .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVbuvxYMun .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uVbuvxYMun .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVbuvxYMun .image-wrapper img {
    height: 350px;
  }
}
.cid-uVbuvxYMun .mbr-section-title {
  color: #000000;
}
.cid-uVbuvxYMun .mbr-text {
  color: #6d6f71;
}
.cid-uVbuvz20kp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uVbuvz20kp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbuvz20kp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uVbuvz20kp .container {
    padding: 0 16px;
  }
}
.cid-uVbuvz20kp .row {
  position: relative;
  justify-content: space-between;
}
.cid-uVbuvz20kp .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uVbuvz20kp .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uVbuvz20kp .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVbuvz20kp .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVbuvz20kp .content-wrapper .mbr-section-title span {
  color: #6d6f71;
}
.cid-uVbuvz20kp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVbuvz20kp .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uVbuvz20kp .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVbuvz20kp .image-wrapper img {
    height: 350px;
  }
}
.cid-uVbuvz20kp .mbr-section-title {
  color: #000000;
}
.cid-uVbuvz20kp .mbr-text {
  color: #6d6f71;
}
.cid-uVcoITxcNL {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #fffff5;
}
.cid-uVcoITxcNL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcoITxcNL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVcoITxcNL .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVcoITxcNL .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVcoITxcNL .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVcoITxcNL .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVcoITxcNL .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVcoITxcNL .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVcoITxcNL .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVcoITxcNL .item {
    margin-bottom: 28px;
  }
}
.cid-uVcoITxcNL .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #e93a53;
  background-color: #fffff5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVcoITxcNL .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uVcoITxcNL .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uVcoITxcNL .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uVcoITxcNL .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #e93a53;
  background: linear-gradient(90deg, #e93a53, #ee687b 65%, #f396a3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVcoITxcNL .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uVcoITxcNL .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVcoITxcNL .mbr-section-title {
  color: #6d6f71;
  text-align: left;
}
.cid-uVcoITxcNL .mbr-text,
.cid-uVcoITxcNL .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uVcoITxcNL .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVcoITxcNL .item-text {
  color: #103623;
  text-align: center;
}
.cid-uVcoITxcNL .item-title,
.cid-uVcoITxcNL .icon-wrapper {
  color: #6d6f71;
  text-align: center;
}
.cid-uVbuvBF5Ha {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d6f71;
}
.cid-uVbuvBF5Ha .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbuvBF5Ha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVbuvBF5Ha .container {
    padding: 0 26px;
  }
}
.cid-uVbuvBF5Ha .row {
  justify-content: center;
}
.cid-uVbuvBF5Ha .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVbuvBF5Ha .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVbuvBF5Ha .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVbuvBF5Ha .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVbuvBF5Ha .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uVbuvBF5Ha .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVbuvBF5Ha .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVbuvBF5Ha .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVbuvBF5Ha .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVbuvBF5Ha .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVbuvBF5Ha .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVbuvBF5Ha .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVbuvBF5Ha .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uVbuvBF5Ha .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVbuvBF5Ha .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uVbuvBF5Ha .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uVbuvBF5Ha .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uVbuvBF5Ha .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uVbuvBF5Ha .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uVbuvBF5Ha .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVbuvBF5Ha .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVbuvBF5Ha .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uVbuvBF5Ha .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uVbuvBF5Ha .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uVbuvBF5Ha .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uVbuvBF5Ha .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uVbuvBF5Ha .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVbuvBF5Ha .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uVbuvBF5Ha .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVbuvBF5Ha .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uVbuvBF5Ha .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uVbuvBF5Ha .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uVbuvBF5Ha .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uVbuvBF5Ha .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fffff5;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uVbuvBF5Ha .mbr-copy {
  margin-bottom: 0;
  color: #fffff5;
  text-align: left;
}
.cid-uVbuvBF5Ha .mbr-section-title {
  color: #ffffff;
}
.cid-uVbuvBF5Ha .mbr-text {
  color: #ffffff;
}
.cid-uVbuvBF5Ha .list {
  color: #ffffff;
}
.cid-uVbuvBF5Ha .list,
.cid-uVbuvBF5Ha .nav-wrapper,
.cid-uVbuvBF5Ha .social-wrapper {
  text-align: right;
}
.cid-uVbuvBF5Ha .mbr-section-title,
.cid-uVbuvBF5Ha .logo-wrapper {
  color: #fffff5;
}
.cid-uVbuvBF5Ha .mbr-text,
.cid-uVbuvBF5Ha .text-wrapper {
  color: #fffff5;
}
.cid-uVbuvBF5Ha .list,
.cid-uVbuvBF5Ha .item-wrap,
.cid-uVbuvBF5Ha .nav-wrapper,
.cid-uVbuvBF5Ha .social-wrapper {
  color: #6d6f71;
}
.cid-uVbuvBF5Ha .list,
.cid-uVbuvBF5Ha .item-wrap,
.cid-uVbuvBF5Ha .social-wrapper {
  color: #fffff5;
}
.cid-uVhgL6cjxp {
  z-index: 1000;
  width: 100%;
}
.cid-uVhgL6cjxp nav.navbar {
  position: fixed;
}
.cid-uVhgL6cjxp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVhgL6cjxp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVhgL6cjxp .dropdown-item:hover,
.cid-uVhgL6cjxp .dropdown-item:focus {
  background: #6d6f71 !important;
  color: white !important;
}
.cid-uVhgL6cjxp .dropdown-item:hover span {
  color: white;
}
.cid-uVhgL6cjxp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVhgL6cjxp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVhgL6cjxp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVhgL6cjxp .nav-link {
  position: relative;
}
.cid-uVhgL6cjxp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .container {
    flex-wrap: wrap;
  }
}
.cid-uVhgL6cjxp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVhgL6cjxp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVhgL6cjxp .dropdown-menu,
.cid-uVhgL6cjxp .navbar.opened {
  background: #ffffff !important;
}
.cid-uVhgL6cjxp .nav-item:focus,
.cid-uVhgL6cjxp .nav-link:focus {
  outline: none;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVhgL6cjxp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVhgL6cjxp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
.cid-uVhgL6cjxp .navbar.opened {
  transition: all 0.3s;
}
.cid-uVhgL6cjxp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVhgL6cjxp .navbar .navbar-logo img {
  width: auto;
}
.cid-uVhgL6cjxp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVhgL6cjxp .navbar.collapsed {
  justify-content: center;
}
.cid-uVhgL6cjxp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVhgL6cjxp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVhgL6cjxp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVhgL6cjxp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVhgL6cjxp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVhgL6cjxp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVhgL6cjxp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVhgL6cjxp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVhgL6cjxp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVhgL6cjxp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVhgL6cjxp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVhgL6cjxp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVhgL6cjxp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVhgL6cjxp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVhgL6cjxp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVhgL6cjxp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVhgL6cjxp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVhgL6cjxp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVhgL6cjxp .dropdown-item.active,
.cid-uVhgL6cjxp .dropdown-item:active {
  background-color: transparent;
}
.cid-uVhgL6cjxp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVhgL6cjxp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVhgL6cjxp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVhgL6cjxp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVhgL6cjxp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVhgL6cjxp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVhgL6cjxp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #252525;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVhgL6cjxp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVhgL6cjxp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVhgL6cjxp .navbar {
    height: 70px;
  }
  .cid-uVhgL6cjxp .navbar.opened {
    height: auto;
  }
  .cid-uVhgL6cjxp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVbzoLg20f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbzoLg20f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/stline-cover-2000x1368.jpg");
}
.cid-uVbzoLg20f .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVbzoLg20f .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uVbzoLg20f .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVbzoLg20f .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uVbzoLg20f .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uVbzoLg20f .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uVbzoLg20f .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uVbzoLg20f .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uVbzoLg20f .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVbzoLg20f .image-wrapper img {
    height: 300px;
  }
}
.cid-uVbzoLg20f .mbr-label {
  color: #e93a53;
  text-align: center;
}
.cid-uVbzoLg20f .mbr-section-title {
  color: #000000;
}
.cid-uVbzoLg20f .mbr-text {
  color: #000000;
}
.cid-uVbzoLg20f .mbr-section-title,
.cid-uVbzoLg20f .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uVbzoMzLNU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uVbzoMzLNU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbzoMzLNU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uVbzoMzLNU .container {
    padding: 0 16px;
  }
}
.cid-uVbzoMzLNU .row {
  position: relative;
  justify-content: space-between;
}
.cid-uVbzoMzLNU .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uVbzoMzLNU .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uVbzoMzLNU .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVbzoMzLNU .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVbzoMzLNU .content-wrapper .mbr-section-title span {
  color: #6d6f71;
}
.cid-uVbzoMzLNU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVbzoMzLNU .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uVbzoMzLNU .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVbzoMzLNU .image-wrapper img {
    height: 350px;
  }
}
.cid-uVbzoMzLNU .mbr-section-title {
  color: #000000;
}
.cid-uVbzoMzLNU .mbr-text {
  color: #6d6f71;
}
.cid-uVcoRZjt0K {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #fffff5;
}
.cid-uVcoRZjt0K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcoRZjt0K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVcoRZjt0K .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVcoRZjt0K .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVcoRZjt0K .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVcoRZjt0K .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVcoRZjt0K .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVcoRZjt0K .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVcoRZjt0K .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVcoRZjt0K .item {
    margin-bottom: 28px;
  }
}
.cid-uVcoRZjt0K .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #e93a53;
  background-color: #fffff5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVcoRZjt0K .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uVcoRZjt0K .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uVcoRZjt0K .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uVcoRZjt0K .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #e93a53;
  background: linear-gradient(90deg, #e93a53, #ee687b 65%, #f396a3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVcoRZjt0K .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uVcoRZjt0K .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVcoRZjt0K .mbr-section-title {
  color: #6d6f71;
  text-align: left;
}
.cid-uVcoRZjt0K .mbr-text,
.cid-uVcoRZjt0K .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uVcoRZjt0K .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVcoRZjt0K .item-text {
  color: #103623;
  text-align: center;
}
.cid-uVcoRZjt0K .item-title,
.cid-uVcoRZjt0K .icon-wrapper {
  color: #6d6f71;
  text-align: center;
}
.cid-uVbzoOCp9w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d6f71;
}
.cid-uVbzoOCp9w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbzoOCp9w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVbzoOCp9w .container {
    padding: 0 26px;
  }
}
.cid-uVbzoOCp9w .row {
  justify-content: center;
}
.cid-uVbzoOCp9w .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVbzoOCp9w .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVbzoOCp9w .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVbzoOCp9w .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVbzoOCp9w .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uVbzoOCp9w .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVbzoOCp9w .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVbzoOCp9w .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVbzoOCp9w .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVbzoOCp9w .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVbzoOCp9w .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVbzoOCp9w .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVbzoOCp9w .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uVbzoOCp9w .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVbzoOCp9w .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uVbzoOCp9w .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uVbzoOCp9w .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uVbzoOCp9w .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uVbzoOCp9w .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uVbzoOCp9w .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVbzoOCp9w .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVbzoOCp9w .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uVbzoOCp9w .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uVbzoOCp9w .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uVbzoOCp9w .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uVbzoOCp9w .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uVbzoOCp9w .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVbzoOCp9w .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uVbzoOCp9w .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVbzoOCp9w .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uVbzoOCp9w .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uVbzoOCp9w .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uVbzoOCp9w .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uVbzoOCp9w .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fffff5;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uVbzoOCp9w .mbr-copy {
  margin-bottom: 0;
  color: #fffff5;
  text-align: left;
}
.cid-uVbzoOCp9w .mbr-section-title {
  color: #ffffff;
}
.cid-uVbzoOCp9w .mbr-text {
  color: #ffffff;
}
.cid-uVbzoOCp9w .list {
  color: #ffffff;
}
.cid-uVbzoOCp9w .list,
.cid-uVbzoOCp9w .nav-wrapper,
.cid-uVbzoOCp9w .social-wrapper {
  text-align: right;
}
.cid-uVbzoOCp9w .mbr-section-title,
.cid-uVbzoOCp9w .logo-wrapper {
  color: #fffff5;
}
.cid-uVbzoOCp9w .mbr-text,
.cid-uVbzoOCp9w .text-wrapper {
  color: #fffff5;
}
.cid-uVbzoOCp9w .list,
.cid-uVbzoOCp9w .item-wrap,
.cid-uVbzoOCp9w .nav-wrapper,
.cid-uVbzoOCp9w .social-wrapper {
  color: #6d6f71;
}
.cid-uVbzoOCp9w .list,
.cid-uVbzoOCp9w .item-wrap,
.cid-uVbzoOCp9w .social-wrapper {
  color: #fffff5;
}
.cid-uVhgL6cjxp {
  z-index: 1000;
  width: 100%;
}
.cid-uVhgL6cjxp nav.navbar {
  position: fixed;
}
.cid-uVhgL6cjxp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVhgL6cjxp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVhgL6cjxp .dropdown-item:hover,
.cid-uVhgL6cjxp .dropdown-item:focus {
  background: #6d6f71 !important;
  color: white !important;
}
.cid-uVhgL6cjxp .dropdown-item:hover span {
  color: white;
}
.cid-uVhgL6cjxp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVhgL6cjxp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVhgL6cjxp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVhgL6cjxp .nav-link {
  position: relative;
}
.cid-uVhgL6cjxp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .container {
    flex-wrap: wrap;
  }
}
.cid-uVhgL6cjxp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVhgL6cjxp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVhgL6cjxp .dropdown-menu,
.cid-uVhgL6cjxp .navbar.opened {
  background: #ffffff !important;
}
.cid-uVhgL6cjxp .nav-item:focus,
.cid-uVhgL6cjxp .nav-link:focus {
  outline: none;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVhgL6cjxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhgL6cjxp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVhgL6cjxp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVhgL6cjxp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
.cid-uVhgL6cjxp .navbar.opened {
  transition: all 0.3s;
}
.cid-uVhgL6cjxp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVhgL6cjxp .navbar .navbar-logo img {
  width: auto;
}
.cid-uVhgL6cjxp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVhgL6cjxp .navbar.collapsed {
  justify-content: center;
}
.cid-uVhgL6cjxp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVhgL6cjxp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVhgL6cjxp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVhgL6cjxp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVhgL6cjxp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVhgL6cjxp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVhgL6cjxp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVhgL6cjxp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVhgL6cjxp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVhgL6cjxp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVhgL6cjxp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVhgL6cjxp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVhgL6cjxp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVhgL6cjxp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVhgL6cjxp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVhgL6cjxp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVhgL6cjxp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVhgL6cjxp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVhgL6cjxp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVhgL6cjxp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVhgL6cjxp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVhgL6cjxp .dropdown-item.active,
.cid-uVhgL6cjxp .dropdown-item:active {
  background-color: transparent;
}
.cid-uVhgL6cjxp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVhgL6cjxp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVhgL6cjxp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVhgL6cjxp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVhgL6cjxp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVhgL6cjxp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVhgL6cjxp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVhgL6cjxp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #252525;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVhgL6cjxp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVhgL6cjxp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhgL6cjxp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVhgL6cjxp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVhgL6cjxp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVhgL6cjxp .navbar {
    height: 70px;
  }
  .cid-uVhgL6cjxp .navbar.opened {
    height: auto;
  }
  .cid-uVhgL6cjxp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTL2wtUfSa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTL2wtUfSa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/stline-cover-2000x1368.jpg");
}
.cid-uTL2wtUfSa .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTL2wtUfSa .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uTL2wtUfSa .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTL2wtUfSa .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uTL2wtUfSa .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTL2wtUfSa .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uTL2wtUfSa .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uTL2wtUfSa .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uTL2wtUfSa .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTL2wtUfSa .image-wrapper img {
    height: 300px;
  }
}
.cid-uTL2wtUfSa .mbr-label {
  color: #e93a53;
  text-align: center;
}
.cid-uTL2wtUfSa .mbr-section-title {
  color: #000000;
}
.cid-uTL2wtUfSa .mbr-text {
  color: #000000;
}
.cid-uTL2wtUfSa .mbr-section-title,
.cid-uTL2wtUfSa .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uVbFXFBZVn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uVbFXFBZVn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbFXFBZVn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uVbFXFBZVn .container {
    padding: 0 16px;
  }
}
.cid-uVbFXFBZVn .row {
  position: relative;
  justify-content: space-between;
}
.cid-uVbFXFBZVn .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uVbFXFBZVn .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uVbFXFBZVn .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVbFXFBZVn .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVbFXFBZVn .content-wrapper .mbr-section-title span {
  color: #6d6f71;
}
.cid-uVbFXFBZVn .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVbFXFBZVn .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uVbFXFBZVn .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVbFXFBZVn .image-wrapper img {
    height: 350px;
  }
}
.cid-uVbFXFBZVn .mbr-section-title {
  color: #000000;
}
.cid-uVbFXFBZVn .mbr-text {
  color: #6d6f71;
}
.cid-uVcpb5yKUy {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #fffff5;
}
.cid-uVcpb5yKUy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcpb5yKUy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVcpb5yKUy .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVcpb5yKUy .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVcpb5yKUy .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVcpb5yKUy .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVcpb5yKUy .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVcpb5yKUy .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVcpb5yKUy .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVcpb5yKUy .item {
    margin-bottom: 28px;
  }
}
.cid-uVcpb5yKUy .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #e93a53;
  background-color: #fffff5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVcpb5yKUy .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uVcpb5yKUy .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uVcpb5yKUy .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uVcpb5yKUy .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #e93a53;
  background: linear-gradient(90deg, #e93a53, #ee687b 65%, #f396a3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVcpb5yKUy .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uVcpb5yKUy .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVcpb5yKUy .mbr-section-title {
  color: #6d6f71;
  text-align: left;
}
.cid-uVcpb5yKUy .mbr-text,
.cid-uVcpb5yKUy .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uVcpb5yKUy .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVcpb5yKUy .item-text {
  color: #103623;
  text-align: center;
}
.cid-uVcpb5yKUy .item-title,
.cid-uVcpb5yKUy .icon-wrapper {
  color: #6d6f71;
  text-align: center;
}
.cid-uTQ9YSWLJB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d6f71;
}
.cid-uTQ9YSWLJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTQ9YSWLJB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .container {
    padding: 0 26px;
  }
}
.cid-uTQ9YSWLJB .row {
  justify-content: center;
}
.cid-uTQ9YSWLJB .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uTQ9YSWLJB .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTQ9YSWLJB .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uTQ9YSWLJB .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uTQ9YSWLJB .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTQ9YSWLJB .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uTQ9YSWLJB .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fffff5;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uTQ9YSWLJB .mbr-copy {
  margin-bottom: 0;
  color: #fffff5;
  text-align: left;
}
.cid-uTQ9YSWLJB .mbr-section-title {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .mbr-text {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .list {
  color: #ffffff;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .nav-wrapper,
.cid-uTQ9YSWLJB .social-wrapper {
  text-align: right;
}
.cid-uTQ9YSWLJB .mbr-section-title,
.cid-uTQ9YSWLJB .logo-wrapper {
  color: #fffff5;
}
.cid-uTQ9YSWLJB .mbr-text,
.cid-uTQ9YSWLJB .text-wrapper {
  color: #fffff5;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .item-wrap,
.cid-uTQ9YSWLJB .nav-wrapper,
.cid-uTQ9YSWLJB .social-wrapper {
  color: #6d6f71;
}
.cid-uTQ9YSWLJB .list,
.cid-uTQ9YSWLJB .item-wrap,
.cid-uTQ9YSWLJB .social-wrapper {
  color: #fffff5;
}
.cid-uVDc6HbLvK {
  z-index: 1000;
  width: 100%;
}
.cid-uVDc6HbLvK nav.navbar {
  position: fixed;
}
.cid-uVDc6HbLvK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVDc6HbLvK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVDc6HbLvK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVDc6HbLvK .dropdown-item:hover,
.cid-uVDc6HbLvK .dropdown-item:focus {
  background: #6d6f71 !important;
  color: white !important;
}
.cid-uVDc6HbLvK .dropdown-item:hover span {
  color: white;
}
.cid-uVDc6HbLvK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVDc6HbLvK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVDc6HbLvK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVDc6HbLvK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVDc6HbLvK .nav-link {
  position: relative;
}
.cid-uVDc6HbLvK .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVDc6HbLvK .container {
    flex-wrap: wrap;
  }
}
.cid-uVDc6HbLvK .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVDc6HbLvK .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVDc6HbLvK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVDc6HbLvK .dropdown-menu,
.cid-uVDc6HbLvK .navbar.opened {
  background: #ffffff !important;
}
.cid-uVDc6HbLvK .nav-item:focus,
.cid-uVDc6HbLvK .nav-link:focus {
  outline: none;
}
.cid-uVDc6HbLvK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVDc6HbLvK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVDc6HbLvK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVDc6HbLvK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVDc6HbLvK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVDc6HbLvK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVDc6HbLvK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
.cid-uVDc6HbLvK .navbar.opened {
  transition: all 0.3s;
}
.cid-uVDc6HbLvK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVDc6HbLvK .navbar .navbar-logo img {
  width: auto;
}
.cid-uVDc6HbLvK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVDc6HbLvK .navbar.collapsed {
  justify-content: center;
}
.cid-uVDc6HbLvK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVDc6HbLvK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVDc6HbLvK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVDc6HbLvK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVDc6HbLvK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVDc6HbLvK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVDc6HbLvK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVDc6HbLvK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVDc6HbLvK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVDc6HbLvK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVDc6HbLvK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVDc6HbLvK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVDc6HbLvK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVDc6HbLvK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVDc6HbLvK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVDc6HbLvK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVDc6HbLvK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVDc6HbLvK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVDc6HbLvK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVDc6HbLvK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVDc6HbLvK .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVDc6HbLvK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVDc6HbLvK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVDc6HbLvK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVDc6HbLvK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVDc6HbLvK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVDc6HbLvK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVDc6HbLvK .dropdown-item.active,
.cid-uVDc6HbLvK .dropdown-item:active {
  background-color: transparent;
}
.cid-uVDc6HbLvK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVDc6HbLvK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVDc6HbLvK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVDc6HbLvK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVDc6HbLvK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVDc6HbLvK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVDc6HbLvK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVDc6HbLvK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVDc6HbLvK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVDc6HbLvK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #252525;
}
.cid-uVDc6HbLvK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVDc6HbLvK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVDc6HbLvK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVDc6HbLvK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVDc6HbLvK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVDc6HbLvK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVDc6HbLvK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVDc6HbLvK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVDc6HbLvK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVDc6HbLvK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVDc6HbLvK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVDc6HbLvK .navbar {
    height: 70px;
  }
  .cid-uVDc6HbLvK .navbar.opened {
    height: auto;
  }
  .cid-uVDc6HbLvK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVDc6HMZ34 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDc6HMZ34 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/stline-cover-2000x1368.jpg");
}
.cid-uVDc6HMZ34 .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVDc6HMZ34 .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uVDc6HMZ34 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVDc6HMZ34 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uVDc6HMZ34 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uVDc6HMZ34 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uVDc6HMZ34 .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uVDc6HMZ34 .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uVDc6HMZ34 .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVDc6HMZ34 .image-wrapper img {
    height: 300px;
  }
}
.cid-uVDc6HMZ34 .mbr-label {
  color: #e93a53;
  text-align: center;
}
.cid-uVDc6HMZ34 .mbr-section-title {
  color: #000000;
}
.cid-uVDc6HMZ34 .mbr-text {
  color: #000000;
}
.cid-uVDc6HMZ34 .mbr-section-title,
.cid-uVDc6HMZ34 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uVDcl6g140 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffff5;
}
.cid-uVDcl6g140 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDcl6g140 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDcl6g140 .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uVDcl6g140 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uVDcl6g140 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVDcl6g140 .mbr-label {
  color: #666666;
}
.cid-uVDcl6g140 .mbr-text {
  color: #0f0f0f;
}
.cid-uVDcl6g140 .mbr-text,
.cid-uVDcl6g140 .text-wrapper {
  color: #6d6f71;
}
.cid-uVDc6I6leH {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #fffff5;
}
.cid-uVDc6I6leH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDc6I6leH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDc6I6leH .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVDc6I6leH .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVDc6I6leH .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVDc6I6leH .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVDc6I6leH .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVDc6I6leH .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVDc6I6leH .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVDc6I6leH .item {
    margin-bottom: 28px;
  }
}
.cid-uVDc6I6leH .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #e93a53;
  background-color: #fffff5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVDc6I6leH .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uVDc6I6leH .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uVDc6I6leH .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uVDc6I6leH .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #e93a53;
  background: linear-gradient(90deg, #e93a53, #ee687b 65%, #f396a3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVDc6I6leH .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uVDc6I6leH .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVDc6I6leH .mbr-section-title {
  color: #6d6f71;
  text-align: left;
}
.cid-uVDc6I6leH .mbr-text,
.cid-uVDc6I6leH .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uVDc6I6leH .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVDc6I6leH .item-text {
  color: #103623;
  text-align: center;
}
.cid-uVDc6I6leH .item-title,
.cid-uVDc6I6leH .icon-wrapper {
  color: #6d6f71;
  text-align: center;
}
.cid-uVDc6IIMLt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d6f71;
}
.cid-uVDc6IIMLt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDc6IIMLt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVDc6IIMLt .container {
    padding: 0 26px;
  }
}
.cid-uVDc6IIMLt .row {
  justify-content: center;
}
.cid-uVDc6IIMLt .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVDc6IIMLt .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVDc6IIMLt .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVDc6IIMLt .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVDc6IIMLt .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uVDc6IIMLt .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVDc6IIMLt .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVDc6IIMLt .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVDc6IIMLt .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVDc6IIMLt .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVDc6IIMLt .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVDc6IIMLt .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVDc6IIMLt .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uVDc6IIMLt .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVDc6IIMLt .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uVDc6IIMLt .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uVDc6IIMLt .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uVDc6IIMLt .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uVDc6IIMLt .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uVDc6IIMLt .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVDc6IIMLt .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVDc6IIMLt .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uVDc6IIMLt .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uVDc6IIMLt .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uVDc6IIMLt .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uVDc6IIMLt .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uVDc6IIMLt .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVDc6IIMLt .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uVDc6IIMLt .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVDc6IIMLt .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uVDc6IIMLt .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uVDc6IIMLt .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uVDc6IIMLt .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uVDc6IIMLt .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fffff5;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uVDc6IIMLt .mbr-copy {
  margin-bottom: 0;
  color: #fffff5;
  text-align: left;
}
.cid-uVDc6IIMLt .mbr-section-title {
  color: #ffffff;
}
.cid-uVDc6IIMLt .mbr-text {
  color: #ffffff;
}
.cid-uVDc6IIMLt .list {
  color: #ffffff;
}
.cid-uVDc6IIMLt .list,
.cid-uVDc6IIMLt .nav-wrapper,
.cid-uVDc6IIMLt .social-wrapper {
  text-align: right;
}
.cid-uVDc6IIMLt .mbr-section-title,
.cid-uVDc6IIMLt .logo-wrapper {
  color: #fffff5;
}
.cid-uVDc6IIMLt .mbr-text,
.cid-uVDc6IIMLt .text-wrapper {
  color: #fffff5;
}
.cid-uVDc6IIMLt .list,
.cid-uVDc6IIMLt .item-wrap,
.cid-uVDc6IIMLt .nav-wrapper,
.cid-uVDc6IIMLt .social-wrapper {
  color: #6d6f71;
}
.cid-uVDc6IIMLt .list,
.cid-uVDc6IIMLt .item-wrap,
.cid-uVDc6IIMLt .social-wrapper {
  color: #fffff5;
}
