.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #f3f3fc;
}
body {
  font-family: Liter;
}
.display-1 {
  font-family: 'Liter', sans-serif;
  font-size: 6.63rem;
  line-height: .8;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 8.2875rem;
}
.display-2 {
  font-family: 'Liter', sans-serif;
  font-size: 5.63rem;
  line-height: 1.1em;
}
.display-2 > .mbr-iconfont {
  font-size: 7.0375rem;
}
.display-4 {
  font-family: 'Liter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Liter', sans-serif;
  font-size: 3.125rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-7 {
  font-family: 'Liter', sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.8125rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.304rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.641rem;
    font-size: calc( 2.9705rem + (6.63 - 2.9705) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.9705rem + (6.63 - 2.9705) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.504rem;
    font-size: calc( 2.6205rem + (5.63 - 2.6205) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.6205rem + (5.63 - 2.6205) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #97dffc !important;
}
.bg-success {
  background-color: #7ae6b4 !important;
}
.bg-info {
  background-color: #69dff7 !important;
}
.bg-warning {
  background-color: #ffd861 !important;
}
.bg-danger {
  background-color: #e87883 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #97dffc !important;
  border-color: #97dffc !important;
  color: #046890 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #c9eefd !important;
  border-color: #c9eefd !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #046890 !important;
  background-color: #c9eefd !important;
  border-color: #c9eefd !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4e148c !important;
  border-color: #4e148c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #671ab9 !important;
  border-color: #671ab9 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #671ab9 !important;
  border-color: #671ab9 !important;
}
.btn-info,
.btn-info:active {
  background-color: #69dff7 !important;
  border-color: #69dff7 !important;
  color: #054d5c !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #99e9fa !important;
  border-color: #99e9fa !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #054d5c !important;
  background-color: #99e9fa !important;
  border-color: #99e9fa !important;
}
.btn-success,
.btn-success:active {
  background-color: #7ae6b4 !important;
  border-color: #7ae6b4 !important;
  color: #0f5233 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #a5eecc !important;
  border-color: #a5eecc !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #0f5233 !important;
  background-color: #a5eecc !important;
  border-color: #a5eecc !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd861 !important;
  border-color: #ffd861 !important;
  color: #614900 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffe594 !important;
  border-color: #ffe594 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614900 !important;
  background-color: #ffe594 !important;
  border-color: #ffe594 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e87883 !important;
  border-color: #e87883 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #efa4ab !important;
  border-color: #efa4ab !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #efa4ab !important;
  border-color: #efa4ab !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #97dffc;
  color: #97dffc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #43c5fa !important;
  background-color: transparent !important;
  border-color: #43c5fa !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #046890 !important;
  background-color: #97dffc !important;
  border-color: #97dffc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #4e148c;
  color: #4e148c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #240940 !important;
  background-color: transparent !important;
  border-color: #240940 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4e148c !important;
  border-color: #4e148c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #69dff7;
  color: #69dff7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #17cdf3 !important;
  background-color: transparent !important;
  border-color: #17cdf3 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #054d5c !important;
  background-color: #69dff7 !important;
  border-color: #69dff7 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #7ae6b4;
  color: #7ae6b4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #31d88b !important;
  background-color: transparent !important;
  border-color: #31d88b !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #0f5233 !important;
  background-color: #7ae6b4 !important;
  border-color: #7ae6b4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffd861;
  color: #ffd861;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffc30a !important;
  background-color: transparent !important;
  border-color: #ffc30a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614900 !important;
  background-color: #ffd861 !important;
  border-color: #ffd861 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e87883;
  color: #e87883;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #db2e3f !important;
  background-color: transparent !important;
  border-color: #db2e3f !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e87883 !important;
  border-color: #e87883 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #97dffc !important;
}
.text-secondary {
  color: #4e148c !important;
}
.text-success {
  color: #7ae6b4 !important;
}
.text-info {
  color: #69dff7 !important;
}
.text-warning {
  color: #ffd861 !important;
}
.text-danger {
  color: #e87883 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #34c0f9 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1c0733 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #28d283 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0dc7ed !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #fabc00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d62436 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #97dffc;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #69dff7;
}
.alert-warning {
  background-color: #ffd861;
}
.alert-danger {
  background-color: #e87883;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #97dffc;
  border-color: #97dffc;
  color: #057aa9;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #97dffc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Liter', sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.8125rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #97dffc !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Liter', sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.8125rem;
}
blockquote {
  border-color: #97dffc;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #97dffc;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #97dffc;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #97dffc;
  border-bottom-color: #97dffc;
}
.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: #000000 !important;
  background-color: #97dffc !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: #4e148c !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2397dffc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn,
.mbr-section-btn-main {
  width: 100%;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 8px 50px;
  border-radius: 5px !important;
  font-weight: 400;
  border-width: 1px !important;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 10px 15px;
    width: 100%;
  }
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  background-color: transparent !important;
  color: #97dffc !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  background-color: transparent !important;
  color: #4e148c !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  background-color: transparent !important;
  color: #7ae6b4 !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  background-color: transparent !important;
  color: #69dff7 !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  background-color: transparent !important;
  color: #ffd861 !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  background-color: transparent !important;
  color: #e87883 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  background-color: transparent !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  background-color: #97dffc !important;
  color: #69dff7 !important;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  background-color: #4e148c !important;
  color: #97dffc !important;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  background-color: #7ae6b4 !important;
  color: #97dffc !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  background-color: #69dff7 !important;
  color: #97dffc !important;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  background-color: #ffd861 !important;
  color: #97dffc !important;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  background-color: #e87883 !important;
  color: #97dffc !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 20px !important;
}
.cid-uRGptq7QKV {
  background-color: transparent;
}
.cid-uRGptq7QKV .navbar-dropdown {
  background-color: #f3f3fc !important;
  padding: 0;
}
.cid-uRGptq7QKV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f3f3fc !important;
  background: #f3f3fc;
}
.cid-uRGptq7QKV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRGptq7QKV .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRGptq7QKV .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRGptq7QKV .menu_box .navbar.opened,
  .cid-uRGptq7QKV .menu_box .navbar-collapse {
    background-color: #f3f3fc !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRGptq7QKV .navbar-dropdown {
  position: relative !important;
}
.cid-uRGptq7QKV .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRGptq7QKV .btn:hover {
  box-shadow: none;
}
.cid-uRGptq7QKV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRGptq7QKV .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uRGptq7QKV .nav-item {
    margin: 0 !important;
  }
}
.cid-uRGptq7QKV .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uRGptq7QKV .nav-item .nav-link:hover,
.cid-uRGptq7QKV .nav-item .nav-link:focus {
  color: #000000 !important;
}
.cid-uRGptq7QKV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRGptq7QKV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRGptq7QKV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRGptq7QKV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRGptq7QKV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uRGptq7QKV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRGptq7QKV .offcanvas_box {
    display: none;
  }
}
.cid-uRGptq7QKV .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uRGptq7QKV .dropdown-item:hover,
.cid-uRGptq7QKV .dropdown-item:focus {
  color: #000000 !important;
}
.cid-uRGptq7QKV .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRGptq7QKV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uRGptq7QKV .container {
  display: flex;
  margin: auto;
}
.cid-uRGptq7QKV .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uRGptq7QKV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRGptq7QKV .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uRGptq7QKV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRGptq7QKV .navbar-nav {
    margin: 0;
  }
}
.cid-uRGptq7QKV .dropdown-menu,
.cid-uRGptq7QKV .navbar.opened {
  background-color: false !important;
}
.cid-uRGptq7QKV .nav-item:focus,
.cid-uRGptq7QKV .nav-link:focus {
  outline: none;
}
.cid-uRGptq7QKV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRGptq7QKV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRGptq7QKV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRGptq7QKV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRGptq7QKV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRGptq7QKV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRGptq7QKV .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRGptq7QKV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRGptq7QKV .navbar.opened {
  transition: all 0.3s;
}
.cid-uRGptq7QKV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRGptq7QKV .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uRGptq7QKV .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRGptq7QKV .navbar.collapsed {
  justify-content: center;
}
.cid-uRGptq7QKV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRGptq7QKV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRGptq7QKV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRGptq7QKV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRGptq7QKV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRGptq7QKV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRGptq7QKV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRGptq7QKV .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uRGptq7QKV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uRGptq7QKV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRGptq7QKV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRGptq7QKV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRGptq7QKV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRGptq7QKV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRGptq7QKV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRGptq7QKV .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uRGptq7QKV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRGptq7QKV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRGptq7QKV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRGptq7QKV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRGptq7QKV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRGptq7QKV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRGptq7QKV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRGptq7QKV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRGptq7QKV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRGptq7QKV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uRGptq7QKV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRGptq7QKV .dropdown-item.active,
.cid-uRGptq7QKV .dropdown-item:active {
  background-color: transparent;
}
.cid-uRGptq7QKV .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uRGptq7QKV .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 0 !important;
  }
}
.cid-uRGptq7QKV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRGptq7QKV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRGptq7QKV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRGptq7QKV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRGptq7QKV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRGptq7QKV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f3f3fc;
  background: #f3f3fc;
}
.cid-uRGptq7QKV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRGptq7QKV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRGptq7QKV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRGptq7QKV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRGptq7QKV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRGptq7QKV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRGptq7QKV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRGptq7QKV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRGptq7QKV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRGptq7QKV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRGptq7QKV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRGptq7QKV .navbar {
    height: 70px;
  }
  .cid-uRGptq7QKV .navbar.opened {
    height: auto;
  }
  .cid-uRGptq7QKV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRGptq7QKV .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uRGptq7QKV .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uRGptq7QKV .mbr-section-btn-main {
  width: fit-content;
}
.cid-uRGptq7QKV .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uRGptq7QKV .navbar-caption:hover {
  color: #97dffc;
}
@media (min-width: 992px) {
  .cid-uRGptq7QKV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRGptq7QKV .text_widget {
  margin-bottom: 32px;
}
.cid-uRGptq7QKV .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRGptq7QKV .text_widget a:hover,
.cid-uRGptq7QKV .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uRGptq7QKV .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uRGptq7QKV .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uRGptq7QKV .navbar-caption {
  color: #000000;
}
.cid-uRGptq7QKV .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uRGptq7QKV .icons-menu-main {
  display: flex;
}
.cid-uRGptq7QKV .mbr-section-subtitle,
.cid-uRGptq7QKV .text_widget,
.cid-uRGptq7QKV .mbr-section-btn {
  text-align: center;
}
.cid-uRGptq7QKV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRGptq7QKV .nav-link,
.cid-uRGptq7QKV .dropdown-item {
  color: #000000;
}
.cid-uRGptq7QKV .nav-link,
.cid-uRGptq7QKV .dropdown-item {
  color: #000000;
}
.cid-uRGptqIDcd {
  background-color: #ffffff;
}
.cid-uRGptqIDcd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGptqIDcd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGptqIDcd .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRGptqIDcd .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRGptqIDcd .container {
    padding: 0 26px;
  }
}
.cid-uRGptqIDcd .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 1000px;
  padding: 45px;
}
@media (max-width: 1440px) {
  .cid-uRGptqIDcd .content-wrapper {
    height: 800px;
  }
}
@media (max-width: 992px) {
  .cid-uRGptqIDcd .content-wrapper {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uRGptqIDcd .content-wrapper {
    height: auto;
  }
}
.cid-uRGptqIDcd .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uRGptqIDcd .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
  background-color: #858ae3;
}
.cid-uRGptqIDcd .content-wrapper .content-wrap {
  width: 100%;
  position: relative;
  z-index: 2;
}
.cid-uRGptqIDcd .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uRGptqIDcd .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRGptqIDcd .content-wrapper .content-wrap .text-wrapper .mbr-text {
    max-width: 100%;
  }
}
.cid-uRGptqIDcd .mbr-section-title {
  color: #000000;
}
.cid-uRGptqIDcd .mbr-text,
.cid-uRGptqIDcd .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRGptqIDcd .mbr-section-title,
.cid-uRGptqIDcd .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uRGptqL56F {
  background-color: #dcd2d0;
}
.cid-uRGptqL56F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGptqL56F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGptqL56F .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRGptqL56F .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRGptqL56F .container {
    padding: 0 26px;
  }
}
.cid-uRGptqL56F .row {
  justify-content: center;
}
.cid-uRGptqL56F .title-wrapper {
  margin-bottom: 40px;
}
.cid-uRGptqL56F .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uRGptqL56F .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uRGptqL56F .items-wrapper {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-uRGptqL56F .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uRGptqL56F .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uRGptqL56F .items-wrapper .item:focus .item-wrapper .item-img::before,
.cid-uRGptqL56F .items-wrapper .item:hover .item-wrapper .item-img::before {
  opacity: 0.2;
}
.cid-uRGptqL56F .items-wrapper .item .item-wrapper .item-img {
  position: relative;
}
.cid-uRGptqL56F .items-wrapper .item .item-wrapper .item-img img {
  height: 470px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRGptqL56F .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uRGptqL56F .items-wrapper .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  background-color: #858ae3;
}
.cid-uRGptqL56F .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRGptqL56F .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uRGptqL56F .mbr-section-title,
.cid-uRGptqL56F .mbr-section-btn {
  color: #000000;
}
.cid-uRGptqQbCR {
  background-color: #ffffff;
}
.cid-uRGptqQbCR .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRGptqQbCR .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRGptqQbCR .container {
    padding: 0 26px;
  }
}
.cid-uRGptqQbCR .row {
  justify-content: center;
}
.cid-uRGptqQbCR .content-wrapper {
  padding: 100px 60px;
  background-color: #d0eef2;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uRGptqQbCR .content-wrapper {
    padding: 100px 20px;
  }
}
.cid-uRGptqQbCR .content-wrapper .content-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uRGptqQbCR .content-wrapper .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-uRGptqQbCR .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uRGptqQbCR .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uRGptqQbCR .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRGptqQbCR .content-wrapper .content-wrap .text-wrapper .mbr-text {
    max-width: 100%;
  }
}
.cid-uRGptqQbCR .content-wrapper .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uRGptqQbCR .content-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uRGptqQbCR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 767px) {
  .cid-uRGptqQbCR .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uRGptqQbCR .embla__slide .slide-content {
  width: 100%;
}
.cid-uRGptqQbCR .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 440px;
  border-radius: 20px;
  overflow: hidden;
}
.cid-uRGptqQbCR .embla__slide .slide-content .item-wrapper .item-img:hover .item-title,
.cid-uRGptqQbCR .embla__slide .slide-content .item-wrapper .item-img:focus .item-title {
  opacity: 1;
  transform: translateY(0);
}
.cid-uRGptqQbCR .embla__slide .slide-content .item-wrapper .item-img:hover:before,
.cid-uRGptqQbCR .embla__slide .slide-content .item-wrapper .item-img:focus:before {
  opacity: 0.5;
}
.cid-uRGptqQbCR .embla__slide .slide-content .item-wrapper .item-img:hover img,
.cid-uRGptqQbCR .embla__slide .slide-content .item-wrapper .item-img:focus img {
  transform: scale(1);
}
.cid-uRGptqQbCR .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.15);
  transition: all 0.3s ease-in-out;
}
.cid-uRGptqQbCR .embla__slide .slide-content .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uRGptqQbCR .embla__slide .slide-content .item-wrapper .item-img .item-title {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(16px);
  padding: 0 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uRGptqQbCR .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  background-color: #d0eef2;
}
.cid-uRGptqQbCR .embla__button--next,
.cid-uRGptqQbCR .embla__button--prev {
  display: flex;
}
.cid-uRGptqQbCR .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #97dffc !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uRGptqQbCR .embla__button:hover {
  opacity: 0.6 !important;
}
.cid-uRGptqQbCR .embla__button.embla__button--prev {
  left: 0;
}
.cid-uRGptqQbCR .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 768px) {
  .cid-uRGptqQbCR .embla__button {
    top: 0;
  }
}
.cid-uRGptqQbCR .embla {
  position: relative;
  width: 100%;
}
.cid-uRGptqQbCR .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uRGptqQbCR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRGptqQbCR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRGptqQbCR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRGptqQbCR .mbr-section-title {
  color: #000000;
}
.cid-uRGptqQbCR .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uRGptqQbCR .mbr-text,
.cid-uRGptqQbCR .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uRGptqQbCR .item-title {
  color: #000000;
  text-align: center;
}
.cid-uRGptqQbCR .mbr-section-title,
.cid-uRGptqQbCR .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uRGptqV95f {
  background-color: #ffffff;
}
.cid-uRGptqV95f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGptqV95f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGptqV95f .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRGptqV95f .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRGptqV95f .container {
    padding: 0 26px;
  }
}
.cid-uRGptqV95f .row {
  justify-content: center;
}
.cid-uRGptqV95f .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 1000px;
  padding: 100px;
}
@media (max-width: 1440px) {
  .cid-uRGptqV95f .content-wrapper {
    height: 800px;
    padding: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uRGptqV95f .content-wrapper {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uRGptqV95f .content-wrapper {
    height: auto;
  }
}
.cid-uRGptqV95f .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uRGptqV95f .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 1;
  pointer-events: none;
  background-color: #97dffc;
  opacity: 0.8;
}
.cid-uRGptqV95f .content-wrapper .content-wrap {
  width: 100%;
  position: relative;
  z-index: 2;
}
.cid-uRGptqV95f .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uRGptqV95f .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRGptqV95f .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRGptqV95f .mbr-section-title {
  color: #ffffff;
}
.cid-uRGptqV95f .mbr-text,
.cid-uRGptqV95f .text-wrapper {
  color: #000000;
}
.cid-uRGptqV95f .mbr-section-title,
.cid-uRGptqV95f .mbr-section-btn {
  color: #000000;
}
.cid-uRGptqYVUR {
  background-image: url("../../../assets/images/photo-1589275776107-e193042128bd.jpeg");
}
.cid-uRGptqYVUR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGptqYVUR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGptqYVUR .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRGptqYVUR .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRGptqYVUR .container {
    padding: 0 26px;
  }
}
.cid-uRGptr3TZz {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRGptr3TZz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGptr3TZz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGptr3TZz .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRGptr3TZz .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRGptr3TZz .container {
    padding: 0 26px;
  }
}
.cid-uRGptr3TZz .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uRGptr3TZz .item {
    margin-bottom: 20px;
  }
  .cid-uRGptr3TZz .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uRGptr3TZz .item:nth-child(2n) .item-wrapper .item-img img {
  transform: rotate(0);
}
.cid-uRGptr3TZz .item:nth-child(3n) .item-wrapper .item-img img {
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-uRGptr3TZz .item:nth-child(3n) .item-wrapper .item-img img {
    transform: rotate(0);
  }
}
.cid-uRGptr3TZz .item .item-wrapper .item-img {
  padding: 0 35px;
}
@media (max-width: 992px) {
  .cid-uRGptr3TZz .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uRGptr3TZz .item .item-wrapper .item-img img {
  transform: rotate(-15deg);
  height: 740px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRGptr3TZz .item .item-wrapper .item-img img {
    transform: rotate(0);
    height: 350px;
  }
}
.cid-uRGptr6XZ0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRGptr6XZ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGptr6XZ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGptr6XZ0 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRGptr6XZ0 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRGptr6XZ0 .container {
    padding: 0 26px;
  }
}
.cid-uRGptr6XZ0 .row {
  justify-content: center;
}
.cid-uRGptr6XZ0 .list {
  padding: 0;
  margin-bottom: 40px;
  list-style-type: none;
  color: #000000;
}
.cid-uRGptr6XZ0 .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uRGptr6XZ0 .list .item-wrap:hover,
.cid-uRGptr6XZ0 .list .item-wrap:focus {
  color: #858ae3;
}
.cid-uRGptr6XZ0 .list,
.cid-uRGptr6XZ0 .mbr-section-btn {
  text-align: center;
}
.cid-uRGptr6XZ0 .list,
.cid-uRGptr6XZ0 .item-wrap,
.cid-uRGptr6XZ0 .mbr-section-btn {
  color: #000000;
}
.cid-uRGptr7lke {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRGptr7lke .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGptr7lke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGptr7lke .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRGptr7lke .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRGptr7lke .container {
    padding: 0 26px;
  }
}
.cid-uRGptr7lke .row {
  justify-content: center;
}
.cid-uRGptr7lke .tabs-wrapper {
  text-align: center;
}
.cid-uRGptr7lke .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRGptr7lke .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 40px;
  }
}
.cid-uRGptr7lke .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 10px;
}
.cid-uRGptr7lke .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 8px 20px;
  margin-bottom: 0;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 5px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uRGptr7lke .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #f3f3fc;
  background-color: #000000;
}
.cid-uRGptr7lke .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #dae1f8;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uRGptr7lke .tab-content .tab-pane .content-wrap {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uRGptr7lke .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-uRGptr7lke .tab-content .tab-pane .text-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uRGptr7lke .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uRGptr7lke .tab-content .tab-pane .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRGptr7lke .tab-content .tab-pane .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRGptr7lke .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRGptr7lke .tab-content .tab-pane .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uRGptr7lke .tab-content .tab-pane .image-wrapper img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRGptr7lke .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uRGptr7lke .item-title {
  color: #000000;
}
.cid-uRGptr7lke .item-text {
  color: #000000;
}
.cid-uRGptr7lke .item-title,
.cid-uRGptr7lke .tabs-wrapper {
  color: #000000;
}
.cid-uRGptrbR9T {
  background-color: #ffffff;
}
.cid-uRGptrbR9T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGptrbR9T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGptrbR9T .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRGptrbR9T .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRGptrbR9T .container {
    padding: 0 26px;
  }
}
.cid-uRGptrbR9T .row {
  justify-content: center;
}
.cid-uRGptrbR9T .content-wrapper {
  display: flex;
  padding: 200px 60px;
  background-color: #dae1f8;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uRGptrbR9T .content-wrapper {
    padding: 100px 20px;
    display: block;
    height: auto;
  }
}
.cid-uRGptrbR9T .content-wrapper .mbr-section-title {
  width: 50%;
  padding-right: 45px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRGptrbR9T .content-wrapper .mbr-section-title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uRGptrbR9T .content-wrapper .text-wrapper {
  width: 50%;
  padding-right: 150px;
}
@media (max-width: 1440px) {
  .cid-uRGptrbR9T .content-wrapper .text-wrapper {
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uRGptrbR9T .content-wrapper .text-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uRGptrbR9T .content-wrapper .text-wrapper .text-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRGptrbR9T .content-wrapper .text-wrapper .text-wrap {
    margin-bottom: 40px;
  }
}
.cid-uRGptrbR9T .content-wrapper .text-wrapper .text-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uRGptrbR9T .content-wrapper .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uRGptrbR9T .mbr-section-title {
  color: #000000;
}
.cid-uRGptrbR9T .mbr-section-subtitle {
  color: #000000;
}
.cid-uRGptrbR9T .mbr-text {
  color: #000000;
}
.cid-uRGptrbR9T .mbr-text,
.cid-uRGptrbR9T .mbr-section-btn {
  color: #000000;
}
.cid-uRGptreFCH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRGptreFCH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGptreFCH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGptreFCH .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRGptreFCH .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRGptreFCH .container {
    padding: 0 26px;
  }
}
.cid-uRGptreFCH .row {
  justify-content: center;
}
.cid-uRGptreFCH .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
}
@media (max-width: 992px) {
  .cid-uRGptreFCH .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uRGptreFCH .items-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-uRGptreFCH .items-wrapper .item:focus .item-wrapper .item-img img,
.cid-uRGptreFCH .items-wrapper .item:hover .item-wrapper .item-img img {
  transform: scale(1);
}
.cid-uRGptreFCH .items-wrapper .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uRGptreFCH .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uRGptreFCH .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uRGptreFCH .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.cid-uRGptreFCH .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 5px;
}
.cid-uRGptreFCH .items-wrapper .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #000000;
}
.cid-uRGptreFCH .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uRGptreFCH .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uRGptreFCH .items-wrapper .item .item-wrapper .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transform: scale(1.15);
  transition: all 0.3s ease-in-out;
}
.cid-uRGptreFCH .mbr-section-btn {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRGptreFCH .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-uRGptreFCH .item-title {
  color: #000000;
}
.cid-uRGptreFCH .item-desc {
  color: #000000;
}
.cid-uRGptreFCH .item-title,
.cid-uRGptreFCH .mbr-section-btn {
  color: #000000;
}
.cid-uRGptryT9J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #858ae3;
}
.cid-uRGptryT9J .item:focus,
.cid-uRGptryT9J span:focus {
  outline: none;
}
.cid-uRGptryT9J .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uRGptryT9J .item {
  font-family: "Instrument Serif", sans-serif;
  font-style: italic;
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uRGptryT9J .item {
    min-height: 45px;
  }
}
.cid-uRGptrz1mO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRGptrz1mO .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRGptrz1mO .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRGptrz1mO .container {
    padding: 0 26px;
  }
}
.cid-uRGptrz1mO .row {
  justify-content: center;
}
.cid-uRGptrz1mO .content-wrapper .content-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uRGptrz1mO .content-wrapper .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-uRGptrz1mO .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uRGptrz1mO .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uRGptrz1mO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uRGptrz1mO .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uRGptrz1mO .embla__slide .slide-content {
  width: 100%;
}
.cid-uRGptrz1mO .embla__slide .slide-content .item-wrapper {
  padding: 0 150px;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1440px) {
  .cid-uRGptrz1mO .embla__slide .slide-content .item-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRGptrz1mO .embla__slide .slide-content .item-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uRGptrz1mO .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-uRGptrz1mO .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 40%;
  padding: 50px 50px 0 0;
}
@media (max-width: 768px) {
  .cid-uRGptrz1mO .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uRGptrz1mO .embla__slide .slide-content .item-wrapper .item-content .item-number {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uRGptrz1mO .embla__slide .slide-content .item-wrapper .item-content .item-number {
    margin-bottom: 40px;
  }
}
.cid-uRGptrz1mO .embla__slide .slide-content .item-wrapper .item-content .text-wrapper {
  border-top: 1px solid #000000;
  padding-top: 10px;
}
.cid-uRGptrz1mO .embla__slide .slide-content .item-wrapper .item-content .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uRGptrz1mO .embla__slide .slide-content .item-wrapper .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uRGptrz1mO .embla__slide .slide-content .item-wrapper .item-img {
  width: 60%;
}
@media (max-width: 768px) {
  .cid-uRGptrz1mO .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uRGptrz1mO .embla__slide .slide-content .item-wrapper .item-img img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRGptrz1mO .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uRGptrz1mO .embla__button--next,
.cid-uRGptrz1mO .embla__button--prev {
  display: flex;
}
.cid-uRGptrz1mO .embla__button {
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uRGptrz1mO .embla__button:hover {
  opacity: 0.6 !important;
}
.cid-uRGptrz1mO .embla__button.embla__button--prev {
  left: 0;
}
.cid-uRGptrz1mO .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uRGptrz1mO .embla__button {
    top: 0;
  }
}
.cid-uRGptrz1mO .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uRGptrz1mO .embla {
    padding-top: 25px;
  }
}
.cid-uRGptrz1mO .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uRGptrz1mO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRGptrz1mO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRGptrz1mO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRGptrz1mO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRGptrz1mO .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uRGptrz1mO .item-number {
  color: #000000;
  text-align: center;
}
.cid-uRGptrz1mO .item-title {
  color: #000000;
}
.cid-uRGptrz1mO .item-text {
  color: #000000;
}
.cid-uRGptrz1mO .mbr-section-title,
.cid-uRGptrz1mO .mbr-section-btn {
  color: #000000;
}
.cid-uRGptrK3Et {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #858ae3;
}
.cid-uRGptrK3Et .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGptrK3Et .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGptrK3Et .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRGptrK3Et .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRGptrK3Et .container {
    padding: 0 26px;
  }
}
.cid-uRGptrK3Et .row {
  justify-content: center;
}
.cid-uRGptrK3Et .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uRGptrK3Et .text-wrapper .mbr-section-btn .btn {
  width: 45%;
}
@media (max-width: 768px) {
  .cid-uRGptrK3Et .text-wrapper .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uRGptrK3Et .mbr-text,
.cid-uRGptrK3Et .icon-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRGptrK3Et .mbr-text,
.cid-uRGptrK3Et .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uRGptrSLUV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRGptrSLUV .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRGptrSLUV .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRGptrSLUV .container {
    padding: 0 26px;
  }
}
.cid-uRGptrSLUV .row {
  justify-content: center;
}
.cid-uRGptrSLUV .content-wrapper {
  padding: 200px 0 200px 60px;
  background-color: #dae1f8;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uRGptrSLUV .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uRGptrSLUV .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 45px;
}
@media (max-width: 1440px) {
  .cid-uRGptrSLUV .content-wrapper .content-wrap {
    width: 55%;
  }
}
@media (max-width: 992px) {
  .cid-uRGptrSLUV .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uRGptrSLUV .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uRGptrSLUV .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uRGptrSLUV .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uRGptrSLUV .content-wrapper .content-wrap .icon-wrapper:hover .mbr-iconfont,
.cid-uRGptrSLUV .content-wrapper .content-wrap .icon-wrapper:focus .mbr-iconfont {
  padding-top: 20px;
}
.cid-uRGptrSLUV .content-wrapper .content-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 50px;
  height: 50px;
  font-size: 50px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uRGptrSLUV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 75%;
  max-width: 75%;
}
@media (max-width: 767px) {
  .cid-uRGptrSLUV .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uRGptrSLUV .embla__slide .slide-content {
  width: 100%;
}
.cid-uRGptrSLUV .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRGptrSLUV .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uRGptrSLUV .embla__button--next,
.cid-uRGptrSLUV .embla__button--prev {
  display: flex;
}
.cid-uRGptrSLUV .embla__button {
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #97dffc !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uRGptrSLUV .embla__button:hover {
  opacity: 0.6 !important;
}
.cid-uRGptrSLUV .embla__button.embla__button--prev {
  left: 0;
}
.cid-uRGptrSLUV .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uRGptrSLUV .embla__button {
    top: 0;
  }
}
.cid-uRGptrSLUV .embla {
  position: relative;
  width: 55%;
}
@media (max-width: 1440px) {
  .cid-uRGptrSLUV .embla {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uRGptrSLUV .embla {
    width: 100%;
  }
}
.cid-uRGptrSLUV .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uRGptrSLUV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRGptrSLUV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRGptrSLUV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRGptrSLUV .mbr-section-title {
  color: #000000;
}
.cid-uRGptrSLUV .mbr-section-subtitle {
  color: #000000;
}
.cid-uRGptrSLUV .mbr-text {
  color: #000000;
}
.cid-uRGptrSLUV .icon-wrapper {
  text-align: center;
}
.cid-uRGptrSLUV .mbr-section-title,
.cid-uRGptrSLUV .icon-wrapper {
  color: #000000;
}
.cid-uRGptrSLUV .mbr-text,
.cid-uRGptrSLUV .text-wrapper {
  color: #000000;
}
.cid-uRGptrVcOV {
  background-color: #ffffff;
}
.cid-uRGptrVcOV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGptrVcOV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGptrVcOV .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRGptrVcOV .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRGptrVcOV .container {
    padding: 0 26px;
  }
}
.cid-uRGptrVcOV .row {
  justify-content: center;
}
.cid-uRGptrVcOV .text-wrapper .mbr-text {
  font-family: "Instrument Serif", sans-serif;
  margin-bottom: 16px;
}
.cid-uRGptrVcOV .text-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-uRGptrVcOV .text-wrapper .icon-wrapper:focus .mbr-iconfont {
  padding-top: 40px;
}
.cid-uRGptrVcOV .text-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  font-size: 60px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uRGptrVcOV .mbr-text,
.cid-uRGptrVcOV .icon-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRGptrXKfJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRGptrXKfJ .item:focus,
.cid-uRGptrXKfJ span:focus {
  outline: none;
}
.cid-uRGptrXKfJ .item {
  cursor: pointer;
}
.cid-uRGptrXKfJ .grid-container {
  grid-row-gap: 20px;
}
.cid-uRGptrXKfJ .grid-container-1,
.cid-uRGptrXKfJ .grid-container-2,
.cid-uRGptrXKfJ .grid-container-3 {
  gap: 0 20px;
}
.cid-uRGptrXKfJ .mbr-section-title {
  margin-bottom: 60px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRGptrXKfJ .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uRGptrXKfJ .content-head {
  max-width: 800px;
}
.cid-uRGptrXKfJ .container,
.cid-uRGptrXKfJ .container-fluid {
  overflow: hidden;
}
.cid-uRGptrXKfJ .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uRGptrXKfJ .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRGptrXKfJ .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 440px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uRGptrXKfJ .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uRGptrXKfJ .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uRGptrXKfJ .grid-container-1,
.cid-uRGptrXKfJ .grid-container-2,
.cid-uRGptrXKfJ .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uRGptrXKfJ .grid-container-1 {
  align-items: flex-end;
}
.cid-uRGptrXKfJ .grid-container-2 {
  align-items: flex-start;
}
.cid-uRGptrZPlM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRGptrZPlM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGptrZPlM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGptrZPlM .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRGptrZPlM .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRGptrZPlM .container {
    padding: 0 26px;
  }
}
.cid-uRGptrZPlM .image-wrapper {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uRGptrZPlM .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uRGptrZPlM .image-wrapper img {
  height: 800px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRGptrZPlM .image-wrapper img {
    height: 400px;
  }
}
.cid-uRGptrZPlM .image-wrap {
  height: 900px;
  background-color: #dae1f8;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRGptrZPlM .image-wrap {
    height: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uRGptrZPlM .image-wrap {
    height: 400px;
  }
}
.cid-uRGptrZPlM .image-wrap img {
  width: 390px;
  height: 280px;
  object-fit: cover;
  box-shadow: 25px 25px 20px #535db1;
}
@media (max-width: 1440px) {
  .cid-uRGptrZPlM .image-wrap img {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uRGptrZPlM .image-wrap img {
    width: 200px;
    height: 150px;
    box-shadow: 10px 10px 10px #535db1;
  }
}
.cid-uRGpts2eNk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRGpts2eNk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGpts2eNk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGpts2eNk .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRGpts2eNk .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRGpts2eNk .container {
    padding: 0 26px;
  }
}
.cid-uRGpts2eNk .row {
  justify-content: center;
}
.cid-uRGpts2eNk .content-wrapper {
  display: flex;
  padding: 100px 60px;
  background-color: #dae1f8;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uRGpts2eNk .content-wrapper {
    padding: 100px 20px;
    display: block;
    height: auto;
  }
}
.cid-uRGpts2eNk .content-wrapper .image-wrapper {
  width: 50%;
  padding-right: 45px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRGpts2eNk .content-wrapper .image-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uRGpts2eNk .content-wrapper .image-wrapper .image-wrap {
  margin-right: 80px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uRGpts2eNk .content-wrapper .image-wrapper .image-wrap {
    margin-right: 0;
  }
}
.cid-uRGpts2eNk .content-wrapper .image-wrapper .image-wrap:nth-child(2n) {
  margin-right: 0;
  margin-left: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRGpts2eNk .content-wrapper .image-wrapper .image-wrap:nth-child(2n) {
    margin-left: 0;
  }
}
.cid-uRGpts2eNk .content-wrapper .image-wrapper .image-wrap img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRGpts2eNk .content-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uRGpts2eNk .content-wrapper .content-wrap {
  width: 50%;
  padding-top: 100px;
}
@media (max-width: 992px) {
  .cid-uRGpts2eNk .content-wrapper .content-wrap {
    width: 100%;
    padding-top: 0;
  }
}
.cid-uRGpts2eNk .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRGpts2eNk .content-wrapper .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRGpts2eNk .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRGpts2eNk .content-wrapper .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRGpts2eNk .content-wrapper .content-wrap .panel-group .card {
  border-radius: 0 !important;
  background-color: transparent;
  margin-bottom: 50px;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uRGpts2eNk .content-wrapper .content-wrap .panel-group .card {
    margin-bottom: 40px;
  }
}
.cid-uRGpts2eNk .content-wrapper .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 10px;
}
.cid-uRGpts2eNk .content-wrapper .content-wrap .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uRGpts2eNk .content-wrapper .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRGpts2eNk .content-wrapper .content-wrap .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 10px;
}
.cid-uRGpts2eNk .content-wrapper .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uRGpts2eNk .content-wrapper .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin-top: 20px;
}
.cid-uRGpts2eNk .content-wrapper .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 10px;
}
.cid-uRGpts2eNk .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uRGpts2eNk .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uRGpts2eNk .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uRGpts2eNk .mbr-section-title {
  color: #000000;
}
.cid-uRGpts2eNk .mbr-text {
  color: #000000;
}
.cid-uRGpts2eNk .panel-title-edit {
  color: #000000;
}
.cid-uRGpts2eNk .panel-text {
  color: #000000;
}
.cid-uRGpts2eNk .mbr-section-title,
.cid-uRGpts2eNk .mbr-section-btn {
  color: #000000;
}
.cid-uRGpts2eNk .panel-title-edit,
.cid-uRGpts2eNk .card-header {
  color: #000000;
}
.cid-uRGpts7De5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRGpts7De5 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRGpts7De5 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRGpts7De5 .container {
    padding: 0 26px;
  }
}
.cid-uRGpts7De5 .row {
  justify-content: center;
}
.cid-uRGpts7De5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 49.3%;
  max-width: 49.3%;
}
@media (max-width: 767px) {
  .cid-uRGpts7De5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uRGpts7De5 .embla__slide .slide-content {
  width: 100%;
}
.cid-uRGpts7De5 .embla__slide .slide-content .item-wrapper {
  padding: 240px 75px;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #dae1f8;
  border-radius: 20px !important;
}
@media (max-width: 768px) {
  .cid-uRGpts7De5 .embla__slide .slide-content .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uRGpts7De5 .embla__slide .slide-content .item-wrapper .item-content {
  width: 100%;
}
.cid-uRGpts7De5 .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uRGpts7De5 .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 30px;
}
.cid-uRGpts7De5 .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
}
.cid-uRGpts7De5 .embla__button--next,
.cid-uRGpts7De5 .embla__button--prev {
  display: flex;
}
.cid-uRGpts7De5 .embla__button {
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #97dffc !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uRGpts7De5 .embla__button:hover {
  opacity: 0.6 !important;
}
.cid-uRGpts7De5 .embla__button.embla__button--prev {
  left: -3rem;
}
@media (max-width: 992px) {
  .cid-uRGpts7De5 .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uRGpts7De5 .embla__button.embla__button--next {
  right: -3rem;
}
@media (max-width: 992px) {
  .cid-uRGpts7De5 .embla__button.embla__button--next {
    right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uRGpts7De5 .embla__button {
    top: 0;
  }
}
.cid-uRGpts7De5 .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uRGpts7De5 .embla {
    padding-top: 25px;
  }
}
.cid-uRGpts7De5 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uRGpts7De5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRGpts7De5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRGpts7De5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRGpts7De5 .item-title {
  color: #000000;
}
.cid-uRGpts7De5 .item-text {
  color: #000000;
}
.cid-uRGpts7De5 .item-name {
  color: #000000;
}
.cid-uRGI2Sgetd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1000;
  overflow: hidden;
}
.cid-uRGI2Sgetd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGI2Sgetd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRGI2Sgetd .container {
    padding: 0 30px;
  }
}
.cid-uRGI2Sgetd .card {
  justify-content: center;
}
.cid-uRGI2Sgetd .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uRGI2Sgetd .items-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uRGI2Sgetd .items-wrapper .item {
  padding: 60px;
  background-color: #f6ae2d;
}
.cid-uRGI2Sgetd .items-wrapper .item:nth-child(2n) {
  background-color: #fef7ea;
}
@media (max-width: 992px) {
  .cid-uRGI2Sgetd .items-wrapper .item {
    padding: 40px;
  }
}
.cid-uRGI2Sgetd .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-uRGI2Sgetd .items-wrapper .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 40px;
}
.cid-uRGI2Sgetd .item-title_1 {
  color: #bee0d6;
}
.cid-uRGI2Sgetd .item-title_2 {
  color: #254b45;
}
.cid-uRGI2Sgetd .mbr-section-btn {
  text-align: right;
}
.cid-uRGI2Sgetd .item-title_1,
.cid-uRGI2Sgetd .mbr-section-btn {
  color: #000000;
}
.cid-uRGI2Sgetd .item-title_2,
.cid-uRGI2Sgetd .mbr-section-btn {
  color: #000000;
}
.cid-uRGptsp984 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #110f24;
  overflow: hidden;
}
.cid-uRGptsp984 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGptsp984 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGptsp984 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRGptsp984 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uRGptsp984 .container {
    padding: 0 30px;
  }
}
.cid-uRGptsp984 .row {
  justify-content: center;
}
.cid-uRGptsp984 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uRGptsp984 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRGptsp984 .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uRGptsp984 .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRGptsp984 .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uRGptsp984 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uRGptsp984 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uRGptsp984 .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRGptsp984 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRGptsp984 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRGptsp984 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRGptsp984 .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uRGptsp984 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uRGptsp984 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uRGptsp984 .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uRGptsp984 .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uRGptsp984 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uRGptsp984 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uRGptsp984 .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uRGptsp984 .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uRGptsp984 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRGptsp984 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uRGptsp984 .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uRGptsp984 .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uRGptsp984 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uRGptsp984 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uRGptsp984 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRGptsp984 .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uRGptsp984 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uRGptsp984 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uRGptsp984 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uRGptsp984 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uRGptsp984 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uRGptsp984 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uRGptsp984 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
.cid-uRGptsp984 .mbr-section-title {
  color: #ffffff;
}
.cid-uRGptsp984 .mbr-text {
  color: #ffffff;
}
.cid-uRGptsp984 .list {
  color: #ffffff;
}
.cid-uRGptsp984 .list,
.cid-uRGptsp984 .nav-wrapper,
.cid-uRGptsp984 .social-wrapper {
  text-align: right;
}
.cid-uRGptsp984 .card {
  justify-content: center;
}
.cid-uRGptsp984 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uRGptsp984 .items-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uRGptsp984 .items-wrapper .item {
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uRGptsp984 .items-wrapper .item {
    padding: 40px;
  }
}
.cid-uRGptsp984 .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-uRGptsp984 .items-wrapper .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 40px;
}
.cid-uRGptsp984 .item-title_1 {
  color: #bee0d6;
}
.cid-uRGptsp984 .item-title_2 {
  color: #254b45;
}
.cid-uRGptsp984 .mbr-section-btn {
  text-align: right;
}
.cid-uRGptsp984 .item-title_1,
.cid-uRGptsp984 .mbr-section-btn {
  color: #000000;
}
.cid-uRGptsp984 .item-title_2,
.cid-uRGptsp984 .mbr-section-btn {
  color: #000000;
}
.cid-uRGJCqD2jX {
  background-color: transparent;
}
.cid-uRGJCqD2jX .navbar-dropdown {
  background-color: #f3f3fc !important;
  padding: 0;
}
.cid-uRGJCqD2jX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f3f3fc !important;
  background: #f3f3fc;
}
.cid-uRGJCqD2jX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRGJCqD2jX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRGJCqD2jX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRGJCqD2jX .menu_box .navbar.opened,
  .cid-uRGJCqD2jX .menu_box .navbar-collapse {
    background-color: #f3f3fc !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRGJCqD2jX .navbar-dropdown {
  position: relative !important;
}
.cid-uRGJCqD2jX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRGJCqD2jX .btn:hover {
  box-shadow: none;
}
.cid-uRGJCqD2jX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRGJCqD2jX .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uRGJCqD2jX .nav-item {
    margin: 0 !important;
  }
}
.cid-uRGJCqD2jX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uRGJCqD2jX .nav-item .nav-link:hover,
.cid-uRGJCqD2jX .nav-item .nav-link:focus {
  color: #000000 !important;
}
.cid-uRGJCqD2jX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRGJCqD2jX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRGJCqD2jX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRGJCqD2jX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRGJCqD2jX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uRGJCqD2jX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRGJCqD2jX .offcanvas_box {
    display: none;
  }
}
.cid-uRGJCqD2jX .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uRGJCqD2jX .dropdown-item:hover,
.cid-uRGJCqD2jX .dropdown-item:focus {
  color: #000000 !important;
}
.cid-uRGJCqD2jX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRGJCqD2jX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uRGJCqD2jX .container {
  display: flex;
  margin: auto;
}
.cid-uRGJCqD2jX .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uRGJCqD2jX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRGJCqD2jX .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uRGJCqD2jX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRGJCqD2jX .navbar-nav {
    margin: 0;
  }
}
.cid-uRGJCqD2jX .dropdown-menu,
.cid-uRGJCqD2jX .navbar.opened {
  background-color: false !important;
}
.cid-uRGJCqD2jX .nav-item:focus,
.cid-uRGJCqD2jX .nav-link:focus {
  outline: none;
}
.cid-uRGJCqD2jX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRGJCqD2jX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRGJCqD2jX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRGJCqD2jX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRGJCqD2jX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRGJCqD2jX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRGJCqD2jX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRGJCqD2jX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRGJCqD2jX .navbar.opened {
  transition: all 0.3s;
}
.cid-uRGJCqD2jX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRGJCqD2jX .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uRGJCqD2jX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRGJCqD2jX .navbar.collapsed {
  justify-content: center;
}
.cid-uRGJCqD2jX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRGJCqD2jX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRGJCqD2jX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRGJCqD2jX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRGJCqD2jX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRGJCqD2jX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRGJCqD2jX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRGJCqD2jX .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uRGJCqD2jX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uRGJCqD2jX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRGJCqD2jX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRGJCqD2jX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRGJCqD2jX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRGJCqD2jX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRGJCqD2jX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRGJCqD2jX .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uRGJCqD2jX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRGJCqD2jX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRGJCqD2jX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRGJCqD2jX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRGJCqD2jX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRGJCqD2jX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRGJCqD2jX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRGJCqD2jX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRGJCqD2jX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRGJCqD2jX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uRGJCqD2jX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRGJCqD2jX .dropdown-item.active,
.cid-uRGJCqD2jX .dropdown-item:active {
  background-color: transparent;
}
.cid-uRGJCqD2jX .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uRGJCqD2jX .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 0 !important;
  }
}
.cid-uRGJCqD2jX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRGJCqD2jX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRGJCqD2jX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRGJCqD2jX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRGJCqD2jX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRGJCqD2jX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f3f3fc;
  background: #f3f3fc;
}
.cid-uRGJCqD2jX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRGJCqD2jX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRGJCqD2jX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRGJCqD2jX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRGJCqD2jX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRGJCqD2jX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRGJCqD2jX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRGJCqD2jX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRGJCqD2jX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRGJCqD2jX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRGJCqD2jX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRGJCqD2jX .navbar {
    height: 70px;
  }
  .cid-uRGJCqD2jX .navbar.opened {
    height: auto;
  }
  .cid-uRGJCqD2jX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRGJCqD2jX .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uRGJCqD2jX .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uRGJCqD2jX .mbr-section-btn-main {
  width: fit-content;
}
.cid-uRGJCqD2jX .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uRGJCqD2jX .navbar-caption:hover {
  color: #97dffc;
}
@media (min-width: 992px) {
  .cid-uRGJCqD2jX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRGJCqD2jX .text_widget {
  margin-bottom: 32px;
}
.cid-uRGJCqD2jX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRGJCqD2jX .text_widget a:hover,
.cid-uRGJCqD2jX .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uRGJCqD2jX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uRGJCqD2jX .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uRGJCqD2jX .navbar-caption {
  color: #000000;
}
.cid-uRGJCqD2jX .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uRGJCqD2jX .icons-menu-main {
  display: flex;
}
.cid-uRGJCqD2jX .mbr-section-subtitle,
.cid-uRGJCqD2jX .text_widget,
.cid-uRGJCqD2jX .mbr-section-btn {
  text-align: center;
}
.cid-uRGJCqD2jX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRGJCqD2jX .nav-link,
.cid-uRGJCqD2jX .dropdown-item {
  color: #000000;
}
.cid-uRGJCqD2jX .nav-link,
.cid-uRGJCqD2jX .dropdown-item {
  color: #000000;
}
.cid-uRGJCrjymh {
  background-color: #ffffff;
}
.cid-uRGJCrjymh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGJCrjymh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGJCrjymh .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRGJCrjymh .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRGJCrjymh .container {
    padding: 0 26px;
  }
}
.cid-uRGJCrjymh .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 1000px;
  padding: 45px;
}
@media (max-width: 1440px) {
  .cid-uRGJCrjymh .content-wrapper {
    height: 800px;
  }
}
@media (max-width: 992px) {
  .cid-uRGJCrjymh .content-wrapper {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uRGJCrjymh .content-wrapper {
    height: auto;
  }
}
.cid-uRGJCrjymh .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uRGJCrjymh .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
  background-color: #858ae3;
}
.cid-uRGJCrjymh .content-wrapper .content-wrap {
  width: 100%;
  position: relative;
  z-index: 2;
}
.cid-uRGJCrjymh .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uRGJCrjymh .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRGJCrjymh .content-wrapper .content-wrap .text-wrapper .mbr-text {
    max-width: 100%;
  }
}
.cid-uRGJCrjymh .mbr-section-title {
  color: #000000;
}
.cid-uRGJCrjymh .mbr-text,
.cid-uRGJCrjymh .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRGJCrjymh .mbr-section-title,
.cid-uRGJCrjymh .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uRGJCsKUgk {
  background-color: #ffffff;
}
.cid-uRGJCsKUgk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGJCsKUgk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGJCsKUgk .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRGJCsKUgk .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRGJCsKUgk .container {
    padding: 0 26px;
  }
}
.cid-uRGJCsKUgk .row {
  justify-content: center;
}
.cid-uRGJCsKUgk .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 1000px;
  padding: 100px;
}
@media (max-width: 1440px) {
  .cid-uRGJCsKUgk .content-wrapper {
    height: 800px;
    padding: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uRGJCsKUgk .content-wrapper {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uRGJCsKUgk .content-wrapper {
    height: auto;
  }
}
.cid-uRGJCsKUgk .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uRGJCsKUgk .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 1;
  pointer-events: none;
  background-color: #97dffc;
  opacity: 0.8;
}
.cid-uRGJCsKUgk .content-wrapper .content-wrap {
  width: 100%;
  position: relative;
  z-index: 2;
}
.cid-uRGJCsKUgk .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uRGJCsKUgk .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRGJCsKUgk .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRGJCsKUgk .mbr-section-title {
  color: #ffffff;
}
.cid-uRGJCsKUgk .mbr-text,
.cid-uRGJCsKUgk .text-wrapper {
  color: #000000;
}
.cid-uRGJCsKUgk .mbr-section-title,
.cid-uRGJCsKUgk .mbr-section-btn {
  color: #000000;
}
.cid-uRGJCDKCED {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRGJCDKCED .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGJCDKCED .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGJCDKCED .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRGJCDKCED .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRGJCDKCED .container {
    padding: 0 26px;
  }
}
.cid-uRGJCDKCED .row {
  justify-content: center;
}
.cid-uRGJCDKCED .content-wrapper {
  padding: 200px 60px;
  background-color: #d0eef2;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uRGJCDKCED .content-wrapper {
    padding: 100px 20px;
  }
}
.cid-uRGJCDKCED .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uRGJCDKCED .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRGJCDKCED .content-wrapper .title-wrapper .mbr-title {
  margin-bottom: 30px;
}
.cid-uRGJCDKCED .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  margin-bottom: 0;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRGJCDKCED .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRGJCDKCED .content-wrapper .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uRGJCDKCED .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uRGJCDKCED .content-wrapper .content-wrap .contacts-wrapper {
  width: 50%;
  padding-right: 45px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRGJCDKCED .content-wrapper .content-wrap .contacts-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uRGJCDKCED .content-wrapper .content-wrap .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRGJCDKCED .content-wrapper .content-wrap .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRGJCDKCED .content-wrapper .content-wrap .contacts-wrapper .list .item-wrap {
  transition: all 0.3s ease-in-out;
  margin-bottom: 5px;
  cursor: pointer;
}
.cid-uRGJCDKCED .content-wrapper .content-wrap .contacts-wrapper .list .item-wrap:hover,
.cid-uRGJCDKCED .content-wrapper .content-wrap .contacts-wrapper .list .item-wrap:focus {
  opacity: 0.6;
}
.cid-uRGJCDKCED .content-wrapper .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRGJCDKCED .content-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-uRGJCDKCED .content-wrapper .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uRGJCDKCED .content-wrapper .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px !important;
}
.cid-uRGJCDKCED .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
  padding: 0 8px;
}
.cid-uRGJCDKCED .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uRGJCDKCED .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 8px 16px;
  border: 1px solid #000000 !important;
  box-shadow: none;
  border-radius: 3px !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
.cid-uRGJCDKCED .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uRGJCDKCED .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
}
.cid-uRGJCDKCED .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  font-size: 18px;
  opacity: 0.5;
}
.cid-uRGJCDKCED .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 50px;
}
.cid-uRGJCDKCED .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uRGJCDKCED .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: transparent;
  border-color: #000000;
  border-radius: 3px;
  margin-top: 2px;
}
.cid-uRGJCDKCED .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin: 0;
  padding: 0;
}
.cid-uRGJCDKCED .mbr-title {
  color: #000000;
  text-align: center;
}
.cid-uRGJCDKCED .mbr-section-title {
  color: #000000;
}
.cid-uRGJCDKCED .mbr-section-subtitle {
  color: #000000;
}
.cid-uRGJCDKCED .mbr-text,
.cid-uRGJCDKCED .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRGJCDKCED .list {
  color: #000000;
}
.cid-uRGJCDKCED label {
  color: #000000;
}
.cid-uRGJCDKCED .mbr-section-btn {
  text-align: center;
}
.cid-uRGJCDKCED .mbr-title,
.cid-uRGJCDKCED .mbr-section-btn {
  color: #000000;
}
.cid-uRGJCDKCED .list,
.cid-uRGJCDKCED .item-wrap {
  color: #000000;
}
.cid-uRGJCEpWd8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1000;
  overflow: hidden;
}
.cid-uRGJCEpWd8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGJCEpWd8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRGJCEpWd8 .container {
    padding: 0 30px;
  }
}
.cid-uRGJCEpWd8 .card {
  justify-content: center;
}
.cid-uRGJCEpWd8 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uRGJCEpWd8 .items-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uRGJCEpWd8 .items-wrapper .item {
  padding: 60px;
  background-color: #f6ae2d;
}
.cid-uRGJCEpWd8 .items-wrapper .item:nth-child(2n) {
  background-color: #fef7ea;
}
@media (max-width: 992px) {
  .cid-uRGJCEpWd8 .items-wrapper .item {
    padding: 40px;
  }
}
.cid-uRGJCEpWd8 .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-uRGJCEpWd8 .items-wrapper .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 40px;
}
.cid-uRGJCEpWd8 .item-title_1 {
  color: #bee0d6;
}
.cid-uRGJCEpWd8 .item-title_2 {
  color: #254b45;
}
.cid-uRGJCEpWd8 .mbr-section-btn {
  text-align: right;
}
.cid-uRGJCEpWd8 .item-title_1,
.cid-uRGJCEpWd8 .mbr-section-btn {
  color: #000000;
}
.cid-uRGJCEpWd8 .item-title_2,
.cid-uRGJCEpWd8 .mbr-section-btn {
  color: #000000;
}
.cid-uRGJCF0zsC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #110f24;
  overflow: hidden;
}
.cid-uRGJCF0zsC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGJCF0zsC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGJCF0zsC .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRGJCF0zsC .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uRGJCF0zsC .container {
    padding: 0 30px;
  }
}
.cid-uRGJCF0zsC .row {
  justify-content: center;
}
.cid-uRGJCF0zsC .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uRGJCF0zsC .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRGJCF0zsC .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uRGJCF0zsC .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRGJCF0zsC .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uRGJCF0zsC .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uRGJCF0zsC .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uRGJCF0zsC .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRGJCF0zsC .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRGJCF0zsC .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRGJCF0zsC .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRGJCF0zsC .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uRGJCF0zsC .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uRGJCF0zsC .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uRGJCF0zsC .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uRGJCF0zsC .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uRGJCF0zsC .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uRGJCF0zsC .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uRGJCF0zsC .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uRGJCF0zsC .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uRGJCF0zsC .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRGJCF0zsC .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uRGJCF0zsC .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uRGJCF0zsC .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uRGJCF0zsC .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uRGJCF0zsC .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uRGJCF0zsC .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRGJCF0zsC .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uRGJCF0zsC .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uRGJCF0zsC .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uRGJCF0zsC .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uRGJCF0zsC .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uRGJCF0zsC .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uRGJCF0zsC .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uRGJCF0zsC .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
.cid-uRGJCF0zsC .mbr-section-title {
  color: #ffffff;
}
.cid-uRGJCF0zsC .mbr-text {
  color: #ffffff;
}
.cid-uRGJCF0zsC .list {
  color: #ffffff;
}
.cid-uRGJCF0zsC .list,
.cid-uRGJCF0zsC .nav-wrapper,
.cid-uRGJCF0zsC .social-wrapper {
  text-align: right;
}
.cid-uRGJCF0zsC .card {
  justify-content: center;
}
.cid-uRGJCF0zsC .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uRGJCF0zsC .items-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uRGJCF0zsC .items-wrapper .item {
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uRGJCF0zsC .items-wrapper .item {
    padding: 40px;
  }
}
.cid-uRGJCF0zsC .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-uRGJCF0zsC .items-wrapper .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 40px;
}
.cid-uRGJCF0zsC .item-title_1 {
  color: #bee0d6;
}
.cid-uRGJCF0zsC .item-title_2 {
  color: #254b45;
}
.cid-uRGJCF0zsC .mbr-section-btn {
  text-align: right;
}
.cid-uRGJCF0zsC .item-title_1,
.cid-uRGJCF0zsC .mbr-section-btn {
  color: #000000;
}
.cid-uRGJCF0zsC .item-title_2,
.cid-uRGJCF0zsC .mbr-section-btn {
  color: #000000;
}
.cid-uRGKdnVw6a {
  background-color: transparent;
}
.cid-uRGKdnVw6a .navbar-dropdown {
  background-color: #f3f3fc !important;
  padding: 0;
}
.cid-uRGKdnVw6a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f3f3fc !important;
  background: #f3f3fc;
}
.cid-uRGKdnVw6a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRGKdnVw6a .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRGKdnVw6a .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRGKdnVw6a .menu_box .navbar.opened,
  .cid-uRGKdnVw6a .menu_box .navbar-collapse {
    background-color: #f3f3fc !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRGKdnVw6a .navbar-dropdown {
  position: relative !important;
}
.cid-uRGKdnVw6a .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRGKdnVw6a .btn:hover {
  box-shadow: none;
}
.cid-uRGKdnVw6a .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRGKdnVw6a .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uRGKdnVw6a .nav-item {
    margin: 0 !important;
  }
}
.cid-uRGKdnVw6a .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uRGKdnVw6a .nav-item .nav-link:hover,
.cid-uRGKdnVw6a .nav-item .nav-link:focus {
  color: #000000 !important;
}
.cid-uRGKdnVw6a .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRGKdnVw6a .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRGKdnVw6a .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRGKdnVw6a .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRGKdnVw6a .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uRGKdnVw6a .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRGKdnVw6a .offcanvas_box {
    display: none;
  }
}
.cid-uRGKdnVw6a .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uRGKdnVw6a .dropdown-item:hover,
.cid-uRGKdnVw6a .dropdown-item:focus {
  color: #000000 !important;
}
.cid-uRGKdnVw6a .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRGKdnVw6a .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uRGKdnVw6a .container {
  display: flex;
  margin: auto;
}
.cid-uRGKdnVw6a .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uRGKdnVw6a .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRGKdnVw6a .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uRGKdnVw6a .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRGKdnVw6a .navbar-nav {
    margin: 0;
  }
}
.cid-uRGKdnVw6a .dropdown-menu,
.cid-uRGKdnVw6a .navbar.opened {
  background-color: false !important;
}
.cid-uRGKdnVw6a .nav-item:focus,
.cid-uRGKdnVw6a .nav-link:focus {
  outline: none;
}
.cid-uRGKdnVw6a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRGKdnVw6a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRGKdnVw6a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRGKdnVw6a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRGKdnVw6a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRGKdnVw6a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRGKdnVw6a .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRGKdnVw6a .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRGKdnVw6a .navbar.opened {
  transition: all 0.3s;
}
.cid-uRGKdnVw6a .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRGKdnVw6a .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uRGKdnVw6a .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRGKdnVw6a .navbar.collapsed {
  justify-content: center;
}
.cid-uRGKdnVw6a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRGKdnVw6a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRGKdnVw6a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRGKdnVw6a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRGKdnVw6a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRGKdnVw6a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRGKdnVw6a .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRGKdnVw6a .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uRGKdnVw6a .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uRGKdnVw6a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRGKdnVw6a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRGKdnVw6a .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRGKdnVw6a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRGKdnVw6a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRGKdnVw6a .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRGKdnVw6a .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uRGKdnVw6a .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRGKdnVw6a .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRGKdnVw6a .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRGKdnVw6a .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRGKdnVw6a .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRGKdnVw6a .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRGKdnVw6a .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRGKdnVw6a .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRGKdnVw6a .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRGKdnVw6a .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uRGKdnVw6a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRGKdnVw6a .dropdown-item.active,
.cid-uRGKdnVw6a .dropdown-item:active {
  background-color: transparent;
}
.cid-uRGKdnVw6a .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uRGKdnVw6a .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 0 !important;
  }
}
.cid-uRGKdnVw6a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRGKdnVw6a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRGKdnVw6a .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRGKdnVw6a ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRGKdnVw6a .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRGKdnVw6a button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f3f3fc;
  background: #f3f3fc;
}
.cid-uRGKdnVw6a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRGKdnVw6a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRGKdnVw6a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRGKdnVw6a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRGKdnVw6a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRGKdnVw6a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRGKdnVw6a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRGKdnVw6a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRGKdnVw6a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRGKdnVw6a a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRGKdnVw6a .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRGKdnVw6a .navbar {
    height: 70px;
  }
  .cid-uRGKdnVw6a .navbar.opened {
    height: auto;
  }
  .cid-uRGKdnVw6a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRGKdnVw6a .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uRGKdnVw6a .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uRGKdnVw6a .mbr-section-btn-main {
  width: fit-content;
}
.cid-uRGKdnVw6a .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uRGKdnVw6a .navbar-caption:hover {
  color: #97dffc;
}
@media (min-width: 992px) {
  .cid-uRGKdnVw6a .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRGKdnVw6a .text_widget {
  margin-bottom: 32px;
}
.cid-uRGKdnVw6a .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRGKdnVw6a .text_widget a:hover,
.cid-uRGKdnVw6a .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uRGKdnVw6a .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uRGKdnVw6a .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uRGKdnVw6a .navbar-caption {
  color: #000000;
}
.cid-uRGKdnVw6a .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uRGKdnVw6a .icons-menu-main {
  display: flex;
}
.cid-uRGKdnVw6a .mbr-section-subtitle,
.cid-uRGKdnVw6a .text_widget,
.cid-uRGKdnVw6a .mbr-section-btn {
  text-align: center;
}
.cid-uRGKdnVw6a a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRGKdnVw6a .nav-link,
.cid-uRGKdnVw6a .dropdown-item {
  color: #000000;
}
.cid-uRGKdnVw6a .nav-link,
.cid-uRGKdnVw6a .dropdown-item {
  color: #000000;
}
.cid-uRGKdoIbYN {
  background-color: #ffffff;
}
.cid-uRGKdoIbYN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGKdoIbYN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGKdoIbYN .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRGKdoIbYN .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRGKdoIbYN .container {
    padding: 0 26px;
  }
}
.cid-uRGKdoIbYN .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 1000px;
  padding: 45px;
}
@media (max-width: 1440px) {
  .cid-uRGKdoIbYN .content-wrapper {
    height: 800px;
  }
}
@media (max-width: 992px) {
  .cid-uRGKdoIbYN .content-wrapper {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uRGKdoIbYN .content-wrapper {
    height: auto;
  }
}
.cid-uRGKdoIbYN .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uRGKdoIbYN .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
  background-color: #858ae3;
}
.cid-uRGKdoIbYN .content-wrapper .content-wrap {
  width: 100%;
  position: relative;
  z-index: 2;
}
.cid-uRGKdoIbYN .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uRGKdoIbYN .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRGKdoIbYN .content-wrapper .content-wrap .text-wrapper .mbr-text {
    max-width: 100%;
  }
}
.cid-uRGKdoIbYN .mbr-section-title {
  color: #000000;
}
.cid-uRGKdoIbYN .mbr-text,
.cid-uRGKdoIbYN .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRGKdoIbYN .mbr-section-title,
.cid-uRGKdoIbYN .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uRGKdpvfh8 {
  background-color: #dcd2d0;
}
.cid-uRGKdpvfh8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGKdpvfh8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGKdpvfh8 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRGKdpvfh8 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRGKdpvfh8 .container {
    padding: 0 26px;
  }
}
.cid-uRGKdpvfh8 .row {
  justify-content: center;
}
.cid-uRGKdpvfh8 .title-wrapper {
  margin-bottom: 40px;
}
.cid-uRGKdpvfh8 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uRGKdpvfh8 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uRGKdpvfh8 .items-wrapper {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-uRGKdpvfh8 .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uRGKdpvfh8 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uRGKdpvfh8 .items-wrapper .item:focus .item-wrapper .item-img::before,
.cid-uRGKdpvfh8 .items-wrapper .item:hover .item-wrapper .item-img::before {
  opacity: 0.2;
}
.cid-uRGKdpvfh8 .items-wrapper .item .item-wrapper .item-img {
  position: relative;
}
.cid-uRGKdpvfh8 .items-wrapper .item .item-wrapper .item-img img {
  height: 470px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRGKdpvfh8 .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uRGKdpvfh8 .items-wrapper .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  background-color: #858ae3;
}
.cid-uRGKdpvfh8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRGKdpvfh8 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uRGKdpvfh8 .mbr-section-title,
.cid-uRGKdpvfh8 .mbr-section-btn {
  color: #000000;
}
.cid-uRGKdr4jRw {
  background-image: url("../../../assets/images/photo-1589275776107-e193042128bd.jpeg");
}
.cid-uRGKdr4jRw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGKdr4jRw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGKdr4jRw .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRGKdr4jRw .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRGKdr4jRw .container {
    padding: 0 26px;
  }
}
.cid-uRGKdrt17Z {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRGKdrt17Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGKdrt17Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGKdrt17Z .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRGKdrt17Z .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRGKdrt17Z .container {
    padding: 0 26px;
  }
}
.cid-uRGKdrt17Z .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uRGKdrt17Z .item {
    margin-bottom: 20px;
  }
  .cid-uRGKdrt17Z .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uRGKdrt17Z .item:nth-child(2n) .item-wrapper .item-img img {
  transform: rotate(0);
}
.cid-uRGKdrt17Z .item:nth-child(3n) .item-wrapper .item-img img {
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-uRGKdrt17Z .item:nth-child(3n) .item-wrapper .item-img img {
    transform: rotate(0);
  }
}
.cid-uRGKdrt17Z .item .item-wrapper .item-img {
  padding: 0 35px;
}
@media (max-width: 992px) {
  .cid-uRGKdrt17Z .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uRGKdrt17Z .item .item-wrapper .item-img img {
  transform: rotate(-15deg);
  height: 740px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRGKdrt17Z .item .item-wrapper .item-img img {
    transform: rotate(0);
    height: 350px;
  }
}
.cid-uRGKdtpHBD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRGKdtpHBD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGKdtpHBD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGKdtpHBD .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRGKdtpHBD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRGKdtpHBD .container {
    padding: 0 26px;
  }
}
.cid-uRGKdtpHBD .row {
  justify-content: center;
}
.cid-uRGKdtpHBD .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
}
@media (max-width: 992px) {
  .cid-uRGKdtpHBD .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uRGKdtpHBD .items-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-uRGKdtpHBD .items-wrapper .item:focus .item-wrapper .item-img img,
.cid-uRGKdtpHBD .items-wrapper .item:hover .item-wrapper .item-img img {
  transform: scale(1);
}
.cid-uRGKdtpHBD .items-wrapper .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uRGKdtpHBD .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uRGKdtpHBD .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uRGKdtpHBD .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.cid-uRGKdtpHBD .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 5px;
}
.cid-uRGKdtpHBD .items-wrapper .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #000000;
}
.cid-uRGKdtpHBD .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uRGKdtpHBD .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uRGKdtpHBD .items-wrapper .item .item-wrapper .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transform: scale(1.15);
  transition: all 0.3s ease-in-out;
}
.cid-uRGKdtpHBD .mbr-section-btn {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRGKdtpHBD .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-uRGKdtpHBD .item-title {
  color: #000000;
}
.cid-uRGKdtpHBD .item-desc {
  color: #000000;
}
.cid-uRGKdtpHBD .item-title,
.cid-uRGKdtpHBD .mbr-section-btn {
  color: #000000;
}
.cid-uRGKdtU52t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRGKdtU52t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGKdtU52t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGKdtU52t .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRGKdtU52t .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRGKdtU52t .container {
    padding: 0 26px;
  }
}
.cid-uRGKdtU52t .row {
  justify-content: center;
}
.cid-uRGKdtU52t .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #dae1f8;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uRGKdtU52t .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRGKdtU52t .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uRGKdtU52t .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uRGKdtU52t .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uRGKdtU52t .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRGKdtU52t .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRGKdtU52t .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRGKdtU52t .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uRGKdtU52t .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRGKdtU52t .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uRGKdtU52t .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uRGKdtU52t .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #97dffc;
}
.cid-uRGKdtU52t .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRGKdtU52t .mbr-section-title {
  color: #000000;
}
.cid-uRGKdtU52t .mbr-section-subtitle {
  color: #000000;
}
.cid-uRGKdtU52t .mbr-desc {
  color: #000000;
}
.cid-uRGKdtU52t .mbr-text {
  color: #000000;
}
.cid-uRGKdtU52t .mbr-link {
  color: #000000;
}
.cid-uRGKdukD36 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRGKdukD36 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGKdukD36 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGKdukD36 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRGKdukD36 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRGKdukD36 .container {
    padding: 0 26px;
  }
}
.cid-uRGKdukD36 .row {
  justify-content: center;
}
.cid-uRGKdukD36 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #d0eef2;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uRGKdukD36 .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uRGKdukD36 .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uRGKdukD36 .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uRGKdukD36 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRGKdukD36 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uRGKdukD36 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uRGKdukD36 .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uRGKdukD36 .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uRGKdukD36 .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uRGKdukD36 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRGKdukD36 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uRGKdukD36 .content-wrapper .image-wrapper img {
  height: 685px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRGKdukD36 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uRGKdukD36 .mbr-section-title {
  color: #000000;
}
.cid-uRGKdukD36 .mbr-section-subtitle {
  color: #000000;
}
.cid-uRGKdukD36 .mbr-text {
  color: #000000;
}
.cid-uRGKdukD36 .mbr-section-title,
.cid-uRGKdukD36 .mbr-section-btn {
  color: #000000;
}
.cid-uRGKdwJrGB {
  background-color: #ffffff;
}
.cid-uRGKdwJrGB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGKdwJrGB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGKdwJrGB .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRGKdwJrGB .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRGKdwJrGB .container {
    padding: 0 26px;
  }
}
.cid-uRGKdwJrGB .row {
  justify-content: center;
}
.cid-uRGKdwJrGB .text-wrapper .mbr-text {
  font-family: "Instrument Serif", sans-serif;
  margin-bottom: 16px;
}
.cid-uRGKdwJrGB .text-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-uRGKdwJrGB .text-wrapper .icon-wrapper:focus .mbr-iconfont {
  padding-top: 40px;
}
.cid-uRGKdwJrGB .text-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  font-size: 60px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uRGKdwJrGB .mbr-text,
.cid-uRGKdwJrGB .icon-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRGKdxhzYU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRGKdxhzYU .item:focus,
.cid-uRGKdxhzYU span:focus {
  outline: none;
}
.cid-uRGKdxhzYU .item {
  cursor: pointer;
}
.cid-uRGKdxhzYU .grid-container {
  grid-row-gap: 20px;
}
.cid-uRGKdxhzYU .grid-container-1,
.cid-uRGKdxhzYU .grid-container-2,
.cid-uRGKdxhzYU .grid-container-3 {
  gap: 0 20px;
}
.cid-uRGKdxhzYU .mbr-section-title {
  margin-bottom: 60px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRGKdxhzYU .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uRGKdxhzYU .content-head {
  max-width: 800px;
}
.cid-uRGKdxhzYU .container,
.cid-uRGKdxhzYU .container-fluid {
  overflow: hidden;
}
.cid-uRGKdxhzYU .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uRGKdxhzYU .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRGKdxhzYU .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 440px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uRGKdxhzYU .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uRGKdxhzYU .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uRGKdxhzYU .grid-container-1,
.cid-uRGKdxhzYU .grid-container-2,
.cid-uRGKdxhzYU .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uRGKdxhzYU .grid-container-1 {
  align-items: flex-end;
}
.cid-uRGKdxhzYU .grid-container-2 {
  align-items: flex-start;
}
.cid-uRGKdxQ3Qv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRGKdxQ3Qv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGKdxQ3Qv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGKdxQ3Qv .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRGKdxQ3Qv .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRGKdxQ3Qv .container {
    padding: 0 26px;
  }
}
.cid-uRGKdxQ3Qv .image-wrapper {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uRGKdxQ3Qv .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uRGKdxQ3Qv .image-wrapper img {
  height: 800px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRGKdxQ3Qv .image-wrapper img {
    height: 400px;
  }
}
.cid-uRGKdxQ3Qv .image-wrap {
  height: 900px;
  background-color: #dae1f8;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRGKdxQ3Qv .image-wrap {
    height: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uRGKdxQ3Qv .image-wrap {
    height: 400px;
  }
}
.cid-uRGKdxQ3Qv .image-wrap img {
  width: 390px;
  height: 280px;
  object-fit: cover;
  box-shadow: 25px 25px 20px #535db1;
}
@media (max-width: 1440px) {
  .cid-uRGKdxQ3Qv .image-wrap img {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uRGKdxQ3Qv .image-wrap img {
    width: 200px;
    height: 150px;
    box-shadow: 10px 10px 10px #535db1;
  }
}
.cid-uRGKdBp6dC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRGKdBp6dC .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRGKdBp6dC .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRGKdBp6dC .container {
    padding: 0 26px;
  }
}
.cid-uRGKdBp6dC .row {
  justify-content: center;
}
.cid-uRGKdBp6dC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 49.3%;
  max-width: 49.3%;
}
@media (max-width: 767px) {
  .cid-uRGKdBp6dC .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uRGKdBp6dC .embla__slide .slide-content {
  width: 100%;
}
.cid-uRGKdBp6dC .embla__slide .slide-content .item-wrapper {
  padding: 240px 75px;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #dae1f8;
  border-radius: 20px !important;
}
@media (max-width: 768px) {
  .cid-uRGKdBp6dC .embla__slide .slide-content .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uRGKdBp6dC .embla__slide .slide-content .item-wrapper .item-content {
  width: 100%;
}
.cid-uRGKdBp6dC .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uRGKdBp6dC .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 30px;
}
.cid-uRGKdBp6dC .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
}
.cid-uRGKdBp6dC .embla__button--next,
.cid-uRGKdBp6dC .embla__button--prev {
  display: flex;
}
.cid-uRGKdBp6dC .embla__button {
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #97dffc !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uRGKdBp6dC .embla__button:hover {
  opacity: 0.6 !important;
}
.cid-uRGKdBp6dC .embla__button.embla__button--prev {
  left: -3rem;
}
@media (max-width: 992px) {
  .cid-uRGKdBp6dC .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uRGKdBp6dC .embla__button.embla__button--next {
  right: -3rem;
}
@media (max-width: 992px) {
  .cid-uRGKdBp6dC .embla__button.embla__button--next {
    right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uRGKdBp6dC .embla__button {
    top: 0;
  }
}
.cid-uRGKdBp6dC .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uRGKdBp6dC .embla {
    padding-top: 25px;
  }
}
.cid-uRGKdBp6dC .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uRGKdBp6dC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRGKdBp6dC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRGKdBp6dC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRGKdBp6dC .item-title {
  color: #000000;
}
.cid-uRGKdBp6dC .item-text {
  color: #000000;
}
.cid-uRGKdBp6dC .item-name {
  color: #000000;
}
.cid-uRGKdDeF0f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1000;
  overflow: hidden;
}
.cid-uRGKdDeF0f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGKdDeF0f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRGKdDeF0f .container {
    padding: 0 30px;
  }
}
.cid-uRGKdDeF0f .card {
  justify-content: center;
}
.cid-uRGKdDeF0f .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uRGKdDeF0f .items-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uRGKdDeF0f .items-wrapper .item {
  padding: 60px;
  background-color: #f6ae2d;
}
.cid-uRGKdDeF0f .items-wrapper .item:nth-child(2n) {
  background-color: #fef7ea;
}
@media (max-width: 992px) {
  .cid-uRGKdDeF0f .items-wrapper .item {
    padding: 40px;
  }
}
.cid-uRGKdDeF0f .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-uRGKdDeF0f .items-wrapper .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 40px;
}
.cid-uRGKdDeF0f .item-title_1 {
  color: #bee0d6;
}
.cid-uRGKdDeF0f .item-title_2 {
  color: #254b45;
}
.cid-uRGKdDeF0f .mbr-section-btn {
  text-align: right;
}
.cid-uRGKdDeF0f .item-title_1,
.cid-uRGKdDeF0f .mbr-section-btn {
  color: #000000;
}
.cid-uRGKdDeF0f .item-title_2,
.cid-uRGKdDeF0f .mbr-section-btn {
  color: #000000;
}
.cid-uRGKdDRove {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #110f24;
  overflow: hidden;
}
.cid-uRGKdDRove .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGKdDRove .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGKdDRove .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRGKdDRove .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uRGKdDRove .container {
    padding: 0 30px;
  }
}
.cid-uRGKdDRove .row {
  justify-content: center;
}
.cid-uRGKdDRove .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uRGKdDRove .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRGKdDRove .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uRGKdDRove .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRGKdDRove .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uRGKdDRove .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uRGKdDRove .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uRGKdDRove .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRGKdDRove .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRGKdDRove .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRGKdDRove .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRGKdDRove .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uRGKdDRove .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uRGKdDRove .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uRGKdDRove .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uRGKdDRove .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uRGKdDRove .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uRGKdDRove .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uRGKdDRove .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uRGKdDRove .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uRGKdDRove .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRGKdDRove .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uRGKdDRove .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uRGKdDRove .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uRGKdDRove .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uRGKdDRove .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uRGKdDRove .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRGKdDRove .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uRGKdDRove .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uRGKdDRove .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uRGKdDRove .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uRGKdDRove .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uRGKdDRove .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uRGKdDRove .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uRGKdDRove .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
.cid-uRGKdDRove .mbr-section-title {
  color: #ffffff;
}
.cid-uRGKdDRove .mbr-text {
  color: #ffffff;
}
.cid-uRGKdDRove .list {
  color: #ffffff;
}
.cid-uRGKdDRove .list,
.cid-uRGKdDRove .nav-wrapper,
.cid-uRGKdDRove .social-wrapper {
  text-align: right;
}
.cid-uRGKdDRove .card {
  justify-content: center;
}
.cid-uRGKdDRove .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uRGKdDRove .items-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uRGKdDRove .items-wrapper .item {
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uRGKdDRove .items-wrapper .item {
    padding: 40px;
  }
}
.cid-uRGKdDRove .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-uRGKdDRove .items-wrapper .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 40px;
}
.cid-uRGKdDRove .item-title_1 {
  color: #bee0d6;
}
.cid-uRGKdDRove .item-title_2 {
  color: #254b45;
}
.cid-uRGKdDRove .mbr-section-btn {
  text-align: right;
}
.cid-uRGKdDRove .item-title_1,
.cid-uRGKdDRove .mbr-section-btn {
  color: #000000;
}
.cid-uRGKdDRove .item-title_2,
.cid-uRGKdDRove .mbr-section-btn {
  color: #000000;
}
.cid-uRGNMsXhOi {
  background-color: transparent;
}
.cid-uRGNMsXhOi .navbar-dropdown {
  background-color: #f3f3fc !important;
  padding: 0;
}
.cid-uRGNMsXhOi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f3f3fc !important;
  background: #f3f3fc;
}
.cid-uRGNMsXhOi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRGNMsXhOi .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRGNMsXhOi .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRGNMsXhOi .menu_box .navbar.opened,
  .cid-uRGNMsXhOi .menu_box .navbar-collapse {
    background-color: #f3f3fc !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRGNMsXhOi .navbar-dropdown {
  position: relative !important;
}
.cid-uRGNMsXhOi .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRGNMsXhOi .btn:hover {
  box-shadow: none;
}
.cid-uRGNMsXhOi .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRGNMsXhOi .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uRGNMsXhOi .nav-item {
    margin: 0 !important;
  }
}
.cid-uRGNMsXhOi .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uRGNMsXhOi .nav-item .nav-link:hover,
.cid-uRGNMsXhOi .nav-item .nav-link:focus {
  color: #000000 !important;
}
.cid-uRGNMsXhOi .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRGNMsXhOi .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRGNMsXhOi .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRGNMsXhOi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRGNMsXhOi .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uRGNMsXhOi .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRGNMsXhOi .offcanvas_box {
    display: none;
  }
}
.cid-uRGNMsXhOi .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uRGNMsXhOi .dropdown-item:hover,
.cid-uRGNMsXhOi .dropdown-item:focus {
  color: #000000 !important;
}
.cid-uRGNMsXhOi .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRGNMsXhOi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uRGNMsXhOi .container {
  display: flex;
  margin: auto;
}
.cid-uRGNMsXhOi .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uRGNMsXhOi .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRGNMsXhOi .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uRGNMsXhOi .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRGNMsXhOi .navbar-nav {
    margin: 0;
  }
}
.cid-uRGNMsXhOi .dropdown-menu,
.cid-uRGNMsXhOi .navbar.opened {
  background-color: false !important;
}
.cid-uRGNMsXhOi .nav-item:focus,
.cid-uRGNMsXhOi .nav-link:focus {
  outline: none;
}
.cid-uRGNMsXhOi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRGNMsXhOi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRGNMsXhOi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRGNMsXhOi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRGNMsXhOi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRGNMsXhOi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRGNMsXhOi .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRGNMsXhOi .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRGNMsXhOi .navbar.opened {
  transition: all 0.3s;
}
.cid-uRGNMsXhOi .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRGNMsXhOi .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uRGNMsXhOi .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRGNMsXhOi .navbar.collapsed {
  justify-content: center;
}
.cid-uRGNMsXhOi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRGNMsXhOi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRGNMsXhOi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRGNMsXhOi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRGNMsXhOi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRGNMsXhOi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRGNMsXhOi .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRGNMsXhOi .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uRGNMsXhOi .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uRGNMsXhOi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRGNMsXhOi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRGNMsXhOi .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRGNMsXhOi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRGNMsXhOi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRGNMsXhOi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRGNMsXhOi .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uRGNMsXhOi .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRGNMsXhOi .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRGNMsXhOi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRGNMsXhOi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRGNMsXhOi .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRGNMsXhOi .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRGNMsXhOi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRGNMsXhOi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRGNMsXhOi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRGNMsXhOi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uRGNMsXhOi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRGNMsXhOi .dropdown-item.active,
.cid-uRGNMsXhOi .dropdown-item:active {
  background-color: transparent;
}
.cid-uRGNMsXhOi .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uRGNMsXhOi .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 0 !important;
  }
}
.cid-uRGNMsXhOi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRGNMsXhOi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRGNMsXhOi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRGNMsXhOi ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRGNMsXhOi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRGNMsXhOi button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f3f3fc;
  background: #f3f3fc;
}
.cid-uRGNMsXhOi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRGNMsXhOi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRGNMsXhOi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRGNMsXhOi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRGNMsXhOi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRGNMsXhOi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRGNMsXhOi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRGNMsXhOi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRGNMsXhOi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRGNMsXhOi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRGNMsXhOi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRGNMsXhOi .navbar {
    height: 70px;
  }
  .cid-uRGNMsXhOi .navbar.opened {
    height: auto;
  }
  .cid-uRGNMsXhOi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRGNMsXhOi .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uRGNMsXhOi .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uRGNMsXhOi .mbr-section-btn-main {
  width: fit-content;
}
.cid-uRGNMsXhOi .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uRGNMsXhOi .navbar-caption:hover {
  color: #97dffc;
}
@media (min-width: 992px) {
  .cid-uRGNMsXhOi .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRGNMsXhOi .text_widget {
  margin-bottom: 32px;
}
.cid-uRGNMsXhOi .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRGNMsXhOi .text_widget a:hover,
.cid-uRGNMsXhOi .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uRGNMsXhOi .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uRGNMsXhOi .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uRGNMsXhOi .navbar-caption {
  color: #000000;
}
.cid-uRGNMsXhOi .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uRGNMsXhOi .icons-menu-main {
  display: flex;
}
.cid-uRGNMsXhOi .mbr-section-subtitle,
.cid-uRGNMsXhOi .text_widget,
.cid-uRGNMsXhOi .mbr-section-btn {
  text-align: center;
}
.cid-uRGNMsXhOi a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRGNMsXhOi .nav-link,
.cid-uRGNMsXhOi .dropdown-item {
  color: #000000;
}
.cid-uRGNMsXhOi .nav-link,
.cid-uRGNMsXhOi .dropdown-item {
  color: #000000;
}
.cid-uRGNMtsaHj {
  background-color: #ffffff;
}
.cid-uRGNMtsaHj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGNMtsaHj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGNMtsaHj .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRGNMtsaHj .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRGNMtsaHj .container {
    padding: 0 26px;
  }
}
.cid-uRGNMtsaHj .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 1000px;
  padding: 45px;
}
@media (max-width: 1440px) {
  .cid-uRGNMtsaHj .content-wrapper {
    height: 800px;
  }
}
@media (max-width: 992px) {
  .cid-uRGNMtsaHj .content-wrapper {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uRGNMtsaHj .content-wrapper {
    height: auto;
  }
}
.cid-uRGNMtsaHj .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uRGNMtsaHj .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
  background-color: #858ae3;
}
.cid-uRGNMtsaHj .content-wrapper .content-wrap {
  width: 100%;
  position: relative;
  z-index: 2;
}
.cid-uRGNMtsaHj .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uRGNMtsaHj .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRGNMtsaHj .content-wrapper .content-wrap .text-wrapper .mbr-text {
    max-width: 100%;
  }
}
.cid-uRGNMtsaHj .mbr-section-title {
  color: #000000;
}
.cid-uRGNMtsaHj .mbr-text,
.cid-uRGNMtsaHj .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRGNMtsaHj .mbr-section-title,
.cid-uRGNMtsaHj .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uRGPcckHez {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uRGPcckHez .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGPcckHez .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGPcckHez .row {
  justify-content: center;
}
.cid-uRGPcckHez .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uRGPcckHez .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uRGPcckHez .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRGPcckHez .mbr-text {
  color: #fff7ee;
}
.cid-uRGNMuk45T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1000;
  overflow: hidden;
}
.cid-uRGNMuk45T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGNMuk45T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRGNMuk45T .container {
    padding: 0 30px;
  }
}
.cid-uRGNMuk45T .card {
  justify-content: center;
}
.cid-uRGNMuk45T .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uRGNMuk45T .items-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uRGNMuk45T .items-wrapper .item {
  padding: 60px;
  background-color: #f6ae2d;
}
.cid-uRGNMuk45T .items-wrapper .item:nth-child(2n) {
  background-color: #fef7ea;
}
@media (max-width: 992px) {
  .cid-uRGNMuk45T .items-wrapper .item {
    padding: 40px;
  }
}
.cid-uRGNMuk45T .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-uRGNMuk45T .items-wrapper .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 40px;
}
.cid-uRGNMuk45T .item-title_1 {
  color: #bee0d6;
}
.cid-uRGNMuk45T .item-title_2 {
  color: #254b45;
}
.cid-uRGNMuk45T .mbr-section-btn {
  text-align: right;
}
.cid-uRGNMuk45T .item-title_1,
.cid-uRGNMuk45T .mbr-section-btn {
  color: #000000;
}
.cid-uRGNMuk45T .item-title_2,
.cid-uRGNMuk45T .mbr-section-btn {
  color: #000000;
}
.cid-uRGNMuC37M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #110f24;
  overflow: hidden;
}
.cid-uRGNMuC37M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGNMuC37M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGNMuC37M .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRGNMuC37M .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uRGNMuC37M .container {
    padding: 0 30px;
  }
}
.cid-uRGNMuC37M .row {
  justify-content: center;
}
.cid-uRGNMuC37M .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uRGNMuC37M .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRGNMuC37M .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uRGNMuC37M .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRGNMuC37M .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uRGNMuC37M .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uRGNMuC37M .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uRGNMuC37M .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRGNMuC37M .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRGNMuC37M .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRGNMuC37M .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRGNMuC37M .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uRGNMuC37M .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uRGNMuC37M .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uRGNMuC37M .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uRGNMuC37M .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uRGNMuC37M .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uRGNMuC37M .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uRGNMuC37M .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uRGNMuC37M .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uRGNMuC37M .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRGNMuC37M .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uRGNMuC37M .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uRGNMuC37M .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uRGNMuC37M .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uRGNMuC37M .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uRGNMuC37M .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRGNMuC37M .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uRGNMuC37M .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uRGNMuC37M .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uRGNMuC37M .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uRGNMuC37M .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uRGNMuC37M .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uRGNMuC37M .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uRGNMuC37M .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
.cid-uRGNMuC37M .mbr-section-title {
  color: #ffffff;
}
.cid-uRGNMuC37M .mbr-text {
  color: #ffffff;
}
.cid-uRGNMuC37M .list {
  color: #ffffff;
}
.cid-uRGNMuC37M .list,
.cid-uRGNMuC37M .nav-wrapper,
.cid-uRGNMuC37M .social-wrapper {
  text-align: right;
}
.cid-uRGNMuC37M .card {
  justify-content: center;
}
.cid-uRGNMuC37M .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uRGNMuC37M .items-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uRGNMuC37M .items-wrapper .item {
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uRGNMuC37M .items-wrapper .item {
    padding: 40px;
  }
}
.cid-uRGNMuC37M .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-uRGNMuC37M .items-wrapper .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 40px;
}
.cid-uRGNMuC37M .item-title_1 {
  color: #bee0d6;
}
.cid-uRGNMuC37M .item-title_2 {
  color: #254b45;
}
.cid-uRGNMuC37M .mbr-section-btn {
  text-align: right;
}
.cid-uRGNMuC37M .item-title_1,
.cid-uRGNMuC37M .mbr-section-btn {
  color: #000000;
}
.cid-uRGNMuC37M .item-title_2,
.cid-uRGNMuC37M .mbr-section-btn {
  color: #000000;
}
.cid-uRGPyfPeAr {
  background-color: transparent;
}
.cid-uRGPyfPeAr .navbar-dropdown {
  background-color: #f3f3fc !important;
  padding: 0;
}
.cid-uRGPyfPeAr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f3f3fc !important;
  background: #f3f3fc;
}
.cid-uRGPyfPeAr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRGPyfPeAr .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRGPyfPeAr .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRGPyfPeAr .menu_box .navbar.opened,
  .cid-uRGPyfPeAr .menu_box .navbar-collapse {
    background-color: #f3f3fc !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRGPyfPeAr .navbar-dropdown {
  position: relative !important;
}
.cid-uRGPyfPeAr .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRGPyfPeAr .btn:hover {
  box-shadow: none;
}
.cid-uRGPyfPeAr .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRGPyfPeAr .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uRGPyfPeAr .nav-item {
    margin: 0 !important;
  }
}
.cid-uRGPyfPeAr .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uRGPyfPeAr .nav-item .nav-link:hover,
.cid-uRGPyfPeAr .nav-item .nav-link:focus {
  color: #000000 !important;
}
.cid-uRGPyfPeAr .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRGPyfPeAr .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRGPyfPeAr .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRGPyfPeAr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRGPyfPeAr .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uRGPyfPeAr .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRGPyfPeAr .offcanvas_box {
    display: none;
  }
}
.cid-uRGPyfPeAr .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uRGPyfPeAr .dropdown-item:hover,
.cid-uRGPyfPeAr .dropdown-item:focus {
  color: #000000 !important;
}
.cid-uRGPyfPeAr .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRGPyfPeAr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uRGPyfPeAr .container {
  display: flex;
  margin: auto;
}
.cid-uRGPyfPeAr .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uRGPyfPeAr .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRGPyfPeAr .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uRGPyfPeAr .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRGPyfPeAr .navbar-nav {
    margin: 0;
  }
}
.cid-uRGPyfPeAr .dropdown-menu,
.cid-uRGPyfPeAr .navbar.opened {
  background-color: false !important;
}
.cid-uRGPyfPeAr .nav-item:focus,
.cid-uRGPyfPeAr .nav-link:focus {
  outline: none;
}
.cid-uRGPyfPeAr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRGPyfPeAr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRGPyfPeAr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRGPyfPeAr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRGPyfPeAr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRGPyfPeAr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRGPyfPeAr .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRGPyfPeAr .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRGPyfPeAr .navbar.opened {
  transition: all 0.3s;
}
.cid-uRGPyfPeAr .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRGPyfPeAr .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uRGPyfPeAr .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRGPyfPeAr .navbar.collapsed {
  justify-content: center;
}
.cid-uRGPyfPeAr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRGPyfPeAr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRGPyfPeAr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRGPyfPeAr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRGPyfPeAr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRGPyfPeAr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRGPyfPeAr .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRGPyfPeAr .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uRGPyfPeAr .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uRGPyfPeAr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRGPyfPeAr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRGPyfPeAr .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRGPyfPeAr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRGPyfPeAr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRGPyfPeAr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRGPyfPeAr .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uRGPyfPeAr .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRGPyfPeAr .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRGPyfPeAr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRGPyfPeAr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRGPyfPeAr .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRGPyfPeAr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRGPyfPeAr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRGPyfPeAr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRGPyfPeAr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRGPyfPeAr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uRGPyfPeAr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRGPyfPeAr .dropdown-item.active,
.cid-uRGPyfPeAr .dropdown-item:active {
  background-color: transparent;
}
.cid-uRGPyfPeAr .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uRGPyfPeAr .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 0 !important;
  }
}
.cid-uRGPyfPeAr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRGPyfPeAr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRGPyfPeAr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRGPyfPeAr ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRGPyfPeAr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRGPyfPeAr button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f3f3fc;
  background: #f3f3fc;
}
.cid-uRGPyfPeAr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRGPyfPeAr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRGPyfPeAr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRGPyfPeAr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRGPyfPeAr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRGPyfPeAr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRGPyfPeAr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRGPyfPeAr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRGPyfPeAr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRGPyfPeAr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRGPyfPeAr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRGPyfPeAr .navbar {
    height: 70px;
  }
  .cid-uRGPyfPeAr .navbar.opened {
    height: auto;
  }
  .cid-uRGPyfPeAr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRGPyfPeAr .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uRGPyfPeAr .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uRGPyfPeAr .mbr-section-btn-main {
  width: fit-content;
}
.cid-uRGPyfPeAr .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uRGPyfPeAr .navbar-caption:hover {
  color: #97dffc;
}
@media (min-width: 992px) {
  .cid-uRGPyfPeAr .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRGPyfPeAr .text_widget {
  margin-bottom: 32px;
}
.cid-uRGPyfPeAr .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRGPyfPeAr .text_widget a:hover,
.cid-uRGPyfPeAr .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uRGPyfPeAr .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uRGPyfPeAr .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uRGPyfPeAr .navbar-caption {
  color: #000000;
}
.cid-uRGPyfPeAr .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uRGPyfPeAr .icons-menu-main {
  display: flex;
}
.cid-uRGPyfPeAr .mbr-section-subtitle,
.cid-uRGPyfPeAr .text_widget,
.cid-uRGPyfPeAr .mbr-section-btn {
  text-align: center;
}
.cid-uRGPyfPeAr a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRGPyfPeAr .nav-link,
.cid-uRGPyfPeAr .dropdown-item {
  color: #000000;
}
.cid-uRGPyfPeAr .nav-link,
.cid-uRGPyfPeAr .dropdown-item {
  color: #000000;
}
.cid-uRGPyhlBlj {
  background-color: #ffffff;
}
.cid-uRGPyhlBlj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGPyhlBlj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGPyhlBlj .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRGPyhlBlj .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRGPyhlBlj .container {
    padding: 0 26px;
  }
}
.cid-uRGPyhlBlj .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 1000px;
  padding: 45px;
}
@media (max-width: 1440px) {
  .cid-uRGPyhlBlj .content-wrapper {
    height: 800px;
  }
}
@media (max-width: 992px) {
  .cid-uRGPyhlBlj .content-wrapper {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uRGPyhlBlj .content-wrapper {
    height: auto;
  }
}
.cid-uRGPyhlBlj .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uRGPyhlBlj .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
  background-color: #858ae3;
}
.cid-uRGPyhlBlj .content-wrapper .content-wrap {
  width: 100%;
  position: relative;
  z-index: 2;
}
.cid-uRGPyhlBlj .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uRGPyhlBlj .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRGPyhlBlj .content-wrapper .content-wrap .text-wrapper .mbr-text {
    max-width: 100%;
  }
}
.cid-uRGPyhlBlj .mbr-section-title {
  color: #000000;
}
.cid-uRGPyhlBlj .mbr-text,
.cid-uRGPyhlBlj .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRGPyhlBlj .mbr-section-title,
.cid-uRGPyhlBlj .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uRGPyhJI0n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uRGPyhJI0n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGPyhJI0n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGPyhJI0n .row {
  justify-content: center;
}
.cid-uRGPyhJI0n .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uRGPyhJI0n .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uRGPyhJI0n .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRGPyhJI0n .mbr-text {
  color: #fff7ee;
}
.cid-uRGPyi6TNd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1000;
  overflow: hidden;
}
.cid-uRGPyi6TNd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGPyi6TNd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRGPyi6TNd .container {
    padding: 0 30px;
  }
}
.cid-uRGPyi6TNd .card {
  justify-content: center;
}
.cid-uRGPyi6TNd .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uRGPyi6TNd .items-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uRGPyi6TNd .items-wrapper .item {
  padding: 60px;
  background-color: #f6ae2d;
}
.cid-uRGPyi6TNd .items-wrapper .item:nth-child(2n) {
  background-color: #fef7ea;
}
@media (max-width: 992px) {
  .cid-uRGPyi6TNd .items-wrapper .item {
    padding: 40px;
  }
}
.cid-uRGPyi6TNd .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-uRGPyi6TNd .items-wrapper .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 40px;
}
.cid-uRGPyi6TNd .item-title_1 {
  color: #bee0d6;
}
.cid-uRGPyi6TNd .item-title_2 {
  color: #254b45;
}
.cid-uRGPyi6TNd .mbr-section-btn {
  text-align: right;
}
.cid-uRGPyi6TNd .item-title_1,
.cid-uRGPyi6TNd .mbr-section-btn {
  color: #000000;
}
.cid-uRGPyi6TNd .item-title_2,
.cid-uRGPyi6TNd .mbr-section-btn {
  color: #000000;
}
.cid-uRGPyiwDC7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #110f24;
  overflow: hidden;
}
.cid-uRGPyiwDC7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGPyiwDC7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGPyiwDC7 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRGPyiwDC7 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uRGPyiwDC7 .container {
    padding: 0 30px;
  }
}
.cid-uRGPyiwDC7 .row {
  justify-content: center;
}
.cid-uRGPyiwDC7 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uRGPyiwDC7 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRGPyiwDC7 .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uRGPyiwDC7 .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRGPyiwDC7 .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uRGPyiwDC7 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uRGPyiwDC7 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uRGPyiwDC7 .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRGPyiwDC7 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRGPyiwDC7 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRGPyiwDC7 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRGPyiwDC7 .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uRGPyiwDC7 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uRGPyiwDC7 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uRGPyiwDC7 .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uRGPyiwDC7 .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uRGPyiwDC7 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uRGPyiwDC7 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uRGPyiwDC7 .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uRGPyiwDC7 .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uRGPyiwDC7 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRGPyiwDC7 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uRGPyiwDC7 .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uRGPyiwDC7 .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uRGPyiwDC7 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uRGPyiwDC7 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uRGPyiwDC7 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRGPyiwDC7 .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uRGPyiwDC7 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uRGPyiwDC7 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uRGPyiwDC7 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uRGPyiwDC7 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uRGPyiwDC7 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uRGPyiwDC7 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uRGPyiwDC7 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
.cid-uRGPyiwDC7 .mbr-section-title {
  color: #ffffff;
}
.cid-uRGPyiwDC7 .mbr-text {
  color: #ffffff;
}
.cid-uRGPyiwDC7 .list {
  color: #ffffff;
}
.cid-uRGPyiwDC7 .list,
.cid-uRGPyiwDC7 .nav-wrapper,
.cid-uRGPyiwDC7 .social-wrapper {
  text-align: right;
}
.cid-uRGPyiwDC7 .card {
  justify-content: center;
}
.cid-uRGPyiwDC7 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uRGPyiwDC7 .items-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uRGPyiwDC7 .items-wrapper .item {
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uRGPyiwDC7 .items-wrapper .item {
    padding: 40px;
  }
}
.cid-uRGPyiwDC7 .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-uRGPyiwDC7 .items-wrapper .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 40px;
}
.cid-uRGPyiwDC7 .item-title_1 {
  color: #bee0d6;
}
.cid-uRGPyiwDC7 .item-title_2 {
  color: #254b45;
}
.cid-uRGPyiwDC7 .mbr-section-btn {
  text-align: right;
}
.cid-uRGPyiwDC7 .item-title_1,
.cid-uRGPyiwDC7 .mbr-section-btn {
  color: #000000;
}
.cid-uRGPyiwDC7 .item-title_2,
.cid-uRGPyiwDC7 .mbr-section-btn {
  color: #000000;
}
.cid-uRGPI2W7DR {
  background-color: transparent;
}
.cid-uRGPI2W7DR .navbar-dropdown {
  background-color: #f3f3fc !important;
  padding: 0;
}
.cid-uRGPI2W7DR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f3f3fc !important;
  background: #f3f3fc;
}
.cid-uRGPI2W7DR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRGPI2W7DR .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRGPI2W7DR .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRGPI2W7DR .menu_box .navbar.opened,
  .cid-uRGPI2W7DR .menu_box .navbar-collapse {
    background-color: #f3f3fc !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRGPI2W7DR .navbar-dropdown {
  position: relative !important;
}
.cid-uRGPI2W7DR .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRGPI2W7DR .btn:hover {
  box-shadow: none;
}
.cid-uRGPI2W7DR .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRGPI2W7DR .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uRGPI2W7DR .nav-item {
    margin: 0 !important;
  }
}
.cid-uRGPI2W7DR .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uRGPI2W7DR .nav-item .nav-link:hover,
.cid-uRGPI2W7DR .nav-item .nav-link:focus {
  color: #000000 !important;
}
.cid-uRGPI2W7DR .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRGPI2W7DR .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRGPI2W7DR .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRGPI2W7DR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRGPI2W7DR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uRGPI2W7DR .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRGPI2W7DR .offcanvas_box {
    display: none;
  }
}
.cid-uRGPI2W7DR .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uRGPI2W7DR .dropdown-item:hover,
.cid-uRGPI2W7DR .dropdown-item:focus {
  color: #000000 !important;
}
.cid-uRGPI2W7DR .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRGPI2W7DR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uRGPI2W7DR .container {
  display: flex;
  margin: auto;
}
.cid-uRGPI2W7DR .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uRGPI2W7DR .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRGPI2W7DR .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uRGPI2W7DR .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRGPI2W7DR .navbar-nav {
    margin: 0;
  }
}
.cid-uRGPI2W7DR .dropdown-menu,
.cid-uRGPI2W7DR .navbar.opened {
  background-color: false !important;
}
.cid-uRGPI2W7DR .nav-item:focus,
.cid-uRGPI2W7DR .nav-link:focus {
  outline: none;
}
.cid-uRGPI2W7DR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRGPI2W7DR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRGPI2W7DR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRGPI2W7DR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRGPI2W7DR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRGPI2W7DR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRGPI2W7DR .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRGPI2W7DR .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRGPI2W7DR .navbar.opened {
  transition: all 0.3s;
}
.cid-uRGPI2W7DR .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRGPI2W7DR .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uRGPI2W7DR .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRGPI2W7DR .navbar.collapsed {
  justify-content: center;
}
.cid-uRGPI2W7DR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRGPI2W7DR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRGPI2W7DR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRGPI2W7DR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRGPI2W7DR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRGPI2W7DR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRGPI2W7DR .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRGPI2W7DR .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uRGPI2W7DR .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uRGPI2W7DR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRGPI2W7DR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRGPI2W7DR .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRGPI2W7DR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRGPI2W7DR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRGPI2W7DR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRGPI2W7DR .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uRGPI2W7DR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRGPI2W7DR .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRGPI2W7DR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRGPI2W7DR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRGPI2W7DR .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRGPI2W7DR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRGPI2W7DR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRGPI2W7DR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRGPI2W7DR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRGPI2W7DR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uRGPI2W7DR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRGPI2W7DR .dropdown-item.active,
.cid-uRGPI2W7DR .dropdown-item:active {
  background-color: transparent;
}
.cid-uRGPI2W7DR .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uRGPI2W7DR .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 0 !important;
  }
}
.cid-uRGPI2W7DR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRGPI2W7DR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRGPI2W7DR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRGPI2W7DR ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRGPI2W7DR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRGPI2W7DR button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f3f3fc;
  background: #f3f3fc;
}
.cid-uRGPI2W7DR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRGPI2W7DR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRGPI2W7DR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRGPI2W7DR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRGPI2W7DR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRGPI2W7DR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRGPI2W7DR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRGPI2W7DR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRGPI2W7DR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRGPI2W7DR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRGPI2W7DR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRGPI2W7DR .navbar {
    height: 70px;
  }
  .cid-uRGPI2W7DR .navbar.opened {
    height: auto;
  }
  .cid-uRGPI2W7DR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRGPI2W7DR .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uRGPI2W7DR .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uRGPI2W7DR .mbr-section-btn-main {
  width: fit-content;
}
.cid-uRGPI2W7DR .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uRGPI2W7DR .navbar-caption:hover {
  color: #97dffc;
}
@media (min-width: 992px) {
  .cid-uRGPI2W7DR .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRGPI2W7DR .text_widget {
  margin-bottom: 32px;
}
.cid-uRGPI2W7DR .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRGPI2W7DR .text_widget a:hover,
.cid-uRGPI2W7DR .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uRGPI2W7DR .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uRGPI2W7DR .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uRGPI2W7DR .navbar-caption {
  color: #000000;
}
.cid-uRGPI2W7DR .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uRGPI2W7DR .icons-menu-main {
  display: flex;
}
.cid-uRGPI2W7DR .mbr-section-subtitle,
.cid-uRGPI2W7DR .text_widget,
.cid-uRGPI2W7DR .mbr-section-btn {
  text-align: center;
}
.cid-uRGPI2W7DR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRGPI2W7DR .nav-link,
.cid-uRGPI2W7DR .dropdown-item {
  color: #000000;
}
.cid-uRGPI2W7DR .nav-link,
.cid-uRGPI2W7DR .dropdown-item {
  color: #000000;
}
.cid-uRGPI3AlA7 {
  background-color: #ffffff;
}
.cid-uRGPI3AlA7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGPI3AlA7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGPI3AlA7 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRGPI3AlA7 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRGPI3AlA7 .container {
    padding: 0 26px;
  }
}
.cid-uRGPI3AlA7 .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 1000px;
  padding: 45px;
}
@media (max-width: 1440px) {
  .cid-uRGPI3AlA7 .content-wrapper {
    height: 800px;
  }
}
@media (max-width: 992px) {
  .cid-uRGPI3AlA7 .content-wrapper {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uRGPI3AlA7 .content-wrapper {
    height: auto;
  }
}
.cid-uRGPI3AlA7 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uRGPI3AlA7 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
  background-color: #858ae3;
}
.cid-uRGPI3AlA7 .content-wrapper .content-wrap {
  width: 100%;
  position: relative;
  z-index: 2;
}
.cid-uRGPI3AlA7 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uRGPI3AlA7 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRGPI3AlA7 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    max-width: 100%;
  }
}
.cid-uRGPI3AlA7 .mbr-section-title {
  color: #000000;
}
.cid-uRGPI3AlA7 .mbr-text,
.cid-uRGPI3AlA7 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRGPI3AlA7 .mbr-section-title,
.cid-uRGPI3AlA7 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uRGPI3Z9M7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uRGPI3Z9M7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGPI3Z9M7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGPI3Z9M7 .row {
  justify-content: center;
}
.cid-uRGPI3Z9M7 .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uRGPI3Z9M7 .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uRGPI3Z9M7 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRGPI3Z9M7 .mbr-text {
  color: #fff7ee;
}
.cid-uRGPI4lLTD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1000;
  overflow: hidden;
}
.cid-uRGPI4lLTD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGPI4lLTD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRGPI4lLTD .container {
    padding: 0 30px;
  }
}
.cid-uRGPI4lLTD .card {
  justify-content: center;
}
.cid-uRGPI4lLTD .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uRGPI4lLTD .items-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uRGPI4lLTD .items-wrapper .item {
  padding: 60px;
  background-color: #f6ae2d;
}
.cid-uRGPI4lLTD .items-wrapper .item:nth-child(2n) {
  background-color: #fef7ea;
}
@media (max-width: 992px) {
  .cid-uRGPI4lLTD .items-wrapper .item {
    padding: 40px;
  }
}
.cid-uRGPI4lLTD .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-uRGPI4lLTD .items-wrapper .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 40px;
}
.cid-uRGPI4lLTD .item-title_1 {
  color: #bee0d6;
}
.cid-uRGPI4lLTD .item-title_2 {
  color: #254b45;
}
.cid-uRGPI4lLTD .mbr-section-btn {
  text-align: right;
}
.cid-uRGPI4lLTD .item-title_1,
.cid-uRGPI4lLTD .mbr-section-btn {
  color: #000000;
}
.cid-uRGPI4lLTD .item-title_2,
.cid-uRGPI4lLTD .mbr-section-btn {
  color: #000000;
}
.cid-uRGPI4NNKk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #110f24;
  overflow: hidden;
}
.cid-uRGPI4NNKk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGPI4NNKk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGPI4NNKk .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRGPI4NNKk .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uRGPI4NNKk .container {
    padding: 0 30px;
  }
}
.cid-uRGPI4NNKk .row {
  justify-content: center;
}
.cid-uRGPI4NNKk .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uRGPI4NNKk .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRGPI4NNKk .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uRGPI4NNKk .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRGPI4NNKk .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uRGPI4NNKk .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uRGPI4NNKk .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uRGPI4NNKk .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRGPI4NNKk .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRGPI4NNKk .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRGPI4NNKk .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRGPI4NNKk .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uRGPI4NNKk .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uRGPI4NNKk .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uRGPI4NNKk .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uRGPI4NNKk .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uRGPI4NNKk .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uRGPI4NNKk .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uRGPI4NNKk .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uRGPI4NNKk .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uRGPI4NNKk .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRGPI4NNKk .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uRGPI4NNKk .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uRGPI4NNKk .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uRGPI4NNKk .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uRGPI4NNKk .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uRGPI4NNKk .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRGPI4NNKk .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uRGPI4NNKk .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uRGPI4NNKk .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uRGPI4NNKk .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uRGPI4NNKk .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uRGPI4NNKk .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uRGPI4NNKk .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uRGPI4NNKk .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
.cid-uRGPI4NNKk .mbr-section-title {
  color: #ffffff;
}
.cid-uRGPI4NNKk .mbr-text {
  color: #ffffff;
}
.cid-uRGPI4NNKk .list {
  color: #ffffff;
}
.cid-uRGPI4NNKk .list,
.cid-uRGPI4NNKk .nav-wrapper,
.cid-uRGPI4NNKk .social-wrapper {
  text-align: right;
}
.cid-uRGPI4NNKk .card {
  justify-content: center;
}
.cid-uRGPI4NNKk .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uRGPI4NNKk .items-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uRGPI4NNKk .items-wrapper .item {
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uRGPI4NNKk .items-wrapper .item {
    padding: 40px;
  }
}
.cid-uRGPI4NNKk .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-uRGPI4NNKk .items-wrapper .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 40px;
}
.cid-uRGPI4NNKk .item-title_1 {
  color: #bee0d6;
}
.cid-uRGPI4NNKk .item-title_2 {
  color: #254b45;
}
.cid-uRGPI4NNKk .mbr-section-btn {
  text-align: right;
}
.cid-uRGPI4NNKk .item-title_1,
.cid-uRGPI4NNKk .mbr-section-btn {
  color: #000000;
}
.cid-uRGPI4NNKk .item-title_2,
.cid-uRGPI4NNKk .mbr-section-btn {
  color: #000000;
}
