body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 7rem;
}
.display-1 > .editing-iconfont {
  font-size: 11.2rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3rem;
}
.display-2 > .editing-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.3rem;
}
.display-4 > .editing-iconfont {
  font-size: 2.08rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2rem;
}
.display-5 > .editing-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.4rem;
}
.display-7 > .editing-iconfont {
  font-size: 2.24rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.6rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #2c2c26 !important;
}
.bg-success {
  background-color: #2c2c26 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #2c2c26 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2c2c26 !important;
  border-color: #2c2c26 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #030303 !important;
  border-color: #030303 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #030303 !important;
  border-color: #030303 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2c2c26 !important;
  border-color: #2c2c26 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #030303 !important;
  border-color: #030303 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #030303 !important;
  border-color: #030303 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success,
.btn-success:active {
  background-color: #2c2c26 !important;
  border-color: #2c2c26 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #030303 !important;
  border-color: #030303 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #030303 !important;
  border-color: #030303 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #2c2c26 !important;
  border-color: #2c2c26 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #030303 !important;
  border-color: #030303 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #030303 !important;
  border-color: #030303 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #2c2c26;
  color: #2c2c26;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #2c2c26;
  border-color: #2c2c26;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2c2c26 !important;
  border-color: #2c2c26 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #2c2c26;
  color: #2c2c26;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #2c2c26;
  border-color: #2c2c26;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2c2c26 !important;
  border-color: #2c2c26 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #2c2c26;
  color: #2c2c26;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #2c2c26;
  border-color: #2c2c26;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2c2c26 !important;
  border-color: #2c2c26 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #2c2c26;
  color: #2c2c26;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #2c2c26;
  border-color: #2c2c26;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #2c2c26 !important;
  border-color: #2c2c26 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #2c2c26 !important;
}
.text-secondary {
  color: #2c2c26 !important;
}
.text-success {
  color: #2c2c26 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #2c2c26 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #2c2c26;
}
.editing-section-btn a.btn:not(.btn-form) {
  border-radius: 10px;
}
.editing-section-btn a.btn:not(.btn-form):hover,
.editing-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.editing-section-btn a.btn:not(.btn-form):hover,
.editing-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.editing-gallery-filter li a {
  border-radius: 100px !important;
}
.editing-gallery-filter li.active .btn {
  background-color: #2c2c26;
  border-color: #2c2c26;
  color: #ffffff;
}
.editing-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #2c2c26;
}
.editing-plan-header.bg-primary .editing-plan-subtitle,
.editing-plan-header.bg-primary .editing-plan-price-desc {
  color: #deded9;
}
.editing-plan-header.bg-success .editing-plan-subtitle,
.editing-plan-header.bg-success .editing-plan-price-desc {
  color: #deded9;
}
.editing-plan-header.bg-info .editing-plan-subtitle,
.editing-plan-header.bg-info .editing-plan-price-desc {
  color: #ffffff;
}
.editing-plan-header.bg-warning .editing-plan-subtitle,
.editing-plan-header.bg-warning .editing-plan-price-desc {
  color: #b3b3b3;
}
.editing-plan-header.bg-danger .editing-plan-subtitle,
.editing-plan-header.bg-danger .editing-plan-price-desc {
  color: #deded9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.3rem;
}
.form-control > .editing-iconfont {
  font-size: 2.08rem;
  font-weight: 400;
}
blockquote {
  border-color: #2c2c26;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #2c2c26 !important;
  border-color: #2c2c26 !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #2c2c26 !important;
  -webkit-box-shadow: 0 6px 16px 0 #2c2c26 !important;
  background-color: #2c2c26 !important;
  border-color: #2c2c26 !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #2c2c26 !important;
  -webkit-box-shadow: 0 6px 16px 0 #2c2c26 !important;
  background-color: #2c2c26 !important;
  border-color: #2c2c26 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2c2c26;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2c2c26;
  border-bottom-color: #2c2c26;
}
.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: #2c2c26 !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: #2c2c26 !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%;
}
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='%232c2c26' %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;
}
.rx6RY-uLrdudnbIM {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.rx6RY-uLrdudnbIM .dropdown-item:before {
  font-family: visualization2 !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;
}
@media (max-width: 767px) {
  .rx6RY-uLrdudnbIM .navbar-toggler {
    transform: scale(0.8);
  }
}
.rx6RY-uLrdudnbIM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.rx6RY-uLrdudnbIM .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.rx6RY-uLrdudnbIM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.rx6RY-uLrdudnbIM .navbar-brand .navbar-logo a {
  outline: none;
}
.rx6RY-uLrdudnbIM .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.rx6RY-uLrdudnbIM .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.rx6RY-uLrdudnbIM .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.rx6RY-uLrdudnbIM .navbar-nav .nav-item .nav-link:hover {
  background-color: #454e6c;
}
.rx6RY-uLrdudnbIM .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .rx6RY-uLrdudnbIM .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.rx6RY-uLrdudnbIM .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.rx6RY-uLrdudnbIM .navbar-nav .dropdown-item:hover {
  background-color: #454e6c;
}
@media (min-width: 992px) {
  .rx6RY-uLrdudnbIM .navbar-nav {
    padding-left: 1.5rem;
  }
}
.rx6RY-uLrdudnbIM .nav-link {
  width: fit-content;
  position: relative;
}
.rx6RY-uLrdudnbIM .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .rx6RY-uLrdudnbIM .navbar-logo {
    padding-left: 1rem;
  }
}
.rx6RY-uLrdudnbIM .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .rx6RY-uLrdudnbIM .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.rx6RY-uLrdudnbIM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.rx6RY-uLrdudnbIM .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #919ab9 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #919ab9;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .rx6RY-uLrdudnbIM .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .rx6RY-uLrdudnbIM .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.rx6RY-uLrdudnbIM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.rx6RY-uLrdudnbIM .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #919ab9;
  background: #919ab9 !important;
}
.rx6RY-uLrdudnbIM .nav-item:focus,
.rx6RY-uLrdudnbIM .nav-link:focus {
  outline: none;
}
.rx6RY-uLrdudnbIM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.rx6RY-uLrdudnbIM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.rx6RY-uLrdudnbIM .dropdown .dropdown-menu .dropdown-item .editing-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.rx6RY-uLrdudnbIM .dropdown .dropdown-menu .dropdown-item .editing-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.rx6RY-uLrdudnbIM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.rx6RY-uLrdudnbIM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.rx6RY-uLrdudnbIM .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.rx6RY-uLrdudnbIM .navbar.opened {
  transition: all 0.3s;
}
.rx6RY-uLrdudnbIM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.rx6RY-uLrdudnbIM .navbar .navbar-logo img {
  width: auto;
}
.rx6RY-uLrdudnbIM .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.rx6RY-uLrdudnbIM .navbar.collapsed {
  justify-content: center;
}
.rx6RY-uLrdudnbIM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.rx6RY-uLrdudnbIM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .rx6RY-uLrdudnbIM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.rx6RY-uLrdudnbIM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.rx6RY-uLrdudnbIM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.rx6RY-uLrdudnbIM .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%;
}
.rx6RY-uLrdudnbIM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.rx6RY-uLrdudnbIM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.rx6RY-uLrdudnbIM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .rx6RY-uLrdudnbIM .navbar {
    min-height: 72px;
  }
  .rx6RY-uLrdudnbIM .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .rx6RY-uLrdudnbIM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .rx6RY-uLrdudnbIM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .rx6RY-uLrdudnbIM .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%;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .rx6RY-uLrdudnbIM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .rx6RY-uLrdudnbIM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .rx6RY-uLrdudnbIM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.rx6RY-uLrdudnbIM .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.rx6RY-uLrdudnbIM .dropdown-item.active,
.rx6RY-uLrdudnbIM .dropdown-item:active {
  background-color: transparent;
}
.rx6RY-uLrdudnbIM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.rx6RY-uLrdudnbIM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.rx6RY-uLrdudnbIM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.rx6RY-uLrdudnbIM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #919ab9;
}
.rx6RY-uLrdudnbIM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.rx6RY-uLrdudnbIM .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.rx6RY-uLrdudnbIM ul.navbar-nav {
  flex-wrap: wrap;
}
.rx6RY-uLrdudnbIM .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .rx6RY-uLrdudnbIM .navbar-buttons {
    text-align: left;
  }
}
.rx6RY-uLrdudnbIM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.rx6RY-uLrdudnbIM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.rx6RY-uLrdudnbIM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.rx6RY-uLrdudnbIM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.rx6RY-uLrdudnbIM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.rx6RY-uLrdudnbIM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.rx6RY-uLrdudnbIM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.rx6RY-uLrdudnbIM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.rx6RY-uLrdudnbIM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.rx6RY-uLrdudnbIM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.rx6RY-uLrdudnbIM .navbar-dropdown {
  padding: 0 1rem;
}
.rx6RY-uLrdudnbIM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rx6RY-uLrdudnbIM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .rx6RY-uLrdudnbIM .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rx6RY-uLrdudnbIM .navbar {
    height: 70px;
  }
  .rx6RY-uLrdudnbIM .navbar.opened {
    height: auto;
  }
  .rx6RY-uLrdudnbIM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.rx6RY-uLrdudnbIM .navbar-buttons .btn {
  padding: 10px 30px;
}
.rx6RY-uLrdudnbIM .editing-section-btn {
  margin: -0.6rem -0.6rem;
}
.rx6RY-uLrdudnbIM .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .rx6RY-uLrdudnbIM .navbar-brand {
    margin-right: auto;
  }
  .rx6RY-uLrdudnbIM .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #919ab9;
    opacity: 1;
    border-color: #919ab9 !important;
    background: #919ab9 !important;
    backdrop-filter: blur(8px);
  }
  .rx6RY-uLrdudnbIM .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .rx6RY-uLrdudnbIM .navbar-nav .dropdown-item:hover {
    background-color: #454e6c;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .rx6RY-uLrdudnbIM .navbar-collapse {
    padding: 1rem;
  }
}
.rx6RY-uLreHCDTYK {
  padding-top: 8rem;
  padding-bottom: 2rem;
  position: relative;
  align-items: center;
  background-color: #ffffff;
}
.rx6RY-uLreHCDTYK .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .rx6RY-uLreHCDTYK .image-wrap {
    padding: 16px;
  }
}
.rx6RY-uLreHCDTYK .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.rx6RY-uLreHCDTYK .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .rx6RY-uLreHCDTYK .image-overlay {
    padding: 16px;
  }
}
.rx6RY-uLreHCDTYK .image-overlay .image-over {
  background-color: #b7bac5;
  z-index: 2;
  opacity: 0.8;
  width: 100%;
  height: 70%;
}
.rx6RY-uLreHCDTYK .editing-fallback-image.disabled {
  display: none;
}
.rx6RY-uLreHCDTYK .editing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.rx6RY-uLreHCDTYK .row {
  justify-content: center;
}
.rx6RY-uLreHCDTYK .editing-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #2c2c26;
  text-align: center;
}
@media (max-width: 1440px) {
  .rx6RY-uLreHCDTYK .editing-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .rx6RY-uLreHCDTYK .editing-section-title {
    margin: 30px 16px;
  }
}
.rx6RY-uLreHCDTYK .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #919ab9;
}
@media (max-width: 992px) {
  .rx6RY-uLreHCDTYK .card-wrapper {
    padding: 30px 16px;
  }
}
.rx6RY-uLreHCDTYK .card-wrapper .text-wrapper .editing-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .rx6RY-uLreHCDTYK .card-wrapper .text-wrapper .editing-text {
    width: 100%;
  }
}
.rx6RY-uLreHCDTYK .editing-text,
.rx6RY-uLreHCDTYK .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.rx6RY-uLreHCDTYK .editing-section-btn .btn {
  margin-bottom: 0;
}
.rx6RY-uLreHCDTYK .editing-text,
.rx6RY-uLreHCDTYK .editing-section-btn {
  text-align: center;
}
.rx6RY-uLreHCDTYK .editing-text,
.rx6RY-uLreHCDTYK .text-wrapper,
.rx6RY-uLreHCDTYK .editing-section-btn {
  color: #ffffff;
}
.rx6RY-uLrgKiSJad {
  background-color: #919ab9;
}
.rx6RY-uLrgKiSJad .editing-fallback-image.disabled {
  display: none;
}
.rx6RY-uLrgKiSJad .editing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.rx6RY-uLrgKiSJad .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .rx6RY-uLrgKiSJad .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .rx6RY-uLrgKiSJad .container {
    padding: 0 30px;
  }
}
.rx6RY-uLrgKiSJad .row {
  justify-content: center;
}
.rx6RY-uLrgKiSJad .content-wrapper .editing-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .rx6RY-uLrgKiSJad .content-wrapper .editing-section-title {
    margin-bottom: 40px;
  }
}
.rx6RY-uLrgKiSJad .content-wrapper .editing-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .rx6RY-uLrgKiSJad .content-wrapper .editing-text {
    margin-bottom: 40px;
  }
}
.rx6RY-uLrgKiSJad .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.rx6RY-uLrgKiSJad .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.rx6RY-uLrgKiSJad .list .item-wrap:last-child {
  margin-bottom: 0;
}
.rx6RY-uLrgKiSJad .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #343351;
}
.rx6RY-uLrgKiSJad .editing-section-title {
  color: #ffffff;
  text-align: center;
}
.rx6RY-uLrgKiSJad .editing-text {
  color: #ffffff;
  text-align: center;
}
.rx6RY-uLrgKiSJad .list,
.rx6RY-uLrgKiSJad .item-wrap {
  color: #ffffff;
  text-align: center;
}
.rx6RY-uLrD9p51dW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.rx6RY-uLrD9p51dW .editing-fallback-image.disabled {
  display: none;
}
.rx6RY-uLrD9p51dW .editing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.rx6RY-uLrD9p51dW .title-wrapper .editing-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .rx6RY-uLrD9p51dW .title-wrapper .editing-section-title {
    margin-bottom: 32px;
  }
}
.rx6RY-uLrD9p51dW .items-wrap {
  justify-content: center;
  margin: 0 -46px;
}
.rx6RY-uLrD9p51dW .items-wrap .item {
  padding: 0 46px;
}
.rx6RY-uLrD9p51dW .item {
  margin-bottom: 32px;
}
.rx6RY-uLrD9p51dW .item:hover .item-wrapper .item-img img,
.rx6RY-uLrD9p51dW .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.rx6RY-uLrD9p51dW .item .item-wrapper .item-desc {
  margin-bottom: 22px;
}
.rx6RY-uLrD9p51dW .item .item-wrapper .item-img {
  margin-bottom: 22px;
}
.rx6RY-uLrD9p51dW .item .item-wrapper .item-img .image-wrapper {
  overflow: hidden;
}
.rx6RY-uLrD9p51dW .item .item-wrapper .item-img .image-wrapper img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .rx6RY-uLrD9p51dW .item .item-wrapper .item-img .image-wrapper img {
    height: 350px;
  }
}
.rx6RY-uLrD9p51dW .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.rx6RY-uLrD9p51dW .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.rx6RY-uLrD9p51dW .editing-section-btn {
  margin-top: 42px;
  text-align: right;
}
@media (max-width: 992px) {
  .rx6RY-uLrD9p51dW .editing-section-btn {
    margin-top: 22px;
  }
}
.rx6RY-uLrD9p51dW .editing-section-title {
  color: #191c25;
}
.rx6RY-uLrD9p51dW .item-desc {
  color: #191c25;
  text-align: center;
}
.rx6RY-uLrD9p51dW .item-title {
  color: #2c2c26;
  text-align: left;
}
.rx6RY-uLrD9p51dW .item-name {
  color: #000000;
  text-align: left;
}
.rx6RY-uLrD9p51dW .editing-section-title,
.rx6RY-uLrD9p51dW .editing-section-btn {
  text-align: center;
  color: #2c2c26;
}
.rx6RY-uLrFb9AKGa {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #919ab9;
}
.rx6RY-uLrFb9AKGa .editing-fallback-image.disabled {
  display: none;
}
.rx6RY-uLrFb9AKGa .editing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.rx6RY-uLrFb9AKGa .content-wrapper .editing-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .rx6RY-uLrFb9AKGa .content-wrapper .editing-section-title {
    margin-bottom: 32px;
  }
}
.rx6RY-uLrFb9AKGa .content-wrapper .text-wrapper .editing-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .rx6RY-uLrFb9AKGa .content-wrapper .text-wrapper .editing-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .rx6RY-uLrFb9AKGa .content-wrapper .text-wrapper .editing-text {
    width: 100%;
  }
}
.rx6RY-uLrFb9AKGa .content-wrapper .image-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .rx6RY-uLrFb9AKGa .content-wrapper .image-wrapper {
    margin-top: 32px;
  }
}
.rx6RY-uLrFb9AKGa .content-wrapper .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .rx6RY-uLrFb9AKGa .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.rx6RY-uLrFb9AKGa .content-wrapper .editing-desc {
  margin-top: 32px;
  margin-bottom: 0;
}
.rx6RY-uLrFb9AKGa .content-wrapper .editing-section-btn {
  margin-top: 32px;
}
.rx6RY-uLrFb9AKGa .editing-section-title {
  color: #c10b02;
}
.rx6RY-uLrFb9AKGa .editing-text,
.rx6RY-uLrFb9AKGa .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.rx6RY-uLrFb9AKGa .editing-desc {
  color: #4b4949;
  text-align: center;
}
.rx6RY-uLrFb9AKGa .editing-section-title,
.rx6RY-uLrFb9AKGa .editing-section-btn {
  text-align: center;
  color: #ffffff;
}
.rx6RY-uLrFJpMjhH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.rx6RY-uLrFJpMjhH .editing-fallback-image.disabled {
  display: none;
}
.rx6RY-uLrFJpMjhH .editing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.rx6RY-uLrFJpMjhH .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .rx6RY-uLrFJpMjhH .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .rx6RY-uLrFJpMjhH .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .rx6RY-uLrFJpMjhH .items-wrapper .item {
    margin-bottom: 12px;
  }
  .rx6RY-uLrFJpMjhH .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.rx6RY-uLrFJpMjhH .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background-color: #919ab9;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .rx6RY-uLrFJpMjhH .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.rx6RY-uLrFJpMjhH .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .rx6RY-uLrFJpMjhH .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 24px;
  }
}
.rx6RY-uLrFJpMjhH .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.rx6RY-uLrFJpMjhH .items-wrapper .item .item-wrapper .card-box .editing-section-btn {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .rx6RY-uLrFJpMjhH .items-wrapper .item .item-wrapper .card-box .editing-section-btn {
    margin-bottom: 16px;
  }
}
.rx6RY-uLrFJpMjhH .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .rx6RY-uLrFJpMjhH .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.rx6RY-uLrFJpMjhH .items-wrapper .item .item-wrapper .card-box .icon-wrapper .editing-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffe66d;
}
@media (max-width: 992px) {
  .rx6RY-uLrFJpMjhH .items-wrapper .item .item-wrapper .card-box .icon-wrapper .editing-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.rx6RY-uLrFJpMjhH .item-title {
  color: #050f0f;
}
.rx6RY-uLrFJpMjhH .item-text {
  color: #2c2c26;
  text-align: center;
}
.rx6RY-uLrFJpMjhH .icon-wrapper {
  text-align: right;
}
.rx6RY-uLrFJpMjhH .item-title,
.rx6RY-uLrFJpMjhH .icon-wrapper,
.rx6RY-uLrFJpMjhH .editing-section-btn {
  color: #ffffff;
  text-align: center;
}
.rx6RY-uLsR2k1X7x {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #919ab9;
}
.rx6RY-uLsR2k1X7x .editing-fallback-image.disabled {
  display: none;
}
.rx6RY-uLsR2k1X7x .editing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.rx6RY-uLsR2k1X7x .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .rx6RY-uLsR2k1X7x .container-fluid {
    padding: 0 30px;
  }
}
.rx6RY-uLsR2k1X7x .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .rx6RY-uLsR2k1X7x .container {
    padding: 0 30px;
  }
}
.rx6RY-uLsR2k1X7x .title-wrapper .editing-section-title {
  margin-bottom: 85px;
}
.rx6RY-uLsR2k1X7x .contacts-wrapper,
.rx6RY-uLsR2k1X7x .list-wrapper,
.rx6RY-uLsR2k1X7x .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
.rx6RY-uLsR2k1X7x .editing-section-subtitle {
  margin-bottom: 10px;
  color: #000000;
}
.rx6RY-uLsR2k1X7x .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #000000;
}
.rx6RY-uLsR2k1X7x .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.rx6RY-uLsR2k1X7x .list .item-wrap:hover {
  color: #ffffff;
}
.rx6RY-uLsR2k1X7x .list .item-wrap:hover::before {
  width: 100%;
}
.rx6RY-uLsR2k1X7x .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.rx6RY-uLsR2k1X7x .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.rx6RY-uLsR2k1X7x .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #000000;
  text-align: center;
}
.rx6RY-uLsR2k1X7x .editing-section-title {
  color: #000000;
}
.rx6RY-uLrdudnbIM {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.rx6RY-uLrdudnbIM .dropdown-item:before {
  font-family: visualization2 !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;
}
@media (max-width: 767px) {
  .rx6RY-uLrdudnbIM .navbar-toggler {
    transform: scale(0.8);
  }
}
.rx6RY-uLrdudnbIM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.rx6RY-uLrdudnbIM .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.rx6RY-uLrdudnbIM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.rx6RY-uLrdudnbIM .navbar-brand .navbar-logo a {
  outline: none;
}
.rx6RY-uLrdudnbIM .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.rx6RY-uLrdudnbIM .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.rx6RY-uLrdudnbIM .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.rx6RY-uLrdudnbIM .navbar-nav .nav-item .nav-link:hover {
  background-color: #454e6c;
}
.rx6RY-uLrdudnbIM .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .rx6RY-uLrdudnbIM .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.rx6RY-uLrdudnbIM .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.rx6RY-uLrdudnbIM .navbar-nav .dropdown-item:hover {
  background-color: #454e6c;
}
@media (min-width: 992px) {
  .rx6RY-uLrdudnbIM .navbar-nav {
    padding-left: 1.5rem;
  }
}
.rx6RY-uLrdudnbIM .nav-link {
  width: fit-content;
  position: relative;
}
.rx6RY-uLrdudnbIM .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .rx6RY-uLrdudnbIM .navbar-logo {
    padding-left: 1rem;
  }
}
.rx6RY-uLrdudnbIM .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .rx6RY-uLrdudnbIM .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.rx6RY-uLrdudnbIM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.rx6RY-uLrdudnbIM .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #919ab9 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #919ab9;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .rx6RY-uLrdudnbIM .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .rx6RY-uLrdudnbIM .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.rx6RY-uLrdudnbIM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.rx6RY-uLrdudnbIM .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #919ab9;
  background: #919ab9 !important;
}
.rx6RY-uLrdudnbIM .nav-item:focus,
.rx6RY-uLrdudnbIM .nav-link:focus {
  outline: none;
}
.rx6RY-uLrdudnbIM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.rx6RY-uLrdudnbIM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.rx6RY-uLrdudnbIM .dropdown .dropdown-menu .dropdown-item .editing-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.rx6RY-uLrdudnbIM .dropdown .dropdown-menu .dropdown-item .editing-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.rx6RY-uLrdudnbIM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.rx6RY-uLrdudnbIM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.rx6RY-uLrdudnbIM .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.rx6RY-uLrdudnbIM .navbar.opened {
  transition: all 0.3s;
}
.rx6RY-uLrdudnbIM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.rx6RY-uLrdudnbIM .navbar .navbar-logo img {
  width: auto;
}
.rx6RY-uLrdudnbIM .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.rx6RY-uLrdudnbIM .navbar.collapsed {
  justify-content: center;
}
.rx6RY-uLrdudnbIM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.rx6RY-uLrdudnbIM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .rx6RY-uLrdudnbIM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.rx6RY-uLrdudnbIM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.rx6RY-uLrdudnbIM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.rx6RY-uLrdudnbIM .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%;
}
.rx6RY-uLrdudnbIM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.rx6RY-uLrdudnbIM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.rx6RY-uLrdudnbIM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .rx6RY-uLrdudnbIM .navbar {
    min-height: 72px;
  }
  .rx6RY-uLrdudnbIM .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .rx6RY-uLrdudnbIM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .rx6RY-uLrdudnbIM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .rx6RY-uLrdudnbIM .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%;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .rx6RY-uLrdudnbIM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .rx6RY-uLrdudnbIM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .rx6RY-uLrdudnbIM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.rx6RY-uLrdudnbIM .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.rx6RY-uLrdudnbIM .dropdown-item.active,
.rx6RY-uLrdudnbIM .dropdown-item:active {
  background-color: transparent;
}
.rx6RY-uLrdudnbIM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.rx6RY-uLrdudnbIM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.rx6RY-uLrdudnbIM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.rx6RY-uLrdudnbIM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #919ab9;
}
.rx6RY-uLrdudnbIM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.rx6RY-uLrdudnbIM .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.rx6RY-uLrdudnbIM ul.navbar-nav {
  flex-wrap: wrap;
}
.rx6RY-uLrdudnbIM .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .rx6RY-uLrdudnbIM .navbar-buttons {
    text-align: left;
  }
}
.rx6RY-uLrdudnbIM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.rx6RY-uLrdudnbIM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.rx6RY-uLrdudnbIM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.rx6RY-uLrdudnbIM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.rx6RY-uLrdudnbIM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.rx6RY-uLrdudnbIM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.rx6RY-uLrdudnbIM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.rx6RY-uLrdudnbIM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.rx6RY-uLrdudnbIM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.rx6RY-uLrdudnbIM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.rx6RY-uLrdudnbIM .navbar-dropdown {
  padding: 0 1rem;
}
.rx6RY-uLrdudnbIM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rx6RY-uLrdudnbIM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .rx6RY-uLrdudnbIM .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rx6RY-uLrdudnbIM .navbar {
    height: 70px;
  }
  .rx6RY-uLrdudnbIM .navbar.opened {
    height: auto;
  }
  .rx6RY-uLrdudnbIM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.rx6RY-uLrdudnbIM .navbar-buttons .btn {
  padding: 10px 30px;
}
.rx6RY-uLrdudnbIM .editing-section-btn {
  margin: -0.6rem -0.6rem;
}
.rx6RY-uLrdudnbIM .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .rx6RY-uLrdudnbIM .navbar-brand {
    margin-right: auto;
  }
  .rx6RY-uLrdudnbIM .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #919ab9;
    opacity: 1;
    border-color: #919ab9 !important;
    background: #919ab9 !important;
    backdrop-filter: blur(8px);
  }
  .rx6RY-uLrdudnbIM .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .rx6RY-uLrdudnbIM .navbar-nav .dropdown-item:hover {
    background-color: #454e6c;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .rx6RY-uLrdudnbIM .navbar-collapse {
    padding: 1rem;
  }
}
.rx6RY-uLrKXNoYpF {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.rx6RY-uLrKXNoYpF .editing-fallback-image.disabled {
  display: none;
}
.rx6RY-uLrKXNoYpF .editing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.rx6RY-uLrKXNoYpF .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .rx6RY-uLrKXNoYpF .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .rx6RY-uLrKXNoYpF .container {
    padding: 0 20px;
  }
}
.rx6RY-uLrKXNoYpF .row {
  margin: 0;
  justify-content: center;
  padding: 60px 16px;
  background-color: #ffffff;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .rx6RY-uLrKXNoYpF .row {
    padding: 46px 4px 46px;
  }
}
.rx6RY-uLrKXNoYpF .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .rx6RY-uLrKXNoYpF .content-wrapper {
    margin-bottom: 46px;
  }
}
.rx6RY-uLrKXNoYpF .content-wrapper .editing-section-title {
  margin-bottom: 32px;
}
.rx6RY-uLrKXNoYpF .item {
  margin-bottom: 40px;
}
.rx6RY-uLrKXNoYpF .item:first-child {
  margin-bottom: 0;
}
.rx6RY-uLrKXNoYpF .item:hover .item-wrapper .item-img img,
.rx6RY-uLrKXNoYpF .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.rx6RY-uLrKXNoYpF .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px !important;
}
.rx6RY-uLrKXNoYpF .item .item-wrapper .item-img img {
  height: 360px;
  object-fit: cover;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
}
.rx6RY-uLrKXNoYpF .item .item-wrapper .item-content .card-price {
  margin-bottom: 16px;
}
.rx6RY-uLrKXNoYpF .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}
.rx6RY-uLrKXNoYpF .item .item-wrapper .item-content .card-desc {
  margin-bottom: 16px;
}
.rx6RY-uLrKXNoYpF .editing-section-title {
  color: #2c2c26;
  text-align: center;
}
.rx6RY-uLrKXNoYpF .card-desc {
  color: #000000;
  text-align: left;
}
.rx6RY-uLrKXNoYpF .card-title {
  color: #ffffff;
}
.rx6RY-uLrKXNoYpF .card-price {
  color: #2c2c26;
  text-align: left;
}
.rx6RY-uLrKXNoYpF .card-title,
.rx6RY-uLrKXNoYpF .editing-section-btn {
  color: #2c2c26;
  text-align: left;
}
.rx6RY-uLrLr897HA {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #919ab9;
}
.rx6RY-uLrLr897HA .editing-fallback-image.disabled {
  display: none;
}
.rx6RY-uLrLr897HA .editing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.rx6RY-uLrLr897HA .title-wrapper .editing-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .rx6RY-uLrLr897HA .title-wrapper .editing-section-title {
    margin-bottom: 24px;
  }
}
.rx6RY-uLrLr897HA .panel-group .card {
  position: relative;
  padding: 48px 0;
  background-color: transparent;
  border-bottom: 1px solid #2c2c26;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .rx6RY-uLrLr897HA .panel-group .card {
    padding: 32px 0;
  }
}
@media (max-width: 992px) {
  .rx6RY-uLrLr897HA .panel-group .card {
    padding: 24px 0;
  }
}
.rx6RY-uLrLr897HA .panel-group .card:first-child {
  border-top: 1px solid #2c2c26;
}
.rx6RY-uLrLr897HA .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.rx6RY-uLrLr897HA .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.rx6RY-uLrLr897HA .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.rx6RY-uLrLr897HA .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #2c2c26;
}
.rx6RY-uLrLr897HA .panel-group .card .card-header .panel-title .icon-wrapper .editing-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.rx6RY-uLrLr897HA .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .editing-iconfont {
  transform: rotate(-45deg);
}
.rx6RY-uLrLr897HA .panel-group .card .panel-collapse .panel-body {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .rx6RY-uLrLr897HA .panel-group .card .panel-collapse .panel-body {
    margin-top: 32px;
  }
}
@media (max-width: 992px) {
  .rx6RY-uLrLr897HA .panel-group .card .panel-collapse .panel-body {
    margin-top: 24px;
  }
}
.rx6RY-uLrLr897HA .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .rx6RY-uLrLr897HA .panel-group .card .panel-collapse .panel-body .panel-text {
    margin-top: 24px;
    width: 100%;
  }
}
.rx6RY-uLrLr897HA .editing-section-title {
  color: #ffffff;
  text-align: center;
}
.rx6RY-uLrLr897HA .panel-title-edit {
  color: #ffffff;
  text-align: left;
}
.rx6RY-uLrLr897HA .panel-text {
  color: #ffffff;
  text-align: left;
}
.rx6RY-uLrLFm38Qd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .rx6RY-uLrLFm38Qd .container {
    max-width: 1400px;
  }
}
.rx6RY-uLrLFm38Qd img {
  width: 100%;
  height: auto;
  margin: auto;
}
.rx6RY-uLrLFm38Qd .content {
  max-width: 450px;
  margin: auto;
}
.rx6RY-uLrLFm38Qd .editing-text,
.rx6RY-uLrLFm38Qd .editing-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .rx6RY-uLrLFm38Qd .img-col {
    padding-bottom: 3rem;
  }
  .rx6RY-uLrLFm38Qd .content {
    max-width: 100%;
  }
}
.rx6RY-uLrLFm38Qd .editing-fallback-image.disabled {
  display: none;
}
.rx6RY-uLrLFm38Qd .editing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.rx6RY-uLrLFm38Qd H1 {
  color: #2c2c26;
}
.rx6RY-uLrLUjwQLn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.rx6RY-uLrLUjwQLn .editing-fallback-image.disabled {
  display: none;
}
.rx6RY-uLrLUjwQLn .editing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.rx6RY-uLrLUjwQLn .card-wrapper {
  padding: 75px 64px;
  background-color: #919ab9;
}
@media (max-width: 1440px) {
  .rx6RY-uLrLUjwQLn .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .rx6RY-uLrLUjwQLn .card-wrapper {
    padding: 24px 12px;
  }
}
.rx6RY-uLrLUjwQLn .card-wrapper .content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .rx6RY-uLrLUjwQLn .card-wrapper .content-wrap {
    display: block;
    padding: 0 14px;
    margin-bottom: 24px;
  }
}
.rx6RY-uLrLUjwQLn .card-wrapper .content-wrap .title-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .rx6RY-uLrLUjwQLn .card-wrapper .content-wrap .title-wrapper {
    width: 100%;
  }
}
.rx6RY-uLrLUjwQLn .card-wrapper .content-wrap .title-wrapper .editing-section-title {
  margin-bottom: 0;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .rx6RY-uLrLUjwQLn .card-wrapper .content-wrap .title-wrapper .editing-section-title {
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.rx6RY-uLrLUjwQLn .card-wrapper .content-wrap .text-wrapper {
  width: 15%;
}
@media (max-width: 992px) {
  .rx6RY-uLrLUjwQLn .card-wrapper .content-wrap .text-wrapper {
    width: 100%;
  }
}
.rx6RY-uLrLUjwQLn .card-wrapper .content-wrap .text-wrapper .editing-text {
  margin-bottom: 0;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .rx6RY-uLrLUjwQLn .card-wrapper .content-wrap .text-wrapper .editing-text {
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.rx6RY-uLrLUjwQLn .card-wrapper .content-wrap .editing-section-btn {
  width: 25%;
}
@media (max-width: 992px) {
  .rx6RY-uLrLUjwQLn .card-wrapper .content-wrap .editing-section-btn {
    width: 100%;
  }
}
.rx6RY-uLrLUjwQLn .card-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1440px) {
  .rx6RY-uLrLUjwQLn .card-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  .rx6RY-uLrLUjwQLn .card-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .rx6RY-uLrLUjwQLn .card-wrapper .items-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.rx6RY-uLrLUjwQLn .card-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding: 32px;
}
@media (max-width: 992px) {
  .rx6RY-uLrLUjwQLn .card-wrapper .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.rx6RY-uLrLUjwQLn .card-wrapper .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .rx6RY-uLrLUjwQLn .card-wrapper .items-wrapper .item .item-wrapper .card-title {
    margin-bottom: 24px;
  }
}
.rx6RY-uLrLUjwQLn .card-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.rx6RY-uLrLUjwQLn .editing-section-title {
  color: #2c2c26;
}
.rx6RY-uLrLUjwQLn .editing-text {
  color: #63635d;
}
.rx6RY-uLrLUjwQLn .card-title {
  color: #2c2c26;
}
.rx6RY-uLrLUjwQLn .card-text {
  color: #000000;
  text-align: center;
}
.rx6RY-uLrLUjwQLn .editing-section-title,
.rx6RY-uLrLUjwQLn .editing-section-btn {
  text-align: left;
  color: #ffffff;
}
.rx6RY-uLrLUjwQLn .card-title,
.rx6RY-uLrLUjwQLn .iconfont-wrap {
  text-align: center;
}
.rx6RY-uLrMKZUBJK {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.rx6RY-uLrMKZUBJK .link-wrap {
  width: 100%;
}
.rx6RY-uLrMKZUBJK .link {
  display: inline-block;
}
.rx6RY-uLrMKZUBJK .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding: 0 1rem;
  font-weight: 600;
}
.rx6RY-uLrMKZUBJK .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'visualization2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.rx6RY-uLrMKZUBJK .link a:hover {
  text-decoration: underline;
}
.rx6RY-uLrMKZUBJK .link,
.rx6RY-uLrMKZUBJK .link-wrap {
  color: #ffffff;
}
.rx6RY-uLrMKZUBJK .editing-text,
.rx6RY-uLrMKZUBJK .editing-section-btn {
  color: #333333;
}
.rx6RY-uLrMKZUBJK .editing-fallback-image.disabled {
  display: none;
}
.rx6RY-uLrMKZUBJK .editing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.rx6RY-uLrMKZUBJK .card-title,
.rx6RY-uLrMKZUBJK .card-box {
  color: #2c2c26;
}
.rx6RY-uLrMKZUBJK .editing-text,
.rx6RY-uLrMKZUBJK .link-wrap {
  color: #000000;
}
.rx6RY-uLsR2k1X7x {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #919ab9;
}
.rx6RY-uLsR2k1X7x .editing-fallback-image.disabled {
  display: none;
}
.rx6RY-uLsR2k1X7x .editing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.rx6RY-uLsR2k1X7x .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .rx6RY-uLsR2k1X7x .container-fluid {
    padding: 0 30px;
  }
}
.rx6RY-uLsR2k1X7x .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .rx6RY-uLsR2k1X7x .container {
    padding: 0 30px;
  }
}
.rx6RY-uLsR2k1X7x .title-wrapper .editing-section-title {
  margin-bottom: 85px;
}
.rx6RY-uLsR2k1X7x .contacts-wrapper,
.rx6RY-uLsR2k1X7x .list-wrapper,
.rx6RY-uLsR2k1X7x .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
.rx6RY-uLsR2k1X7x .editing-section-subtitle {
  margin-bottom: 10px;
  color: #000000;
}
.rx6RY-uLsR2k1X7x .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #000000;
}
.rx6RY-uLsR2k1X7x .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.rx6RY-uLsR2k1X7x .list .item-wrap:hover {
  color: #ffffff;
}
.rx6RY-uLsR2k1X7x .list .item-wrap:hover::before {
  width: 100%;
}
.rx6RY-uLsR2k1X7x .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.rx6RY-uLsR2k1X7x .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.rx6RY-uLsR2k1X7x .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #000000;
  text-align: center;
}
.rx6RY-uLsR2k1X7x .editing-section-title {
  color: #000000;
}
.rx6RY-uLrdudnbIM {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.rx6RY-uLrdudnbIM .dropdown-item:before {
  font-family: visualization2 !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;
}
@media (max-width: 767px) {
  .rx6RY-uLrdudnbIM .navbar-toggler {
    transform: scale(0.8);
  }
}
.rx6RY-uLrdudnbIM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.rx6RY-uLrdudnbIM .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.rx6RY-uLrdudnbIM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.rx6RY-uLrdudnbIM .navbar-brand .navbar-logo a {
  outline: none;
}
.rx6RY-uLrdudnbIM .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.rx6RY-uLrdudnbIM .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.rx6RY-uLrdudnbIM .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.rx6RY-uLrdudnbIM .navbar-nav .nav-item .nav-link:hover {
  background-color: #454e6c;
}
.rx6RY-uLrdudnbIM .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .rx6RY-uLrdudnbIM .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.rx6RY-uLrdudnbIM .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.rx6RY-uLrdudnbIM .navbar-nav .dropdown-item:hover {
  background-color: #454e6c;
}
@media (min-width: 992px) {
  .rx6RY-uLrdudnbIM .navbar-nav {
    padding-left: 1.5rem;
  }
}
.rx6RY-uLrdudnbIM .nav-link {
  width: fit-content;
  position: relative;
}
.rx6RY-uLrdudnbIM .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .rx6RY-uLrdudnbIM .navbar-logo {
    padding-left: 1rem;
  }
}
.rx6RY-uLrdudnbIM .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .rx6RY-uLrdudnbIM .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.rx6RY-uLrdudnbIM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.rx6RY-uLrdudnbIM .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #919ab9 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #919ab9;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .rx6RY-uLrdudnbIM .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .rx6RY-uLrdudnbIM .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.rx6RY-uLrdudnbIM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.rx6RY-uLrdudnbIM .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #919ab9;
  background: #919ab9 !important;
}
.rx6RY-uLrdudnbIM .nav-item:focus,
.rx6RY-uLrdudnbIM .nav-link:focus {
  outline: none;
}
.rx6RY-uLrdudnbIM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.rx6RY-uLrdudnbIM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.rx6RY-uLrdudnbIM .dropdown .dropdown-menu .dropdown-item .editing-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.rx6RY-uLrdudnbIM .dropdown .dropdown-menu .dropdown-item .editing-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.rx6RY-uLrdudnbIM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.rx6RY-uLrdudnbIM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.rx6RY-uLrdudnbIM .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.rx6RY-uLrdudnbIM .navbar.opened {
  transition: all 0.3s;
}
.rx6RY-uLrdudnbIM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.rx6RY-uLrdudnbIM .navbar .navbar-logo img {
  width: auto;
}
.rx6RY-uLrdudnbIM .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.rx6RY-uLrdudnbIM .navbar.collapsed {
  justify-content: center;
}
.rx6RY-uLrdudnbIM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.rx6RY-uLrdudnbIM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .rx6RY-uLrdudnbIM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.rx6RY-uLrdudnbIM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.rx6RY-uLrdudnbIM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.rx6RY-uLrdudnbIM .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%;
}
.rx6RY-uLrdudnbIM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.rx6RY-uLrdudnbIM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.rx6RY-uLrdudnbIM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .rx6RY-uLrdudnbIM .navbar {
    min-height: 72px;
  }
  .rx6RY-uLrdudnbIM .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .rx6RY-uLrdudnbIM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .rx6RY-uLrdudnbIM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .rx6RY-uLrdudnbIM .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%;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .rx6RY-uLrdudnbIM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .rx6RY-uLrdudnbIM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .rx6RY-uLrdudnbIM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.rx6RY-uLrdudnbIM .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.rx6RY-uLrdudnbIM .dropdown-item.active,
.rx6RY-uLrdudnbIM .dropdown-item:active {
  background-color: transparent;
}
.rx6RY-uLrdudnbIM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.rx6RY-uLrdudnbIM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.rx6RY-uLrdudnbIM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.rx6RY-uLrdudnbIM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #919ab9;
}
.rx6RY-uLrdudnbIM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.rx6RY-uLrdudnbIM .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.rx6RY-uLrdudnbIM ul.navbar-nav {
  flex-wrap: wrap;
}
.rx6RY-uLrdudnbIM .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .rx6RY-uLrdudnbIM .navbar-buttons {
    text-align: left;
  }
}
.rx6RY-uLrdudnbIM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.rx6RY-uLrdudnbIM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.rx6RY-uLrdudnbIM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.rx6RY-uLrdudnbIM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.rx6RY-uLrdudnbIM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.rx6RY-uLrdudnbIM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.rx6RY-uLrdudnbIM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.rx6RY-uLrdudnbIM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.rx6RY-uLrdudnbIM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.rx6RY-uLrdudnbIM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.rx6RY-uLrdudnbIM .navbar-dropdown {
  padding: 0 1rem;
}
.rx6RY-uLrdudnbIM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rx6RY-uLrdudnbIM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .rx6RY-uLrdudnbIM .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rx6RY-uLrdudnbIM .navbar {
    height: 70px;
  }
  .rx6RY-uLrdudnbIM .navbar.opened {
    height: auto;
  }
  .rx6RY-uLrdudnbIM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.rx6RY-uLrdudnbIM .navbar-buttons .btn {
  padding: 10px 30px;
}
.rx6RY-uLrdudnbIM .editing-section-btn {
  margin: -0.6rem -0.6rem;
}
.rx6RY-uLrdudnbIM .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .rx6RY-uLrdudnbIM .navbar-brand {
    margin-right: auto;
  }
  .rx6RY-uLrdudnbIM .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #919ab9;
    opacity: 1;
    border-color: #919ab9 !important;
    background: #919ab9 !important;
    backdrop-filter: blur(8px);
  }
  .rx6RY-uLrdudnbIM .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .rx6RY-uLrdudnbIM .navbar-nav .dropdown-item:hover {
    background-color: #454e6c;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .rx6RY-uLrdudnbIM .navbar-collapse {
    padding: 1rem;
  }
}
.rx6RY-uLrR6upRn1 {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.rx6RY-uLrR6upRn1 .editing-fallback-image.disabled {
  display: none;
}
.rx6RY-uLrR6upRn1 .editing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.rx6RY-uLrR6upRn1 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .rx6RY-uLrR6upRn1 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .rx6RY-uLrR6upRn1 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .rx6RY-uLrR6upRn1 .container {
    padding: 0 16px;
  }
}
.rx6RY-uLrR6upRn1 .card {
  justify-content: center;
}
.rx6RY-uLrR6upRn1 .title-wrapper .editing-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .rx6RY-uLrR6upRn1 .title-wrapper .editing-section-title {
    margin-bottom: 36px;
  }
}
.rx6RY-uLrR6upRn1 .text-wrapper .editing-text {
  margin: 48px 0 0 0;
}
@media (max-width: 992px) {
  .rx6RY-uLrR6upRn1 .text-wrapper .editing-text {
    margin: 36px 0 0 0;
  }
}
.rx6RY-uLrR6upRn1 .editing-section-title {
  color: #080808;
}
.rx6RY-uLrR6upRn1 .editing-text {
  color: #000000;
}
.rx6RY-uLrR6upRn1 .editing-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .rx6RY-uLrR6upRn1 .editing-section-btn {
    text-align: left;
  }
}
.rx6RY-uLrR6upRn1 .editing-section-title,
.rx6RY-uLrR6upRn1 .editing-section-btn {
  color: #2c2c26;
}
.rx6RY-uLsR2k1X7x {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #919ab9;
}
.rx6RY-uLsR2k1X7x .editing-fallback-image.disabled {
  display: none;
}
.rx6RY-uLsR2k1X7x .editing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.rx6RY-uLsR2k1X7x .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .rx6RY-uLsR2k1X7x .container-fluid {
    padding: 0 30px;
  }
}
.rx6RY-uLsR2k1X7x .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .rx6RY-uLsR2k1X7x .container {
    padding: 0 30px;
  }
}
.rx6RY-uLsR2k1X7x .title-wrapper .editing-section-title {
  margin-bottom: 85px;
}
.rx6RY-uLsR2k1X7x .contacts-wrapper,
.rx6RY-uLsR2k1X7x .list-wrapper,
.rx6RY-uLsR2k1X7x .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
.rx6RY-uLsR2k1X7x .editing-section-subtitle {
  margin-bottom: 10px;
  color: #000000;
}
.rx6RY-uLsR2k1X7x .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #000000;
}
.rx6RY-uLsR2k1X7x .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.rx6RY-uLsR2k1X7x .list .item-wrap:hover {
  color: #ffffff;
}
.rx6RY-uLsR2k1X7x .list .item-wrap:hover::before {
  width: 100%;
}
.rx6RY-uLsR2k1X7x .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.rx6RY-uLsR2k1X7x .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.rx6RY-uLsR2k1X7x .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #000000;
  text-align: center;
}
.rx6RY-uLsR2k1X7x .editing-section-title {
  color: #000000;
}
.rx6RY-uLrdudnbIM {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.rx6RY-uLrdudnbIM .dropdown-item:before {
  font-family: visualization2 !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;
}
@media (max-width: 767px) {
  .rx6RY-uLrdudnbIM .navbar-toggler {
    transform: scale(0.8);
  }
}
.rx6RY-uLrdudnbIM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.rx6RY-uLrdudnbIM .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.rx6RY-uLrdudnbIM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.rx6RY-uLrdudnbIM .navbar-brand .navbar-logo a {
  outline: none;
}
.rx6RY-uLrdudnbIM .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.rx6RY-uLrdudnbIM .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.rx6RY-uLrdudnbIM .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.rx6RY-uLrdudnbIM .navbar-nav .nav-item .nav-link:hover {
  background-color: #454e6c;
}
.rx6RY-uLrdudnbIM .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .rx6RY-uLrdudnbIM .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.rx6RY-uLrdudnbIM .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.rx6RY-uLrdudnbIM .navbar-nav .dropdown-item:hover {
  background-color: #454e6c;
}
@media (min-width: 992px) {
  .rx6RY-uLrdudnbIM .navbar-nav {
    padding-left: 1.5rem;
  }
}
.rx6RY-uLrdudnbIM .nav-link {
  width: fit-content;
  position: relative;
}
.rx6RY-uLrdudnbIM .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .rx6RY-uLrdudnbIM .navbar-logo {
    padding-left: 1rem;
  }
}
.rx6RY-uLrdudnbIM .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .rx6RY-uLrdudnbIM .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.rx6RY-uLrdudnbIM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.rx6RY-uLrdudnbIM .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #919ab9 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #919ab9;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .rx6RY-uLrdudnbIM .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .rx6RY-uLrdudnbIM .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.rx6RY-uLrdudnbIM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.rx6RY-uLrdudnbIM .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #919ab9;
  background: #919ab9 !important;
}
.rx6RY-uLrdudnbIM .nav-item:focus,
.rx6RY-uLrdudnbIM .nav-link:focus {
  outline: none;
}
.rx6RY-uLrdudnbIM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.rx6RY-uLrdudnbIM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.rx6RY-uLrdudnbIM .dropdown .dropdown-menu .dropdown-item .editing-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.rx6RY-uLrdudnbIM .dropdown .dropdown-menu .dropdown-item .editing-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.rx6RY-uLrdudnbIM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.rx6RY-uLrdudnbIM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.rx6RY-uLrdudnbIM .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.rx6RY-uLrdudnbIM .navbar.opened {
  transition: all 0.3s;
}
.rx6RY-uLrdudnbIM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.rx6RY-uLrdudnbIM .navbar .navbar-logo img {
  width: auto;
}
.rx6RY-uLrdudnbIM .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.rx6RY-uLrdudnbIM .navbar.collapsed {
  justify-content: center;
}
.rx6RY-uLrdudnbIM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.rx6RY-uLrdudnbIM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .rx6RY-uLrdudnbIM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.rx6RY-uLrdudnbIM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.rx6RY-uLrdudnbIM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.rx6RY-uLrdudnbIM .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%;
}
.rx6RY-uLrdudnbIM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.rx6RY-uLrdudnbIM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.rx6RY-uLrdudnbIM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .rx6RY-uLrdudnbIM .navbar {
    min-height: 72px;
  }
  .rx6RY-uLrdudnbIM .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .rx6RY-uLrdudnbIM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .rx6RY-uLrdudnbIM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .rx6RY-uLrdudnbIM .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%;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .rx6RY-uLrdudnbIM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .rx6RY-uLrdudnbIM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .rx6RY-uLrdudnbIM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.rx6RY-uLrdudnbIM .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.rx6RY-uLrdudnbIM .dropdown-item.active,
.rx6RY-uLrdudnbIM .dropdown-item:active {
  background-color: transparent;
}
.rx6RY-uLrdudnbIM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.rx6RY-uLrdudnbIM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.rx6RY-uLrdudnbIM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.rx6RY-uLrdudnbIM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #919ab9;
}
.rx6RY-uLrdudnbIM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.rx6RY-uLrdudnbIM .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.rx6RY-uLrdudnbIM ul.navbar-nav {
  flex-wrap: wrap;
}
.rx6RY-uLrdudnbIM .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .rx6RY-uLrdudnbIM .navbar-buttons {
    text-align: left;
  }
}
.rx6RY-uLrdudnbIM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.rx6RY-uLrdudnbIM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.rx6RY-uLrdudnbIM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.rx6RY-uLrdudnbIM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.rx6RY-uLrdudnbIM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.rx6RY-uLrdudnbIM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.rx6RY-uLrdudnbIM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.rx6RY-uLrdudnbIM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.rx6RY-uLrdudnbIM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.rx6RY-uLrdudnbIM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.rx6RY-uLrdudnbIM .navbar-dropdown {
  padding: 0 1rem;
}
.rx6RY-uLrdudnbIM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rx6RY-uLrdudnbIM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .rx6RY-uLrdudnbIM .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rx6RY-uLrdudnbIM .navbar {
    height: 70px;
  }
  .rx6RY-uLrdudnbIM .navbar.opened {
    height: auto;
  }
  .rx6RY-uLrdudnbIM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.rx6RY-uLrdudnbIM .navbar-buttons .btn {
  padding: 10px 30px;
}
.rx6RY-uLrdudnbIM .editing-section-btn {
  margin: -0.6rem -0.6rem;
}
.rx6RY-uLrdudnbIM .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .rx6RY-uLrdudnbIM .navbar-brand {
    margin-right: auto;
  }
  .rx6RY-uLrdudnbIM .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #919ab9;
    opacity: 1;
    border-color: #919ab9 !important;
    background: #919ab9 !important;
    backdrop-filter: blur(8px);
  }
  .rx6RY-uLrdudnbIM .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .rx6RY-uLrdudnbIM .navbar-nav .dropdown-item:hover {
    background-color: #454e6c;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .rx6RY-uLrdudnbIM .navbar-collapse {
    padding: 1rem;
  }
}
.rx6RY-uLrROp6ReG {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.rx6RY-uLrROp6ReG .editing-fallback-image.disabled {
  display: none;
}
.rx6RY-uLrROp6ReG .editing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.rx6RY-uLrROp6ReG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .rx6RY-uLrROp6ReG .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .rx6RY-uLrROp6ReG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .rx6RY-uLrROp6ReG .container {
    padding: 0 16px;
  }
}
.rx6RY-uLrROp6ReG .card {
  justify-content: center;
}
.rx6RY-uLrROp6ReG .title-wrapper .editing-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .rx6RY-uLrROp6ReG .title-wrapper .editing-section-title {
    margin-bottom: 36px;
  }
}
.rx6RY-uLrROp6ReG .text-wrapper .editing-text {
  margin: 48px 0 0 0;
}
@media (max-width: 992px) {
  .rx6RY-uLrROp6ReG .text-wrapper .editing-text {
    margin: 36px 0 0 0;
  }
}
.rx6RY-uLrROp6ReG .editing-section-title {
  color: #080808;
}
.rx6RY-uLrROp6ReG .editing-text {
  color: #000000;
}
.rx6RY-uLrROp6ReG .editing-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .rx6RY-uLrROp6ReG .editing-section-btn {
    text-align: left;
  }
}
.rx6RY-uLrROp6ReG .editing-section-title,
.rx6RY-uLrROp6ReG .editing-section-btn {
  color: #2c2c26;
}
.rx6RY-uLsR2k1X7x {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #919ab9;
}
.rx6RY-uLsR2k1X7x .editing-fallback-image.disabled {
  display: none;
}
.rx6RY-uLsR2k1X7x .editing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.rx6RY-uLsR2k1X7x .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .rx6RY-uLsR2k1X7x .container-fluid {
    padding: 0 30px;
  }
}
.rx6RY-uLsR2k1X7x .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .rx6RY-uLsR2k1X7x .container {
    padding: 0 30px;
  }
}
.rx6RY-uLsR2k1X7x .title-wrapper .editing-section-title {
  margin-bottom: 85px;
}
.rx6RY-uLsR2k1X7x .contacts-wrapper,
.rx6RY-uLsR2k1X7x .list-wrapper,
.rx6RY-uLsR2k1X7x .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
.rx6RY-uLsR2k1X7x .editing-section-subtitle {
  margin-bottom: 10px;
  color: #000000;
}
.rx6RY-uLsR2k1X7x .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #000000;
}
.rx6RY-uLsR2k1X7x .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.rx6RY-uLsR2k1X7x .list .item-wrap:hover {
  color: #ffffff;
}
.rx6RY-uLsR2k1X7x .list .item-wrap:hover::before {
  width: 100%;
}
.rx6RY-uLsR2k1X7x .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.rx6RY-uLsR2k1X7x .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.rx6RY-uLsR2k1X7x .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #000000;
  text-align: center;
}
.rx6RY-uLsR2k1X7x .editing-section-title {
  color: #000000;
}
.rx6RY-uLrdudnbIM {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.rx6RY-uLrdudnbIM .dropdown-item:before {
  font-family: visualization2 !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;
}
@media (max-width: 767px) {
  .rx6RY-uLrdudnbIM .navbar-toggler {
    transform: scale(0.8);
  }
}
.rx6RY-uLrdudnbIM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.rx6RY-uLrdudnbIM .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.rx6RY-uLrdudnbIM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.rx6RY-uLrdudnbIM .navbar-brand .navbar-logo a {
  outline: none;
}
.rx6RY-uLrdudnbIM .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.rx6RY-uLrdudnbIM .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.rx6RY-uLrdudnbIM .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.rx6RY-uLrdudnbIM .navbar-nav .nav-item .nav-link:hover {
  background-color: #454e6c;
}
.rx6RY-uLrdudnbIM .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .rx6RY-uLrdudnbIM .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.rx6RY-uLrdudnbIM .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.rx6RY-uLrdudnbIM .navbar-nav .dropdown-item:hover {
  background-color: #454e6c;
}
@media (min-width: 992px) {
  .rx6RY-uLrdudnbIM .navbar-nav {
    padding-left: 1.5rem;
  }
}
.rx6RY-uLrdudnbIM .nav-link {
  width: fit-content;
  position: relative;
}
.rx6RY-uLrdudnbIM .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .rx6RY-uLrdudnbIM .navbar-logo {
    padding-left: 1rem;
  }
}
.rx6RY-uLrdudnbIM .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .rx6RY-uLrdudnbIM .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.rx6RY-uLrdudnbIM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.rx6RY-uLrdudnbIM .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #919ab9 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #919ab9;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .rx6RY-uLrdudnbIM .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .rx6RY-uLrdudnbIM .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.rx6RY-uLrdudnbIM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.rx6RY-uLrdudnbIM .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #919ab9;
  background: #919ab9 !important;
}
.rx6RY-uLrdudnbIM .nav-item:focus,
.rx6RY-uLrdudnbIM .nav-link:focus {
  outline: none;
}
.rx6RY-uLrdudnbIM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.rx6RY-uLrdudnbIM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.rx6RY-uLrdudnbIM .dropdown .dropdown-menu .dropdown-item .editing-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.rx6RY-uLrdudnbIM .dropdown .dropdown-menu .dropdown-item .editing-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.rx6RY-uLrdudnbIM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.rx6RY-uLrdudnbIM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.rx6RY-uLrdudnbIM .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.rx6RY-uLrdudnbIM .navbar.opened {
  transition: all 0.3s;
}
.rx6RY-uLrdudnbIM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.rx6RY-uLrdudnbIM .navbar .navbar-logo img {
  width: auto;
}
.rx6RY-uLrdudnbIM .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.rx6RY-uLrdudnbIM .navbar.collapsed {
  justify-content: center;
}
.rx6RY-uLrdudnbIM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.rx6RY-uLrdudnbIM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .rx6RY-uLrdudnbIM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.rx6RY-uLrdudnbIM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.rx6RY-uLrdudnbIM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.rx6RY-uLrdudnbIM .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%;
}
.rx6RY-uLrdudnbIM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.rx6RY-uLrdudnbIM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.rx6RY-uLrdudnbIM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .rx6RY-uLrdudnbIM .navbar {
    min-height: 72px;
  }
  .rx6RY-uLrdudnbIM .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .rx6RY-uLrdudnbIM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .rx6RY-uLrdudnbIM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .rx6RY-uLrdudnbIM .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%;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .rx6RY-uLrdudnbIM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .rx6RY-uLrdudnbIM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .rx6RY-uLrdudnbIM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.rx6RY-uLrdudnbIM .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.rx6RY-uLrdudnbIM .dropdown-item.active,
.rx6RY-uLrdudnbIM .dropdown-item:active {
  background-color: transparent;
}
.rx6RY-uLrdudnbIM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.rx6RY-uLrdudnbIM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.rx6RY-uLrdudnbIM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.rx6RY-uLrdudnbIM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #919ab9;
}
.rx6RY-uLrdudnbIM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.rx6RY-uLrdudnbIM .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.rx6RY-uLrdudnbIM ul.navbar-nav {
  flex-wrap: wrap;
}
.rx6RY-uLrdudnbIM .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .rx6RY-uLrdudnbIM .navbar-buttons {
    text-align: left;
  }
}
.rx6RY-uLrdudnbIM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.rx6RY-uLrdudnbIM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.rx6RY-uLrdudnbIM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.rx6RY-uLrdudnbIM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.rx6RY-uLrdudnbIM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.rx6RY-uLrdudnbIM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.rx6RY-uLrdudnbIM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.rx6RY-uLrdudnbIM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.rx6RY-uLrdudnbIM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.rx6RY-uLrdudnbIM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.rx6RY-uLrdudnbIM .navbar-dropdown {
  padding: 0 1rem;
}
.rx6RY-uLrdudnbIM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rx6RY-uLrdudnbIM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .rx6RY-uLrdudnbIM .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rx6RY-uLrdudnbIM .navbar {
    height: 70px;
  }
  .rx6RY-uLrdudnbIM .navbar.opened {
    height: auto;
  }
  .rx6RY-uLrdudnbIM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.rx6RY-uLrdudnbIM .navbar-buttons .btn {
  padding: 10px 30px;
}
.rx6RY-uLrdudnbIM .editing-section-btn {
  margin: -0.6rem -0.6rem;
}
.rx6RY-uLrdudnbIM .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .rx6RY-uLrdudnbIM .navbar-brand {
    margin-right: auto;
  }
  .rx6RY-uLrdudnbIM .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #919ab9;
    opacity: 1;
    border-color: #919ab9 !important;
    background: #919ab9 !important;
    backdrop-filter: blur(8px);
  }
  .rx6RY-uLrdudnbIM .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .rx6RY-uLrdudnbIM .navbar-nav .dropdown-item:hover {
    background-color: #454e6c;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .rx6RY-uLrdudnbIM .navbar-collapse {
    padding: 1rem;
  }
}
.rx6RY-uLtEJl2Ow7 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.rx6RY-uLtEJl2Ow7 .editing-fallback-image.disabled {
  display: none;
}
.rx6RY-uLtEJl2Ow7 .editing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.rx6RY-uLtEJl2Ow7 .content-wrapper {
  justify-content: flex-end;
}
.rx6RY-uLtEJl2Ow7 .card {
  justify-content: center;
}
.rx6RY-uLtEJl2Ow7 .title-wrapper {
  padding: 0 50px 0 12%;
}
@media (max-width: 992px) {
  .rx6RY-uLtEJl2Ow7 .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
.rx6RY-uLtEJl2Ow7 .title-wrapper .editing-tag {
  margin-bottom: 16px;
}
.rx6RY-uLtEJl2Ow7 .title-wrapper .editing-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .rx6RY-uLtEJl2Ow7 .title-wrapper .editing-section-title {
    margin-bottom: 20px;
  }
}
.rx6RY-uLtEJl2Ow7 .title-wrapper .text-wrapper .editing-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .rx6RY-uLtEJl2Ow7 .title-wrapper .text-wrapper .editing-text {
    width: 100%;
  }
}
.rx6RY-uLtEJl2Ow7 .editing-section-btn .btn {
  margin-bottom: 0;
}
.rx6RY-uLtEJl2Ow7 .editing-section-btn .btn::after,
.rx6RY-uLtEJl2Ow7 .editing-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.rx6RY-uLtEJl2Ow7 .editing-section-btn .btn:hover,
.rx6RY-uLtEJl2Ow7 .editing-section-btn .btn:focus {
  color: #ffffff !important;
}
.rx6RY-uLtEJl2Ow7 .editing-section-btn .btn:hover::after,
.rx6RY-uLtEJl2Ow7 .editing-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.rx6RY-uLtEJl2Ow7 .form-wrapper {
  padding: 110px 200px;
  background-color: #939bb4;
}
@media (max-width: 1640px) {
  .rx6RY-uLtEJl2Ow7 .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .rx6RY-uLtEJl2Ow7 .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .rx6RY-uLtEJl2Ow7 .form-wrapper {
    padding: 20px;
  }
}
.rx6RY-uLtEJl2Ow7 .form-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .rx6RY-uLtEJl2Ow7 .form-wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
.rx6RY-uLtEJl2Ow7 .form-wrapper .title-wrap .editing-title {
  margin-bottom: 16px;
}
.rx6RY-uLtEJl2Ow7 .form-wrapper .title-wrap .form-text {
  margin-bottom: 0;
}
.rx6RY-uLtEJl2Ow7 .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.rx6RY-uLtEJl2Ow7 .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.rx6RY-uLtEJl2Ow7 .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.rx6RY-uLtEJl2Ow7 .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
}
.rx6RY-uLtEJl2Ow7 .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.rx6RY-uLtEJl2Ow7 .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.rx6RY-uLtEJl2Ow7 .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
}
.rx6RY-uLtEJl2Ow7 .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.rx6RY-uLtEJl2Ow7 .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.rx6RY-uLtEJl2Ow7 .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.rx6RY-uLtEJl2Ow7 .form-wrapper .form-wrap .dragArea.row .editing-section-btn {
  width: 100%;
  margin-top: 20px;
}
.rx6RY-uLtEJl2Ow7 .form-wrapper .form-wrap .dragArea.row .editing-section-btn .btn {
  margin-left: 0;
}
.rx6RY-uLtEJl2Ow7 .editing-section-title {
  color: #2c2c26;
}
.rx6RY-uLtEJl2Ow7 .editing-tag {
  color: #adadad;
}
.rx6RY-uLtEJl2Ow7 .editing-text {
  color: #ffffff;
}
.rx6RY-uLtEJl2Ow7 .editing-title {
  color: #2c2c26;
  text-align: center;
}
.rx6RY-uLtEJl2Ow7 .form-text {
  color: #000000;
  text-align: center;
}
.rx6RY-uLtEJl2Ow7 label {
  color: #121212;
}
.rx6RY-uLtEJl2Ow7 .editing-text,
.rx6RY-uLtEJl2Ow7 .text-wrapper {
  color: #2c2c26;
}
.rx6RY-uLsnk6ivnq {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.rx6RY-uLsnk6ivnq .editing-fallback-image.disabled {
  display: none;
}
.rx6RY-uLsnk6ivnq .editing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.rx6RY-uLsnk6ivnq .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .rx6RY-uLsnk6ivnq .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .rx6RY-uLsnk6ivnq .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .rx6RY-uLsnk6ivnq .items-wrapper .item {
    margin-bottom: 12px;
  }
  .rx6RY-uLsnk6ivnq .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.rx6RY-uLsnk6ivnq .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background-color: #919ab9;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .rx6RY-uLsnk6ivnq .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.rx6RY-uLsnk6ivnq .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .rx6RY-uLsnk6ivnq .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 24px;
  }
}
.rx6RY-uLsnk6ivnq .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.rx6RY-uLsnk6ivnq .items-wrapper .item .item-wrapper .card-box .editing-section-btn {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .rx6RY-uLsnk6ivnq .items-wrapper .item .item-wrapper .card-box .editing-section-btn {
    margin-bottom: 16px;
  }
}
.rx6RY-uLsnk6ivnq .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .rx6RY-uLsnk6ivnq .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.rx6RY-uLsnk6ivnq .items-wrapper .item .item-wrapper .card-box .icon-wrapper .editing-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffe66d;
}
@media (max-width: 992px) {
  .rx6RY-uLsnk6ivnq .items-wrapper .item .item-wrapper .card-box .icon-wrapper .editing-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.rx6RY-uLsnk6ivnq .item-title {
  color: #050f0f;
}
.rx6RY-uLsnk6ivnq .item-text {
  color: #2c2c26;
  text-align: center;
}
.rx6RY-uLsnk6ivnq .icon-wrapper {
  text-align: right;
}
.rx6RY-uLsnk6ivnq .item-title,
.rx6RY-uLsnk6ivnq .icon-wrapper,
.rx6RY-uLsnk6ivnq .editing-section-btn {
  color: #ffffff;
  text-align: center;
}
.rx6RY-uLsR2k1X7x {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #919ab9;
}
.rx6RY-uLsR2k1X7x .editing-fallback-image.disabled {
  display: none;
}
.rx6RY-uLsR2k1X7x .editing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.rx6RY-uLsR2k1X7x .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .rx6RY-uLsR2k1X7x .container-fluid {
    padding: 0 30px;
  }
}
.rx6RY-uLsR2k1X7x .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .rx6RY-uLsR2k1X7x .container {
    padding: 0 30px;
  }
}
.rx6RY-uLsR2k1X7x .title-wrapper .editing-section-title {
  margin-bottom: 85px;
}
.rx6RY-uLsR2k1X7x .contacts-wrapper,
.rx6RY-uLsR2k1X7x .list-wrapper,
.rx6RY-uLsR2k1X7x .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
.rx6RY-uLsR2k1X7x .editing-section-subtitle {
  margin-bottom: 10px;
  color: #000000;
}
.rx6RY-uLsR2k1X7x .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #000000;
}
.rx6RY-uLsR2k1X7x .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.rx6RY-uLsR2k1X7x .list .item-wrap:hover {
  color: #ffffff;
}
.rx6RY-uLsR2k1X7x .list .item-wrap:hover::before {
  width: 100%;
}
.rx6RY-uLsR2k1X7x .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.rx6RY-uLsR2k1X7x .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.rx6RY-uLsR2k1X7x .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #000000;
  text-align: center;
}
.rx6RY-uLsR2k1X7x .editing-section-title {
  color: #000000;
}
.rx6RY-uLrdudnbIM {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.rx6RY-uLrdudnbIM .dropdown-item:before {
  font-family: visualization2 !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;
}
@media (max-width: 767px) {
  .rx6RY-uLrdudnbIM .navbar-toggler {
    transform: scale(0.8);
  }
}
.rx6RY-uLrdudnbIM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.rx6RY-uLrdudnbIM .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.rx6RY-uLrdudnbIM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.rx6RY-uLrdudnbIM .navbar-brand .navbar-logo a {
  outline: none;
}
.rx6RY-uLrdudnbIM .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.rx6RY-uLrdudnbIM .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.rx6RY-uLrdudnbIM .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.rx6RY-uLrdudnbIM .navbar-nav .nav-item .nav-link:hover {
  background-color: #454e6c;
}
.rx6RY-uLrdudnbIM .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .rx6RY-uLrdudnbIM .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.rx6RY-uLrdudnbIM .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.rx6RY-uLrdudnbIM .navbar-nav .dropdown-item:hover {
  background-color: #454e6c;
}
@media (min-width: 992px) {
  .rx6RY-uLrdudnbIM .navbar-nav {
    padding-left: 1.5rem;
  }
}
.rx6RY-uLrdudnbIM .nav-link {
  width: fit-content;
  position: relative;
}
.rx6RY-uLrdudnbIM .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .rx6RY-uLrdudnbIM .navbar-logo {
    padding-left: 1rem;
  }
}
.rx6RY-uLrdudnbIM .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .rx6RY-uLrdudnbIM .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.rx6RY-uLrdudnbIM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.rx6RY-uLrdudnbIM .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #919ab9 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #919ab9;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .rx6RY-uLrdudnbIM .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .rx6RY-uLrdudnbIM .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.rx6RY-uLrdudnbIM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.rx6RY-uLrdudnbIM .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #919ab9;
  background: #919ab9 !important;
}
.rx6RY-uLrdudnbIM .nav-item:focus,
.rx6RY-uLrdudnbIM .nav-link:focus {
  outline: none;
}
.rx6RY-uLrdudnbIM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.rx6RY-uLrdudnbIM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.rx6RY-uLrdudnbIM .dropdown .dropdown-menu .dropdown-item .editing-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.rx6RY-uLrdudnbIM .dropdown .dropdown-menu .dropdown-item .editing-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.rx6RY-uLrdudnbIM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.rx6RY-uLrdudnbIM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.rx6RY-uLrdudnbIM .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.rx6RY-uLrdudnbIM .navbar.opened {
  transition: all 0.3s;
}
.rx6RY-uLrdudnbIM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.rx6RY-uLrdudnbIM .navbar .navbar-logo img {
  width: auto;
}
.rx6RY-uLrdudnbIM .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.rx6RY-uLrdudnbIM .navbar.collapsed {
  justify-content: center;
}
.rx6RY-uLrdudnbIM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.rx6RY-uLrdudnbIM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .rx6RY-uLrdudnbIM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.rx6RY-uLrdudnbIM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.rx6RY-uLrdudnbIM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.rx6RY-uLrdudnbIM .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%;
}
.rx6RY-uLrdudnbIM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.rx6RY-uLrdudnbIM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.rx6RY-uLrdudnbIM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .rx6RY-uLrdudnbIM .navbar {
    min-height: 72px;
  }
  .rx6RY-uLrdudnbIM .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .rx6RY-uLrdudnbIM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .rx6RY-uLrdudnbIM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .rx6RY-uLrdudnbIM .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%;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .rx6RY-uLrdudnbIM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .rx6RY-uLrdudnbIM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .rx6RY-uLrdudnbIM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.rx6RY-uLrdudnbIM .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.rx6RY-uLrdudnbIM .dropdown-item.active,
.rx6RY-uLrdudnbIM .dropdown-item:active {
  background-color: transparent;
}
.rx6RY-uLrdudnbIM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.rx6RY-uLrdudnbIM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.rx6RY-uLrdudnbIM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.rx6RY-uLrdudnbIM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #919ab9;
}
.rx6RY-uLrdudnbIM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.rx6RY-uLrdudnbIM .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.rx6RY-uLrdudnbIM ul.navbar-nav {
  flex-wrap: wrap;
}
.rx6RY-uLrdudnbIM .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .rx6RY-uLrdudnbIM .navbar-buttons {
    text-align: left;
  }
}
.rx6RY-uLrdudnbIM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.rx6RY-uLrdudnbIM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.rx6RY-uLrdudnbIM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.rx6RY-uLrdudnbIM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.rx6RY-uLrdudnbIM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.rx6RY-uLrdudnbIM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.rx6RY-uLrdudnbIM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.rx6RY-uLrdudnbIM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.rx6RY-uLrdudnbIM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.rx6RY-uLrdudnbIM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.rx6RY-uLrdudnbIM .navbar-dropdown {
  padding: 0 1rem;
}
.rx6RY-uLrdudnbIM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rx6RY-uLrdudnbIM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .rx6RY-uLrdudnbIM .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rx6RY-uLrdudnbIM .navbar {
    height: 70px;
  }
  .rx6RY-uLrdudnbIM .navbar.opened {
    height: auto;
  }
  .rx6RY-uLrdudnbIM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.rx6RY-uLrdudnbIM .navbar-buttons .btn {
  padding: 10px 30px;
}
.rx6RY-uLrdudnbIM .editing-section-btn {
  margin: -0.6rem -0.6rem;
}
.rx6RY-uLrdudnbIM .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .rx6RY-uLrdudnbIM .navbar-brand {
    margin-right: auto;
  }
  .rx6RY-uLrdudnbIM .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #919ab9;
    opacity: 1;
    border-color: #919ab9 !important;
    background: #919ab9 !important;
    backdrop-filter: blur(8px);
  }
  .rx6RY-uLrdudnbIM .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .rx6RY-uLrdudnbIM .navbar-nav .dropdown-item:hover {
    background-color: #454e6c;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .rx6RY-uLrdudnbIM .navbar-collapse {
    padding: 1rem;
  }
}
.rx6RY-uLrRQqZL43 {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.rx6RY-uLrRQqZL43 .editing-fallback-image.disabled {
  display: none;
}
.rx6RY-uLrRQqZL43 .editing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.rx6RY-uLrRQqZL43 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .rx6RY-uLrRQqZL43 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .rx6RY-uLrRQqZL43 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .rx6RY-uLrRQqZL43 .container {
    padding: 0 16px;
  }
}
.rx6RY-uLrRQqZL43 .card {
  justify-content: center;
}
.rx6RY-uLrRQqZL43 .title-wrapper .editing-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .rx6RY-uLrRQqZL43 .title-wrapper .editing-section-title {
    margin-bottom: 36px;
  }
}
.rx6RY-uLrRQqZL43 .text-wrapper .editing-text {
  margin: 48px 0 0 0;
}
@media (max-width: 992px) {
  .rx6RY-uLrRQqZL43 .text-wrapper .editing-text {
    margin: 36px 0 0 0;
  }
}
.rx6RY-uLrRQqZL43 .editing-section-title {
  color: #080808;
}
.rx6RY-uLrRQqZL43 .editing-text {
  color: #000000;
}
.rx6RY-uLrRQqZL43 .editing-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .rx6RY-uLrRQqZL43 .editing-section-btn {
    text-align: left;
  }
}
.rx6RY-uLrRQqZL43 .editing-section-title,
.rx6RY-uLrRQqZL43 .editing-section-btn {
  color: #2c2c26;
}
.rx6RY-uLsR2k1X7x {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #919ab9;
}
.rx6RY-uLsR2k1X7x .editing-fallback-image.disabled {
  display: none;
}
.rx6RY-uLsR2k1X7x .editing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.rx6RY-uLsR2k1X7x .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .rx6RY-uLsR2k1X7x .container-fluid {
    padding: 0 30px;
  }
}
.rx6RY-uLsR2k1X7x .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .rx6RY-uLsR2k1X7x .container {
    padding: 0 30px;
  }
}
.rx6RY-uLsR2k1X7x .title-wrapper .editing-section-title {
  margin-bottom: 85px;
}
.rx6RY-uLsR2k1X7x .contacts-wrapper,
.rx6RY-uLsR2k1X7x .list-wrapper,
.rx6RY-uLsR2k1X7x .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
.rx6RY-uLsR2k1X7x .editing-section-subtitle {
  margin-bottom: 10px;
  color: #000000;
}
.rx6RY-uLsR2k1X7x .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #000000;
}
.rx6RY-uLsR2k1X7x .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.rx6RY-uLsR2k1X7x .list .item-wrap:hover {
  color: #ffffff;
}
.rx6RY-uLsR2k1X7x .list .item-wrap:hover::before {
  width: 100%;
}
.rx6RY-uLsR2k1X7x .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.rx6RY-uLsR2k1X7x .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.rx6RY-uLsR2k1X7x .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #000000;
  text-align: center;
}
.rx6RY-uLsR2k1X7x .editing-section-title {
  color: #000000;
}
.rx6RY-uLrdudnbIM {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.rx6RY-uLrdudnbIM .dropdown-item:before {
  font-family: visualization2 !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;
}
@media (max-width: 767px) {
  .rx6RY-uLrdudnbIM .navbar-toggler {
    transform: scale(0.8);
  }
}
.rx6RY-uLrdudnbIM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.rx6RY-uLrdudnbIM .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.rx6RY-uLrdudnbIM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.rx6RY-uLrdudnbIM .navbar-brand .navbar-logo a {
  outline: none;
}
.rx6RY-uLrdudnbIM .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.rx6RY-uLrdudnbIM .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.rx6RY-uLrdudnbIM .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.rx6RY-uLrdudnbIM .navbar-nav .nav-item .nav-link:hover {
  background-color: #454e6c;
}
.rx6RY-uLrdudnbIM .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .rx6RY-uLrdudnbIM .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.rx6RY-uLrdudnbIM .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.rx6RY-uLrdudnbIM .navbar-nav .dropdown-item:hover {
  background-color: #454e6c;
}
@media (min-width: 992px) {
  .rx6RY-uLrdudnbIM .navbar-nav {
    padding-left: 1.5rem;
  }
}
.rx6RY-uLrdudnbIM .nav-link {
  width: fit-content;
  position: relative;
}
.rx6RY-uLrdudnbIM .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .rx6RY-uLrdudnbIM .navbar-logo {
    padding-left: 1rem;
  }
}
.rx6RY-uLrdudnbIM .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .rx6RY-uLrdudnbIM .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.rx6RY-uLrdudnbIM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.rx6RY-uLrdudnbIM .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #919ab9 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #919ab9;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .rx6RY-uLrdudnbIM .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .rx6RY-uLrdudnbIM .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.rx6RY-uLrdudnbIM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.rx6RY-uLrdudnbIM .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #919ab9;
  background: #919ab9 !important;
}
.rx6RY-uLrdudnbIM .nav-item:focus,
.rx6RY-uLrdudnbIM .nav-link:focus {
  outline: none;
}
.rx6RY-uLrdudnbIM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.rx6RY-uLrdudnbIM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.rx6RY-uLrdudnbIM .dropdown .dropdown-menu .dropdown-item .editing-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.rx6RY-uLrdudnbIM .dropdown .dropdown-menu .dropdown-item .editing-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.rx6RY-uLrdudnbIM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.rx6RY-uLrdudnbIM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.rx6RY-uLrdudnbIM .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.rx6RY-uLrdudnbIM .navbar.opened {
  transition: all 0.3s;
}
.rx6RY-uLrdudnbIM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.rx6RY-uLrdudnbIM .navbar .navbar-logo img {
  width: auto;
}
.rx6RY-uLrdudnbIM .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.rx6RY-uLrdudnbIM .navbar.collapsed {
  justify-content: center;
}
.rx6RY-uLrdudnbIM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.rx6RY-uLrdudnbIM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .rx6RY-uLrdudnbIM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.rx6RY-uLrdudnbIM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.rx6RY-uLrdudnbIM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.rx6RY-uLrdudnbIM .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%;
}
.rx6RY-uLrdudnbIM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.rx6RY-uLrdudnbIM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.rx6RY-uLrdudnbIM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .rx6RY-uLrdudnbIM .navbar {
    min-height: 72px;
  }
  .rx6RY-uLrdudnbIM .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .rx6RY-uLrdudnbIM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .rx6RY-uLrdudnbIM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .rx6RY-uLrdudnbIM .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%;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .rx6RY-uLrdudnbIM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .rx6RY-uLrdudnbIM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .rx6RY-uLrdudnbIM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.rx6RY-uLrdudnbIM .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.rx6RY-uLrdudnbIM .dropdown-item.active,
.rx6RY-uLrdudnbIM .dropdown-item:active {
  background-color: transparent;
}
.rx6RY-uLrdudnbIM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.rx6RY-uLrdudnbIM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.rx6RY-uLrdudnbIM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.rx6RY-uLrdudnbIM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #919ab9;
}
.rx6RY-uLrdudnbIM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.rx6RY-uLrdudnbIM .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.rx6RY-uLrdudnbIM ul.navbar-nav {
  flex-wrap: wrap;
}
.rx6RY-uLrdudnbIM .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .rx6RY-uLrdudnbIM .navbar-buttons {
    text-align: left;
  }
}
.rx6RY-uLrdudnbIM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.rx6RY-uLrdudnbIM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.rx6RY-uLrdudnbIM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.rx6RY-uLrdudnbIM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.rx6RY-uLrdudnbIM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.rx6RY-uLrdudnbIM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.rx6RY-uLrdudnbIM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.rx6RY-uLrdudnbIM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.rx6RY-uLrdudnbIM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.rx6RY-uLrdudnbIM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.rx6RY-uLrdudnbIM .navbar-dropdown {
  padding: 0 1rem;
}
.rx6RY-uLrdudnbIM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rx6RY-uLrdudnbIM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .rx6RY-uLrdudnbIM .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rx6RY-uLrdudnbIM .navbar {
    height: 70px;
  }
  .rx6RY-uLrdudnbIM .navbar.opened {
    height: auto;
  }
  .rx6RY-uLrdudnbIM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.rx6RY-uLrdudnbIM .navbar-buttons .btn {
  padding: 10px 30px;
}
.rx6RY-uLrdudnbIM .editing-section-btn {
  margin: -0.6rem -0.6rem;
}
.rx6RY-uLrdudnbIM .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .rx6RY-uLrdudnbIM .navbar-brand {
    margin-right: auto;
  }
  .rx6RY-uLrdudnbIM .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #919ab9;
    opacity: 1;
    border-color: #919ab9 !important;
    background: #919ab9 !important;
    backdrop-filter: blur(8px);
  }
  .rx6RY-uLrdudnbIM .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .rx6RY-uLrdudnbIM .navbar-nav .dropdown-item:hover {
    background-color: #454e6c;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .rx6RY-uLrdudnbIM .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .rx6RY-uLrdudnbIM .navbar-collapse {
    padding: 1rem;
  }
}
.rx6RY-uLrRS4A9yZ {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.rx6RY-uLrRS4A9yZ .editing-fallback-image.disabled {
  display: none;
}
.rx6RY-uLrRS4A9yZ .editing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.rx6RY-uLrRS4A9yZ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .rx6RY-uLrRS4A9yZ .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .rx6RY-uLrRS4A9yZ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .rx6RY-uLrRS4A9yZ .container {
    padding: 0 16px;
  }
}
.rx6RY-uLrRS4A9yZ .card {
  justify-content: center;
}
.rx6RY-uLrRS4A9yZ .title-wrapper .editing-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .rx6RY-uLrRS4A9yZ .title-wrapper .editing-section-title {
    margin-bottom: 36px;
  }
}
.rx6RY-uLrRS4A9yZ .text-wrapper .editing-text {
  margin: 48px 0 0 0;
}
@media (max-width: 992px) {
  .rx6RY-uLrRS4A9yZ .text-wrapper .editing-text {
    margin: 36px 0 0 0;
  }
}
.rx6RY-uLrRS4A9yZ .editing-section-title {
  color: #080808;
}
.rx6RY-uLrRS4A9yZ .editing-text {
  color: #000000;
}
.rx6RY-uLrRS4A9yZ .editing-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .rx6RY-uLrRS4A9yZ .editing-section-btn {
    text-align: left;
  }
}
.rx6RY-uLrRS4A9yZ .editing-section-title,
.rx6RY-uLrRS4A9yZ .editing-section-btn {
  color: #2c2c26;
}
.rx6RY-uLsR2k1X7x {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #919ab9;
}
.rx6RY-uLsR2k1X7x .editing-fallback-image.disabled {
  display: none;
}
.rx6RY-uLsR2k1X7x .editing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.rx6RY-uLsR2k1X7x .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .rx6RY-uLsR2k1X7x .container-fluid {
    padding: 0 30px;
  }
}
.rx6RY-uLsR2k1X7x .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .rx6RY-uLsR2k1X7x .container {
    padding: 0 30px;
  }
}
.rx6RY-uLsR2k1X7x .title-wrapper .editing-section-title {
  margin-bottom: 85px;
}
.rx6RY-uLsR2k1X7x .contacts-wrapper,
.rx6RY-uLsR2k1X7x .list-wrapper,
.rx6RY-uLsR2k1X7x .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
.rx6RY-uLsR2k1X7x .editing-section-subtitle {
  margin-bottom: 10px;
  color: #000000;
}
.rx6RY-uLsR2k1X7x .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #000000;
}
.rx6RY-uLsR2k1X7x .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.rx6RY-uLsR2k1X7x .list .item-wrap:hover {
  color: #ffffff;
}
.rx6RY-uLsR2k1X7x .list .item-wrap:hover::before {
  width: 100%;
}
.rx6RY-uLsR2k1X7x .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.rx6RY-uLsR2k1X7x .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.rx6RY-uLsR2k1X7x .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #000000;
  text-align: center;
}
.rx6RY-uLsR2k1X7x .editing-section-title {
  color: #000000;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
.cookie-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
}

.cookie-overlay.active {
	display: block;
}

.cookie-notification {
	position: fixed;
	bottom: -350px;
	left: 0;
	right: 0;
	background-color: gray;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
	padding: 20px;
	text-align: center;
	transition: transform 0.3s ease;
	transform: translateY(200px);
	z-index: 1000;
}

.cookie-notification.active {
	transform: translateY(-350px);
}

.cookie-notification__content {
	max-width: 800px;
	margin: 0 auto;
	color: aliceblue;
}

.cookie-notification__content p a {
	color: aliceblue;
	transition: all 0.5s ease-in-out;
}

.cookie-notification__content p a:hover {
	color: blueviolet;
}

.cookie-notification__actions {
	margin-top: 10px;
}

.cookie-notification__button {
	margin: 5px;
	padding: 10px 15px;
	min-width: 150px;
	font-size: 14px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.cookie-notification__button:hover {
	filter: saturate(0.8);
}

@media (max-width: 768px) {
	.cookie-notification {
		bottom: -250px;
		padding: 15px;
		transform: translateY(150px);
	}
	.cookie-notification.active {
		transform: translateY(-250px);
	}
	.cookie-notification__content {
		max-width: 90%;
	}
	.cookie-notification__button {
		min-width: 120px;
		font-size: 12px;
		padding: 8px 12px;
	}
}

@media (max-width: 480px) {
	.cookie-notification {
		bottom: -200px;
		padding: 10px;
		transform: translateY(100px);
	}
	.cookie-notification.active {
		transform: translateY(-200px);
	}
	.cookie-notification__content {
		max-width: 95%;
	}
	.cookie-notification__button {
		min-width: 100px;
		font-size: 10px;
		padding: 6px 10px;
	}
}

/* logoanimations */
@keyframes skewIn {
    0% {
        transform: skewX(-30deg);
        opacity: 0;
    }
    100% {
        transform: skewX(0);
        opacity: 1;
    }
}

.navbar-brand {
    animation: skewIn 1s ease-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 8: skew slight */
a, button, .btn {
  transition: transform 0.1s ease;
}
a:active, button:active, .btn:active {
  transform: skewX(5deg);
}
/* endmainanimations */
