.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 5.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.16rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.2 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.14rem + (1.2 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.2 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.2 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5cdb95 !important;
  border-color: #5cdb95 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #29b869 !important;
  border-color: #29b869 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #29b869 !important;
  border-color: #29b869 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #5cdb95;
  color: #5cdb95;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #29b869 !important;
  background-color: transparent!important;
  border-color: #29b869 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5cdb95 !important;
  border-color: #5cdb95 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #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: #ffffff !important;
}
.text-secondary {
  color: #5cdb95 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #26ab62 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #5cdb95 !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='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sFCAOqBTxa {
  background-image: url("../../../assets/images/0.-.jpg");
}
.cid-sFCAOqBTxa .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sFCAOqBTxa .mbr-text,
.cid-sFCAOqBTxa .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-usXeukcVll {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/11-preview-r.v1.jpg");
}
.cid-usXeukcVll .mbr-fallback-image.disabled {
  display: none;
}
.cid-usXeukcVll .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-usXeukcVll .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usXeukcVll .row {
  flex-direction: row-reverse;
}
.cid-usXeukcVll img {
  width: 100%;
}
.cid-usXeukcVll .mbr-description {
  color: #232323;
}
.cid-usXeunq9IN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/44445b6-1.jpeg");
}
.cid-usXeunq9IN .mbr-fallback-image.disabled {
  display: none;
}
.cid-usXeunq9IN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-usXeunq9IN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usXeunq9IN .row {
  flex-direction: row-reverse;
}
.cid-usXeunq9IN img {
  width: 100%;
}
.cid-usXHMAEIWx {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/6463919432.jpg");
}
.cid-usXHMAEIWx .mbr-fallback-image.disabled {
  display: none;
}
.cid-usXHMAEIWx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usXHMAEIWx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-usXHMAEIWx .row {
    flex-direction: column-reverse;
  }
  .cid-usXHMAEIWx .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-usXHMAEIWx .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-usXHMAEIWx .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-usXHMAEIWx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-usXGUQa7Cd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/amily-land-plant-10382.jpeg");
}
.cid-usXGUQa7Cd .mbr-fallback-image.disabled {
  display: none;
}
.cid-usXGUQa7Cd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-usXGUQa7Cd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usXGUQa7Cd .row {
  flex-direction: row-reverse;
}
.cid-usXGUQa7Cd img {
  width: 100%;
}
.cid-usXN9wZY1k {
  display: flex;
  background-image: url("../../../assets/images/2022-02-22.-.jpg");
}
.cid-usXN9wZY1k .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-usXN9wZY1k .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-usXN9wZY1k {
    align-items: flex-end;
  }
  .cid-usXN9wZY1k .row {
    justify-content: flex-end;
  }
  .cid-usXN9wZY1k .content-wrap {
    width: 22%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usXN9wZY1k .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-usXN9wZY1k {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-usXN9wZY1k .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-usXN9wZY1k .content-wrap {
    width: 100%;
  }
}
.cid-usXGUTp5LB {
  background-image: url("../../../assets/images/eef82bba-3fd9-42f4-9482-89c89288aa91.jpg");
}
.cid-usXGUTp5LB .mbr-fallback-image.disabled {
  display: none;
}
.cid-usXGUTp5LB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-usXGUTp5LB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usXGUTp5LB .row {
  flex-direction: row-reverse;
}
.cid-usXGUTp5LB img {
  width: 100%;
}
.cid-usXWmBRllW {
  background-image: url("../../../assets/images/1952.-02-221-3-1558.-.jpg");
}
.cid-usXWmBRllW .mbr-fallback-image.disabled {
  display: none;
}
.cid-usXWmBRllW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usXWmBRllW .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-usXWmBRllW .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-usXWmBRllW .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-usXXxUqu2w {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2ece7;
}
.cid-usXXxUqu2w blockquote {
  border-color: #e7b15e;
  border-radius: 4px;
  background-color: #fff8ef;
}
.cid-usXVRhv4xG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/gmbko5po.jpg");
}
.cid-usXVRhv4xG .mbr-fallback-image.disabled {
  display: none;
}
.cid-usXVRhv4xG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-usXVRhv4xG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usXVRhv4xG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-usXVRhv4xG .text-wrapper {
    padding: 2rem;
  }
}
.cid-usXRbMPzfq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/80ed4d2fd044b6aa15ae1f2ee448fed2.jpg");
}
.cid-usXRbMPzfq .mbr-fallback-image.disabled {
  display: none;
}
.cid-usXRbMPzfq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-usXRbMPzfq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usXRbMPzfq .row {
  flex-direction: row-reverse;
}
.cid-usXRbMPzfq img {
  width: 100%;
}
.cid-usXRcKdIKz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/maqpaiw7ou.jpg");
}
.cid-usXRcKdIKz .mbr-fallback-image.disabled {
  display: none;
}
.cid-usXRcKdIKz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-usXRcKdIKz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usXRcKdIKz .row {
  flex-direction: row-reverse;
}
.cid-usXRcKdIKz img {
  width: 100%;
}
.cid-usY385u3he {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/inflorescence-autumn-grass-frost-freeze-1068175.jpg");
}
.cid-usY385u3he .mbr-fallback-image.disabled {
  display: none;
}
.cid-usY385u3he .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-usY385u3he .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usY385u3he .row {
  flex-direction: row-reverse;
}
.cid-usY385u3he img {
  width: 100%;
}
.cid-usY38s21nN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/78f66a42b1d4cc58e3316984dcdbf2ed.jpg");
}
.cid-usY38s21nN .mbr-fallback-image.disabled {
  display: none;
}
.cid-usY38s21nN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-usY38s21nN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usY38s21nN .row {
  flex-direction: row-reverse;
}
.cid-usY38s21nN img {
  width: 100%;
}
.cid-usXHMOpIQR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/maqpaiw7ou.jpeg");
}
.cid-usXHMOpIQR .mbr-fallback-image.disabled {
  display: none;
}
.cid-usXHMOpIQR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usXHMOpIQR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-usXHMOpIQR .row {
    flex-direction: column-reverse;
  }
  .cid-usXHMOpIQR .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-usXHMOpIQR .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-usXHMOpIQR .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-usXHMOpIQR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-usY6lfjhdV {
  background-image: url("../../../assets/images/img-184-26.06.2010.jpg");
}
.cid-usY6lfjhdV .mbr-fallback-image.disabled {
  display: none;
}
.cid-usY6lfjhdV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usY6lfjhdV .mbr-section-title {
  color: #fff9ed;
}
.cid-usY6lfjhdV .mbr-text,
.cid-usY6lfjhdV .mbr-section-btn {
  color: #fff9ed;
}
.cid-usY7PAYcY6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/80ed4d2fd044b6aa15ae1f2ee448fed2.jpg");
}
.cid-usY7PAYcY6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usY7PAYcY6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-usY7PAYcY6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usY7PAYcY6 .row {
  flex-direction: row-reverse;
}
.cid-usY7PAYcY6 img {
  width: 100%;
}
.cid-usYbsvuxzh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/1675190852-bogatyr-club-p-goluboi-fon-s-ornamentom-fon-pinterest-64.jpg");
}
.cid-usYbsvuxzh .mbr-fallback-image.disabled {
  display: none;
}
.cid-usYbsvuxzh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-usYbsvuxzh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usYbsvuxzh .row {
  flex-direction: row-reverse;
}
.cid-usYbsvuxzh img {
  width: 100%;
}
.cid-usYbqTdmxl {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #fffaf0;
}
.cid-usYbqTdmxl .mbr-fallback-image.disabled {
  display: none;
}
.cid-usYbqTdmxl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-usYbqTdmxl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usYbqTdmxl .row {
  flex-direction: row-reverse;
}
.cid-usYbqTdmxl img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-usYbqTdmxl .text-wrapper {
    padding: 2rem;
  }
}
.cid-usYbrOe8EE {
  background-image: url("../../../assets/images/xdrxj8vkr5y9q-4.jpeg");
}
.cid-usYbrOe8EE .mbr-fallback-image.disabled {
  display: none;
}
.cid-usYbrOe8EE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-usYbrOe8EE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usYbrOe8EE .row {
  flex-direction: row-reverse;
}
.cid-usYbrOe8EE img {
  width: 100%;
}
.cid-usYbrvmV2U {
  background-image: url("../../../assets/images/eef82bba-3fd9-42f4-9482-89c89288aa91.jpg");
}
.cid-usYbrvmV2U .mbr-fallback-image.disabled {
  display: none;
}
.cid-usYbrvmV2U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-usYbrvmV2U .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usYbrvmV2U img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-usYbrvmV2U .text-wrapper {
    padding: 2rem;
  }
}
.cid-usYecIZGAk {
  background-image: url("../../../assets/images/2023-06-06-.-1.jpg");
}
.cid-usYecIZGAk .mbr-fallback-image.disabled {
  display: none;
}
.cid-usYecIZGAk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usYA5wKxN4 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f0eee9;
}
.cid-usYA5wKxN4 .line {
  background-color: #154b7e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-usYcGMAv6C {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/i.webp");
}
.cid-usYcGMAv6C .mbr-fallback-image.disabled {
  display: none;
}
.cid-usYcGMAv6C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-usYcGMAv6C .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usYcGMAv6C .row {
  flex-direction: row-reverse;
}
.cid-usYcGMAv6C img {
  width: 100%;
}
.cid-usYcGlrIs2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/nature-grass-sand-branch-plant-field-photography-wheat-sunlight-leaf-flower-frost-close-up-macro-photography-flowering-plant-grass-family-land-plant-10382.jpg");
}
.cid-usYcGlrIs2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usYcGlrIs2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-usYcGlrIs2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usYcGlrIs2 .row {
  flex-direction: row-reverse;
}
.cid-usYcGlrIs2 img {
  width: 100%;
}
.cid-usYiVC2QcZ {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/11-preview-r.v1-2.jpeg");
}
.cid-usYiVC2QcZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-usYiVC2QcZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-usYiVC2QcZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usYiVC2QcZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-usYiVC2QcZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-usYiVhHF0C {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/80ed4d2fd044b6aa15ae1f2ee448fed2.jpg");
}
.cid-usYiVhHF0C .mbr-fallback-image.disabled {
  display: none;
}
.cid-usYiVhHF0C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-usYiVhHF0C .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usYiVhHF0C .row {
  flex-direction: row-reverse;
}
.cid-usYiVhHF0C img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-usYiVhHF0C .text-wrapper {
    padding: 2rem;
  }
}
.cid-usYkoRxO9b {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/gmbko5po-1.jpeg");
}
.cid-usYkoRxO9b .mbr-fallback-image.disabled {
  display: none;
}
.cid-usYkoRxO9b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-usYkoRxO9b .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usYkoRxO9b .row {
  flex-direction: row-reverse;
}
.cid-usYkoRxO9b img {
  width: 100%;
}
.cid-usYed4Gpzs {
  background-image: url("../../../assets/images/1966.-02-221-3-1581-1.-.jpg");
}
.cid-usYed4Gpzs .mbr-fallback-image.disabled {
  display: none;
}
.cid-usYed4Gpzs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usYA6ruXnH {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fbf3e1;
}
.cid-usYA6ruXnH blockquote {
  border-color: #f2e4cf;
  border-radius: 4px;
  background-color: #fffaf0;
}
.cid-usYcGDbdr5 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/nature-grass-sand-branch-plant-field-photography-wheat-sunlight-leaf-flower-frost-close-up-macro-photography-flowering-plant-grass-family-land-plant-10382.jpg");
}
.cid-usYcGDbdr5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usYcGDbdr5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-usYcGDbdr5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usYcGDbdr5 .row {
  flex-direction: row-reverse;
}
.cid-usYcGDbdr5 img {
  width: 100%;
}
.cid-usYron3WDp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/80ed4d2fd044b6aa15ae1f2ee448fed2.jpeg");
}
.cid-usYron3WDp .mbr-fallback-image.disabled {
  display: none;
}
.cid-usYron3WDp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-usYron3WDp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usYron3WDp .row {
  flex-direction: row-reverse;
}
.cid-usYron3WDp img {
  width: 100%;
}
.cid-usYegOkvVR {
  background-image: url("../../../assets/images/i.webp");
}
.cid-usYegOkvVR .mbr-fallback-image.disabled {
  display: none;
}
.cid-usYegOkvVR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-usYegOkvVR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usYegOkvVR .row {
  flex-direction: row-reverse;
}
.cid-usYegOkvVR img {
  width: 100%;
}
.cid-usYcGV16w5 {
  background-image: url("../../../assets/images/44303pl30.jpg");
}
.cid-usYcGV16w5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usYcGV16w5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-usYcGV16w5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usYcGV16w5 .row {
  flex-direction: row-reverse;
}
.cid-usYcGV16w5 img {
  width: 100%;
}
.cid-usYhYms9jC {
  background-color: #fffaf0;
}
.cid-usYhYms9jC .mbr-fallback-image.disabled {
  display: none;
}
.cid-usYhYms9jC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usYhYms9jC .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-usYhYms9jC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usYhYms9jC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-usYhYms9jC .text-wrapper {
    padding: 2rem;
  }
}
.cid-usYi0WxnwQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/xdrxj8vkr5y9q.jpg");
}
.cid-usYi0WxnwQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-usYi0WxnwQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-usYi0WxnwQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usYi0WxnwQ .row {
  flex-direction: row-reverse;
}
.cid-usYi0WxnwQ img {
  width: 100%;
}
.cid-usYszfXaLz {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #e9edf1;
}
.cid-usYszfXaLz .mbr-fallback-image.disabled {
  display: none;
}
.cid-usYszfXaLz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usYszfXaLz .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-usYszfXaLz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usYszfXaLz .row {
  flex-direction: row-reverse;
}
.cid-usYszfXaLz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-usYszfXaLz .text-wrapper {
    padding: 2rem;
  }
}
.cid-usYi5K9CGV {
  background-image: url("../../../assets/images/2022-05-07.-.jpg");
}
.cid-usYi5K9CGV .mbr-fallback-image.disabled {
  display: none;
}
.cid-usYi5K9CGV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usYi5K9CGV .mbr-section-title {
  color: #fafafa;
}
.cid-usYi5K9CGV .mbr-text,
.cid-usYi5K9CGV .mbr-section-btn {
  color: #f8f8f8;
}
.cid-usYrnV9bbk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/i-5.webp");
}
.cid-usYrnV9bbk .mbr-fallback-image.disabled {
  display: none;
}
.cid-usYrnV9bbk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-usYrnV9bbk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usYrnV9bbk .row {
  flex-direction: row-reverse;
}
.cid-usYrnV9bbk img {
  width: 100%;
}
.cid-usYro7MMWp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/c7bv0ji9ow14sycpp4alj17ybkm8g5ct-1.webp");
}
.cid-usYro7MMWp .mbr-fallback-image.disabled {
  display: none;
}
.cid-usYro7MMWp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-usYro7MMWp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usYro7MMWp .row {
  flex-direction: row-reverse;
}
.cid-usYro7MMWp img {
  width: 100%;
}
.cid-usYrp4iB5P {
  background-image: url("../../../assets/images/80ed4d2fd044b6aa15ae1f2ee448fed2.jpg");
}
.cid-usYrp4iB5P .mbr-fallback-image.disabled {
  display: none;
}
.cid-usYrp4iB5P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-usYrp4iB5P .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usYrp4iB5P .row {
  flex-direction: row-reverse;
}
.cid-usYrp4iB5P img {
  width: 100%;
}
.cid-usYsiaGb49 {
  background-image: url("../../../assets/images/i-2.webp");
}
.cid-usYsiaGb49 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usYsiaGb49 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-usYsiaGb49 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usYsiaGb49 .row {
  flex-direction: row-reverse;
}
.cid-usYsiaGb49 img {
  width: 100%;
}
.cid-usYt6WpUX6 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/ekaterinburg-1-1536x1024.jpeg");
}
.cid-usYt6WpUX6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usYt6WpUX6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-usYt6WpUX6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usYt6WpUX6 .row {
  flex-direction: row-reverse;
}
.cid-usYt6WpUX6 img {
  width: 100%;
}
.cid-usYt88jMnb {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/c7bv0ji9ow14sycpp4alj17ybkm8g5ct-6.webp");
}
.cid-usYt88jMnb .mbr-fallback-image.disabled {
  display: none;
}
.cid-usYt88jMnb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-usYt88jMnb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usYt88jMnb .row {
  flex-direction: row-reverse;
}
.cid-usYt88jMnb img {
  width: 100%;
}
.cid-usYtz2REyP {
  display: flex;
  background-image: url("../../../assets/images/2023-11-04.-1.jpg");
}
.cid-usYtz2REyP .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-usYtz2REyP .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-usYtz2REyP {
    align-items: flex-end;
  }
  .cid-usYtz2REyP .row {
    justify-content: flex-start;
  }
  .cid-usYtz2REyP .content-wrap {
    width: 52%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usYtz2REyP .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-usYtz2REyP {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-usYtz2REyP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-usYtz2REyP .content-wrap {
    width: 100%;
  }
}
.cid-usYyqYyRwE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e7e7e7;
}
.cid-usYyqYyRwE .mbr-fallback-image.disabled {
  display: none;
}
.cid-usYyqYyRwE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-usYyqYyRwE .text-wrapper {
    padding: 2rem;
  }
}
.cid-usYyqYyRwE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-usYyqYyRwE .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-usYyqYyRwE .mbr-text {
  color: #25769a;
}
.cid-usYyugSfPF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #294155;
  overflow: hidden;
}

.t-shado {text-shadow: 0.5px 0 0.5px #000,
0 0.5px 0.5px #000,
-0.5px 0 0.5px #000,
0 -0.5px 0.5px #000;}

.t-str {text-shadow: 1px 0 1px #fff,
0 1px 1px #fff,
-1px 0 1px #fff,
0 -1px 1px #fff;}


.text-shadow {text-shadow: 3px 2px 4px rgba(0,0,0,0.6);}

.font-weight-700 {font-weight:700;}