@import url(https://fonts.googleapis.com/css?family=Space+Grotesk:300,400,500,600,700&display=swap);





body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.625rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-1 > .mbr-iconfont {
  font-size: 3.28125rem;
}
.display-2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.375rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-2 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.867;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.1rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.8375rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.9rem;
    font-size: calc( 1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 11px 35px;
  border-radius: 3px;
}
.btn-sm {
  padding: 15px 35px;
  border-radius: 3px;
}
.btn-md {
  padding: 18px 50px;
  border-radius: 3px;
}
.btn-lg {
  padding: 19px 50px;
  border-radius: 3px;
}
.bg-primary {
  background-color: #4154f1 !important;
}
.bg-success {
  background-color: #57b22a !important;
}
.bg-info {
  background-color: #6b3df0 !important;
}
.bg-warning {
  background-color: #ff6b00 !important;
}
.bg-danger {
  background-color: #ff0000 !important;
}
.btn-primary {
  box-shadow: 0 15px 30px 0 rgba(65, 84, 241, 0.15);
}
.btn-primary,
.btn-primary:active {
  background-color: #4154f1 !important;
  border-color: #4154f1 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1129ee !important;
  border-color: #1129ee !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1129ee !important;
  border-color: #1129ee !important;
}
.btn-primary:before {
  background: #4154f1;
}
.btn-primary:hover {
  color: #ffffff !important;
  border-color: #4154f1 !important;
  box-shadow: 0 15px 30px 0 rgba(65, 84, 241, 0.15);
}
.btn-secondary {
  box-shadow: 0 15px 30px 0 rgba(5, 20, 65, 0.15);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #051441 !important;
  border-color: #051441 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #010512 !important;
  border-color: #010512 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #010512 !important;
  border-color: #010512 !important;
}
.btn-secondary:before {
  background: #051441;
}
.btn-secondary:hover {
  color: #ffffff !important;
  border-color: #051441 !important;
  box-shadow: 0 15px 30px 0 rgba(5, 20, 65, 0.15);
}
.btn-info {
  box-shadow: 0 15px 30px 0 rgba(107, 61, 240, 0.15);
}
.btn-info,
.btn-info:active {
  background-color: #6b3df0 !important;
  border-color: #6b3df0 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4912e8 !important;
  border-color: #4912e8 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4912e8 !important;
  border-color: #4912e8 !important;
}
.btn-info:before {
  background: #6b3df0;
}
.btn-info:hover {
  color: #ffffff !important;
  border-color: #6b3df0 !important;
  box-shadow: 0 15px 30px 0 rgba(107, 61, 240, 0.15);
}
.btn-success {
  box-shadow: 0 15px 30px 0 rgba(87, 178, 42, 0.15);
}
.btn-success,
.btn-success:active {
  background-color: #57b22a !important;
  border-color: #57b22a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #438920 !important;
  border-color: #438920 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #438920 !important;
  border-color: #438920 !important;
}
.btn-success:before {
  background: #57b22a;
}
.btn-success:hover {
  color: #ffffff !important;
  border-color: #57b22a !important;
  box-shadow: 0 15px 30px 0 rgba(87, 178, 42, 0.15);
}
.btn-warning {
  box-shadow: 0 15px 30px 0 rgba(255, 107, 0, 0.15);
}
.btn-warning,
.btn-warning:active {
  background-color: #ff6b00 !important;
  border-color: #ff6b00 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #cc5600 !important;
  border-color: #cc5600 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #cc5600 !important;
  border-color: #cc5600 !important;
}
.btn-warning:before {
  background: #ff6b00;
}
.btn-warning:hover {
  color: #ffffff !important;
  border-color: #ff6b00 !important;
  box-shadow: 0 15px 30px 0 rgba(255, 107, 0, 0.15);
}
.btn-danger {
  box-shadow: 0 15px 30px 0 rgba(255, 0, 0, 0.15);
}
.btn-danger,
.btn-danger:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #cc0000 !important;
  border-color: #cc0000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #cc0000 !important;
  border-color: #cc0000 !important;
}
.btn-danger:before {
  background: #ff0000;
}
.btn-danger:hover {
  color: #ffffff !important;
  border-color: #ff0000 !important;
  box-shadow: 0 15px 30px 0 rgba(255, 0, 0, 0.15);
}
.btn-white {
  color: #4154f1 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(65, 84, 241, 0.15);
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white:before {
  background: #4154f1;
}
.btn-white:hover {
  color: #ffffff !important;
  border-color: #4154f1 !important;
  background-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-black {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-black,
.btn-black:active {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:before {
  background: #4d4d4d;
}
.btn-black:hover {
  border-color: #4d4d4d !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #4154f1;
  color: #4154f1;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #4154f1 !important;
  border-color: #4154f1 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4154f1 !important;
  border-color: #4154f1 !important;
}
.btn-primary-outline:before {
  background: #4154f1;
}
.btn-primary-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(65, 84, 241, 0.15);
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #051441;
  color: #051441;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #051441 !important;
  border-color: #051441 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #051441 !important;
  border-color: #051441 !important;
}
.btn-secondary-outline:before {
  background: #051441;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(5, 20, 65, 0.15);
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #6b3df0;
  color: #6b3df0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #6b3df0 !important;
  border-color: #6b3df0 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6b3df0 !important;
  border-color: #6b3df0 !important;
}
.btn-info-outline:before {
  background: #6b3df0;
}
.btn-info-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(107, 61, 240, 0.15);
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #57b22a;
  color: #57b22a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #57b22a !important;
  border-color: #57b22a !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #57b22a !important;
  border-color: #57b22a !important;
}
.btn-success-outline:before {
  background: #57b22a;
}
.btn-success-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(87, 178, 42, 0.15);
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff6b00;
  color: #ff6b00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #ff6b00 !important;
  border-color: #ff6b00 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6b00 !important;
  border-color: #ff6b00 !important;
}
.btn-warning-outline:before {
  background: #ff6b00;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 107, 0, 0.15);
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff0000;
  color: #ff0000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-danger-outline:before {
  background: #ff0000;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 0, 0, 0.15);
}
.btn-black-outline {
  border-color: #1a1a1a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #1a1a1a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-black-outline:before {
  background: #4d4d4d;
}
.btn-white-outline {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #4154f1 !important;
  border-color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-white-outline:before {
  background: #ffffff;
}
.text-primary {
  color: #4154f1 !important;
}
.text-secondary {
  color: #051441 !important;
}
.text-success {
  color: #57b22a !important;
}
.text-info {
  color: #6b3df0 !important;
}
.text-warning {
  color: #ff6b00 !important;
}
.text-danger {
  color: #ff0000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1a1a1a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0e21be !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2f5f17 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #3a0eb9 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #994000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #990000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
.nav-tabs .nav-link.active {
  color: #4154f1;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1a1a;
}
.alert-success {
  background-color: #40A50B;
}
.alert-info {
  background-color: #6b3df0;
}
.alert-warning {
  background-color: #ff6b00;
}
.alert-danger {
  background-color: #ff0000;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 45px;
}
.mbr-gallery-filter li a {
  border-radius: 45px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4154f1;
  border-color: #4154f1;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 45px !important;
}
a,
a:hover {
  color: #4154f1;
}
.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: #9de07c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fbfaff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe1cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffcccc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.867;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.867;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #4154f1;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 45px !important;
}
.mbr-form .mbr-section-btn button[type="submit"] {
  border-radius: 45px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4154f1;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4154f1;
}
.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: #4154f1;
  border-bottom-color: #4154f1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #4154f1 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #051441 !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='%234154f1' %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.btn-white {
  color: #4154f1 !important;
}
.mbr-arrow-up {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.35);
}
.mbr-arrow-up a {
  background: rgba(65, 84, 241, 0.6);
}
.mbr-arrow-up a:hover {
  background: #4154f1;
}
.cid-sqUOPbLmD5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqUOPbLmD5 .nav-item,
.cid-sqUOPbLmD5 .nav-link,
.cid-sqUOPbLmD5 .navbar-caption {
  font-weight: normal;
}
.cid-sqUOPbLmD5 .nav-item:focus,
.cid-sqUOPbLmD5 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sqUOPbLmD5 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sqUOPbLmD5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqUOPbLmD5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sqUOPbLmD5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sqUOPbLmD5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sqUOPbLmD5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqUOPbLmD5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqUOPbLmD5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqUOPbLmD5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqUOPbLmD5 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-sqUOPbLmD5 .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-sqUOPbLmD5 .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sqUOPbLmD5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqUOPbLmD5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqUOPbLmD5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sqUOPbLmD5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sqUOPbLmD5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sqUOPbLmD5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqUOPbLmD5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sqUOPbLmD5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqUOPbLmD5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqUOPbLmD5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sqUOPbLmD5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqUOPbLmD5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqUOPbLmD5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sqUOPbLmD5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqUOPbLmD5 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sqUOPbLmD5 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sqUOPbLmD5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqUOPbLmD5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sqUOPbLmD5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sqUOPbLmD5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sqUOPbLmD5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqUOPbLmD5 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sqUOPbLmD5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sqUOPbLmD5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqUOPbLmD5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqUOPbLmD5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqUOPbLmD5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqUOPbLmD5 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sqUOPbLmD5 .dropdown-item.active,
.cid-sqUOPbLmD5 .dropdown-item:active {
  background-color: transparent;
}
.cid-sqUOPbLmD5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqUOPbLmD5 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqUOPbLmD5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sqUOPbLmD5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqUOPbLmD5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqUOPbLmD5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqUOPbLmD5 .navbar-buttons {
  text-align: center;
}
.cid-sqUOPbLmD5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqUOPbLmD5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sqUOPbLmD5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqUOPbLmD5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqUOPbLmD5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqUOPbLmD5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqUOPbLmD5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqUOPbLmD5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqUOPbLmD5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqUOPbLmD5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqUOPbLmD5 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sqUOPbLmD5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqUOPbLmD5 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sqUOPbLmD5 .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sqUOPbLmD5 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sqUOPbLmD5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqUOPbLmD5 .navbar {
    height: 77px;
  }
  .cid-sqUOPbLmD5 .navbar.opened {
    height: auto;
  }
  .cid-sqUOPbLmD5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqUOPcrSh4 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sqUOPcrSh4 .mbr-text,
.cid-sqUOPcrSh4 .ornament {
  color: #000000;
}
.cid-sqV1fJde5d {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sqV1fJde5d .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-sqV1fJde5d .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/architectural-design-architecture-blueprint-239886-2000x1333.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-sqV1fJde5d .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #ffffff;
  z-index: 2;
  opacity: 1;
}
.cid-sqV1fJde5d .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-sqV1fJde5d .hoverEl {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-sqV1fJde5d .hoverEl:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-sqV1fJde5d .hoverEl:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-sqV1fJde5d .hoverEl:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-sqV1fJde5d .hoverEl:hover .box-title2,
.cid-sqV1fJde5d .hoverEl:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-sqV1fJde5d .box-title2,
.cid-sqV1fJde5d .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sqV1fJde5d .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #ffffff;
}
.cid-sqV1fJde5d .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-sqV1fJde5d .img-content {
    opacity: 1;
  }
  .cid-sqV1fJde5d .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-sqV1fJde5d .box-content {
    width: 100%;
  }
  .cid-sqV1fJde5d .box-title2,
  .cid-sqV1fJde5d .box-text2 {
    color: #ffffff !important;
  }
  .cid-sqV1fJde5d .content-block,
  .cid-sqV1fJde5d .content1 {
    padding: 3rem 1rem;
  }
  .cid-sqV1fJde5d * {
    text-align: left;
  }
}
.cid-sqV1fJde5d .box-text1 {
  color: #333333;
}
.cid-sqV1fJde5d .box-title2 {
  color: #cccccc;
}
.cid-sqV4WuMPpe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sqV4WuMPpe .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-sqV4WuMPpe .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/hidro-1300x866.png");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-sqV4WuMPpe .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #ffffff;
  z-index: 2;
  opacity: 1;
}
.cid-sqV4WuMPpe .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-sqV4WuMPpe .hoverEl {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-sqV4WuMPpe .hoverEl:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-sqV4WuMPpe .hoverEl:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-sqV4WuMPpe .hoverEl:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-sqV4WuMPpe .hoverEl:hover .box-title2,
.cid-sqV4WuMPpe .hoverEl:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-sqV4WuMPpe .box-title2,
.cid-sqV4WuMPpe .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sqV4WuMPpe .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #ffffff;
}
.cid-sqV4WuMPpe .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-sqV4WuMPpe .img-content {
    opacity: 1;
  }
  .cid-sqV4WuMPpe .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-sqV4WuMPpe .box-content {
    width: 100%;
  }
  .cid-sqV4WuMPpe .box-title2,
  .cid-sqV4WuMPpe .box-text2 {
    color: #ffffff !important;
  }
  .cid-sqV4WuMPpe .content-block,
  .cid-sqV4WuMPpe .content1 {
    padding: 3rem 1rem;
  }
  .cid-sqV4WuMPpe * {
    text-align: left;
  }
}
.cid-sqV4WuMPpe .box-text1 {
  color: #333333;
}
.cid-sqV4WuMPpe .box-title2 {
  color: #cccccc;
}
.cid-sqV4YnQSwb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sqV4YnQSwb .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-sqV4YnQSwb .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/3d-view-white-architecture-houses-renders-desktop-1600x1200-hd-wallpaper-1120613-1600x1200.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-sqV4YnQSwb .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #ffffff;
  z-index: 2;
  opacity: 1;
}
.cid-sqV4YnQSwb .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-sqV4YnQSwb .hoverEl {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-sqV4YnQSwb .hoverEl:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-sqV4YnQSwb .hoverEl:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-sqV4YnQSwb .hoverEl:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-sqV4YnQSwb .hoverEl:hover .box-title2,
.cid-sqV4YnQSwb .hoverEl:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-sqV4YnQSwb .box-title2,
.cid-sqV4YnQSwb .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sqV4YnQSwb .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #ffffff;
}
.cid-sqV4YnQSwb .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-sqV4YnQSwb .img-content {
    opacity: 1;
  }
  .cid-sqV4YnQSwb .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-sqV4YnQSwb .box-content {
    width: 100%;
  }
  .cid-sqV4YnQSwb .box-title2,
  .cid-sqV4YnQSwb .box-text2 {
    color: #ffffff !important;
  }
  .cid-sqV4YnQSwb .content-block,
  .cid-sqV4YnQSwb .content1 {
    padding: 3rem 1rem;
  }
  .cid-sqV4YnQSwb * {
    text-align: left;
  }
}
.cid-sqV4YnQSwb .box-text1 {
  color: #333333;
}
.cid-sqV4YnQSwb .box-title2 {
  color: #cccccc;
}
.cid-sqUOPduVny {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sqUOPduVny .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-sqUOPduVny .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sqUOPduVny .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sqUOPduVny .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-sqUOPduVny .logo-section img {
  width: auto;
}
.cid-sqUOPduVny .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-sqUOPduVny .icon-transition span:hover {
  background-color: #afb8ce;
}
.cid-sqUOPduVny .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sqUOPduVny .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-sqUOPduVny .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-sqUOPduVny .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-sr0DV2GX2H .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sr0DV2GX2H .nav-item,
.cid-sr0DV2GX2H .nav-link,
.cid-sr0DV2GX2H .navbar-caption {
  font-weight: normal;
}
.cid-sr0DV2GX2H .nav-item:focus,
.cid-sr0DV2GX2H .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sr0DV2GX2H .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sr0DV2GX2H .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sr0DV2GX2H .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sr0DV2GX2H .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sr0DV2GX2H .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sr0DV2GX2H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sr0DV2GX2H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sr0DV2GX2H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sr0DV2GX2H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sr0DV2GX2H .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-sr0DV2GX2H .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-sr0DV2GX2H .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sr0DV2GX2H .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sr0DV2GX2H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sr0DV2GX2H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sr0DV2GX2H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sr0DV2GX2H .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sr0DV2GX2H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sr0DV2GX2H .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sr0DV2GX2H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sr0DV2GX2H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sr0DV2GX2H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sr0DV2GX2H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sr0DV2GX2H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sr0DV2GX2H .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sr0DV2GX2H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sr0DV2GX2H .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sr0DV2GX2H .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sr0DV2GX2H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sr0DV2GX2H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sr0DV2GX2H .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sr0DV2GX2H .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sr0DV2GX2H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sr0DV2GX2H .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sr0DV2GX2H .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sr0DV2GX2H .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sr0DV2GX2H .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sr0DV2GX2H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sr0DV2GX2H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sr0DV2GX2H .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sr0DV2GX2H .dropdown-item.active,
.cid-sr0DV2GX2H .dropdown-item:active {
  background-color: transparent;
}
.cid-sr0DV2GX2H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sr0DV2GX2H .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sr0DV2GX2H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sr0DV2GX2H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sr0DV2GX2H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sr0DV2GX2H ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sr0DV2GX2H .navbar-buttons {
  text-align: center;
}
.cid-sr0DV2GX2H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sr0DV2GX2H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sr0DV2GX2H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sr0DV2GX2H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sr0DV2GX2H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sr0DV2GX2H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sr0DV2GX2H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sr0DV2GX2H nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sr0DV2GX2H nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sr0DV2GX2H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sr0DV2GX2H .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sr0DV2GX2H a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sr0DV2GX2H .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sr0DV2GX2H .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sr0DV2GX2H .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sr0DV2GX2H .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sr0DV2GX2H .navbar {
    height: 77px;
  }
  .cid-sr0DV2GX2H .navbar.opened {
    height: auto;
  }
  .cid-sr0DV2GX2H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sr0Muq9ypF {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-sr0Muq9ypF img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sr0Muq9ypF img:hover {
  transform: scale(1.1);
}
.cid-sr0Muq9ypF .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sr0Muq9ypF h2 {
  padding: 0;
  margin: 0;
}
.cid-sr0Muq9ypF .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sr0Muq9ypF .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sr0Muq9ypF .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-sr0Muq9ypF .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-sr0Muq9ypF .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-sr0Muq9ypF .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sr0Muq9ypF .mbr-iconfont {
  margin: 0!important;
}
.cid-sr0Muq9ypF .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sr0Muq9ypF .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sr0Muq9ypF .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sr0Muq9ypF .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sr0Muq9ypF .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sr0Muq9ypF H2 {
  color: #333333;
}
.cid-sr0Muq9ypF .mbr-text {
  color: #232323;
}
.cid-sr0Muq9ypF H1 {
  color: #232323;
}
.cid-sr0Muq9ypF H3 {
  color: #000000;
}
.cid-sr0QwwXAXf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-sr0QwwXAXf img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sr0QwwXAXf img:hover {
  transform: scale(1.1);
}
.cid-sr0QwwXAXf .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sr0QwwXAXf h2 {
  padding: 0;
  margin: 0;
}
.cid-sr0QwwXAXf .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sr0QwwXAXf .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sr0QwwXAXf .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-sr0QwwXAXf .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-sr0QwwXAXf .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-sr0QwwXAXf .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sr0QwwXAXf .mbr-iconfont {
  margin: 0!important;
}
.cid-sr0QwwXAXf .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sr0QwwXAXf .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sr0QwwXAXf .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sr0QwwXAXf .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sr0QwwXAXf .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sr0QwwXAXf H2 {
  color: #333333;
}
.cid-sr0QwwXAXf .mbr-text {
  color: #232323;
}
.cid-sr0QwwXAXf H1 {
  color: #232323;
}
.cid-sr0QwwXAXf H3 {
  color: #000000;
}
.cid-sr0SfGvFSx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-sr0SfGvFSx img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sr0SfGvFSx img:hover {
  transform: scale(1.1);
}
.cid-sr0SfGvFSx .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sr0SfGvFSx h2 {
  padding: 0;
  margin: 0;
}
.cid-sr0SfGvFSx .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sr0SfGvFSx .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sr0SfGvFSx .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-sr0SfGvFSx .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-sr0SfGvFSx .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-sr0SfGvFSx .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sr0SfGvFSx .mbr-iconfont {
  margin: 0!important;
}
.cid-sr0SfGvFSx .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sr0SfGvFSx .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sr0SfGvFSx .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sr0SfGvFSx .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sr0SfGvFSx .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sr0SfGvFSx H2 {
  color: #333333;
}
.cid-sr0SfGvFSx .mbr-text {
  color: #232323;
}
.cid-sr0SfGvFSx H1 {
  color: #232323;
}
.cid-sr0SfGvFSx H3 {
  color: #000000;
}
.cid-sr0EvfRVUj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-sr0EvfRVUj img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sr0EvfRVUj img:hover {
  transform: scale(1.1);
}
.cid-sr0EvfRVUj .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sr0EvfRVUj h2 {
  padding: 0;
  margin: 0;
}
.cid-sr0EvfRVUj .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sr0EvfRVUj .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sr0EvfRVUj .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-sr0EvfRVUj .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-sr0EvfRVUj .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-sr0EvfRVUj .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sr0EvfRVUj .mbr-iconfont {
  margin: 0!important;
}
.cid-sr0EvfRVUj .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sr0EvfRVUj .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sr0EvfRVUj .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sr0EvfRVUj .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sr0EvfRVUj .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sr0EvfRVUj H2 {
  color: #333333;
}
.cid-sr0EvfRVUj .mbr-text {
  color: #232323;
}
.cid-sr0EvfRVUj H1 {
  color: #232323;
}
.cid-sr0EvfRVUj H3 {
  color: #000000;
}
.cid-sr0DV4ERxu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sr0DV4ERxu .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-sr0DV4ERxu .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sr0DV4ERxu .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sr0DV4ERxu .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-sr0DV4ERxu .logo-section img {
  width: auto;
}
.cid-sr0DV4ERxu .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-sr0DV4ERxu .icon-transition span:hover {
  background-color: #afb8ce;
}
.cid-sr0DV4ERxu .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sr0DV4ERxu .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-sr0DV4ERxu .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-sr0DV4ERxu .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-sr10Hen8F5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sr10Hen8F5 .nav-item,
.cid-sr10Hen8F5 .nav-link,
.cid-sr10Hen8F5 .navbar-caption {
  font-weight: normal;
}
.cid-sr10Hen8F5 .nav-item:focus,
.cid-sr10Hen8F5 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sr10Hen8F5 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sr10Hen8F5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sr10Hen8F5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sr10Hen8F5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sr10Hen8F5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sr10Hen8F5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sr10Hen8F5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sr10Hen8F5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sr10Hen8F5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sr10Hen8F5 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-sr10Hen8F5 .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-sr10Hen8F5 .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sr10Hen8F5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sr10Hen8F5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sr10Hen8F5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sr10Hen8F5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sr10Hen8F5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sr10Hen8F5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sr10Hen8F5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sr10Hen8F5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sr10Hen8F5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sr10Hen8F5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sr10Hen8F5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sr10Hen8F5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sr10Hen8F5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sr10Hen8F5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sr10Hen8F5 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sr10Hen8F5 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sr10Hen8F5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sr10Hen8F5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sr10Hen8F5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sr10Hen8F5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sr10Hen8F5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sr10Hen8F5 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sr10Hen8F5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sr10Hen8F5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sr10Hen8F5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sr10Hen8F5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sr10Hen8F5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sr10Hen8F5 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sr10Hen8F5 .dropdown-item.active,
.cid-sr10Hen8F5 .dropdown-item:active {
  background-color: transparent;
}
.cid-sr10Hen8F5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sr10Hen8F5 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sr10Hen8F5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sr10Hen8F5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sr10Hen8F5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sr10Hen8F5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sr10Hen8F5 .navbar-buttons {
  text-align: center;
}
.cid-sr10Hen8F5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sr10Hen8F5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sr10Hen8F5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sr10Hen8F5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sr10Hen8F5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sr10Hen8F5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sr10Hen8F5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sr10Hen8F5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sr10Hen8F5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sr10Hen8F5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sr10Hen8F5 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sr10Hen8F5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sr10Hen8F5 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sr10Hen8F5 .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sr10Hen8F5 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sr10Hen8F5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sr10Hen8F5 .navbar {
    height: 77px;
  }
  .cid-sr10Hen8F5 .navbar.opened {
    height: auto;
  }
  .cid-sr10Hen8F5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sr11oU6ybw {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-sr11oU6ybw img {
  width: 100%;
  max-width: 140px;
  margin: auto;
}
.cid-sr11oU6ybw .line {
  height: 1px;
  border: none;
  line-height: 1;
  background-image: linear-gradient(45deg, transparent, #e5e5e5, transparent);
}
.cid-sr11oU6ybw .images-container {
  margin-bottom: 120px;
}
.cid-sr11oU6ybw .mbr-section-title {
  margin-bottom: 26px;
  color: #232323;
}
.cid-sr11oU6ybw .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sr11oU6ybw .mbr-section-head {
  margin-bottom: 50px;
}
.cid-sr11oU6ybw .card_box {
  margin-top: 30px;
}
.cid-sr11oU6ybw .mbr-text {
  color: #232323;
}
.cid-sr10HgvfeB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sr10HgvfeB .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-sr10HgvfeB .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sr10HgvfeB .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sr10HgvfeB .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-sr10HgvfeB .logo-section img {
  width: auto;
}
.cid-sr10HgvfeB .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-sr10HgvfeB .icon-transition span:hover {
  background-color: #afb8ce;
}
.cid-sr10HgvfeB .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sr10HgvfeB .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-sr10HgvfeB .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-sr10HgvfeB .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-spzst5nviO .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spzst5nviO .nav-item,
.cid-spzst5nviO .nav-link,
.cid-spzst5nviO .navbar-caption {
  font-weight: normal;
}
.cid-spzst5nviO .nav-item:focus,
.cid-spzst5nviO .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-spzst5nviO .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-spzst5nviO .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spzst5nviO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-spzst5nviO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-spzst5nviO .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-spzst5nviO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spzst5nviO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spzst5nviO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spzst5nviO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spzst5nviO .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-spzst5nviO .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-spzst5nviO .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-spzst5nviO .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-spzst5nviO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spzst5nviO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-spzst5nviO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-spzst5nviO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-spzst5nviO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spzst5nviO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-spzst5nviO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spzst5nviO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spzst5nviO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-spzst5nviO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spzst5nviO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spzst5nviO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-spzst5nviO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spzst5nviO .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-spzst5nviO .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-spzst5nviO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spzst5nviO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-spzst5nviO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-spzst5nviO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-spzst5nviO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-spzst5nviO .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-spzst5nviO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-spzst5nviO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-spzst5nviO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spzst5nviO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spzst5nviO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spzst5nviO .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-spzst5nviO .dropdown-item.active,
.cid-spzst5nviO .dropdown-item:active {
  background-color: transparent;
}
.cid-spzst5nviO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spzst5nviO .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spzst5nviO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-spzst5nviO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spzst5nviO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spzst5nviO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-spzst5nviO .navbar-buttons {
  text-align: center;
}
.cid-spzst5nviO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spzst5nviO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spzst5nviO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spzst5nviO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spzst5nviO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spzst5nviO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spzst5nviO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spzst5nviO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-spzst5nviO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-spzst5nviO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spzst5nviO .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-spzst5nviO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spzst5nviO .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-spzst5nviO .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-spzst5nviO .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-spzst5nviO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spzst5nviO .navbar {
    height: 77px;
  }
  .cid-spzst5nviO .navbar.opened {
    height: auto;
  }
  .cid-spzst5nviO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spzu5I4aBU {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-spzu5I4aBU .mbr-text,
.cid-spzu5I4aBU .ornament {
  color: #000000;
}
.cid-spzt7ndHR8 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-spzt7ndHR8 .image-block {
  margin: auto;
  height: 450px;
  overflow: hidden;
  position: relative;
}
.cid-spzt7ndHR8 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-spzt7ndHR8 .image-block:hover:before {
  opacity: 0.3;
}
.cid-spzt7ndHR8 .image-block:hover .wrap {
  opacity: 1;
}
.cid-spzt7ndHR8 .image-block:hover img {
  transform: scale(1.05);
}
.cid-spzt7ndHR8 h4 {
  letter-spacing: 2px;
}
.cid-spzt7ndHR8 figcaption {
  position: relative;
}
.cid-spzt7ndHR8 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-spzt7ndHR8 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-spzt7ndHR8 .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-spzt7ndHR8 .wrap {
    opacity: 1!important;
  }
  .cid-spzt7ndHR8 .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-spzNGMDOTi {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spzNGMDOTi .mbr-text,
.cid-spzNGMDOTi .ornament {
  color: #000000;
}
.cid-spzusUtyry {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-spzusUtyry .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-spzusUtyry .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-spzusUtyry .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-spzusUtyry .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-spzusUtyry .logo-section img {
  width: auto;
}
.cid-spzusUtyry .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-spzusUtyry .icon-transition span:hover {
  background-color: #afb8ce;
}
.cid-spzusUtyry .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-spzusUtyry .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-spzusUtyry .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-spzusUtyry .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-spAL5zMTyV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spAL5zMTyV .nav-item,
.cid-spAL5zMTyV .nav-link,
.cid-spAL5zMTyV .navbar-caption {
  font-weight: normal;
}
.cid-spAL5zMTyV .nav-item:focus,
.cid-spAL5zMTyV .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-spAL5zMTyV .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-spAL5zMTyV .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spAL5zMTyV .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-spAL5zMTyV .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-spAL5zMTyV .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-spAL5zMTyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spAL5zMTyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spAL5zMTyV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spAL5zMTyV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spAL5zMTyV .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-spAL5zMTyV .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-spAL5zMTyV .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-spAL5zMTyV .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-spAL5zMTyV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spAL5zMTyV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-spAL5zMTyV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-spAL5zMTyV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-spAL5zMTyV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spAL5zMTyV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-spAL5zMTyV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spAL5zMTyV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spAL5zMTyV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-spAL5zMTyV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spAL5zMTyV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spAL5zMTyV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-spAL5zMTyV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spAL5zMTyV .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-spAL5zMTyV .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-spAL5zMTyV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spAL5zMTyV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-spAL5zMTyV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-spAL5zMTyV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-spAL5zMTyV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-spAL5zMTyV .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-spAL5zMTyV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-spAL5zMTyV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-spAL5zMTyV .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spAL5zMTyV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spAL5zMTyV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spAL5zMTyV .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-spAL5zMTyV .dropdown-item.active,
.cid-spAL5zMTyV .dropdown-item:active {
  background-color: transparent;
}
.cid-spAL5zMTyV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spAL5zMTyV .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spAL5zMTyV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-spAL5zMTyV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spAL5zMTyV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spAL5zMTyV ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-spAL5zMTyV .navbar-buttons {
  text-align: center;
}
.cid-spAL5zMTyV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spAL5zMTyV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spAL5zMTyV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spAL5zMTyV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spAL5zMTyV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spAL5zMTyV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spAL5zMTyV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spAL5zMTyV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-spAL5zMTyV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-spAL5zMTyV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spAL5zMTyV .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-spAL5zMTyV a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spAL5zMTyV .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-spAL5zMTyV .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-spAL5zMTyV .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-spAL5zMTyV .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spAL5zMTyV .navbar {
    height: 77px;
  }
  .cid-spAL5zMTyV .navbar.opened {
    height: auto;
  }
  .cid-spAL5zMTyV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spAMctOLIF {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spAMctOLIF .card-wrapper {
  z-index: 3;
}
.cid-spAMctOLIF .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-spAMctOLIF:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-spAMctOLIF .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-spAMctOLIF .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-spAMctOLIF H2 {
  color: #000000;
}
.cid-spAL5ANxCM {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-spAL5ANxCM .mbr-text,
.cid-spAL5ANxCM .ornament {
  color: #000000;
}
.cid-spAMOt0Tlb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-spAMOt0Tlb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-spAMOt0Tlb .card-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-spAMOt0Tlb .mbr-text {
  margin-bottom: 30px;
}
.cid-spAMOt0Tlb .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(0, 0, 0, 0.4);
  background-image: linear-gradient(125deg, #000000 0%, #333333 100%);
}
.cid-spAMOt0Tlb .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-spAMOt0Tlb .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-spAMOt0Tlb .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-spAMOt0Tlb .btn_link:hover {
  cursor: pointer;
}
.cid-spAMOt0Tlb .btn_link:hover a {
  color: #4154f1 !important;
}
.cid-spAMOt0Tlb .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-spAMOt0Tlb .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-spAMOt0Tlb .text-wrapper {
    text-align: center;
  }
  .cid-spAMOt0Tlb .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-spAMOt0Tlb .mbr-text {
    margin-bottom: 20px;
  }
  .cid-spAMOt0Tlb .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-spAMOt0Tlb .card-title,
.cid-spAMOt0Tlb .icon_block {
  color: #000000;
}
.cid-spAMOt0Tlb .mbr-text,
.cid-spAMOt0Tlb .btn_link {
  color: #232323;
}
.cid-spAMQZqeXX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-spAMQZqeXX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-spAMQZqeXX .card-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-spAMQZqeXX .mbr-text {
  margin-bottom: 30px;
}
.cid-spAMQZqeXX .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(0, 0, 0, 0.4);
  background-image: linear-gradient(40deg, #000000 0%, #333333 100%);
}
.cid-spAMQZqeXX .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-spAMQZqeXX .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-spAMQZqeXX .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-spAMQZqeXX .btn_link:hover {
  cursor: pointer;
}
.cid-spAMQZqeXX .btn_link:hover a {
  color: #4154f1 !important;
}
.cid-spAMQZqeXX .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-spAMQZqeXX .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-spAMQZqeXX .text-wrapper {
    text-align: center;
  }
  .cid-spAMQZqeXX .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-spAMQZqeXX .mbr-text {
    margin-bottom: 20px;
  }
  .cid-spAMQZqeXX .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-spAMQZqeXX .mbr-text,
.cid-spAMQZqeXX .btn_link {
  color: #232323;
}
.cid-spAMQZqeXX .card-title,
.cid-spAMQZqeXX .icon_block {
  color: #000000;
}
.cid-spAMT4x8Rw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-spAMT4x8Rw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-spAMT4x8Rw .card-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-spAMT4x8Rw .mbr-text {
  margin-bottom: 30px;
}
.cid-spAMT4x8Rw .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(0, 0, 0, 0.4);
  background-image: linear-gradient(125deg, #000000 0%, #333333 100%);
}
.cid-spAMT4x8Rw .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-spAMT4x8Rw .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-spAMT4x8Rw .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-spAMT4x8Rw .btn_link:hover {
  cursor: pointer;
}
.cid-spAMT4x8Rw .btn_link:hover a {
  color: #4154f1 !important;
}
.cid-spAMT4x8Rw .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-spAMT4x8Rw .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-spAMT4x8Rw .text-wrapper {
    text-align: center;
  }
  .cid-spAMT4x8Rw .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-spAMT4x8Rw .mbr-text {
    margin-bottom: 20px;
  }
  .cid-spAMT4x8Rw .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-spAMT4x8Rw .mbr-text,
.cid-spAMT4x8Rw .btn_link {
  color: #232323;
}
.cid-spAMT4x8Rw .card-title,
.cid-spAMT4x8Rw .icon_block {
  color: #000000;
}
.cid-spARTeZ6Tb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-spARTeZ6Tb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-spARTeZ6Tb .card-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-spARTeZ6Tb .mbr-text {
  margin-bottom: 30px;
}
.cid-spARTeZ6Tb .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(0, 0, 0, 0.4);
  background-image: linear-gradient(40deg, #000000 0%, #333333 100%);
}
.cid-spARTeZ6Tb .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-spARTeZ6Tb .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-spARTeZ6Tb .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-spARTeZ6Tb .btn_link:hover {
  cursor: pointer;
}
.cid-spARTeZ6Tb .btn_link:hover a {
  color: #4154f1 !important;
}
.cid-spARTeZ6Tb .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-spARTeZ6Tb .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-spARTeZ6Tb .text-wrapper {
    text-align: center;
  }
  .cid-spARTeZ6Tb .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-spARTeZ6Tb .mbr-text {
    margin-bottom: 20px;
  }
  .cid-spARTeZ6Tb .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-spARTeZ6Tb .mbr-text,
.cid-spARTeZ6Tb .btn_link {
  color: #232323;
}
.cid-spARTeZ6Tb .card-title,
.cid-spARTeZ6Tb .icon_block {
  color: #000000;
}
.cid-spARUOLzHe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-spARUOLzHe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-spARUOLzHe .card-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-spARUOLzHe .mbr-text {
  margin-bottom: 30px;
}
.cid-spARUOLzHe .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(0, 0, 0, 0.4);
  background-image: linear-gradient(125deg, #000000 0%, #333333 100%);
}
.cid-spARUOLzHe .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-spARUOLzHe .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-spARUOLzHe .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-spARUOLzHe .btn_link:hover {
  cursor: pointer;
}
.cid-spARUOLzHe .btn_link:hover a {
  color: #4154f1 !important;
}
.cid-spARUOLzHe .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-spARUOLzHe .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-spARUOLzHe .text-wrapper {
    text-align: center;
  }
  .cid-spARUOLzHe .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-spARUOLzHe .mbr-text {
    margin-bottom: 20px;
  }
  .cid-spARUOLzHe .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-spARUOLzHe .card-title,
.cid-spARUOLzHe .icon_block {
  color: #000000;
}
.cid-spARUOLzHe .mbr-text,
.cid-spARUOLzHe .btn_link {
  color: #232323;
}
.cid-spARVwsHSj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-spARVwsHSj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-spARVwsHSj .card-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-spARVwsHSj .mbr-text {
  margin-bottom: 30px;
}
.cid-spARVwsHSj .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(0, 0, 0, 0.4);
  background-image: linear-gradient(40deg, #000000 0%, #333333 100%);
}
.cid-spARVwsHSj .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-spARVwsHSj .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-spARVwsHSj .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-spARVwsHSj .btn_link:hover {
  cursor: pointer;
}
.cid-spARVwsHSj .btn_link:hover a {
  color: #4154f1 !important;
}
.cid-spARVwsHSj .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-spARVwsHSj .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-spARVwsHSj .text-wrapper {
    text-align: center;
  }
  .cid-spARVwsHSj .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-spARVwsHSj .mbr-text {
    margin-bottom: 20px;
  }
  .cid-spARVwsHSj .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-spARVwsHSj .mbr-text,
.cid-spARVwsHSj .btn_link {
  color: #232323;
}
.cid-spARVwsHSj .card-title,
.cid-spARVwsHSj .icon_block {
  color: #000000;
}
.cid-spARW2S8P7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-spARW2S8P7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-spARW2S8P7 .card-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-spARW2S8P7 .mbr-text {
  margin-bottom: 30px;
}
.cid-spARW2S8P7 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(0, 0, 0, 0.4);
  background-image: linear-gradient(125deg, #000000 0%, #333333 100%);
}
.cid-spARW2S8P7 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-spARW2S8P7 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-spARW2S8P7 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-spARW2S8P7 .btn_link:hover {
  cursor: pointer;
}
.cid-spARW2S8P7 .btn_link:hover a {
  color: #4154f1 !important;
}
.cid-spARW2S8P7 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-spARW2S8P7 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-spARW2S8P7 .text-wrapper {
    text-align: center;
  }
  .cid-spARW2S8P7 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-spARW2S8P7 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-spARW2S8P7 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-spARW2S8P7 .mbr-text,
.cid-spARW2S8P7 .btn_link {
  color: #232323;
}
.cid-spARW2S8P7 .card-title,
.cid-spARW2S8P7 .icon_block {
  color: #000000;
}
.cid-spAL5C7SJj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-spAL5C7SJj .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-spAL5C7SJj .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-spAL5C7SJj .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-spAL5C7SJj .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-spAL5C7SJj .logo-section img {
  width: auto;
}
.cid-spAL5C7SJj .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-spAL5C7SJj .icon-transition span:hover {
  background-color: #afb8ce;
}
.cid-spAL5C7SJj .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-spAL5C7SJj .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-spAL5C7SJj .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-spAL5C7SJj .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-spzst5nviO .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spzst5nviO .nav-item,
.cid-spzst5nviO .nav-link,
.cid-spzst5nviO .navbar-caption {
  font-weight: normal;
}
.cid-spzst5nviO .nav-item:focus,
.cid-spzst5nviO .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-spzst5nviO .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-spzst5nviO .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spzst5nviO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-spzst5nviO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-spzst5nviO .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-spzst5nviO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spzst5nviO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spzst5nviO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spzst5nviO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spzst5nviO .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-spzst5nviO .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-spzst5nviO .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-spzst5nviO .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-spzst5nviO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spzst5nviO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-spzst5nviO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-spzst5nviO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-spzst5nviO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spzst5nviO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-spzst5nviO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spzst5nviO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spzst5nviO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-spzst5nviO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spzst5nviO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spzst5nviO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-spzst5nviO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spzst5nviO .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-spzst5nviO .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-spzst5nviO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spzst5nviO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-spzst5nviO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-spzst5nviO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-spzst5nviO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-spzst5nviO .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-spzst5nviO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-spzst5nviO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-spzst5nviO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spzst5nviO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spzst5nviO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spzst5nviO .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-spzst5nviO .dropdown-item.active,
.cid-spzst5nviO .dropdown-item:active {
  background-color: transparent;
}
.cid-spzst5nviO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spzst5nviO .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spzst5nviO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-spzst5nviO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spzst5nviO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spzst5nviO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-spzst5nviO .navbar-buttons {
  text-align: center;
}
.cid-spzst5nviO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spzst5nviO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spzst5nviO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spzst5nviO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spzst5nviO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spzst5nviO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spzst5nviO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spzst5nviO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-spzst5nviO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-spzst5nviO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spzst5nviO .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-spzst5nviO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spzst5nviO .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-spzst5nviO .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-spzst5nviO .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-spzst5nviO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spzst5nviO .navbar {
    height: 77px;
  }
  .cid-spzst5nviO .navbar.opened {
    height: auto;
  }
  .cid-spzst5nviO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spzusUtyry {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-spzusUtyry .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-spzusUtyry .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-spzusUtyry .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-spzusUtyry .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-spzusUtyry .logo-section img {
  width: auto;
}
.cid-spzusUtyry .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-spzusUtyry .icon-transition span:hover {
  background-color: #afb8ce;
}
.cid-spzusUtyry .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-spzusUtyry .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-spzusUtyry .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-spzusUtyry .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-sBh6mmcORe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sBh6mmcORe .mbr-text,
.cid-sBh6mmcORe .ornament {
  color: #232323;
}
.cid-sBh8eaxNyy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-sBh8eaxNyy img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sBh8eaxNyy img:hover {
  transform: scale(1.1);
}
.cid-sBh8eaxNyy .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sBh8eaxNyy h2 {
  padding: 0;
  margin: 0;
}
.cid-sBh8eaxNyy .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBh8eaxNyy .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sBh8eaxNyy .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-sBh8eaxNyy .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-sBh8eaxNyy .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-sBh8eaxNyy .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sBh8eaxNyy .mbr-iconfont {
  margin: 0!important;
}
.cid-sBh8eaxNyy .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sBh8eaxNyy .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sBh8eaxNyy .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sBh8eaxNyy .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sBh8eaxNyy .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sBh8eaxNyy H2 {
  color: #333333;
}
.cid-sBh8eaxNyy .mbr-text {
  color: #767676;
}
.cid-sBh8eaxNyy H1 {
  color: #232323;
}
.cid-sBiOBA9gdt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-sBiOBA9gdt img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sBiOBA9gdt img:hover {
  transform: scale(1.1);
}
.cid-sBiOBA9gdt .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sBiOBA9gdt h2 {
  padding: 0;
  margin: 0;
}
.cid-sBiOBA9gdt .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBiOBA9gdt .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sBiOBA9gdt .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-sBiOBA9gdt .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-sBiOBA9gdt .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-sBiOBA9gdt .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sBiOBA9gdt .mbr-iconfont {
  margin: 0!important;
}
.cid-sBiOBA9gdt .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sBiOBA9gdt .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sBiOBA9gdt .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sBiOBA9gdt .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sBiOBA9gdt .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sBiOBA9gdt H2 {
  color: #333333;
}
.cid-sBiOBA9gdt .mbr-text {
  color: #767676;
}
.cid-sBiOBA9gdt H1 {
  color: #232323;
}
.cid-sBiODd6nz8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-sBiODd6nz8 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sBiODd6nz8 img:hover {
  transform: scale(1.1);
}
.cid-sBiODd6nz8 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sBiODd6nz8 h2 {
  padding: 0;
  margin: 0;
}
.cid-sBiODd6nz8 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBiODd6nz8 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sBiODd6nz8 .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-sBiODd6nz8 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-sBiODd6nz8 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-sBiODd6nz8 .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sBiODd6nz8 .mbr-iconfont {
  margin: 0!important;
}
.cid-sBiODd6nz8 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sBiODd6nz8 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sBiODd6nz8 .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sBiODd6nz8 .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sBiODd6nz8 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sBiODd6nz8 H2 {
  color: #333333;
}
.cid-sBiODd6nz8 .mbr-text {
  color: #767676;
}
.cid-sBiODd6nz8 H1 {
  color: #232323;
}
