body {
  font-family: 'Jost', sans-serif;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.35;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fafafa !important;
}
.bg-success {
  background-color: #6ec7f2 !important;
}
.bg-info {
  background-color: #c4c4c8 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #262626 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #262626 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-info,
.btn-info:active {
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
  color: #444449 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #262626 !important;
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #444449 !important;
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
  color: #083f59 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #262626 !important;
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #083f59 !important;
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #262626 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #262626 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #262626 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #662200 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #262626 !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #662200 !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #262626 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #262626 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #262626 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #262626 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #262626 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c4c4c8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #97979e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6ec7f2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1ea8eb !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #fafafa !important;
}
.text-secondary {
  color: #fafafa !important;
}
.text-success {
  color: #6ec7f2 !important;
}
.text-info {
  color: #c4c4c8 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #262626 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #fafafa !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c7c7c7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #15a1e5 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #8f8f97 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link {
  font-weight: 500;
}
.nav-tabs .nav-link.active {
  color: #fafafa;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c4c4c8;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fafafa;
  border-color: #fafafa;
  color: #878787;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #fafafa;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #fafafa !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #fafafa;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fafafa;
}
.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: #fafafa;
  border-bottom-color: #fafafa;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #fafafa !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fafafa !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='%23fafafa' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-taOw7l9PvM {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-taOw7l9PvM .navbar-dropdown {
  position: relative !important;
}
.cid-taOw7l9PvM .navbar-dropdown {
  position: absolute !important;
}
.cid-taOw7l9PvM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taOw7l9PvM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taOw7l9PvM .dropdown-item:hover,
.cid-taOw7l9PvM .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:hover span {
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taOw7l9PvM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taOw7l9PvM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taOw7l9PvM .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-taOw7l9PvM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .container {
    flex-wrap: nowrap;
  }
}
.cid-taOw7l9PvM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown-menu,
.cid-taOw7l9PvM .navbar.opened {
  background: #243922 !important;
}
.cid-taOw7l9PvM .nav-item:focus,
.cid-taOw7l9PvM .nav-link:focus {
  outline: none;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taOw7l9PvM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taOw7l9PvM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(36, 57, 34, 0);
}
.cid-taOw7l9PvM .navbar.opened {
  transition: all 0.3s;
}
.cid-taOw7l9PvM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taOw7l9PvM .navbar .navbar-logo img {
  width: auto;
}
.cid-taOw7l9PvM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taOw7l9PvM .navbar.collapsed {
  justify-content: center;
}
.cid-taOw7l9PvM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taOw7l9PvM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-taOw7l9PvM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taOw7l9PvM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taOw7l9PvM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taOw7l9PvM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-taOw7l9PvM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taOw7l9PvM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taOw7l9PvM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taOw7l9PvM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taOw7l9PvM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-taOw7l9PvM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-taOw7l9PvM .navbar.navbar-short {
  min-height: 60px;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-taOw7l9PvM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-taOw7l9PvM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taOw7l9PvM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taOw7l9PvM .dropdown-item.active,
.cid-taOw7l9PvM .dropdown-item:active {
  background-color: transparent;
}
.cid-taOw7l9PvM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #243922;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taOw7l9PvM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taOw7l9PvM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taOw7l9PvM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taOw7l9PvM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taOw7l9PvM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-taOw7l9PvM .navbar {
    height: 70px;
  }
  .cid-taOw7l9PvM .navbar.opened {
    height: auto;
  }
  .cid-taOw7l9PvM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taOw7vq3RR {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-taOw7vq3RR .card-btn {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  padding-top: 0.5rem;
}
.cid-taOw7vq3RR .card-btn .rotate {
  transform: rotate(225deg);
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-taOw7vq3RR .card-btn svg {
  transition: all 0.4s;
}
.cid-taOw7vq3RR .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-taOw7vq3RR .card-btn {
    right: 0;
    top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .cid-taOw7vq3RR .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-taOw7vq3RR .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-taOw7vq3RR .column {
  display: flex;
  flex-direction: column;
}
.cid-taOw7vq3RR .mbr-card-title,
.cid-taOw7vq3RR .mbr-text {
  color: #fafafa;
}
.cid-taOw7vq3RR .icon-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-taOw7vq3RR .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-taOw7vq3RR .mbr-text {
  text-align: left;
}
.cid-tkvRmRZDgm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tkvRmRZDgm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvRmRZDgm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvRmRZDgm .row {
  justify-content: flex-start;
}
.cid-tkvRmRZDgm .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #243922;
}
.cid-tkvRmRZDgm .content-padding {
  display: flex;
  max-width: 1140px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 80px 100px 0 100px;
}
@media (max-width: 991px) {
  .cid-tkvRmRZDgm .content-padding {
    padding: 80px 75px 0 75px;
  }
}
@media (max-width: 767px) {
  .cid-tkvRmRZDgm .content-padding {
    padding: 60px 20px 0 20px;
  }
}
.cid-tkvRmRZDgm .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-tkvRmRZDgm .content-wrap {
    margin-bottom: 60px;
  }
}
.cid-tkvRmRZDgm .mbr-section-title {
  color: #fafafa;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tkvRmRZDgm .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tkvRmRZDgm .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-tkvRmRZDgm .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.cid-tkvRmRZDgm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tkvRmRZDgm .mbr-section-subtitle,
.cid-tkvRmRZDgm .mbr-section-btn {
  color: #fafafa;
}
.cid-tlI3k2xD7g {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #243922;
}
.cid-tlI3k2xD7g .mbr-text,
.cid-tlI3k2xD7g .mbr-section-btn {
  color: #fafafa;
}
.cid-tlI3k2xD7g .row {
  justify-content: start;
}
.cid-tlI3k2xD7g .mbr-section-title {
  color: #fafafa;
}
.cid-tlI3k2xD7g .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-tlI3k2xD7g .rotate {
    top: -6px;
  }
}
.cid-tlI3k2xD7g .wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tlI3k2xD7g .wrapper {
    flex-direction: column-reverse;
  }
  .cid-tlI3k2xD7g .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tlI3k2xD7g .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-tlI3k2xD7g .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-tlI3k2xD7g .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tlI3k2xD7g .wrapper-position {
    margin: 0 0 3rem 0;
  }
}
.cid-tlI3k2xD7g .mbr-text {
  text-align: center;
}
.cid-tui3hTmW5Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tui3hTmW5Y .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
  text-align: center;
}
.cid-tui3hTmW5Y .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-tui3hTmW5Y .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-tui3hTmW5Y .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-tui3hTmW5Y .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tui3hTmW5Y .item {
  padding: 0;
}
.cid-tui3hTmW5Y .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-tui3hTmW5Y .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #243922;
}
.cid-tui3hTmW5Y .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-tui3hTmW5Y .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-tui3hTmW5Y .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-tui3hTmW5Y .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-tui3hTmW5Y .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-tui3hTmW5Y .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-tui3hTmW5Y .item-title {
  color: #243922;
  margin-bottom: 0.52em;
  text-align: center;
}
.cid-tui3hTmW5Y .item-subtitle {
  color: #272727;
  opacity: 0.4;
}
.cid-tui3hTmW5Y .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-tui3hTmW5Y .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tui3hTmW5Y .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-tui3hTmW5Y .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tui3hTmW5Y .mbr-text {
  flex-grow: 1;
  color: #272727;
}
.cid-tui3hTmW5Y .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-tui3hTmW5Y .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-tkp5k1DeNX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #243922;
}
.cid-tkp5k1DeNX .row {
  align-items: center;
  justify-content: space-between;
}
.cid-tkp5k1DeNX .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #fafafa;
}
.cid-tkp5k1DeNX .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-tkp5k1DeNX .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-tkp5k1DeNX .right-side {
  max-width: 554px;
}
.cid-tkp5k1DeNX .rs {
  margin-right: 60px;
}
.cid-tkp5k1DeNX .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-tkp5k1DeNX .margin {
  margin-right: 14px;
}
.cid-tkp5k1DeNX .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-tkp5k1DeNX img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-tkp5k1DeNX .gray {
    padding: 0px 0 5px;
  }
  .cid-tkp5k1DeNX img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-tkp5k1DeNX .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-tkp5k1DeNX .b {
    margin-bottom: 10px;
  }
}
.cid-tkp5k1DeNX .btn {
  margin-top: 20px;
}
.cid-tkp5k1DeNX a.btn > span {
  margin-left: 0.5rem;
}
.cid-tkp5k1DeNX .row {
  flex-direction: row-reverse;
}
.cid-tkp5k1DeNX .mbr-text,
.cid-tkp5k1DeNX .button-align {
  color: #fafafa;
}
.cid-taOwo0l45a {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-taOwo0l45a .row {
  flex-direction: row-reverse;
}
.cid-taOwo0l45a .mbr-fallback-image.disabled {
  display: none;
}
.cid-taOwo0l45a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-taOwo0l45a .row {
    flex-direction: column-reverse;
  }
  .cid-taOwo0l45a .arrow-text {
    display: none;
  }
}
@media (max-width: 425px) {
  .cid-taOwo0l45a .image-wrapper {
    display: none;
  }
  .cid-taOwo0l45a .card-title {
    line-height: 46px !important;
  }
}
.cid-taOwo0l45a .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-taOwo0l45a .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-taOwo0l45a .content-wrapper {
    padding: 1rem;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-taOwo0l45a .content-wrapper {
    padding: 2rem;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .cid-taOwo0l45a .content-wrapper {
    padding: 2rem 1rem;
    padding-left: 0;
  }
  .cid-taOwo0l45a .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-taOwo0l45a .image-wrapper img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-taOwo0l45a .card-title,
.cid-taOwo0l45a .mbr-text {
  color: #fafafa;
}
.cid-taOwo0l45a .card-title {
  line-height: 69px;
  color: #243922;
  text-align: center;
}
@media (min-width: 991px) {
  .cid-taOwo0l45a .card-title-position {
    margin-left: 25rem;
  }
  .cid-taOwo0l45a .mbr-text {
    margin-bottom: 0;
    padding: 0;
  }
}
.cid-taOwo0l45a .mbr-text {
  padding-left: 50px;
}
.cid-taOwo0l45a .arrow-text {
  transform: rotate(225deg);
  color: #fafafa;
  position: absolute;
  left: 25px;
  top: -7px;
}
@media (max-width: 991px) {
  .cid-taOwo0l45a .arrow-text {
    display: none;
  }
  .cid-taOwo0l45a .mbr-text {
    padding-left: 50px;
  }
}
@media (max-width: 576px) {
  .cid-taOwo0l45a .arrow-text {
    display: none;
  }
  .cid-taOwo0l45a .mbr-text {
    padding-left: 0;
  }
}
.cid-taOwo0l45a .for-arrow {
  position: relative;
}
.cid-taOwo0l45a .mbr-text,
.cid-taOwo0l45a .mbr-section-btn {
  text-align: left;
  color: #243922;
}
.cid-tkoxrRMnrI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #243922;
}
.cid-tkoxrRMnrI .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-tkoxrRMnrI .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
.cid-tkoxrRMnrI form {
  margin-top: 2.5rem;
}
.cid-tkoxrRMnrI input::-webkit-input-placeholder {
  color: #373c42;
  opacity: .8;
}
.cid-tkoxrRMnrI input::-moz-placeholder {
  color: #373c42;
  opacity: .8;
}
.cid-tkoxrRMnrI .mbr-form .form-group {
  margin-bottom: 1rem;
}
.cid-tkoxrRMnrI .mbr-form .form-control {
  padding: .75rem 1rem;
  line-height: 1.5;
  border: 1px solid #dddddd;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.cid-tkoxrRMnrI .mbr-form .form-control:focus {
  border-color: #111111;
}
.cid-tkoxrRMnrI .mbr-form textarea {
  height: 120px;
  background-color: #ffffff;
}
.cid-tkoxrRMnrI .mbr-form .btn {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none;
  min-height: auto !important;
  font-weight: 400;
}
.cid-tkoxrRMnrI .mbr-form .btn-primary-outline {
  padding: 0 !important;
  border-bottom: 1px solid currentColor !important;
}
.cid-tkoxrRMnrI .card_item {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .cid-tkoxrRMnrI .card_item:nth-child(1) .card-box {
    padding: 2.5rem 0 2.5rem 2rem;
  }
  .cid-tkoxrRMnrI .card_item:nth-child(2) .card-box {
    padding: 12rem 0 2.5rem 2rem;
  }
  .cid-tkoxrRMnrI .card_item:nth-child(3) .card-box {
    padding: 6rem 2rem 2.5rem 2rem;
  }
}
.cid-tkoxrRMnrI .card_item:nth-child(1) .square_null {
  transform: translateX(2rem);
}
.cid-tkoxrRMnrI .card_item:nth-child(1) .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #ff9966;
}
.cid-tkoxrRMnrI .card_item:nth-child(1):hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-tkoxrRMnrI .card_item:nth-child(2):hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -3rem) scale(0.75);
}
.cid-tkoxrRMnrI .card_item:nth-child(2) .square_fill {
  background-color: #6ec7f2;
  transform: translate(-2.5rem, -0.5rem);
}
.cid-tkoxrRMnrI .card_item:nth-child(2) .square_null {
  transform: rotate(45deg) translate(-1rem, -2rem);
}
.cid-tkoxrRMnrI .card_item:nth-child(3):hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-tkoxrRMnrI .card_item:nth-child(3) .square_fill {
  background-color: #c4c4c8;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-tkoxrRMnrI .card_item .card-box {
  border-left: 1px dotted rgba(250, 250, 250, 0.5);
}
.cid-tkoxrRMnrI .card_item:nth-child(3) .card-box {
  border-right: 1px dotted rgba(250, 250, 250, 0.5);
}
.cid-tkoxrRMnrI .card-box {
  height: 100%;
}
.cid-tkoxrRMnrI .item-wrapper {
  height: 100%;
  padding: 0 1rem;
}
.cid-tkoxrRMnrI .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-tkoxrRMnrI .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-tkoxrRMnrI .square_animation .square_null {
  z-index: 1;
  border: 1px solid #fafafa;
}
.cid-tkoxrRMnrI .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tkoxrRMnrI .card-title {
  margin-bottom: 1.75rem;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tkoxrRMnrI .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-tkoxrRMnrI .card_item:nth-child(1) .square_null {
    transform: translateX(1rem);
  }
  .cid-tkoxrRMnrI .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-4.75rem);
  }
  .cid-tkoxrRMnrI .card_item:nth-child(3):hover .square_fill {
    transform: scale(1) translateX(-4rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-tkoxrRMnrI .item-wrapper {
    padding: 0;
  }
  .cid-tkoxrRMnrI .card-box {
    padding: 2rem 0 2.5rem;
  }
  .cid-tkoxrRMnrI .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-tkoxrRMnrI .mbr-text {
    margin-top: .75rem;
  }
  .cid-tkoxrRMnrI .square_animation {
    margin-bottom: 1rem;
  }
  .cid-tkoxrRMnrI .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cid-tkoxrRMnrI .card_item:nth-child(1):hover .square_fill {
    transform: none;
  }
  .cid-tkoxrRMnrI .card_item:nth-child(1) .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-tkoxrRMnrI .card_item:nth-child(1) .square_null {
    transform: translateX(1.5rem);
  }
  .cid-tkoxrRMnrI .card_item:nth-child(2):hover .square_fill {
    transform: none;
  }
  .cid-tkoxrRMnrI .card_item:nth-child(2) .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-tkoxrRMnrI .card_item:nth-child(2) .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-tkoxrRMnrI .card_item:nth-child(3):hover .square_fill {
    transform: none;
  }
  .cid-tkoxrRMnrI .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-tkoxrRMnrI .card_item .card-box {
    border-left: none;
    border-bottom: 1px dotted rgba(250, 250, 250, 0.5);
  }
  .cid-tkoxrRMnrI .card_item:nth-child(3) .card-box {
    border-right: none;
    border-bottom: none;
  }
  .cid-tkoxrRMnrI .card-title {
    margin-bottom: 1.25rem;
  }
}
.cid-tkoxrRMnrI .textGDPR {
  font-size: 14px;
}
.cid-tkoxrRMnrI .card-text {
  color: #fafafa;
  text-align: center;
}
.cid-tkoxrRMnrI P {
  color: #fafafa;
  text-align: center;
}
.cid-tuj3nddSFf {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #243922;
}
.cid-tuj3nddSFf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuj3nddSFf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuj3nddSFf .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tuj3nddSFf .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tuj3nddSFf .row {
    text-align: center;
  }
  .cid-tuj3nddSFf .row > div {
    margin: auto;
  }
  .cid-tuj3nddSFf .social-row {
    justify-content: center;
  }
  .cid-tuj3nddSFf .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tuj3nddSFf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tuj3nddSFf .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tuj3nddSFf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tuj3nddSFf .list {
    margin-bottom: 0rem;
  }
}
.cid-tuj3nddSFf .mbr-text,
.cid-tuj3nddSFf .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tuj3nddSFf .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tuj3nddSFf .soc-item:last-child {
  margin-right: 0;
}
.cid-tuj3nddSFf .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tuj3nddSFf div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tuj3nddSFf .self-center {
  align-self: center;
}
.cid-tuj3nddSFf .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tuj3nddSFf .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tuj3nddSFf .indent-up {
    margin-bottom: 0;
  }
}
.cid-tuj3nddSFf .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tuj3nddSFf .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tuj3nddSFf .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tuj3nddSFf .position {
    text-align: center;
  }
}
.cid-tuj3nddSFf .pt-16 {
  padding-top: 16px;
}
.cid-tuj3nddSFf .pb-16 {
  padding-bottom: 16px;
}
.cid-tuj3nddSFf P {
  color: #fafafa;
}
.cid-taOw7l9PvM {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-taOw7l9PvM .navbar-dropdown {
  position: relative !important;
}
.cid-taOw7l9PvM .navbar-dropdown {
  position: absolute !important;
}
.cid-taOw7l9PvM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taOw7l9PvM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taOw7l9PvM .dropdown-item:hover,
.cid-taOw7l9PvM .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:hover span {
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taOw7l9PvM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taOw7l9PvM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taOw7l9PvM .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-taOw7l9PvM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .container {
    flex-wrap: nowrap;
  }
}
.cid-taOw7l9PvM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown-menu,
.cid-taOw7l9PvM .navbar.opened {
  background: #243922 !important;
}
.cid-taOw7l9PvM .nav-item:focus,
.cid-taOw7l9PvM .nav-link:focus {
  outline: none;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taOw7l9PvM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taOw7l9PvM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(36, 57, 34, 0);
}
.cid-taOw7l9PvM .navbar.opened {
  transition: all 0.3s;
}
.cid-taOw7l9PvM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taOw7l9PvM .navbar .navbar-logo img {
  width: auto;
}
.cid-taOw7l9PvM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taOw7l9PvM .navbar.collapsed {
  justify-content: center;
}
.cid-taOw7l9PvM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taOw7l9PvM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-taOw7l9PvM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taOw7l9PvM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taOw7l9PvM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taOw7l9PvM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-taOw7l9PvM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taOw7l9PvM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taOw7l9PvM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taOw7l9PvM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taOw7l9PvM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-taOw7l9PvM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-taOw7l9PvM .navbar.navbar-short {
  min-height: 60px;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-taOw7l9PvM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-taOw7l9PvM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taOw7l9PvM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taOw7l9PvM .dropdown-item.active,
.cid-taOw7l9PvM .dropdown-item:active {
  background-color: transparent;
}
.cid-taOw7l9PvM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #243922;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taOw7l9PvM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taOw7l9PvM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taOw7l9PvM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taOw7l9PvM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taOw7l9PvM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-taOw7l9PvM .navbar {
    height: 70px;
  }
  .cid-taOw7l9PvM .navbar.opened {
    height: auto;
  }
  .cid-taOw7l9PvM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuiZL1HZnZ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-tuiZL1HZnZ .card-btn {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  padding-top: 0.5rem;
}
.cid-tuiZL1HZnZ .card-btn .rotate {
  transform: rotate(225deg);
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-tuiZL1HZnZ .card-btn svg {
  transition: all 0.4s;
}
.cid-tuiZL1HZnZ .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-tuiZL1HZnZ .card-btn {
    right: 0;
    top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .cid-tuiZL1HZnZ .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-tuiZL1HZnZ .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-tuiZL1HZnZ .column {
  display: flex;
  flex-direction: column;
}
.cid-tuiZL1HZnZ .mbr-card-title,
.cid-tuiZL1HZnZ .mbr-text {
  color: #fafafa;
}
.cid-tuiZL1HZnZ .icon-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tuiZL1HZnZ .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-tuiZL1HZnZ .mbr-text {
  text-align: left;
}
.cid-tuj15P9xd7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #243922;
}
.cid-tuj15P9xd7 .mbr-text,
.cid-tuj15P9xd7 .mbr-section-btn {
  color: #fafafa;
}
.cid-tuj15P9xd7 .row {
  justify-content: start;
}
.cid-tuj15P9xd7 .mbr-section-title {
  color: #fafafa;
}
.cid-tuj15P9xd7 .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-tuj15P9xd7 .rotate {
    top: -6px;
  }
}
.cid-tuj15P9xd7 .wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tuj15P9xd7 .wrapper {
    flex-direction: column-reverse;
  }
  .cid-tuj15P9xd7 .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tuj15P9xd7 .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-tuj15P9xd7 .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-tuj15P9xd7 .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tuj15P9xd7 .wrapper-position {
    margin: 0 0 3rem 0;
  }
}
.cid-tuj15P9xd7 .mbr-text {
  color: #fafafa;
  text-align: center;
}
.cid-tuj1ycUjNA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tuj1ycUjNA .mbr-text,
.cid-tuj1ycUjNA .mbr-section-btn {
  color: #fafafa;
}
.cid-tuj1ycUjNA .row {
  justify-content: start;
}
.cid-tuj1ycUjNA .mbr-section-title {
  color: #fafafa;
}
.cid-tuj1ycUjNA .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-tuj1ycUjNA .rotate {
    top: -6px;
  }
}
@media (max-width: 991px) {
  .cid-tuj1ycUjNA .wrapper {
    flex-direction: column-reverse;
  }
  .cid-tuj1ycUjNA .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tuj1ycUjNA .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-tuj1ycUjNA .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-tuj1ycUjNA .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tuj1ycUjNA .wrapper-position {
    margin: 0 0 3rem 0;
  }
}
.cid-tuj1ycUjNA .mbr-text {
  color: #243922;
  text-align: center;
}
.cid-tuj2afT5AR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #243922;
}
.cid-tuj2afT5AR .mbr-text,
.cid-tuj2afT5AR .mbr-section-btn {
  color: #fafafa;
}
.cid-tuj2afT5AR .row {
  justify-content: start;
}
.cid-tuj2afT5AR .mbr-section-title {
  color: #fafafa;
}
.cid-tuj2afT5AR .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-tuj2afT5AR .rotate {
    top: -6px;
  }
}
.cid-tuj2afT5AR .wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tuj2afT5AR .wrapper {
    flex-direction: column-reverse;
  }
  .cid-tuj2afT5AR .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tuj2afT5AR .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-tuj2afT5AR .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-tuj2afT5AR .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tuj2afT5AR .wrapper-position {
    margin: 0 0 3rem 0;
  }
}
.cid-tuj2afT5AR .mbr-text {
  color: #fafafa;
  text-align: center;
}
.cid-tuj2qsTDqu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tuj2qsTDqu .mbr-text,
.cid-tuj2qsTDqu .mbr-section-btn {
  color: #fafafa;
}
.cid-tuj2qsTDqu .row {
  justify-content: start;
}
.cid-tuj2qsTDqu .mbr-section-title {
  color: #fafafa;
}
.cid-tuj2qsTDqu .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-tuj2qsTDqu .rotate {
    top: -6px;
  }
}
@media (max-width: 991px) {
  .cid-tuj2qsTDqu .wrapper {
    flex-direction: column-reverse;
  }
  .cid-tuj2qsTDqu .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tuj2qsTDqu .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-tuj2qsTDqu .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-tuj2qsTDqu .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tuj2qsTDqu .wrapper-position {
    margin: 0 0 3rem 0;
  }
}
.cid-tuj2qsTDqu .mbr-text {
  color: #243922;
  text-align: center;
}
.cid-tuj0IOWpwv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #243922;
}
.cid-tuj0IOWpwv .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-tuj0IOWpwv .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
.cid-tuj0IOWpwv form {
  margin-top: 2.5rem;
}
.cid-tuj0IOWpwv input::-webkit-input-placeholder {
  color: #373c42;
  opacity: .8;
}
.cid-tuj0IOWpwv input::-moz-placeholder {
  color: #373c42;
  opacity: .8;
}
.cid-tuj0IOWpwv .mbr-form .form-group {
  margin-bottom: 1rem;
}
.cid-tuj0IOWpwv .mbr-form .form-control {
  padding: .75rem 1rem;
  line-height: 1.5;
  border: 1px solid #dddddd;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.cid-tuj0IOWpwv .mbr-form .form-control:focus {
  border-color: #111111;
}
.cid-tuj0IOWpwv .mbr-form textarea {
  height: 120px;
  background-color: #ffffff;
}
.cid-tuj0IOWpwv .mbr-form .btn {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none;
  min-height: auto !important;
  font-weight: 400;
}
.cid-tuj0IOWpwv .mbr-form .btn-primary-outline {
  padding: 0 !important;
  border-bottom: 1px solid currentColor !important;
}
.cid-tuj0IOWpwv .card_item {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .cid-tuj0IOWpwv .card_item:nth-child(1) .card-box {
    padding: 2.5rem 0 2.5rem 2rem;
  }
  .cid-tuj0IOWpwv .card_item:nth-child(2) .card-box {
    padding: 12rem 0 2.5rem 2rem;
  }
  .cid-tuj0IOWpwv .card_item:nth-child(3) .card-box {
    padding: 6rem 2rem 2.5rem 2rem;
  }
}
.cid-tuj0IOWpwv .card_item:nth-child(1) .square_null {
  transform: translateX(2rem);
}
.cid-tuj0IOWpwv .card_item:nth-child(1) .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #ff9966;
}
.cid-tuj0IOWpwv .card_item:nth-child(1):hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-tuj0IOWpwv .card_item:nth-child(2):hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -3rem) scale(0.75);
}
.cid-tuj0IOWpwv .card_item:nth-child(2) .square_fill {
  background-color: #6ec7f2;
  transform: translate(-2.5rem, -0.5rem);
}
.cid-tuj0IOWpwv .card_item:nth-child(2) .square_null {
  transform: rotate(45deg) translate(-1rem, -2rem);
}
.cid-tuj0IOWpwv .card_item:nth-child(3):hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-tuj0IOWpwv .card_item:nth-child(3) .square_fill {
  background-color: #c4c4c8;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-tuj0IOWpwv .card_item .card-box {
  border-left: 1px dotted rgba(250, 250, 250, 0.5);
}
.cid-tuj0IOWpwv .card_item:nth-child(3) .card-box {
  border-right: 1px dotted rgba(250, 250, 250, 0.5);
}
.cid-tuj0IOWpwv .card-box {
  height: 100%;
}
.cid-tuj0IOWpwv .item-wrapper {
  height: 100%;
  padding: 0 1rem;
}
.cid-tuj0IOWpwv .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-tuj0IOWpwv .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-tuj0IOWpwv .square_animation .square_null {
  z-index: 1;
  border: 1px solid #fafafa;
}
.cid-tuj0IOWpwv .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tuj0IOWpwv .card-title {
  margin-bottom: 1.75rem;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tuj0IOWpwv .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-tuj0IOWpwv .card_item:nth-child(1) .square_null {
    transform: translateX(1rem);
  }
  .cid-tuj0IOWpwv .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-4.75rem);
  }
  .cid-tuj0IOWpwv .card_item:nth-child(3):hover .square_fill {
    transform: scale(1) translateX(-4rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-tuj0IOWpwv .item-wrapper {
    padding: 0;
  }
  .cid-tuj0IOWpwv .card-box {
    padding: 2rem 0 2.5rem;
  }
  .cid-tuj0IOWpwv .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-tuj0IOWpwv .mbr-text {
    margin-top: .75rem;
  }
  .cid-tuj0IOWpwv .square_animation {
    margin-bottom: 1rem;
  }
  .cid-tuj0IOWpwv .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cid-tuj0IOWpwv .card_item:nth-child(1):hover .square_fill {
    transform: none;
  }
  .cid-tuj0IOWpwv .card_item:nth-child(1) .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-tuj0IOWpwv .card_item:nth-child(1) .square_null {
    transform: translateX(1.5rem);
  }
  .cid-tuj0IOWpwv .card_item:nth-child(2):hover .square_fill {
    transform: none;
  }
  .cid-tuj0IOWpwv .card_item:nth-child(2) .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-tuj0IOWpwv .card_item:nth-child(2) .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-tuj0IOWpwv .card_item:nth-child(3):hover .square_fill {
    transform: none;
  }
  .cid-tuj0IOWpwv .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-tuj0IOWpwv .card_item .card-box {
    border-left: none;
    border-bottom: 1px dotted rgba(250, 250, 250, 0.5);
  }
  .cid-tuj0IOWpwv .card_item:nth-child(3) .card-box {
    border-right: none;
    border-bottom: none;
  }
  .cid-tuj0IOWpwv .card-title {
    margin-bottom: 1.25rem;
  }
}
.cid-tuj0IOWpwv .textGDPR {
  font-size: 14px;
}
.cid-tuj0IOWpwv .card-text {
  color: #fafafa;
  text-align: center;
}
.cid-tuj0IOWpwv P {
  color: #fafafa;
  text-align: center;
}
.cid-tuj3nddSFf {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #243922;
}
.cid-tuj3nddSFf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuj3nddSFf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuj3nddSFf .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tuj3nddSFf .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tuj3nddSFf .row {
    text-align: center;
  }
  .cid-tuj3nddSFf .row > div {
    margin: auto;
  }
  .cid-tuj3nddSFf .social-row {
    justify-content: center;
  }
  .cid-tuj3nddSFf .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tuj3nddSFf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tuj3nddSFf .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tuj3nddSFf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tuj3nddSFf .list {
    margin-bottom: 0rem;
  }
}
.cid-tuj3nddSFf .mbr-text,
.cid-tuj3nddSFf .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tuj3nddSFf .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tuj3nddSFf .soc-item:last-child {
  margin-right: 0;
}
.cid-tuj3nddSFf .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tuj3nddSFf div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tuj3nddSFf .self-center {
  align-self: center;
}
.cid-tuj3nddSFf .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tuj3nddSFf .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tuj3nddSFf .indent-up {
    margin-bottom: 0;
  }
}
.cid-tuj3nddSFf .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tuj3nddSFf .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tuj3nddSFf .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tuj3nddSFf .position {
    text-align: center;
  }
}
.cid-tuj3nddSFf .pt-16 {
  padding-top: 16px;
}
.cid-tuj3nddSFf .pb-16 {
  padding-bottom: 16px;
}
.cid-tuj3nddSFf P {
  color: #fafafa;
}
