.btn {
  border-width: 2px;
}
body {
  font-family: Gloock;
}
.display-1 {
  font-family: 'MuseoModerno', display;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: .02em;
}
.display-1 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-2 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 1rem;
}
.display-4 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-7 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.8rem;
  letter-spacing: -0.014em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.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: 1.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.4rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #e4dfd4 !important;
}
.bg-info {
  background-color: #2a1340 !important;
}
.bg-warning {
  background-color: #2a1340 !important;
}
.bg-danger {
  background-color: #fb3a09 !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: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #2a1340 !important;
  border-color: #2a1340 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #e4dfd4 !important;
  border-color: #e4dfd4 !important;
  color: #726447 !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: #c3b79f !important;
  border-color: #c3b79f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #726447 !important;
  background-color: #c3b79f !important;
  border-color: #c3b79f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #2a1340 !important;
  border-color: #2a1340 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fb3a09 !important;
  border-color: #fb3a09 !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: #ab2503 !important;
  border-color: #ab2503 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ab2503 !important;
  border-color: #ab2503 !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: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #2a1340;
  color: #2a1340;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #2a1340 !important;
  border-color: #2a1340 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #e4dfd4;
  color: #e4dfd4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c3b79f !important;
  background-color: transparent!important;
  border-color: #c3b79f !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #726447 !important;
  background-color: #e4dfd4 !important;
  border-color: #e4dfd4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #2a1340;
  color: #2a1340;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2a1340 !important;
  border-color: #2a1340 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fb3a09;
  color: #fb3a09;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ab2503 !important;
  background-color: transparent!important;
  border-color: #ab2503 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fb3a09 !important;
  border-color: #fb3a09 !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: #ffffff !important;
}
.text-success {
  color: #e4dfd4 !important;
}
.text-info {
  color: #2a1340 !important;
}
.text-warning {
  color: #2a1340 !important;
}
.text-danger {
  color: #fb3a09 !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: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #bdb095 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9b2103 !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: #2a1340;
}
.alert-warning {
  background-color: #2a1340;
}
.alert-danger {
  background-color: #fb3a09;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
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: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9d67d2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9d67d2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fedbd2;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: 'Nunito Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #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: #ffffff !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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 18px 62px;
  border: 1px solid !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 18px 32px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: inset 250px 0 0 0 #2a1340 !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border-color: #ffffff !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  border-color: #2a1340 !important;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border-color: #ffffff !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  border-color: #2a1340 !important;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border-color: #e4dfd4 !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  border-color: #2a1340 !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border-color: #2a1340 !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  border-color: #ffffff !important;
  box-shadow: inset 250px 0 0 0 #ffffff !important;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border-color: #2a1340 !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  border-color: #2a1340 !important;
}
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border-color: #fb3a09 !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  border-color: #2a1340 !important;
}
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border-color: #ffffff !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  border-color: #2a1340 !important;
}
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border-color: #000000 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  border-color: #2a1340 !important;
}
.cid-uL1MfbkClR {
  z-index: 1000;
  width: 100%;
}
.cid-uL1MfbkClR nav.navbar {
  position: fixed;
}
.cid-uL1MfbkClR .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uL1MfbkClR .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uL1MfbkClR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL1MfbkClR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uL1MfbkClR .dropdown-item {
  border: none !important;
  background: #c4d6b0 !important;
}
.cid-uL1MfbkClR .dropdown-item:hover,
.cid-uL1MfbkClR .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-uL1MfbkClR .dropdown-item:hover span {
  color: white;
}
.cid-uL1MfbkClR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL1MfbkClR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL1MfbkClR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL1MfbkClR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL1MfbkClR .nav-link {
  position: relative;
}
.cid-uL1MfbkClR .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uL1MfbkClR .container {
    flex-wrap: nowrap;
  }
}
.cid-uL1MfbkClR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uL1MfbkClR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uL1MfbkClR .dropdown-menu,
.cid-uL1MfbkClR .navbar.opened {
  background: #c4d6b0 !important;
}
.cid-uL1MfbkClR .nav-item:focus,
.cid-uL1MfbkClR .nav-link:focus {
  outline: none;
}
.cid-uL1MfbkClR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL1MfbkClR .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uL1MfbkClR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL1MfbkClR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL1MfbkClR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL1MfbkClR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL1MfbkClR .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(196, 214, 176, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uL1MfbkClR .navbar.opened {
  transition: all 0.3s;
}
.cid-uL1MfbkClR .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uL1MfbkClR .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uL1MfbkClR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL1MfbkClR .navbar.collapsed {
  justify-content: center;
}
.cid-uL1MfbkClR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL1MfbkClR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uL1MfbkClR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL1MfbkClR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL1MfbkClR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uL1MfbkClR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL1MfbkClR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL1MfbkClR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL1MfbkClR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL1MfbkClR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL1MfbkClR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL1MfbkClR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL1MfbkClR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uL1MfbkClR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL1MfbkClR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL1MfbkClR .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uL1MfbkClR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uL1MfbkClR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL1MfbkClR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uL1MfbkClR .navbar.navbar-short {
  min-height: 96px;
}
.cid-uL1MfbkClR .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uL1MfbkClR .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uL1MfbkClR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uL1MfbkClR .navbar-brand .navbar-caption:hover,
.cid-uL1MfbkClR .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uL1MfbkClR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL1MfbkClR .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uL1MfbkClR .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-uL1MfbkClR .dropdown-item.active,
.cid-uL1MfbkClR .dropdown-item:active {
  background-color: transparent;
}
.cid-uL1MfbkClR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL1MfbkClR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL1MfbkClR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL1MfbkClR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c4d6b0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uL1MfbkClR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uL1MfbkClR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uL1MfbkClR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL1MfbkClR ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uL1MfbkClR ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uL1MfbkClR .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uL1MfbkClR .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uL1MfbkClR .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uL1MfbkClR .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uL1MfbkClR button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #c4d6b0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uL1MfbkClR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uL1MfbkClR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uL1MfbkClR button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uL1MfbkClR button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uL1MfbkClR button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uL1MfbkClR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL1MfbkClR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL1MfbkClR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL1MfbkClR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL1MfbkClR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL1MfbkClR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL1MfbkClR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uL1MfbkClR .navbar {
    height: 70px;
  }
  .cid-uL1MfbkClR .navbar.opened {
    height: auto;
  }
  .cid-uL1MfbkClR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL1MfbkClR .navbar-nav {
  margin: 0 auto;
}
.cid-uL1MfbkClR .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uL1MfbkClR .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uL1MfbkClR .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uL1MfbkClR .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-uL1MfbkClR .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-uL1MfbkClR .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uL1MfbkClR .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uL1MfbkClR .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uL1MfbkClR .navbar {
    justify-content: flex-start !important;
  }
  .cid-uL1MfbkClR .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uL1MfbkClR .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uL1MfbkClR .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uL1MfbkClR .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uL1MfbkClR .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uL1MfbkClR .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uL1MfbkClR .content-wrap {
  min-height: 110px;
}
.cid-uL1MfbkClR .mbr-section-btn .btn::after,
.cid-uL1MfbkClR .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #ffffff 150%);
}
.cid-uL1MfbkClR .mbr-section-btn .btn:hover,
.cid-uL1MfbkClR .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uL1MfbkClR .mbr-section-btn .btn:hover::after,
.cid-uL1MfbkClR .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #ffffff 150%);
  opacity: 1;
}
.cid-uljoBFKeiK .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-uljoBFKeiK .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-uljoBFKeiK .icon-wrap span {
  padding-left: 8px;
}
.cid-uljoBFKeiK .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-uljoBFKeiK .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uljoBFKeiK .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uljoBFKeiK .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uljoBFKeiK .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uljoBFKeiK a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uljoBFKeiK a.close:hover {
  color: #ffffff;
}
.cid-uljoBFKeiK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uljoBFKeiK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/facebook-header-banner-sale-page-clothing-buyswapsell-2000x1127.webp");
}
.cid-uKWwHQY1jM h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
  margin-bottom: 15rem;
}
.cid-uKWwHQY1jM h1 span {
  background-image: url("../../../assets/images/background2-3.webp");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-uKWwHQY1jM .icons-wrap {
  background: #ffffff;
  display: flex;
  justify-content: center;
  box-shadow: 1px 35px 60px 1px rgba(0, 0, 0, 0.1);
}
.cid-uKWwHQY1jM .mbr-iconfont {
  font-size: 1.8rem;
  color: #787878 !important;
  padding-top: 0.4rem;
  padding-right: 1rem;
}
.cid-uKWwHQY1jM .icon-wrap {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
}
.cid-uKWwHQY1jM h2 {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uKWwHQY1jM .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
  }
  .cid-uKWwHQY1jM h1 {
    margin-bottom: 8rem;
  }
}
.cid-uKWwHQY1jM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKWwHQY1jM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1-5.webp");
}
.cid-uKWwHQY1jM .icon-text {
  color: #1b1b1b;
}
.cid-uKYmB0OrCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYmB0OrCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uKYmB0OrCN .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uKYmB0OrCN .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uKYmB0OrCN .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uKYmB0OrCN .container {
    padding: 0 20px;
  }
}
.cid-uKYhy7q5FL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uKYhy7q5FL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYhy7q5FL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYhy7q5FL .title-wrapper {
  margin-bottom: 40px;
}
.cid-uKYhy7q5FL .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uKYhy7q5FL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKYhy7q5FL .mbr-section-title {
  color: #ffffff;
}
.cid-uKYhy7q5FL .mbr-tag {
  color: #adadad;
}
.cid-uL1R6y9PAi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uL1R6y9PAi .item-img {
  position: relative;
}
.cid-uL1R6y9PAi .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uL1R6y9PAi .cardbg {
  background: #000000;
  height: 100%;
  min-height: 160px;
}
.cid-uL1R6y9PAi .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uL1R6y9PAi .image-wrapper {
  overflow: hidden;
}
.cid-uL1R6y9PAi .item1 {
  margin-bottom: 2rem !important;
}
.cid-uL1R6y9PAi .item-wrapper {
  position: relative;
  background: #000000;
  border: 3px solid #000000;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uL1R6y9PAi .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uL1R6y9PAi .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uL1R6y9PAi .item1,
.cid-uL1R6y9PAi .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uL1R6y9PAi .item1 .item:hover,
.cid-uL1R6y9PAi .item .item:hover {
  cursor: pointer;
}
.cid-uL1R6y9PAi .item1:hover .link-icon-wrapper span,
.cid-uL1R6y9PAi .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-uL1R6y9PAi .card2 {
    margin-top: 1rem;
  }
}
.cid-uL1R6y9PAi .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #000000;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uL1R6y9PAi .link-icon-wrapper .icon-wrap {
  background: #6eff00;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uL1R6y9PAi .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uL1R6y9PAi .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uL1R6y9PAi .link-icon-wrapper .svg1 path {
  fill: #000000;
}
.cid-uL1R6y9PAi .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uL1R6y9PAi .link-icon-wrapper .svg2 path {
  fill: #000000;
}
.cid-uL1R6y9PAi .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uL1R6y9PAi .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uL1R6y9PAi img,
.cid-uL1R6y9PAi .item-img {
  width: 100%;
}
.cid-uL1R6y9PAi .item:focus,
.cid-uL1R6y9PAi span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uL1R6y9PAi .item {
    margin-bottom: 1rem;
  }
}
.cid-uL1R6y9PAi .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uL1R6y9PAi .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uL1R6y9PAi .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uL1R6y9PAi .mbr-section-subtitle,
.cid-uL1R6y9PAi .subtitle-wrap,
.cid-uL1R6y9PAi .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uL1R6y9PAi .mbr-text,
.cid-uL1R6y9PAi .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uL1MfbkClR {
  z-index: 1000;
  width: 100%;
}
.cid-uL1MfbkClR nav.navbar {
  position: fixed;
}
.cid-uL1MfbkClR .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uL1MfbkClR .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uL1MfbkClR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL1MfbkClR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uL1MfbkClR .dropdown-item {
  border: none !important;
  background: #c4d6b0 !important;
}
.cid-uL1MfbkClR .dropdown-item:hover,
.cid-uL1MfbkClR .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-uL1MfbkClR .dropdown-item:hover span {
  color: white;
}
.cid-uL1MfbkClR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL1MfbkClR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL1MfbkClR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL1MfbkClR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL1MfbkClR .nav-link {
  position: relative;
}
.cid-uL1MfbkClR .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uL1MfbkClR .container {
    flex-wrap: nowrap;
  }
}
.cid-uL1MfbkClR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uL1MfbkClR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uL1MfbkClR .dropdown-menu,
.cid-uL1MfbkClR .navbar.opened {
  background: #c4d6b0 !important;
}
.cid-uL1MfbkClR .nav-item:focus,
.cid-uL1MfbkClR .nav-link:focus {
  outline: none;
}
.cid-uL1MfbkClR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL1MfbkClR .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uL1MfbkClR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL1MfbkClR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL1MfbkClR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL1MfbkClR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL1MfbkClR .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(196, 214, 176, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uL1MfbkClR .navbar.opened {
  transition: all 0.3s;
}
.cid-uL1MfbkClR .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uL1MfbkClR .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uL1MfbkClR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL1MfbkClR .navbar.collapsed {
  justify-content: center;
}
.cid-uL1MfbkClR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL1MfbkClR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uL1MfbkClR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL1MfbkClR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL1MfbkClR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uL1MfbkClR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL1MfbkClR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL1MfbkClR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL1MfbkClR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL1MfbkClR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL1MfbkClR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL1MfbkClR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL1MfbkClR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uL1MfbkClR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL1MfbkClR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL1MfbkClR .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uL1MfbkClR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uL1MfbkClR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL1MfbkClR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uL1MfbkClR .navbar.navbar-short {
  min-height: 96px;
}
.cid-uL1MfbkClR .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uL1MfbkClR .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uL1MfbkClR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uL1MfbkClR .navbar-brand .navbar-caption:hover,
.cid-uL1MfbkClR .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uL1MfbkClR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL1MfbkClR .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uL1MfbkClR .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-uL1MfbkClR .dropdown-item.active,
.cid-uL1MfbkClR .dropdown-item:active {
  background-color: transparent;
}
.cid-uL1MfbkClR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL1MfbkClR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL1MfbkClR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL1MfbkClR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c4d6b0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uL1MfbkClR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uL1MfbkClR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uL1MfbkClR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL1MfbkClR ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uL1MfbkClR ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uL1MfbkClR .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uL1MfbkClR .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uL1MfbkClR .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uL1MfbkClR .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uL1MfbkClR button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #c4d6b0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uL1MfbkClR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uL1MfbkClR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uL1MfbkClR button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uL1MfbkClR button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uL1MfbkClR button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uL1MfbkClR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL1MfbkClR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL1MfbkClR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL1MfbkClR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL1MfbkClR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL1MfbkClR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL1MfbkClR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uL1MfbkClR .navbar {
    height: 70px;
  }
  .cid-uL1MfbkClR .navbar.opened {
    height: auto;
  }
  .cid-uL1MfbkClR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL1MfbkClR .navbar-nav {
  margin: 0 auto;
}
.cid-uL1MfbkClR .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uL1MfbkClR .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uL1MfbkClR .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uL1MfbkClR .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-uL1MfbkClR .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-uL1MfbkClR .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uL1MfbkClR .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uL1MfbkClR .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uL1MfbkClR .navbar {
    justify-content: flex-start !important;
  }
  .cid-uL1MfbkClR .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uL1MfbkClR .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uL1MfbkClR .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uL1MfbkClR .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uL1MfbkClR .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uL1MfbkClR .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uL1MfbkClR .content-wrap {
  min-height: 110px;
}
.cid-uL1MfbkClR .mbr-section-btn .btn::after,
.cid-uL1MfbkClR .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #ffffff 150%);
}
.cid-uL1MfbkClR .mbr-section-btn .btn:hover,
.cid-uL1MfbkClR .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uL1MfbkClR .mbr-section-btn .btn:hover::after,
.cid-uL1MfbkClR .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #ffffff 150%);
  opacity: 1;
}
.cid-uKXd13HRfc {
  padding-top: 225px;
  padding-bottom: 225px;
  background-color: #6eff00;
}
.cid-uKXd13HRfc .container-fluid {
  max-width: 1700px;
}
.cid-uKXd13HRfc h1 {
  line-height: 1;
  letter-spacing: -2px;
}
.cid-uKXd13HRfc .signature {
  display: inline-block;
  width: auto;
}
.cid-uKXd13HRfc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKXd13HRfc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKXd13HRfc .mbr-text,
.cid-uKXd13HRfc .img-align {
  text-align: right;
  color: #2a1340;
}
.cid-uKXTsgrch2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uKXTsgrch2 .item:focus,
.cid-uKXTsgrch2 span:focus {
  outline: none;
}
.cid-uKXTsgrch2 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-uKXTsgrch2 .item {
  padding: 20px 0;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uKXTsgrch2 .item {
    min-height: 45px;
  }
}
.cid-uKXTsgrch2 .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #fb3a09;
}
.cid-uKXTsgrch2 .content-wrap_2 {
  transform: rotate(-2deg);
  margin-top: -3rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uKXTsgrch2 .content-wrap_2 {
    margin-top: -1rem;
  }
}
.cid-uKXTsgrch2 .container_1 {
  background-color: #fb3a09;
}
.cid-uKXTsgrch2 .container_1 .item_1 {
  color: #ffffff;
  background-color: #fb3a09;
}
.cid-uKXTsgrch2 .container_2 {
  background-color: #000000;
}
.cid-uKXTsgrch2 .container_2 .item_2 {
  color: #ffffff;
  background-color: #000000;
}
.cid-uKXbEH275g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKXbEH275g .card-box {
  z-index: 10;
  position: relative;
}
.cid-uKXbEH275g .card {
  padding: 0 !important;
}
.cid-uKXbEH275g p {
  width: fit-content;
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 0;
}
.cid-uKXbEH275g p:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .3;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uKXbEH275g p:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uKXbEH275g .container-fluid {
  padding: 0;
}
.cid-uKXbEH275g .card-wrapper {
  background-position: center;
  height: 100%;
  padding: 13rem 3rem;
  background-size: cover;
  transition: all 0.3s;
}
.cid-uKXbEH275g .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
}
.cid-uKXbEH275g .card-wrapper:hover {
  transform: scale(1.05);
  z-index: 11;
}
.cid-uKXbEH275g .card-wrapper:hover:before {
  opacity: 0.4;
}
.cid-uKXbEH275g .card1 {
  background-image: url("../../../assets/images/x11.png-1587x2245.png");
  z-index: 4;
}
.cid-uKXbEH275g .card2 {
  background-image: url("../../../assets/images/x15.png-2000x2829.png");
  z-index: 3;
}
.cid-uKXbEH275g .card3 {
  background-image: url("../../../assets/images/x14.png-2000x2829.png");
  z-index: 2;
}
.cid-uKXbEH275g .card4 {
  background-image: url("../../../assets/images/x13.png-1587x2245.png");
  z-index: 1;
}
.cid-uKXbEH275g h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uKXbEH275g .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
@media (max-width: 1400px) {
  .cid-uKXbEH275g .card-wrapper {
    padding: 13rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKXbEH275g .card-wrapper {
    padding: 13rem 2rem;
  }
  .cid-uKXbEH275g .card-box {
    text-align: center;
  }
}
.cid-uKXbEH275g .mbr-text {
  color: #cccccc;
}
.cid-uKXbEH275g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKXbEH275g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKXDCwABQX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKXDCwABQX .item-img {
  position: relative;
}
.cid-uKXDCwABQX .item-img img {
  transition: all 0.2s;
}
.cid-uKXDCwABQX .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uKXDCwABQX .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uKXDCwABQX .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uKXDCwABQX .item:hover img {
  transform: scale(1.05);
}
.cid-uKXDCwABQX .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uKXDCwABQX .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uKXDCwABQX .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uKXDCwABQX .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uKXDCwABQX .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uKXDCwABQX .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uKXDCwABQX .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uKXDCwABQX .link-icon-wrapper .icon-wrap span {
  color: #fb3a09;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uKXDCwABQX .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uKXDCwABQX .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uKXDCwABQX .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uKXDCwABQX .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uKXDCwABQX .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uKXDCwABQX .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uKXDCwABQX img,
.cid-uKXDCwABQX .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uKXDCwABQX .item:focus,
.cid-uKXDCwABQX span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uKXDCwABQX .item {
    margin-bottom: 1rem;
  }
}
.cid-uKXDCwABQX .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uKXDCwABQX .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uKXDCwABQX .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uKXDCwABQX .mbr-section-subtitle,
.cid-uKXDCwABQX .subtitle-wrap,
.cid-uKXDCwABQX .mbr-section-btn {
  text-align: left;
}
.cid-uKXDCwABQX .mbr-text,
.cid-uKXDCwABQX .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uL1WFhNQID {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uL1WFhNQID .item-img {
  position: relative;
}
.cid-uL1WFhNQID .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uL1WFhNQID .cardbg {
  background: #000000;
  height: 100%;
  min-height: 160px;
}
.cid-uL1WFhNQID .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uL1WFhNQID .image-wrapper {
  overflow: hidden;
}
.cid-uL1WFhNQID .item1 {
  margin-bottom: 2rem !important;
}
.cid-uL1WFhNQID .item-wrapper {
  position: relative;
  background: #000000;
  border: 3px solid #000000;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uL1WFhNQID .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uL1WFhNQID .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uL1WFhNQID .item1,
.cid-uL1WFhNQID .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uL1WFhNQID .item1 .item:hover,
.cid-uL1WFhNQID .item .item:hover {
  cursor: pointer;
}
.cid-uL1WFhNQID .item1:hover .link-icon-wrapper span,
.cid-uL1WFhNQID .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-uL1WFhNQID .card2 {
    margin-top: 1rem;
  }
}
.cid-uL1WFhNQID .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #000000;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uL1WFhNQID .link-icon-wrapper .icon-wrap {
  background: #6eff00;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uL1WFhNQID .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uL1WFhNQID .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uL1WFhNQID .link-icon-wrapper .svg1 path {
  fill: #000000;
}
.cid-uL1WFhNQID .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uL1WFhNQID .link-icon-wrapper .svg2 path {
  fill: #000000;
}
.cid-uL1WFhNQID .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uL1WFhNQID .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uL1WFhNQID img,
.cid-uL1WFhNQID .item-img {
  width: 100%;
}
.cid-uL1WFhNQID .item:focus,
.cid-uL1WFhNQID span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uL1WFhNQID .item {
    margin-bottom: 1rem;
  }
}
.cid-uL1WFhNQID .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uL1WFhNQID .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uL1WFhNQID .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uL1WFhNQID .mbr-section-subtitle,
.cid-uL1WFhNQID .subtitle-wrap,
.cid-uL1WFhNQID .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uL1WFhNQID .mbr-text,
.cid-uL1WFhNQID .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uL1MfbkClR {
  z-index: 1000;
  width: 100%;
}
.cid-uL1MfbkClR nav.navbar {
  position: fixed;
}
.cid-uL1MfbkClR .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uL1MfbkClR .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uL1MfbkClR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL1MfbkClR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uL1MfbkClR .dropdown-item {
  border: none !important;
  background: #c4d6b0 !important;
}
.cid-uL1MfbkClR .dropdown-item:hover,
.cid-uL1MfbkClR .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-uL1MfbkClR .dropdown-item:hover span {
  color: white;
}
.cid-uL1MfbkClR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL1MfbkClR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL1MfbkClR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL1MfbkClR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL1MfbkClR .nav-link {
  position: relative;
}
.cid-uL1MfbkClR .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uL1MfbkClR .container {
    flex-wrap: nowrap;
  }
}
.cid-uL1MfbkClR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uL1MfbkClR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uL1MfbkClR .dropdown-menu,
.cid-uL1MfbkClR .navbar.opened {
  background: #c4d6b0 !important;
}
.cid-uL1MfbkClR .nav-item:focus,
.cid-uL1MfbkClR .nav-link:focus {
  outline: none;
}
.cid-uL1MfbkClR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL1MfbkClR .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uL1MfbkClR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL1MfbkClR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL1MfbkClR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL1MfbkClR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL1MfbkClR .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(196, 214, 176, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uL1MfbkClR .navbar.opened {
  transition: all 0.3s;
}
.cid-uL1MfbkClR .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uL1MfbkClR .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uL1MfbkClR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL1MfbkClR .navbar.collapsed {
  justify-content: center;
}
.cid-uL1MfbkClR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL1MfbkClR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uL1MfbkClR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL1MfbkClR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL1MfbkClR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uL1MfbkClR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL1MfbkClR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL1MfbkClR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL1MfbkClR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL1MfbkClR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL1MfbkClR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL1MfbkClR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL1MfbkClR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uL1MfbkClR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL1MfbkClR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL1MfbkClR .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uL1MfbkClR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uL1MfbkClR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL1MfbkClR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uL1MfbkClR .navbar.navbar-short {
  min-height: 96px;
}
.cid-uL1MfbkClR .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uL1MfbkClR .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uL1MfbkClR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uL1MfbkClR .navbar-brand .navbar-caption:hover,
.cid-uL1MfbkClR .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uL1MfbkClR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL1MfbkClR .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uL1MfbkClR .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-uL1MfbkClR .dropdown-item.active,
.cid-uL1MfbkClR .dropdown-item:active {
  background-color: transparent;
}
.cid-uL1MfbkClR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL1MfbkClR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL1MfbkClR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL1MfbkClR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c4d6b0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uL1MfbkClR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uL1MfbkClR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uL1MfbkClR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL1MfbkClR ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uL1MfbkClR ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uL1MfbkClR .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uL1MfbkClR .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uL1MfbkClR .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uL1MfbkClR .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uL1MfbkClR button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #c4d6b0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uL1MfbkClR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uL1MfbkClR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uL1MfbkClR button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uL1MfbkClR button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uL1MfbkClR button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uL1MfbkClR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL1MfbkClR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL1MfbkClR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL1MfbkClR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL1MfbkClR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL1MfbkClR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL1MfbkClR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uL1MfbkClR .navbar {
    height: 70px;
  }
  .cid-uL1MfbkClR .navbar.opened {
    height: auto;
  }
  .cid-uL1MfbkClR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL1MfbkClR .navbar-nav {
  margin: 0 auto;
}
.cid-uL1MfbkClR .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uL1MfbkClR .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uL1MfbkClR .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uL1MfbkClR .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-uL1MfbkClR .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-uL1MfbkClR .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uL1MfbkClR .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uL1MfbkClR .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uL1MfbkClR .navbar {
    justify-content: flex-start !important;
  }
  .cid-uL1MfbkClR .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uL1MfbkClR .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uL1MfbkClR .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uL1MfbkClR .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uL1MfbkClR .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uL1MfbkClR .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uL1MfbkClR .content-wrap {
  min-height: 110px;
}
.cid-uL1MfbkClR .mbr-section-btn .btn::after,
.cid-uL1MfbkClR .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #ffffff 150%);
}
.cid-uL1MfbkClR .mbr-section-btn .btn:hover,
.cid-uL1MfbkClR .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uL1MfbkClR .mbr-section-btn .btn:hover::after,
.cid-uL1MfbkClR .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #ffffff 150%);
  opacity: 1;
}
.cid-uljp2dS2Du .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-uljp2dS2Du .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-uljp2dS2Du .icon-wrap span {
  padding-left: 8px;
}
.cid-uljp2dS2Du .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-uljp2dS2Du .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uljp2dS2Du .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uljp2dS2Du .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uljp2dS2Du .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uljp2dS2Du a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uljp2dS2Du a.close:hover {
  color: #ffffff;
}
.cid-uljp2dS2Du .mbr-fallback-image.disabled {
  display: none;
}
.cid-uljp2dS2Du .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/facebook-header-banner-sale-page-clothing-buyswapsell1-2000x1127.webp");
}
.cid-uKYEL1NSVQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #111111;
}
.cid-uKYEL1NSVQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYEL1NSVQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYEL1NSVQ .row {
  justify-content: center;
}
.cid-uKYEL1NSVQ .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uKYEL1NSVQ .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uKYEL1NSVQ .row {
    padding: 0 24px;
  }
}
.cid-uKYEL1NSVQ .title-wrapper {
  margin-bottom: 32px;
}
.cid-uKYEL1NSVQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKYEL1NSVQ .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-uKYEL1NSVQ .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-uKYEL1NSVQ .mbr-figure iframe {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uKYEL1NSVQ .video-block {
    margin-bottom: 24px;
  }
}
.cid-uKYEL1NSVQ .mbr-figure__img {
  object-fit: cover;
}
.cid-uKYEL1NSVQ .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-uL2ehzxroo h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-uL2ehzxroo span {
  background-image: url("../../../assets/images/background2.webp");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-uL2ehzxroo .mbr-section-title {
  color: #ffffff;
}
.cid-uL2ehzxroo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL2ehzxroo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ul5SutrBce {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e4dfd4;
}
.cid-ul5SutrBce .item-img {
  position: relative;
}
.cid-ul5SutrBce .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-ul5SutrBce .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-ul5SutrBce .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-ul5SutrBce .item1 {
  padding-bottom: 2rem;
}
.cid-ul5SutrBce .item-wrapper {
  position: relative;
  background: #e5e1cf;
  border: 3px solid #e5e1cf;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ul5SutrBce .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ul5SutrBce .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-ul5SutrBce .item1,
.cid-ul5SutrBce .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-ul5SutrBce .item1 .item:hover,
.cid-ul5SutrBce .item .item:hover {
  cursor: pointer;
}
.cid-ul5SutrBce .item1:hover .link-icon-wrapper span,
.cid-ul5SutrBce .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-ul5SutrBce .item1:hover img,
.cid-ul5SutrBce .item:hover img {
  transform: scale(1.05);
}
.cid-ul5SutrBce .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #e5e1cf;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-ul5SutrBce .link-icon-wrapper .icon-wrap {
  background: #ff0000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-ul5SutrBce .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-ul5SutrBce .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-ul5SutrBce .link-icon-wrapper .svg1 path {
  fill: #e5e1cf;
}
.cid-ul5SutrBce .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-ul5SutrBce .link-icon-wrapper .svg2 path {
  fill: #e5e1cf;
}
.cid-ul5SutrBce .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ul5SutrBce .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-ul5SutrBce img,
.cid-ul5SutrBce .item-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.cid-ul5SutrBce .item:focus,
.cid-ul5SutrBce span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-ul5SutrBce .item {
    margin-bottom: 1rem;
  }
}
.cid-ul5SutrBce .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ul5SutrBce .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-ul5SutrBce .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ul5SutrBce .mbr-section-subtitle,
.cid-ul5SutrBce .subtitle-wrap,
.cid-ul5SutrBce .mbr-section-btn {
  text-align: left;
}
.cid-ul5SutrBce .mbr-text,
.cid-ul5SutrBce .item .mbr-section-btn {
  color: #ffffff;
}
.cid-ul6rNXW72O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e4dfd4;
}
.cid-ul6rNXW72O .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-ul6rNXW72O .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-ul6rNXW72O .container {
    padding: 0 22px;
  }
}
.cid-ul6rNXW72O .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-ul6rNXW72O .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ul6rNXW72O .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ul6rNXW72O .embla__slide .slide-content {
    display: block;
  }
}
.cid-ul6rNXW72O .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ul6rNXW72O .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-ul6rNXW72O .embla__button--next,
.cid-ul6rNXW72O .embla__button--prev {
  display: flex;
}
.cid-ul6rNXW72O .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !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-ul6rNXW72O .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ul6rNXW72O .embla__button:hover {
  color: #ff5753 !important;
}
.cid-ul6rNXW72O .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-ul6rNXW72O .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-ul6rNXW72O .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-ul6rNXW72O .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-ul6rNXW72O .embla {
  position: relative;
  width: 100%;
  padding-bottom: 2rem;
}
.cid-ul6rNXW72O .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-ul6rNXW72O .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ul6rNXW72O .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ul6rNXW72O .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ul6rNXW72O .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uL1XArPZFX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uL1XArPZFX .item-img {
  position: relative;
}
.cid-uL1XArPZFX .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uL1XArPZFX .cardbg {
  background: #000000;
  height: 100%;
  min-height: 160px;
}
.cid-uL1XArPZFX .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uL1XArPZFX .image-wrapper {
  overflow: hidden;
}
.cid-uL1XArPZFX .item1 {
  margin-bottom: 2rem !important;
}
.cid-uL1XArPZFX .item-wrapper {
  position: relative;
  background: #000000;
  border: 3px solid #000000;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uL1XArPZFX .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uL1XArPZFX .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uL1XArPZFX .item1,
.cid-uL1XArPZFX .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uL1XArPZFX .item1 .item:hover,
.cid-uL1XArPZFX .item .item:hover {
  cursor: pointer;
}
.cid-uL1XArPZFX .item1:hover .link-icon-wrapper span,
.cid-uL1XArPZFX .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-uL1XArPZFX .card2 {
    margin-top: 1rem;
  }
}
.cid-uL1XArPZFX .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #000000;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uL1XArPZFX .link-icon-wrapper .icon-wrap {
  background: #6eff00;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uL1XArPZFX .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uL1XArPZFX .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uL1XArPZFX .link-icon-wrapper .svg1 path {
  fill: #000000;
}
.cid-uL1XArPZFX .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uL1XArPZFX .link-icon-wrapper .svg2 path {
  fill: #000000;
}
.cid-uL1XArPZFX .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uL1XArPZFX .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uL1XArPZFX img,
.cid-uL1XArPZFX .item-img {
  width: 100%;
}
.cid-uL1XArPZFX .item:focus,
.cid-uL1XArPZFX span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uL1XArPZFX .item {
    margin-bottom: 1rem;
  }
}
.cid-uL1XArPZFX .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uL1XArPZFX .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uL1XArPZFX .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uL1XArPZFX .mbr-section-subtitle,
.cid-uL1XArPZFX .subtitle-wrap,
.cid-uL1XArPZFX .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uL1XArPZFX .mbr-text,
.cid-uL1XArPZFX .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uL1MfbkClR {
  z-index: 1000;
  width: 100%;
}
.cid-uL1MfbkClR nav.navbar {
  position: fixed;
}
.cid-uL1MfbkClR .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uL1MfbkClR .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uL1MfbkClR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL1MfbkClR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uL1MfbkClR .dropdown-item {
  border: none !important;
  background: #c4d6b0 !important;
}
.cid-uL1MfbkClR .dropdown-item:hover,
.cid-uL1MfbkClR .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-uL1MfbkClR .dropdown-item:hover span {
  color: white;
}
.cid-uL1MfbkClR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL1MfbkClR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL1MfbkClR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL1MfbkClR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL1MfbkClR .nav-link {
  position: relative;
}
.cid-uL1MfbkClR .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uL1MfbkClR .container {
    flex-wrap: nowrap;
  }
}
.cid-uL1MfbkClR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uL1MfbkClR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uL1MfbkClR .dropdown-menu,
.cid-uL1MfbkClR .navbar.opened {
  background: #c4d6b0 !important;
}
.cid-uL1MfbkClR .nav-item:focus,
.cid-uL1MfbkClR .nav-link:focus {
  outline: none;
}
.cid-uL1MfbkClR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL1MfbkClR .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uL1MfbkClR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL1MfbkClR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL1MfbkClR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL1MfbkClR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL1MfbkClR .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(196, 214, 176, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uL1MfbkClR .navbar.opened {
  transition: all 0.3s;
}
.cid-uL1MfbkClR .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uL1MfbkClR .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uL1MfbkClR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL1MfbkClR .navbar.collapsed {
  justify-content: center;
}
.cid-uL1MfbkClR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL1MfbkClR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uL1MfbkClR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL1MfbkClR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL1MfbkClR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uL1MfbkClR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL1MfbkClR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL1MfbkClR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL1MfbkClR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL1MfbkClR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL1MfbkClR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL1MfbkClR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL1MfbkClR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uL1MfbkClR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL1MfbkClR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL1MfbkClR .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uL1MfbkClR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uL1MfbkClR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL1MfbkClR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uL1MfbkClR .navbar.navbar-short {
  min-height: 96px;
}
.cid-uL1MfbkClR .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uL1MfbkClR .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uL1MfbkClR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uL1MfbkClR .navbar-brand .navbar-caption:hover,
.cid-uL1MfbkClR .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uL1MfbkClR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL1MfbkClR .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uL1MfbkClR .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-uL1MfbkClR .dropdown-item.active,
.cid-uL1MfbkClR .dropdown-item:active {
  background-color: transparent;
}
.cid-uL1MfbkClR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL1MfbkClR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL1MfbkClR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL1MfbkClR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c4d6b0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uL1MfbkClR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uL1MfbkClR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uL1MfbkClR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL1MfbkClR ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uL1MfbkClR ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uL1MfbkClR .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uL1MfbkClR .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uL1MfbkClR .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uL1MfbkClR .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uL1MfbkClR button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #c4d6b0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uL1MfbkClR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uL1MfbkClR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uL1MfbkClR button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uL1MfbkClR button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uL1MfbkClR button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uL1MfbkClR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL1MfbkClR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL1MfbkClR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL1MfbkClR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL1MfbkClR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL1MfbkClR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL1MfbkClR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uL1MfbkClR .navbar {
    height: 70px;
  }
  .cid-uL1MfbkClR .navbar.opened {
    height: auto;
  }
  .cid-uL1MfbkClR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL1MfbkClR .navbar-nav {
  margin: 0 auto;
}
.cid-uL1MfbkClR .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uL1MfbkClR .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uL1MfbkClR .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uL1MfbkClR .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-uL1MfbkClR .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-uL1MfbkClR .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uL1MfbkClR .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uL1MfbkClR .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uL1MfbkClR .navbar {
    justify-content: flex-start !important;
  }
  .cid-uL1MfbkClR .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uL1MfbkClR .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uL1MfbkClR .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uL1MfbkClR .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uL1MfbkClR .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uL1MfbkClR .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uL1MfbkClR .content-wrap {
  min-height: 110px;
}
.cid-uL1MfbkClR .mbr-section-btn .btn::after,
.cid-uL1MfbkClR .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #ffffff 150%);
}
.cid-uL1MfbkClR .mbr-section-btn .btn:hover,
.cid-uL1MfbkClR .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uL1MfbkClR .mbr-section-btn .btn:hover::after,
.cid-uL1MfbkClR .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #ffffff 150%);
  opacity: 1;
}
.cid-ujAc4qWnMk {
  background-image: url("../../../assets/images/branding2-1-1920x1080.webp");
}
.cid-ujAc4qWnMk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujAc4qWnMk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujAc4qWnMk .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ujAc4qWnMk .container-fluid {
    padding: 0 20px;
  }
}
.cid-ujAc4qWnMk .container-fluid .row {
  padding-top: 15%;
}
@media (max-width: 992px) {
  .cid-ujAc4qWnMk .container-fluid .row {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-ujAc4qWnMk .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ujAc4qWnMk .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-ujAc4qWnMk .title-wrapper .logo-wrap {
  margin-bottom: 16px;
}
.cid-ujAc4qWnMk .title-wrapper .logo-wrap img {
  display: inline-flex;
  height: 92px;
  width: 254px;
  object-fit: cover;
}
.cid-ujAc4qWnMk .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ujAc4qWnMk .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ujAc4qWnMk .title-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ujAc4qWnMk .title-wrapper .desc-wrapper .desc-wrap {
    margin-bottom: 20px;
    display: block;
  }
}
.cid-ujAc4qWnMk .title-wrapper .desc-wrapper .desc-wrap .mbr-price {
  margin-bottom: 0;
}
.cid-ujAc4qWnMk .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin: 0 0 0 6px;
}
@media (max-width: 992px) {
  .cid-ujAc4qWnMk .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0;
  }
}
.cid-ujAc4qWnMk .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujAc4qWnMk .buttons-wrap {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.cid-ujAc4qWnMk .buttons-wrap .mbr-section-btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ujAc4qWnMk .buttons-wrap .mbr-section-btn {
    text-align: left;
  }
}
.cid-ujAc4qWnMk .mbr-section-title {
  color: #ffffff;
}
.cid-ujAc4qWnMk .mbr-price {
  color: #ffffff;
}
.cid-ujAc4qWnMk .mbr-desc {
  color: #f2f2f2;
}
.cid-ujAc4qWnMk .mbr-text {
  color: #f2f2f2;
}
.cid-ujAc4qWnMk .mbr-section-btn {
  text-align: right;
}
.cid-ujAbjfAZal {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5e1cf;
}
.cid-ujAbjfAZal .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujAbjfAZal .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujAbjfAZal .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ujAbjfAZal .container-fluid {
    padding: 0 20px;
  }
}
.cid-ujAbjfAZal .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ujAbjfAZal .container {
    padding: 0 20px;
  }
}
.cid-ujAbjfAZal .container .row {
  margin: 0;
}
.cid-ujAbjfAZal .item {
  padding: 0;
}
.cid-ujAbjfAZal .item .item-wrapper .item-img {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  padding: 25px;
}
.cid-ujAbjfAZal .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ujAbjfAZal .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #000000;
  opacity: .3;
  pointer-events: none;
  z-index: 1;
  filter: blur(50px);
}
.cid-ujAbjfAZal .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ujAbjfAZal .item .item-wrapper .item-img .item-content {
    display: block;
  }
}
.cid-ujAbjfAZal .item .item-wrapper .item-img .item-content .title-wrap {
  width: 50%;
}
@media (max-width: 768px) {
  .cid-ujAbjfAZal .item .item-wrapper .item-img .item-content .title-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-ujAbjfAZal .item .item-wrapper .item-img .item-content .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-ujAbjfAZal .item .item-wrapper .item-img .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-ujAbjfAZal .item .item-wrapper .item-img .item-content .mbr-section-btn {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-ujAbjfAZal .item .item-wrapper .item-img .item-content .mbr-section-btn {
    justify-content: normal;
    width: 100%;
  }
}
.cid-ujAbjfAZal .item .item-wrapper .item-img .item-content .mbr-section-btn .btn {
  margin: 4px;
  padding: 18px 20px;
}
@media (max-width: 768px) {
  .cid-ujAbjfAZal .item .item-wrapper .item-img .item-content .mbr-section-btn .btn {
    margin: 9.6px;
  }
}
.cid-ujAbjfAZal .item-title {
  color: #ffffff;
}
.cid-ujAbjfAZal .mbr-desc {
  color: #f2f2f2;
}
.cid-uL21n0AnT6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uL21n0AnT6 .item-img {
  position: relative;
}
.cid-uL21n0AnT6 .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uL21n0AnT6 .cardbg {
  background: #000000;
  height: 100%;
  min-height: 160px;
}
.cid-uL21n0AnT6 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uL21n0AnT6 .image-wrapper {
  overflow: hidden;
}
.cid-uL21n0AnT6 .item1 {
  margin-bottom: 2rem !important;
}
.cid-uL21n0AnT6 .item-wrapper {
  position: relative;
  background: #000000;
  border: 3px solid #000000;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uL21n0AnT6 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uL21n0AnT6 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uL21n0AnT6 .item1,
.cid-uL21n0AnT6 .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uL21n0AnT6 .item1 .item:hover,
.cid-uL21n0AnT6 .item .item:hover {
  cursor: pointer;
}
.cid-uL21n0AnT6 .item1:hover .link-icon-wrapper span,
.cid-uL21n0AnT6 .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-uL21n0AnT6 .card2 {
    margin-top: 1rem;
  }
}
.cid-uL21n0AnT6 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #000000;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uL21n0AnT6 .link-icon-wrapper .icon-wrap {
  background: #6eff00;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uL21n0AnT6 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uL21n0AnT6 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uL21n0AnT6 .link-icon-wrapper .svg1 path {
  fill: #000000;
}
.cid-uL21n0AnT6 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uL21n0AnT6 .link-icon-wrapper .svg2 path {
  fill: #000000;
}
.cid-uL21n0AnT6 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uL21n0AnT6 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uL21n0AnT6 img,
.cid-uL21n0AnT6 .item-img {
  width: 100%;
}
.cid-uL21n0AnT6 .item:focus,
.cid-uL21n0AnT6 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uL21n0AnT6 .item {
    margin-bottom: 1rem;
  }
}
.cid-uL21n0AnT6 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uL21n0AnT6 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uL21n0AnT6 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uL21n0AnT6 .mbr-section-subtitle,
.cid-uL21n0AnT6 .subtitle-wrap,
.cid-uL21n0AnT6 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uL21n0AnT6 .mbr-text,
.cid-uL21n0AnT6 .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uL1MfbkClR {
  z-index: 1000;
  width: 100%;
}
.cid-uL1MfbkClR nav.navbar {
  position: fixed;
}
.cid-uL1MfbkClR .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uL1MfbkClR .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uL1MfbkClR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL1MfbkClR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uL1MfbkClR .dropdown-item {
  border: none !important;
  background: #c4d6b0 !important;
}
.cid-uL1MfbkClR .dropdown-item:hover,
.cid-uL1MfbkClR .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-uL1MfbkClR .dropdown-item:hover span {
  color: white;
}
.cid-uL1MfbkClR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL1MfbkClR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL1MfbkClR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL1MfbkClR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL1MfbkClR .nav-link {
  position: relative;
}
.cid-uL1MfbkClR .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uL1MfbkClR .container {
    flex-wrap: nowrap;
  }
}
.cid-uL1MfbkClR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uL1MfbkClR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uL1MfbkClR .dropdown-menu,
.cid-uL1MfbkClR .navbar.opened {
  background: #c4d6b0 !important;
}
.cid-uL1MfbkClR .nav-item:focus,
.cid-uL1MfbkClR .nav-link:focus {
  outline: none;
}
.cid-uL1MfbkClR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL1MfbkClR .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uL1MfbkClR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL1MfbkClR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL1MfbkClR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL1MfbkClR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL1MfbkClR .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(196, 214, 176, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uL1MfbkClR .navbar.opened {
  transition: all 0.3s;
}
.cid-uL1MfbkClR .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uL1MfbkClR .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uL1MfbkClR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL1MfbkClR .navbar.collapsed {
  justify-content: center;
}
.cid-uL1MfbkClR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL1MfbkClR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uL1MfbkClR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL1MfbkClR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL1MfbkClR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uL1MfbkClR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL1MfbkClR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL1MfbkClR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL1MfbkClR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL1MfbkClR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL1MfbkClR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL1MfbkClR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL1MfbkClR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uL1MfbkClR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL1MfbkClR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL1MfbkClR .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uL1MfbkClR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uL1MfbkClR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL1MfbkClR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uL1MfbkClR .navbar.navbar-short {
  min-height: 96px;
}
.cid-uL1MfbkClR .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uL1MfbkClR .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uL1MfbkClR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uL1MfbkClR .navbar-brand .navbar-caption:hover,
.cid-uL1MfbkClR .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uL1MfbkClR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL1MfbkClR .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uL1MfbkClR .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-uL1MfbkClR .dropdown-item.active,
.cid-uL1MfbkClR .dropdown-item:active {
  background-color: transparent;
}
.cid-uL1MfbkClR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL1MfbkClR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL1MfbkClR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL1MfbkClR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c4d6b0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uL1MfbkClR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uL1MfbkClR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uL1MfbkClR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL1MfbkClR ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uL1MfbkClR ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uL1MfbkClR .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uL1MfbkClR .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uL1MfbkClR .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uL1MfbkClR .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uL1MfbkClR button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #c4d6b0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uL1MfbkClR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uL1MfbkClR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uL1MfbkClR button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uL1MfbkClR button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uL1MfbkClR button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uL1MfbkClR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL1MfbkClR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL1MfbkClR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL1MfbkClR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL1MfbkClR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL1MfbkClR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL1MfbkClR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uL1MfbkClR .navbar {
    height: 70px;
  }
  .cid-uL1MfbkClR .navbar.opened {
    height: auto;
  }
  .cid-uL1MfbkClR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL1MfbkClR .navbar-nav {
  margin: 0 auto;
}
.cid-uL1MfbkClR .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uL1MfbkClR .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uL1MfbkClR .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uL1MfbkClR .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-uL1MfbkClR .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-uL1MfbkClR .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uL1MfbkClR .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uL1MfbkClR .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uL1MfbkClR .navbar {
    justify-content: flex-start !important;
  }
  .cid-uL1MfbkClR .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uL1MfbkClR .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uL1MfbkClR .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uL1MfbkClR .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uL1MfbkClR .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uL1MfbkClR .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uL1MfbkClR .content-wrap {
  min-height: 110px;
}
.cid-uL1MfbkClR .mbr-section-btn .btn::after,
.cid-uL1MfbkClR .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #ffffff 150%);
}
.cid-uL1MfbkClR .mbr-section-btn .btn:hover,
.cid-uL1MfbkClR .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uL1MfbkClR .mbr-section-btn .btn:hover::after,
.cid-uL1MfbkClR .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #ffffff 150%);
  opacity: 1;
}
.cid-ujAcCGpjkj {
  background-image: url("../../../assets/images/branding1-1-1920x1080.webp");
}
.cid-ujAcCGpjkj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujAcCGpjkj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujAcCGpjkj .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ujAcCGpjkj .container-fluid {
    padding: 0 30px;
  }
}
.cid-ujAcCGpjkj .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ujAcCGpjkj .container {
    padding: 0 30px;
  }
}
.cid-ujAcCGpjkj .title-wrapper {
  margin-top: 20%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-ujAcCGpjkj .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-ujAcCGpjkj .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ujAcCGpjkj .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-ujAcCGpjkj .mbr-section-title {
  color: #ffffff;
}
.cid-ujAcCGpjkj .mbr-text {
  color: #ffffff;
}
.cid-ujAcJtW1O4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ujAcJtW1O4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujAcJtW1O4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujAcJtW1O4 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ujAcJtW1O4 .container-fluid {
    padding: 0 30px;
  }
}
.cid-ujAcJtW1O4 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ujAcJtW1O4 .container {
    padding: 0 30px;
  }
}
.cid-ujAcJtW1O4 .card {
  margin-bottom: 64px;
}
.cid-ujAcJtW1O4 .card .card-wrapper {
  display: flex;
  margin-right: 110px;
}
@media (max-width: 1400px) {
  .cid-ujAcJtW1O4 .card .card-wrapper {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-ujAcJtW1O4 .card .card-wrapper {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-ujAcJtW1O4 .card .card-wrapper {
    display: block;
  }
}
.cid-ujAcJtW1O4 .card .card-wrapper .mbr-iconfont {
  font-size: 75px;
  margin-right: 28px;
  color: #ff0000;
}
@media (max-width: 768px) {
  .cid-ujAcJtW1O4 .card .card-wrapper .mbr-iconfont {
    margin-bottom: 16px;
    display: block;
  }
}
.cid-ujAcJtW1O4 .card .card-wrapper .card-content .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ujAcJtW1O4 .card .card-wrapper .card-content .mbr-text {
  line-height: 1.625;
  margin-bottom: 0;
}
.cid-ujAcJtW1O4 .mbr-section-title {
  color: #000000;
}
.cid-ujAcJtW1O4 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uL21kfzVLa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uL21kfzVLa .item-img {
  position: relative;
}
.cid-uL21kfzVLa .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uL21kfzVLa .cardbg {
  background: #000000;
  height: 100%;
  min-height: 160px;
}
.cid-uL21kfzVLa .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uL21kfzVLa .image-wrapper {
  overflow: hidden;
}
.cid-uL21kfzVLa .item1 {
  margin-bottom: 2rem !important;
}
.cid-uL21kfzVLa .item-wrapper {
  position: relative;
  background: #000000;
  border: 3px solid #000000;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uL21kfzVLa .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uL21kfzVLa .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uL21kfzVLa .item1,
.cid-uL21kfzVLa .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uL21kfzVLa .item1 .item:hover,
.cid-uL21kfzVLa .item .item:hover {
  cursor: pointer;
}
.cid-uL21kfzVLa .item1:hover .link-icon-wrapper span,
.cid-uL21kfzVLa .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-uL21kfzVLa .card2 {
    margin-top: 1rem;
  }
}
.cid-uL21kfzVLa .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #000000;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uL21kfzVLa .link-icon-wrapper .icon-wrap {
  background: #6eff00;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uL21kfzVLa .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uL21kfzVLa .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uL21kfzVLa .link-icon-wrapper .svg1 path {
  fill: #000000;
}
.cid-uL21kfzVLa .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uL21kfzVLa .link-icon-wrapper .svg2 path {
  fill: #000000;
}
.cid-uL21kfzVLa .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uL21kfzVLa .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uL21kfzVLa img,
.cid-uL21kfzVLa .item-img {
  width: 100%;
}
.cid-uL21kfzVLa .item:focus,
.cid-uL21kfzVLa span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uL21kfzVLa .item {
    margin-bottom: 1rem;
  }
}
.cid-uL21kfzVLa .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uL21kfzVLa .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uL21kfzVLa .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uL21kfzVLa .mbr-section-subtitle,
.cid-uL21kfzVLa .subtitle-wrap,
.cid-uL21kfzVLa .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uL21kfzVLa .mbr-text,
.cid-uL21kfzVLa .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uL1MfbkClR {
  z-index: 1000;
  width: 100%;
}
.cid-uL1MfbkClR nav.navbar {
  position: fixed;
}
.cid-uL1MfbkClR .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uL1MfbkClR .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uL1MfbkClR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL1MfbkClR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uL1MfbkClR .dropdown-item {
  border: none !important;
  background: #c4d6b0 !important;
}
.cid-uL1MfbkClR .dropdown-item:hover,
.cid-uL1MfbkClR .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-uL1MfbkClR .dropdown-item:hover span {
  color: white;
}
.cid-uL1MfbkClR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL1MfbkClR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL1MfbkClR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL1MfbkClR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL1MfbkClR .nav-link {
  position: relative;
}
.cid-uL1MfbkClR .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uL1MfbkClR .container {
    flex-wrap: nowrap;
  }
}
.cid-uL1MfbkClR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uL1MfbkClR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uL1MfbkClR .dropdown-menu,
.cid-uL1MfbkClR .navbar.opened {
  background: #c4d6b0 !important;
}
.cid-uL1MfbkClR .nav-item:focus,
.cid-uL1MfbkClR .nav-link:focus {
  outline: none;
}
.cid-uL1MfbkClR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL1MfbkClR .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uL1MfbkClR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL1MfbkClR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL1MfbkClR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL1MfbkClR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL1MfbkClR .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(196, 214, 176, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uL1MfbkClR .navbar.opened {
  transition: all 0.3s;
}
.cid-uL1MfbkClR .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uL1MfbkClR .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uL1MfbkClR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL1MfbkClR .navbar.collapsed {
  justify-content: center;
}
.cid-uL1MfbkClR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL1MfbkClR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uL1MfbkClR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL1MfbkClR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL1MfbkClR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uL1MfbkClR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL1MfbkClR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL1MfbkClR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL1MfbkClR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL1MfbkClR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL1MfbkClR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL1MfbkClR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL1MfbkClR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uL1MfbkClR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL1MfbkClR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL1MfbkClR .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uL1MfbkClR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uL1MfbkClR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL1MfbkClR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uL1MfbkClR .navbar.navbar-short {
  min-height: 96px;
}
.cid-uL1MfbkClR .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uL1MfbkClR .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uL1MfbkClR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uL1MfbkClR .navbar-brand .navbar-caption:hover,
.cid-uL1MfbkClR .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uL1MfbkClR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL1MfbkClR .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uL1MfbkClR .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-uL1MfbkClR .dropdown-item.active,
.cid-uL1MfbkClR .dropdown-item:active {
  background-color: transparent;
}
.cid-uL1MfbkClR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL1MfbkClR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL1MfbkClR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL1MfbkClR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c4d6b0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uL1MfbkClR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uL1MfbkClR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uL1MfbkClR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL1MfbkClR ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uL1MfbkClR ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uL1MfbkClR .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uL1MfbkClR .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uL1MfbkClR .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uL1MfbkClR .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uL1MfbkClR button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #c4d6b0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uL1MfbkClR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uL1MfbkClR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uL1MfbkClR button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uL1MfbkClR button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uL1MfbkClR button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uL1MfbkClR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL1MfbkClR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL1MfbkClR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL1MfbkClR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL1MfbkClR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL1MfbkClR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL1MfbkClR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uL1MfbkClR .navbar {
    height: 70px;
  }
  .cid-uL1MfbkClR .navbar.opened {
    height: auto;
  }
  .cid-uL1MfbkClR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL1MfbkClR .navbar-nav {
  margin: 0 auto;
}
.cid-uL1MfbkClR .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uL1MfbkClR .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uL1MfbkClR .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uL1MfbkClR .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-uL1MfbkClR .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-uL1MfbkClR .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uL1MfbkClR .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uL1MfbkClR .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uL1MfbkClR .navbar {
    justify-content: flex-start !important;
  }
  .cid-uL1MfbkClR .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uL1MfbkClR .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uL1MfbkClR .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uL1MfbkClR .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uL1MfbkClR .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uL1MfbkClR .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uL1MfbkClR .content-wrap {
  min-height: 110px;
}
.cid-uL1MfbkClR .mbr-section-btn .btn::after,
.cid-uL1MfbkClR .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #ffffff 150%);
}
.cid-uL1MfbkClR .mbr-section-btn .btn:hover,
.cid-uL1MfbkClR .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uL1MfbkClR .mbr-section-btn .btn:hover::after,
.cid-uL1MfbkClR .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #ffffff 150%);
  opacity: 1;
}
.cid-unEhOlCERb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fef8f5;
}
.cid-unEhOlCERb .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-unEhOlCERb .content_block:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-unEhOlCERb .card_topic,
.cid-unEhOlCERb .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-unEhOlCERb .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-unEhOlCERb .image {
  position: relative;
}
.cid-unEhOlCERb .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fef8f5);
  z-index: 1;
  pointer-events: none;
}
.cid-unEhOlCERb .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-unEhOlCERb .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-unEhOlCERb .mbr-section-btn .btn-secondary-outline:hover,
.cid-unEhOlCERb .mbr-section-btn .btn-secondary-outline .active,
.cid-unEhOlCERb .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-unEhOlCERb .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-unEhOlCERb .content_block {
    padding: 30px 15px;
  }
  .cid-unEhOlCERb .mbr-figure {
    padding: 0;
  }
  .cid-unEhOlCERb .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(254, 248, 245, 0.99));
  }
}
.cid-unEhOlCERb .mbr-section-title {
  color: #c4d6b0;
}
.cid-unElWpfGuy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-unElWpfGuy .mbr-fallback-image.disabled {
  display: none;
}
.cid-unElWpfGuy .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-unElWpfGuy .container {
    padding: 0 30px;
  }
}
.cid-unElWpfGuy .row {
  justify-content: center;
}
.cid-unElWpfGuy .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
  opacity: .6;
}
.cid-unElWpfGuy .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-unElWpfGuy .content-wrapper .image-wrapper {
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-unElWpfGuy .content-wrapper .image-wrapper {
    margin-top: 45px;
  }
}
.cid-unElWpfGuy .content-wrapper .image-wrapper img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-unElWpfGuy .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-unElWpfGuy .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 120px 0 0 90px;
}
@media (max-width: 992px) {
  .cid-unElWpfGuy .items {
    padding: 30px 0 0 0;
  }
}
.cid-unElWpfGuy .items .item {
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}
.cid-unElWpfGuy .items .item:nth-last-child(-n+2) {
  border-bottom: none;
}
.cid-unElWpfGuy .items .item:last-child {
  border-bottom: none;
}
.cid-unElWpfGuy .items .item:nth-child(2n) {
  border-right: none;
}
.cid-unElWpfGuy .items .item .item-wrapper .item-img {
  padding: 30px 0;
}
.cid-unElWpfGuy .items .item .item-wrapper .item-img img {
  height: 90px;
  object-fit: cover;
}
.cid-unElWpfGuy .mbr-section-title {
  color: #000000;
}
.cid-unElWpfGuy .mbr-section-subtitle {
  color: #000000;
}
.cid-uSSeuJjQS6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uSSeuJjQS6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSSeuJjQS6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSSeuJjQS6 .items-wrapper {
  justify-content: flex-end;
}
.cid-uSSeuJjQS6 .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSSeuJjQS6 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSSeuJjQS6 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uSSeuJjQS6 .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uSSeuJjQS6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSSeuJjQS6 .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uSSeuJjQS6 .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uSSeuJjQS6 .content-wrap {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uSSeuJjQS6 .content-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uSSeuJjQS6 .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-uSSeuJjQS6 .content-wrap .image-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uSSeuJjQS6 .content-wrap .image-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uSSeuJjQS6 .content-wrap .image-wrapper img {
  height: 612px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uSSeuJjQS6 .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uSSeuJjQS6 .content-wrap .image-wrap {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
}
@media (max-width: 992px) {
  .cid-uSSeuJjQS6 .content-wrap .image-wrap {
    position: static;
    width: auto;
  }
}
.cid-uSSeuJjQS6 .content-wrap .image-wrap img {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSSeuJjQS6 .content-wrap .image-wrap img {
    position: static;
    height: 350px;
    width: 100%;
  }
}
.cid-uSSeuJjQS6 .mbr-desc {
  color: #272b2e;
}
.cid-uSSeuJjQS6 .mbr-section-title {
  color: #272b2e;
}
.cid-uSSeuJjQS6 .mbr-text,
.cid-uSSeuJjQS6 .text-wrapper {
  color: #272b2e;
}
.cid-uL1Zi1JoD0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uL1Zi1JoD0 .item-img {
  position: relative;
}
.cid-uL1Zi1JoD0 .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uL1Zi1JoD0 .cardbg {
  background: #000000;
  height: 100%;
  min-height: 160px;
}
.cid-uL1Zi1JoD0 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uL1Zi1JoD0 .image-wrapper {
  overflow: hidden;
}
.cid-uL1Zi1JoD0 .item1 {
  margin-bottom: 2rem !important;
}
.cid-uL1Zi1JoD0 .item-wrapper {
  position: relative;
  background: #000000;
  border: 3px solid #000000;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uL1Zi1JoD0 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uL1Zi1JoD0 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uL1Zi1JoD0 .item1,
.cid-uL1Zi1JoD0 .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uL1Zi1JoD0 .item1 .item:hover,
.cid-uL1Zi1JoD0 .item .item:hover {
  cursor: pointer;
}
.cid-uL1Zi1JoD0 .item1:hover .link-icon-wrapper span,
.cid-uL1Zi1JoD0 .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-uL1Zi1JoD0 .card2 {
    margin-top: 1rem;
  }
}
.cid-uL1Zi1JoD0 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #000000;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uL1Zi1JoD0 .link-icon-wrapper .icon-wrap {
  background: #6eff00;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uL1Zi1JoD0 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uL1Zi1JoD0 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uL1Zi1JoD0 .link-icon-wrapper .svg1 path {
  fill: #000000;
}
.cid-uL1Zi1JoD0 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uL1Zi1JoD0 .link-icon-wrapper .svg2 path {
  fill: #000000;
}
.cid-uL1Zi1JoD0 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uL1Zi1JoD0 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uL1Zi1JoD0 img,
.cid-uL1Zi1JoD0 .item-img {
  width: 100%;
}
.cid-uL1Zi1JoD0 .item:focus,
.cid-uL1Zi1JoD0 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uL1Zi1JoD0 .item {
    margin-bottom: 1rem;
  }
}
.cid-uL1Zi1JoD0 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uL1Zi1JoD0 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uL1Zi1JoD0 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uL1Zi1JoD0 .mbr-section-subtitle,
.cid-uL1Zi1JoD0 .subtitle-wrap,
.cid-uL1Zi1JoD0 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uL1Zi1JoD0 .mbr-text,
.cid-uL1Zi1JoD0 .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uMiDeAwMSj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uMiDeAwMSj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiDeAwMSj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiDeAwMSj .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uMiDeAwMSj .container {
    padding: 10px 8px;
  }
}
.cid-uMiDeAwMSj .row {
  border-radius: 25px;
  background-color: #3283fb;
  padding: 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uMiDeAwMSj .row {
    padding: 40px 10px;
  }
}
.cid-uMiDeAwMSj .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uMiDeAwMSj .content-wrapper {
  padding-right: 50px;
}
@media (max-width: 992px) {
  .cid-uMiDeAwMSj .content-wrapper {
    padding: 0;
  }
}
.cid-uMiDeAwMSj .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uMiDeAwMSj .content-wrapper .mbr-section-title span {
  opacity: .8;
}
.cid-uMiDeAwMSj .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uMiDeAwMSj .content-wrapper .cards-wrap {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uMiDeAwMSj .content-wrapper .cards-wrap {
    margin: 32px 0 32px;
  }
}
.cid-uMiDeAwMSj .content-wrapper .cards-wrap .card-wrap {
  display: inline-flex;
  width: 250px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(12px);
  margin-bottom: 16px;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uMiDeAwMSj .content-wrapper .cards-wrap .card-wrap {
    width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-uMiDeAwMSj .content-wrapper .cards-wrap .card-wrap {
    width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uMiDeAwMSj .content-wrapper .cards-wrap .card-wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uMiDeAwMSj .content-wrapper .cards-wrap .card-wrap {
    border-radius: 17px;
  }
}
.cid-uMiDeAwMSj .content-wrapper .cards-wrap .card-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #73abff;
  opacity: .8;
}
.cid-uMiDeAwMSj .content-wrapper .cards-wrap .card-wrap .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-uMiDeAwMSj .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-img {
  display: flex;
  justify-content: flex-end;
}
.cid-uMiDeAwMSj .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-img img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  border-radius: 100% !important;
  margin: -4px -4px 0 0;
  object-fit: cover;
}
.cid-uMiDeAwMSj .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uMiDeAwMSj .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
    padding: 15px;
  }
}
.cid-uMiDeAwMSj .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uMiDeAwMSj .image-wrapper .icon-wrapper {
  display: flex;
  justify-content: space-between;
}
.cid-uMiDeAwMSj .image-wrapper .icon-wrapper .mbr-iconfont {
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #ffffff;
  background-color: #73abff;
  transform: rotate(-5deg);
  margin-top: 100px;
}
.cid-uMiDeAwMSj .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  background-color: #e354e3;
  margin-top: 0;
}
.cid-uMiDeAwMSj .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  background-color: #f85f32;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .cid-uMiDeAwMSj .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    margin-top: 30px;
    font-size: 25px;
  }
}
.cid-uMiDeAwMSj .image-wrapper .image-wrap {
  display: flex;
  justify-content: center;
  margin-top: -8rem;
}
.cid-uMiDeAwMSj .image-wrapper .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1199px) {
  .cid-uMiDeAwMSj .image-wrapper .image-wrap img {
    height: 450px;
    width: 450px;
    min-width: 450px;
  }
}
.cid-uMiDeAwMSj .image-wrapper .cards-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: -8rem;
}
@media (max-width: 992px) {
  .cid-uMiDeAwMSj .image-wrapper .cards-wrapper {
    flex-direction: column;
  }
}
.cid-uMiDeAwMSj .image-wrapper .cards-wrapper .card-wrapper {
  display: inline-flex;
  max-width: 250px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  padding: 30px;
  backdrop-filter: blur(12px);
  height: fit-content;
}
@media (max-width: 1500px) {
  .cid-uMiDeAwMSj .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-uMiDeAwMSj .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uMiDeAwMSj .image-wrapper .cards-wrapper .card-wrapper {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 16px;
  }
  .cid-uMiDeAwMSj .image-wrapper .cards-wrapper .card-wrapper:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-uMiDeAwMSj .image-wrapper .cards-wrapper .card-wrapper {
    padding: 15px;
    border-radius: 17px;
  }
}
.cid-uMiDeAwMSj .image-wrapper .cards-wrapper .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #73abff;
  opacity: .8;
}
.cid-uMiDeAwMSj .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uMiDeAwMSj .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uMiDeAwMSj .image-wrapper .cards-wrapper .card-wrapper .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-uMiDeAwMSj .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .dot-wrapper {
  margin-bottom: 40px;
}
.cid-uMiDeAwMSj .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .dot-wrapper .dot-wrap {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
}
.cid-uMiDeAwMSj .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uMiDeAwMSj .mbr-section-title {
  color: #ffffff;
}
.cid-uMiDeAwMSj .mbr-text {
  color: #ffffff;
}
.cid-uMiDeAwMSj .card-text {
  color: #ffffff;
}
.cid-uLVEPmQ7PU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #000000;
}
.cid-uLVEPmQ7PU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLVEPmQ7PU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLVEPmQ7PU .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uLVEPmQ7PU .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uLVEPmQ7PU .container {
    padding: 0 26px;
  }
}
.cid-uLVEPmQ7PU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 535px;
  max-width: 535px;
}
@media (max-width: 768px) {
  .cid-uLVEPmQ7PU .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uLVEPmQ7PU .embla__slide a {
  display: block;
  width: 100%;
}
.cid-uLVEPmQ7PU .embla__slide a .card-wrap .item-wrapper .image-wrap img {
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLVEPmQ7PU .embla__slide a .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uLVEPmQ7PU .embla__button--next,
.cid-uLVEPmQ7PU .embla__button--prev {
  display: flex;
}
.cid-uLVEPmQ7PU .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLVEPmQ7PU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLVEPmQ7PU .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-uLVEPmQ7PU .embla__button.embla__button--prev {
  left: 0;
  margin-left: 60px;
}
@media (max-width: 992px) {
  .cid-uLVEPmQ7PU .embla__button.embla__button--prev {
    margin-left: 26px;
  }
}
.cid-uLVEPmQ7PU .embla__button.embla__button--next {
  right: 0;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-uLVEPmQ7PU .embla__button.embla__button--next {
    margin-right: 26px;
  }
}
.cid-uLVEPmQ7PU .embla {
  position: relative;
  width: 100%;
}
.cid-uLVEPmQ7PU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uLVEPmQ7PU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLVEPmQ7PU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLVEPmQ7PU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLVDw2JSnY {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uLVDw2JSnY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-uLVDw2JSnY .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLVDw2JSnY .embla__slide .slide-content {
  width: 100%;
}
.cid-uLVDw2JSnY .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uLVDw2JSnY .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLVDw2JSnY .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uLVDw2JSnY .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uLVDw2JSnY .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uLVDw2JSnY .embla__button--next,
.cid-uLVDw2JSnY .embla__button--prev {
  display: flex;
}
.cid-uLVDw2JSnY .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLVDw2JSnY .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLVDw2JSnY .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uLVDw2JSnY .embla__button.embla__button--next {
  right: 0;
}
.cid-uLVDw2JSnY .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uLVDw2JSnY .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uLVDw2JSnY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLVDw2JSnY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLVDw2JSnY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLVDw2JSnY .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uLVDw2JSnY .item-desc {
  color: #ffffff;
}
.cid-uLVFKpUx6B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uLVFKpUx6B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLVFKpUx6B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLVFKpUx6B .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLVFKpUx6B .container-fluid {
    padding: 0;
  }
}
.cid-uLVFKpUx6B .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLVFKpUx6B .container {
    padding: 0 20px;
  }
}
.cid-uLVFKpUx6B .row {
  justify-content: center;
}
.cid-uLVFKpUx6B .card {
  padding: 0;
}
.cid-uLVFKpUx6B .card img {
  height: 900px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLVFKpUx6B .card img {
    height: 300px;
  }
}
.cid-uLVFKpUx6B .row.cards {
  margin: 0;
}
.cid-uLVFKpUx6B .row.cards img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLVFKpUx6B .row.cards img {
    height: 300px;
  }
}
.cid-uM0dxbpZGI .google-map {
  filter: grayscale(0.9);
  height: 34rem;
  position: relative;
}
.cid-uM0dxbpZGI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uM0dxbpZGI .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uM0dxbpZGI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uM0dxbpZGI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
