.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 2rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.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: 1.28rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.12rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    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))));
  }
  .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: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9fe870 !important;
}
.bg-success {
  background-color: #af0505 !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #9f7e71 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d76644 !important;
  border-color: #d76644 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e0886e !important;
  border-color: #e0886e !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e0886e !important;
  border-color: #e0886e !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #af0505 !important;
  border-color: #af0505 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #e10606 !important;
  border-color: #e10606 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #e10606 !important;
  border-color: #e10606 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9f7e71 !important;
  border-color: #9f7e71 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #b49a8f !important;
  border-color: #b49a8f !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b49a8f !important;
  border-color: #b49a8f !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #d76644;
  color: #d76644;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a24023 !important;
  background-color: transparent !important;
  border-color: #a24023 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d76644 !important;
  border-color: #d76644 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #af0505;
  color: #af0505;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #5b0303 !important;
  background-color: transparent !important;
  border-color: #5b0303 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #af0505 !important;
  border-color: #af0505 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #9f7e71;
  color: #9f7e71;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #6f554b !important;
  background-color: transparent !important;
  border-color: #6f554b !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #9f7e71 !important;
  border-color: #9f7e71 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9fe870 !important;
}
.text-secondary {
  color: #d76644 !important;
}
.text-success {
  color: #af0505 !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #9f7e71 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #953b20 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4c0202 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #654e45 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #9f7e71;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #9fe870;
}
.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: #f93a3a;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.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: #d2c3bd;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9fe870;
  border-bottom-color: #9fe870;
}
.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: #9fe870 !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: #d76644 !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='%239fe870' %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-uhdvJ649OK {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uhdvJ649OK {
    min-height: 170px !important;
  }
}
.cid-uhdvJ649OK .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uhdvJ649OK .empty_md {
    display: block;
  }
}
.cid-uhdvJ649OK .container,
.cid-uhdvJ649OK .container-fluid,
.cid-uhdvJ649OK .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uhdvJ649OK .container,
  .cid-uhdvJ649OK .container-fluid,
  .cid-uhdvJ649OK .empty_md {
    min-height: 170px !important;
  }
}
.cid-uhdvJ649OK .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uhdvJ649OK .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-uhdvJ649OK .top_menu {
    min-height: 110px !important;
  }
}
.cid-uhdvJ649OK .navbar-caption:hover {
  color: #d76644 !important;
}
.cid-uhdvJ649OK .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uhdvJ649OK .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uhdvJ649OK .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #d74233;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uhdvJ649OK .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uhdvJ649OK .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uhdvJ649OK .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uhdvJ649OK .icons-menu .icons-wrapper:hover {
    background: #d74233;
  }
  .cid-uhdvJ649OK .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uhdvJ649OK .empty,
  .cid-uhdvJ649OK .icons-menu {
    min-width: 265px;
  }
  .cid-uhdvJ649OK .navbar-logo {
    margin: 0;
  }
  .cid-uhdvJ649OK .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uhdvJ649OK .btn {
    white-space: nowrap;
  }
  .cid-uhdvJ649OK .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uhdvJ649OK .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uhdvJ649OK .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uhdvJ649OK .dropdown-toggle::after,
  .cid-uhdvJ649OK .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uhdvJ649OK .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uhdvJ649OK .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uhdvJ649OK .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uhdvJ649OK .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uhdvJ649OK .dropdown-menu .dropdown-item:hover {
  color: #9fe870 !important;
  background-color: #e6e6e6;
}
.cid-uhdvJ649OK .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uhdvJ649OK .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uhdvJ649OK .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uhdvJ649OK .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uhdvJ649OK .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uhdvJ649OK .nav-item:focus,
.cid-uhdvJ649OK .nav-link:focus {
  outline: none;
}
.cid-uhdvJ649OK .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uhdvJ649OK .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uhdvJ649OK .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uhdvJ649OK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhdvJ649OK .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uhdvJ649OK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhdvJ649OK ul.navbar-nav li {
  margin: auto;
}
.cid-uhdvJ649OK .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uhdvJ649OK .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uhdvJ649OK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uhdvJ649OK .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uhdvJ649OK .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uhdvJ649OK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhdvJ649OK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhdvJ649OK .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uhdvJ649OK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-uhdvJ649OK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uhdvJ649OK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhdvJ649OK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uhdvJ649OK .navbar .icons-menu,
  .cid-uhdvJ649OK .navbar .empty {
    display: none;
  }
  .cid-uhdvJ649OK .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uhdvJ649OK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhdvJ649OK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhdvJ649OK .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uhdvJ649OK .navbar .container-fluid,
  .cid-uhdvJ649OK .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uhdvJ649OK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uhdvJ649OK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhdvJ649OK .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uhdvJ649OK .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uhdvJ649OK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uhdvJ649OK .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uhdvJ649OK .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uhdvJ649OK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uhdvJ649OK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhdvJ649OK .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhdvJ649OK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhdvJ649OK .dropdown-item.active,
.cid-uhdvJ649OK .dropdown-item:active {
  background-color: transparent;
}
.cid-uhdvJ649OK .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhdvJ649OK .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uhdvJ649OK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhdvJ649OK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uhdvJ649OK .navbar-buttons {
  text-align: center;
}
.cid-uhdvJ649OK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uhdvJ649OK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d74233;
}
.cid-uhdvJ649OK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhdvJ649OK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhdvJ649OK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhdvJ649OK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhdvJ649OK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhdvJ649OK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhdvJ649OK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhdvJ649OK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhdvJ649OK .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uhdvJ649OK a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uhdvJ649OK a.nav-link:hover {
  color: #d76644 !important;
}
.is-builder .cid-uhdvJ649OK .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhdvJ649OK .navbar {
    height: 77px;
  }
  .cid-uhdvJ649OK .navbar.opened {
    height: auto;
  }
  .cid-uhdvJ649OK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufzTMCBnWq {
  padding-top: 10rem;
  padding-bottom: 9rem;
  position: relative;
  overflow: hidden;
}
.cid-ufzTMCBnWq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzTMCBnWq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background2.webp");
}
.cid-ufzTMCBnWq .bg-frame {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 32vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #743522;
  box-shadow: 0 0 40px #743522;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-ufzTMCBnWq .bg-frame {
    width: 64vw;
  }
}
@media (min-width: 1600px) {
  .cid-ufzTMCBnWq.mbr-fullscreen {
    align-items: flex-end !important;
  }
}
.cid-ufzTMCBnWq .row {
  position: relative;
  z-index: 3;
}
.cid-ufzTMCBnWq .mbr-section-title {
  color: #ffffff;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-ufzTMCBnWq .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ufzTMCBnWq .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ufzTMCBnWq .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-ufzTMCBnWq .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-ufzTMCBnWq .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-ufzTMCBnWq .mbr-section-btn {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .cid-ufzTMCBnWq .mbr-section-btn {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-ufzTMCBnWq .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-ufzTMCBnWq .mbr-text,
.cid-ufzTMCBnWq .mbr-section-btn {
  color: #ffffff;
}
.cid-um0p8aAASx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-um0p8aAASx .mbr-fallback-image.disabled {
  display: none;
}
.cid-um0p8aAASx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um0p8aAASx .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-um0p8aAASx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-um0p8aAASx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-um0p8aAASx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-um0p8aAASx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-um0p8aAASx .mbr-section-title {
  color: #d74233;
}
.cid-um0p8aAASx .mbr-text,
.cid-um0p8aAASx .mbr-section-btn {
  color: #260a30;
}
.cid-um0oNDqPlB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-um0oNDqPlB .mbr-fallback-image.disabled {
  display: none;
}
.cid-um0oNDqPlB .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-um0oNDqPlB .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-um0oNDqPlB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um0oNDqPlB .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-um0oNDqPlB .card-title,
.cid-um0oNDqPlB .iconfont-wrapper {
  color: #ffffff;
}
.cid-um0oNDqPlB .card-text {
  color: #000000;
}
.cid-um0oNDqPlB .content-head {
  max-width: 800px;
}
.cid-um0oNDqPlB .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-um0oNDqPlB .mbr-section-subtitle {
  text-align: left;
}
.cid-um0rrdkBcu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-um0rrdkBcu .mbr-fallback-image.disabled {
  display: none;
}
.cid-um0rrdkBcu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-um0rrdkBcu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-um0rrdkBcu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-um0rrdkBcu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-um0rrdkBcu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-um0rrdkBcu .mbr-section-title {
  color: #d74233;
}
.cid-um0rrdkBcu .mbr-text,
.cid-um0rrdkBcu .mbr-section-btn {
  color: #260a30;
}
.cid-ui0PGARoM4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ui0PGARoM4 h6 {
  line-height: 1.2;
}
.cid-ui0PGARoM4 img,
.cid-ui0PGARoM4 .item-img {
  width: 100%;
}
.cid-ui0PGARoM4 .item:focus,
.cid-ui0PGARoM4 span:focus {
  outline: none;
}
.cid-ui0PGARoM4 .item {
  cursor: pointer;
}
.cid-ui0PGARoM4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ui0PGARoM4 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-ui0PGARoM4 .mbr-section-title {
  color: #000000;
}
.cid-ui0PGARoM4 .mbr-text,
.cid-ui0PGARoM4 .mbr-section-btn {
  color: #000000;
}
.cid-ui0PGARoM4 .item-title {
  color: #000000;
  text-align: center;
}
.cid-ui0PGARoM4 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ui0PGARoM4 .item-text {
  color: #000000;
  text-align: center;
}
.cid-ui0PGARoM4 .content-head {
  max-width: 800px;
}
.cid-um04ilcyDy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-um04ilcyDy .container {
    padding: 0 24px;
  }
}
.cid-um04ilcyDy .card {
  justify-content: center;
}
.cid-um04ilcyDy .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-um04ilcyDy .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-um04ilcyDy .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-um04ilcyDy .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-um04ilcyDy .text-wrapper {
  border-top: 1px solid #ff4e3c;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-um04ilcyDy .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-um04ilcyDy .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-um04ilcyDy .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-um04ilcyDy .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-um04ilcyDy .mbr-section-title {
  color: #F9F6E0;
}
.cid-um04ilcyDy .mbr-desc {
  color: #F9F6E0;
}
.cid-um04ilcyDy .mbr-text {
  color: #000000;
}
.cid-um04ilcyDy .mbr-section-btn {
  text-align: right;
}
.cid-um04ilcyDy .mbr-section-title,
.cid-um04ilcyDy .mbr-section-btn {
  color: #d74233;
}
.cid-ugTbJQkuDG {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugTbJQkuDG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTbJQkuDG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTbJQkuDG .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ugTbJQkuDG .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ugTbJQkuDG .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-ugTbJQkuDG .card-title {
  text-align: left;
  color: #000000;
}
.cid-ugTbJQkuDG .card-text {
  text-align: left;
}
.cid-ugTdoqYleZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugTdoqYleZ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ugTdoqYleZ .mbr-section-btn .btn-secondary-outline:hover,
.cid-ugTdoqYleZ .mbr-section-btn .btn-secondary-outline .active,
.cid-ugTdoqYleZ .mbr-section-btn .btn-secondary-outline:focus {
  color: #9fe870 !important;
}
.cid-ugTdoqYleZ img,
.cid-ugTdoqYleZ .item-img {
  border-radius: 4px;
}
.cid-ugTdoqYleZ .item-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
}
.cid-ugTdoqYleZ .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  will-change: transform;
}
.cid-ugTdoqYleZ .item-img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .45;
  background-color: #532306;
  z-index: 5;
  pointer-events: none;
  border-radius: 4px;
}
.cid-ugTdoqYleZ .item:focus,
.cid-ugTdoqYleZ span:focus {
  outline: none;
}
.cid-ugTdoqYleZ .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-ugTdoqYleZ .item:last-child {
    margin-bottom: 0;
  }
}
.cid-ugTdoqYleZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.cid-ugTdoqYleZ .item-wrapper:hover .item-img img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ugTdoqYleZ .item-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ugTdoqYleZ .item-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ugTdoqYleZ .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
  padding-bottom: 0;
}
.cid-ugTdoqYleZ .post_wrap {
  position: relative;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ugTdoqYleZ .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ugTdoqYleZ .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ugTdoqYleZ .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-ugTdoqYleZ .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ugTdoqYleZ .item-content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-ugTdoqYleZ .item-content > div {
  position: relative;
  z-index: 5;
}
.cid-ugTdoqYleZ .category_content {
  opacity: .8;
}
.cid-ugTdoqYleZ .mbr-section-subtitle,
.cid-ugTdoqYleZ .card_topic {
  margin-bottom: 12px;
}
.cid-ugTdoqYleZ .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #c24823;
}
.cid-ugTdoqYleZ .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
@media (max-width: 767px) {
  .cid-ugTdoqYleZ .item-content,
  .cid-ugTdoqYleZ .card_post {
    padding: 20px;
  }
}
.cid-ulhwstVfL5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d74233;
}
.cid-ulhwstVfL5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulhwstVfL5 .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-ulhwstVfL5 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulhwstVfL5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulhwstVfL5 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-ulhwstVfL5 .card-title,
.cid-ulhwstVfL5 .iconfont-wrapper {
  color: #000000;
}
.cid-ulhwstVfL5 .card-text {
  color: #ffffff;
}
.cid-ulhwstVfL5 .content-head {
  max-width: 800px;
}
.cid-ulhwstVfL5 .mbr-section-title {
  color: #000000;
}
.cid-ulhwtRQ2eJ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ulhwtRQ2eJ .img-wrapper {
  text-align: center;
}
.cid-ulhwtRQ2eJ img {
  margin: auto;
  max-width: 150px;
}
.cid-ulhwtRQ2eJ .row {
  align-items: flex-start;
}
.cid-ulhwtRQ2eJ .card-title {
  color: #666666;
}
.cid-ulhwtRQ2eJ .text {
  color: #666666;
}
.cid-ulhwtRQ2eJ .card-wrapper {
  margin: 0 32px;
}
.cid-ulhwtRQ2eJ .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ulhwtRQ2eJ .carousel-item.active,
.cid-ulhwtRQ2eJ .carousel-item-next,
.cid-ulhwtRQ2eJ .carousel-item-prev {
  display: flex;
}
.cid-ulhwtRQ2eJ .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  bottom: -25px;
}
.cid-ulhwtRQ2eJ .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #012b3a;
}
.cid-ulhwtRQ2eJ .carousel-indicators li {
  margin: 0 10px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: 1px solid #75dbcd;
  transition: opacity .5s;
  background-color: #75dbcd;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-ulhwtRQ2eJ .carousel-indicators li:hover {
  opacity: 1;
}
.cid-ulhwtRQ2eJ .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-ulhwtRQ2eJ .carousel-controls {
    display: none;
  }
  .cid-ulhwtRQ2eJ .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-ulhwtRQ2eJ .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-ulhwtRQ2eJ .carousel-controls a:hover span {
    opacity: 1;
  }
}
@media (max-width: 540px) {
  .cid-ulhwtRQ2eJ .text-element {
    padding: 1rem;
  }
  .cid-ulhwtRQ2eJ .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulhwtRQ2eJ .image-element {
    min-width: 50%;
  }
  .cid-ulhwtRQ2eJ .media-container-row {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .cid-ulhwtRQ2eJ .card-wrapper {
    margin: 0 15px;
  }
}
@media (max-width: 576px) {
  .cid-ulhwtRQ2eJ .card {
    display: none;
  }
  .cid-ulhwtRQ2eJ .card:nth-child(1) {
    display: block;
  }
}
.cid-ulhwtRQ2eJ .card {
  margin-bottom: 30px;
}
.cid-ulhwtRQ2eJ .card:last-child {
  margin-bottom: 0;
}
.cid-utvXqzhoqd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-utvXqzhoqd .mbr-fallback-image.disabled {
  display: none;
}
.cid-utvXqzhoqd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utvXqzhoqd .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-utvXqzhoqd .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-utvXqzhoqd .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-utvXqzhoqd .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-utvXqzhoqd .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-utvXqzhoqd .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-utvXqzhoqd .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-utvXqzhoqd .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-utvXqzhoqd .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-utvXqzhoqd .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-utvXqzhoqd .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-utvXqzhoqd .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-utvXqzhoqd .items-wrapper .card {
  padding: 0 32px;
}
.cid-utvXqzhoqd .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-utvXqzhoqd .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-utvXqzhoqd .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-utvXqzhoqd .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-utvXqzhoqd .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-utvXqzhoqd .list-wrapper .list .item-wrap:hover,
.cid-utvXqzhoqd .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-utvXqzhoqd .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-utvXqzhoqd .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-utvXqzhoqd .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-utvXqzhoqd .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-utvXqzhoqd .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-utvXqzhoqd .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-utvXqzhoqd .mbr-desc {
  color: #ffffff;
}
.cid-utvXqzhoqd .mbr-text,
.cid-utvXqzhoqd .text-wrapper {
  color: #9aa0a6;
}
.cid-utvXqzhoqd .list {
  color: #9aa0a6;
}
.cid-utvXqzhoqd .mbr-text,
.cid-utvXqzhoqd .mbr-section-btn {
  color: #ffffff;
}
.cid-uhdvJ649OK {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uhdvJ649OK {
    min-height: 170px !important;
  }
}
.cid-uhdvJ649OK .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uhdvJ649OK .empty_md {
    display: block;
  }
}
.cid-uhdvJ649OK .container,
.cid-uhdvJ649OK .container-fluid,
.cid-uhdvJ649OK .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uhdvJ649OK .container,
  .cid-uhdvJ649OK .container-fluid,
  .cid-uhdvJ649OK .empty_md {
    min-height: 170px !important;
  }
}
.cid-uhdvJ649OK .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uhdvJ649OK .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-uhdvJ649OK .top_menu {
    min-height: 110px !important;
  }
}
.cid-uhdvJ649OK .navbar-caption:hover {
  color: #d76644 !important;
}
.cid-uhdvJ649OK .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uhdvJ649OK .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uhdvJ649OK .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #d74233;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uhdvJ649OK .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uhdvJ649OK .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uhdvJ649OK .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uhdvJ649OK .icons-menu .icons-wrapper:hover {
    background: #d74233;
  }
  .cid-uhdvJ649OK .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uhdvJ649OK .empty,
  .cid-uhdvJ649OK .icons-menu {
    min-width: 265px;
  }
  .cid-uhdvJ649OK .navbar-logo {
    margin: 0;
  }
  .cid-uhdvJ649OK .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uhdvJ649OK .btn {
    white-space: nowrap;
  }
  .cid-uhdvJ649OK .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uhdvJ649OK .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uhdvJ649OK .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uhdvJ649OK .dropdown-toggle::after,
  .cid-uhdvJ649OK .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uhdvJ649OK .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uhdvJ649OK .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uhdvJ649OK .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uhdvJ649OK .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uhdvJ649OK .dropdown-menu .dropdown-item:hover {
  color: #9fe870 !important;
  background-color: #e6e6e6;
}
.cid-uhdvJ649OK .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uhdvJ649OK .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uhdvJ649OK .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uhdvJ649OK .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uhdvJ649OK .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uhdvJ649OK .nav-item:focus,
.cid-uhdvJ649OK .nav-link:focus {
  outline: none;
}
.cid-uhdvJ649OK .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uhdvJ649OK .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uhdvJ649OK .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uhdvJ649OK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhdvJ649OK .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uhdvJ649OK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhdvJ649OK ul.navbar-nav li {
  margin: auto;
}
.cid-uhdvJ649OK .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uhdvJ649OK .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uhdvJ649OK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uhdvJ649OK .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uhdvJ649OK .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uhdvJ649OK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhdvJ649OK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhdvJ649OK .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uhdvJ649OK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-uhdvJ649OK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uhdvJ649OK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhdvJ649OK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uhdvJ649OK .navbar .icons-menu,
  .cid-uhdvJ649OK .navbar .empty {
    display: none;
  }
  .cid-uhdvJ649OK .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uhdvJ649OK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhdvJ649OK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhdvJ649OK .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uhdvJ649OK .navbar .container-fluid,
  .cid-uhdvJ649OK .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uhdvJ649OK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uhdvJ649OK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhdvJ649OK .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uhdvJ649OK .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uhdvJ649OK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uhdvJ649OK .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uhdvJ649OK .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uhdvJ649OK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uhdvJ649OK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhdvJ649OK .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhdvJ649OK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhdvJ649OK .dropdown-item.active,
.cid-uhdvJ649OK .dropdown-item:active {
  background-color: transparent;
}
.cid-uhdvJ649OK .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhdvJ649OK .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uhdvJ649OK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhdvJ649OK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uhdvJ649OK .navbar-buttons {
  text-align: center;
}
.cid-uhdvJ649OK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uhdvJ649OK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d74233;
}
.cid-uhdvJ649OK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhdvJ649OK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhdvJ649OK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhdvJ649OK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhdvJ649OK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhdvJ649OK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhdvJ649OK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhdvJ649OK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhdvJ649OK .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uhdvJ649OK a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uhdvJ649OK a.nav-link:hover {
  color: #d76644 !important;
}
.is-builder .cid-uhdvJ649OK .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhdvJ649OK .navbar {
    height: 77px;
  }
  .cid-uhdvJ649OK .navbar.opened {
    height: auto;
  }
  .cid-uhdvJ649OK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugPP7DvS8M {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.webp");
  position: relative;
  overflow: hidden;
}
.cid-ugPP7DvS8M .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugPP7DvS8M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugPP7DvS8M .bg-frame {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 32vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #743522;
  box-shadow: 0 0 40px #743522;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-ugPP7DvS8M .bg-frame {
    width: 64vw;
  }
}
@media (min-width: 1600px) {
  .cid-ugPP7DvS8M.mbr-fullscreen {
    align-items: flex-end !important;
  }
}
.cid-ugPP7DvS8M .row {
  position: relative;
  z-index: 3;
}
.cid-ugPP7DvS8M .mbr-section-title {
  color: #ffffff;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-ugPP7DvS8M .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugPP7DvS8M .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
  text-align: left;
}
.cid-ugPP7DvS8M .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-ugPP7DvS8M .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-ugPP7DvS8M .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-ugPP7DvS8M .mbr-section-btn {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .cid-ugPP7DvS8M .mbr-section-btn {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-ugPP7DvS8M .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-um0A2akA1h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-um0A2akA1h p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-um0A2akA1h .row {
    justify-content: flex-start !important;
  }
}
.cid-um0A2akA1h .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-um0A2akA1h .mbr-section-title {
  text-align: center;
}
.cid-um0A2akA1h .mbr-section-subtitle {
  text-align: center;
}
.cid-um0A2akA1h .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-um0A2akA1h .card-container {
    margin-bottom: 2rem;
  }
}
.cid-um0A2akA1h .card-wrapper {
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-um0A2akA1h .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-um0A2akA1h .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1rem;
  color: #33d5ad;
}
.cid-umcCyaDeZW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212529;
}
.cid-umcCyaDeZW .mbr-fallback-image.disabled {
  display: none;
}
.cid-umcCyaDeZW .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-umcCyaDeZW .container {
    padding: 0 15px;
  }
}
.cid-umcCyaDeZW .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-umcCyaDeZW .content-wrapper {
  position: relative;
}
.cid-umcCyaDeZW .content-wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-umcCyaDeZW .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-umcCyaDeZW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-umcCyaDeZW .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-umcCyaDeZW .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-umcCyaDeZW .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-umcCyaDeZW .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-umcCyaDeZW .dragArea.row .form-group {
  margin-bottom: 30px !important;
  padding: 0 15px;
}
.cid-umcCyaDeZW .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 15px;
}
.cid-umcCyaDeZW .dragArea.row .form-group .form-control {
  padding: 20px 40px 24px;
  border: 1px solid #d74233 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-umcCyaDeZW .dragArea.row .form-group .form-control {
    padding: 20px 30px;
  }
}
.cid-umcCyaDeZW .dragArea.row .form-group .form-control:hover,
.cid-umcCyaDeZW .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
}
.cid-umcCyaDeZW .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  font-size: 20px;
}
.cid-umcCyaDeZW .dragArea.row .form-group textarea {
  min-height: 200px;
}
.cid-umcCyaDeZW .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-umcCyaDeZW .dragArea.row .form-group .form-check .form-check-input {
  background-color: #d74233;
  border-color: #d74233;
  border-radius: 0;
}
.cid-umcCyaDeZW .dragArea.row .mbr-section-btn {
  width: 100%;
  margin: 0;
  padding: 0;
}
.cid-umcCyaDeZW .mbr-section-title {
  color: #ffffff;
}
.cid-umcCyaDeZW .mbr-desc {
  color: #68707c;
}
.cid-umcCyaDeZW label {
  color: #ffffff;
}
.cid-umcCyaDeZW .mbr-section-btn {
  text-align: right;
}
.cid-ulhx722z0H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d74233;
}
.cid-ulhx722z0H .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulhx722z0H .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-ulhx722z0H .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulhx722z0H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulhx722z0H .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-ulhx722z0H .card-title,
.cid-ulhx722z0H .iconfont-wrapper {
  color: #000000;
}
.cid-ulhx722z0H .card-text {
  color: #ffffff;
}
.cid-ulhx722z0H .content-head {
  max-width: 800px;
}
.cid-ulhx722z0H .mbr-section-title {
  color: #000000;
}
.cid-utl5yhpwhr {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-utl5yhpwhr .img-wrapper {
  text-align: center;
}
.cid-utl5yhpwhr img {
  margin: auto;
  max-width: 150px;
}
.cid-utl5yhpwhr .row {
  align-items: flex-start;
}
.cid-utl5yhpwhr .card-title {
  color: #666666;
}
.cid-utl5yhpwhr .text {
  color: #666666;
}
.cid-utl5yhpwhr .card-wrapper {
  margin: 0 32px;
}
.cid-utl5yhpwhr .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-utl5yhpwhr .carousel-item.active,
.cid-utl5yhpwhr .carousel-item-next,
.cid-utl5yhpwhr .carousel-item-prev {
  display: flex;
}
.cid-utl5yhpwhr .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  bottom: -25px;
}
.cid-utl5yhpwhr .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #012b3a;
}
.cid-utl5yhpwhr .carousel-indicators li {
  margin: 0 10px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: 1px solid #75dbcd;
  transition: opacity .5s;
  background-color: #75dbcd;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-utl5yhpwhr .carousel-indicators li:hover {
  opacity: 1;
}
.cid-utl5yhpwhr .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-utl5yhpwhr .carousel-controls {
    display: none;
  }
  .cid-utl5yhpwhr .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-utl5yhpwhr .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-utl5yhpwhr .carousel-controls a:hover span {
    opacity: 1;
  }
}
@media (max-width: 540px) {
  .cid-utl5yhpwhr .text-element {
    padding: 1rem;
  }
  .cid-utl5yhpwhr .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utl5yhpwhr .image-element {
    min-width: 50%;
  }
  .cid-utl5yhpwhr .media-container-row {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .cid-utl5yhpwhr .card-wrapper {
    margin: 0 15px;
  }
}
@media (max-width: 576px) {
  .cid-utl5yhpwhr .card {
    display: none;
  }
  .cid-utl5yhpwhr .card:nth-child(1) {
    display: block;
  }
}
.cid-utl5yhpwhr .card {
  margin-bottom: 30px;
}
.cid-utl5yhpwhr .card:last-child {
  margin-bottom: 0;
}
.cid-utvXqzhoqd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-utvXqzhoqd .mbr-fallback-image.disabled {
  display: none;
}
.cid-utvXqzhoqd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utvXqzhoqd .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-utvXqzhoqd .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-utvXqzhoqd .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-utvXqzhoqd .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-utvXqzhoqd .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-utvXqzhoqd .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-utvXqzhoqd .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-utvXqzhoqd .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-utvXqzhoqd .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-utvXqzhoqd .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-utvXqzhoqd .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-utvXqzhoqd .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-utvXqzhoqd .items-wrapper .card {
  padding: 0 32px;
}
.cid-utvXqzhoqd .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-utvXqzhoqd .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-utvXqzhoqd .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-utvXqzhoqd .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-utvXqzhoqd .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-utvXqzhoqd .list-wrapper .list .item-wrap:hover,
.cid-utvXqzhoqd .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-utvXqzhoqd .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-utvXqzhoqd .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-utvXqzhoqd .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-utvXqzhoqd .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-utvXqzhoqd .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-utvXqzhoqd .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-utvXqzhoqd .mbr-desc {
  color: #ffffff;
}
.cid-utvXqzhoqd .mbr-text,
.cid-utvXqzhoqd .text-wrapper {
  color: #9aa0a6;
}
.cid-utvXqzhoqd .list {
  color: #9aa0a6;
}
.cid-utvXqzhoqd .mbr-text,
.cid-utvXqzhoqd .mbr-section-btn {
  color: #ffffff;
}
.cid-ulTmaS8U1w {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-ulTmaS8U1w {
    min-height: 170px !important;
  }
}
.cid-ulTmaS8U1w .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-ulTmaS8U1w .empty_md {
    display: block;
  }
}
.cid-ulTmaS8U1w .container,
.cid-ulTmaS8U1w .container-fluid,
.cid-ulTmaS8U1w .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-ulTmaS8U1w .container,
  .cid-ulTmaS8U1w .container-fluid,
  .cid-ulTmaS8U1w .empty_md {
    min-height: 170px !important;
  }
}
.cid-ulTmaS8U1w .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-ulTmaS8U1w .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-ulTmaS8U1w .top_menu {
    min-height: 110px !important;
  }
}
.cid-ulTmaS8U1w .navbar-caption:hover {
  color: #d76644 !important;
}
.cid-ulTmaS8U1w .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ulTmaS8U1w .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-ulTmaS8U1w .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #d74233;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-ulTmaS8U1w .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-ulTmaS8U1w .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-ulTmaS8U1w .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-ulTmaS8U1w .icons-menu .icons-wrapper:hover {
    background: #d74233;
  }
  .cid-ulTmaS8U1w .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-ulTmaS8U1w .empty,
  .cid-ulTmaS8U1w .icons-menu {
    min-width: 265px;
  }
  .cid-ulTmaS8U1w .navbar-logo {
    margin: 0;
  }
  .cid-ulTmaS8U1w .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-ulTmaS8U1w .btn {
    white-space: nowrap;
  }
  .cid-ulTmaS8U1w .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ulTmaS8U1w .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ulTmaS8U1w .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-ulTmaS8U1w .dropdown-toggle::after,
  .cid-ulTmaS8U1w .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-ulTmaS8U1w .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-ulTmaS8U1w .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ulTmaS8U1w .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-ulTmaS8U1w .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ulTmaS8U1w .dropdown-menu .dropdown-item:hover {
  color: #9fe870 !important;
  background-color: #e6e6e6;
}
.cid-ulTmaS8U1w .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-ulTmaS8U1w .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ulTmaS8U1w .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ulTmaS8U1w .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-ulTmaS8U1w .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-ulTmaS8U1w .nav-item:focus,
.cid-ulTmaS8U1w .nav-link:focus {
  outline: none;
}
.cid-ulTmaS8U1w .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ulTmaS8U1w .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ulTmaS8U1w .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ulTmaS8U1w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulTmaS8U1w .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ulTmaS8U1w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulTmaS8U1w ul.navbar-nav li {
  margin: auto;
}
.cid-ulTmaS8U1w .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-ulTmaS8U1w .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-ulTmaS8U1w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ulTmaS8U1w .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-ulTmaS8U1w .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-ulTmaS8U1w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulTmaS8U1w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulTmaS8U1w .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-ulTmaS8U1w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-ulTmaS8U1w .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ulTmaS8U1w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulTmaS8U1w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ulTmaS8U1w .navbar .icons-menu,
  .cid-ulTmaS8U1w .navbar .empty {
    display: none;
  }
  .cid-ulTmaS8U1w .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-ulTmaS8U1w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulTmaS8U1w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulTmaS8U1w .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-ulTmaS8U1w .navbar .container-fluid,
  .cid-ulTmaS8U1w .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-ulTmaS8U1w .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ulTmaS8U1w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulTmaS8U1w .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-ulTmaS8U1w .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-ulTmaS8U1w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-ulTmaS8U1w .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ulTmaS8U1w .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-ulTmaS8U1w .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ulTmaS8U1w .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ulTmaS8U1w .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulTmaS8U1w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulTmaS8U1w .dropdown-item.active,
.cid-ulTmaS8U1w .dropdown-item:active {
  background-color: transparent;
}
.cid-ulTmaS8U1w .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulTmaS8U1w .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-ulTmaS8U1w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulTmaS8U1w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ulTmaS8U1w .navbar-buttons {
  text-align: center;
}
.cid-ulTmaS8U1w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ulTmaS8U1w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d74233;
}
.cid-ulTmaS8U1w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ulTmaS8U1w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ulTmaS8U1w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ulTmaS8U1w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ulTmaS8U1w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulTmaS8U1w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ulTmaS8U1w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ulTmaS8U1w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulTmaS8U1w .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-ulTmaS8U1w a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ulTmaS8U1w a.nav-link:hover {
  color: #d76644 !important;
}
.is-builder .cid-ulTmaS8U1w .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulTmaS8U1w .navbar {
    height: 77px;
  }
  .cid-ulTmaS8U1w .navbar.opened {
    height: auto;
  }
  .cid-ulTmaS8U1w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulTmaT6lrY {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/9999888-1-1280x720.webp");
  position: relative;
  overflow: hidden;
}
.cid-ulTmaT6lrY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulTmaT6lrY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulTmaT6lrY .bg-frame {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 32vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #743522;
  box-shadow: 0 0 40px #743522;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-ulTmaT6lrY .bg-frame {
    width: 64vw;
  }
}
@media (min-width: 1600px) {
  .cid-ulTmaT6lrY.mbr-fullscreen {
    align-items: flex-end !important;
  }
}
.cid-ulTmaT6lrY .row {
  position: relative;
  z-index: 3;
}
.cid-ulTmaT6lrY .mbr-section-title {
  color: #ffffff;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-ulTmaT6lrY .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ulTmaT6lrY .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-ulTmaT6lrY .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-ulTmaT6lrY .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-ulTmaT6lrY .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-ulTmaT6lrY .mbr-section-btn {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .cid-ulTmaT6lrY .mbr-section-btn {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-ulTmaT6lrY .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-ulTmaT6lrY .mbr-text,
.cid-ulTmaT6lrY .mbr-section-btn {
  text-align: center;
}
.cid-ulTmaU1eYu {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ulTmaU1eYu img,
.cid-ulTmaU1eYu .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ulTmaU1eYu .item:focus,
.cid-ulTmaU1eYu span:focus {
  outline: none;
}
.cid-ulTmaU1eYu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ulTmaU1eYu .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ulTmaU1eYu .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulTmaU1eYu .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ulTmaU1eYu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ulTmaU1eYu .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-ulTmaU1eYu .mbr-text,
.cid-ulTmaU1eYu .mbr-section-btn {
  text-align: left;
}
.cid-ulTmaU1eYu .item-title {
  text-align: center;
}
.cid-ulTmaU1eYu .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-ulTmaU1eYu .mbr-section-subtitle {
  text-align: left;
}
.cid-ulTmaVDEaA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d74233;
}
.cid-ulTmaVDEaA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulTmaVDEaA .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-ulTmaVDEaA .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulTmaVDEaA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulTmaVDEaA .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-ulTmaVDEaA .card-title,
.cid-ulTmaVDEaA .iconfont-wrapper {
  color: #000000;
}
.cid-ulTmaVDEaA .card-text {
  color: #ffffff;
}
.cid-ulTmaVDEaA .content-head {
  max-width: 800px;
}
.cid-ulTmaVDEaA .mbr-section-title {
  color: #000000;
}
.cid-utl5uAxOx9 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-utl5uAxOx9 .img-wrapper {
  text-align: center;
}
.cid-utl5uAxOx9 img {
  margin: auto;
  max-width: 150px;
}
.cid-utl5uAxOx9 .row {
  align-items: flex-start;
}
.cid-utl5uAxOx9 .card-title {
  color: #666666;
}
.cid-utl5uAxOx9 .text {
  color: #666666;
}
.cid-utl5uAxOx9 .card-wrapper {
  margin: 0 32px;
}
.cid-utl5uAxOx9 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-utl5uAxOx9 .carousel-item.active,
.cid-utl5uAxOx9 .carousel-item-next,
.cid-utl5uAxOx9 .carousel-item-prev {
  display: flex;
}
.cid-utl5uAxOx9 .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  bottom: -25px;
}
.cid-utl5uAxOx9 .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #012b3a;
}
.cid-utl5uAxOx9 .carousel-indicators li {
  margin: 0 10px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: 1px solid #75dbcd;
  transition: opacity .5s;
  background-color: #75dbcd;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-utl5uAxOx9 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-utl5uAxOx9 .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-utl5uAxOx9 .carousel-controls {
    display: none;
  }
  .cid-utl5uAxOx9 .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-utl5uAxOx9 .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-utl5uAxOx9 .carousel-controls a:hover span {
    opacity: 1;
  }
}
@media (max-width: 540px) {
  .cid-utl5uAxOx9 .text-element {
    padding: 1rem;
  }
  .cid-utl5uAxOx9 .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utl5uAxOx9 .image-element {
    min-width: 50%;
  }
  .cid-utl5uAxOx9 .media-container-row {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .cid-utl5uAxOx9 .card-wrapper {
    margin: 0 15px;
  }
}
@media (max-width: 576px) {
  .cid-utl5uAxOx9 .card {
    display: none;
  }
  .cid-utl5uAxOx9 .card:nth-child(1) {
    display: block;
  }
}
.cid-utl5uAxOx9 .card {
  margin-bottom: 30px;
}
.cid-utl5uAxOx9 .card:last-child {
  margin-bottom: 0;
}
.cid-utvXqzhoqd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-utvXqzhoqd .mbr-fallback-image.disabled {
  display: none;
}
.cid-utvXqzhoqd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utvXqzhoqd .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-utvXqzhoqd .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-utvXqzhoqd .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-utvXqzhoqd .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-utvXqzhoqd .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-utvXqzhoqd .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-utvXqzhoqd .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-utvXqzhoqd .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-utvXqzhoqd .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-utvXqzhoqd .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-utvXqzhoqd .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-utvXqzhoqd .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-utvXqzhoqd .items-wrapper .card {
  padding: 0 32px;
}
.cid-utvXqzhoqd .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-utvXqzhoqd .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-utvXqzhoqd .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-utvXqzhoqd .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-utvXqzhoqd .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-utvXqzhoqd .list-wrapper .list .item-wrap:hover,
.cid-utvXqzhoqd .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-utvXqzhoqd .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-utvXqzhoqd .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-utvXqzhoqd .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-utvXqzhoqd .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-utvXqzhoqd .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-utvXqzhoqd .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-utvXqzhoqd .mbr-desc {
  color: #ffffff;
}
.cid-utvXqzhoqd .mbr-text,
.cid-utvXqzhoqd .text-wrapper {
  color: #9aa0a6;
}
.cid-utvXqzhoqd .list {
  color: #9aa0a6;
}
.cid-utvXqzhoqd .mbr-text,
.cid-utvXqzhoqd .mbr-section-btn {
  color: #ffffff;
}
.cid-uhdvJ649OK {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uhdvJ649OK {
    min-height: 170px !important;
  }
}
.cid-uhdvJ649OK .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uhdvJ649OK .empty_md {
    display: block;
  }
}
.cid-uhdvJ649OK .container,
.cid-uhdvJ649OK .container-fluid,
.cid-uhdvJ649OK .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uhdvJ649OK .container,
  .cid-uhdvJ649OK .container-fluid,
  .cid-uhdvJ649OK .empty_md {
    min-height: 170px !important;
  }
}
.cid-uhdvJ649OK .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uhdvJ649OK .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-uhdvJ649OK .top_menu {
    min-height: 110px !important;
  }
}
.cid-uhdvJ649OK .navbar-caption:hover {
  color: #d76644 !important;
}
.cid-uhdvJ649OK .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uhdvJ649OK .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uhdvJ649OK .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #d74233;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uhdvJ649OK .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uhdvJ649OK .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uhdvJ649OK .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uhdvJ649OK .icons-menu .icons-wrapper:hover {
    background: #d74233;
  }
  .cid-uhdvJ649OK .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uhdvJ649OK .empty,
  .cid-uhdvJ649OK .icons-menu {
    min-width: 265px;
  }
  .cid-uhdvJ649OK .navbar-logo {
    margin: 0;
  }
  .cid-uhdvJ649OK .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uhdvJ649OK .btn {
    white-space: nowrap;
  }
  .cid-uhdvJ649OK .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uhdvJ649OK .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uhdvJ649OK .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uhdvJ649OK .dropdown-toggle::after,
  .cid-uhdvJ649OK .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uhdvJ649OK .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uhdvJ649OK .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uhdvJ649OK .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uhdvJ649OK .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uhdvJ649OK .dropdown-menu .dropdown-item:hover {
  color: #9fe870 !important;
  background-color: #e6e6e6;
}
.cid-uhdvJ649OK .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uhdvJ649OK .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uhdvJ649OK .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uhdvJ649OK .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uhdvJ649OK .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uhdvJ649OK .nav-item:focus,
.cid-uhdvJ649OK .nav-link:focus {
  outline: none;
}
.cid-uhdvJ649OK .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uhdvJ649OK .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uhdvJ649OK .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uhdvJ649OK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhdvJ649OK .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uhdvJ649OK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhdvJ649OK ul.navbar-nav li {
  margin: auto;
}
.cid-uhdvJ649OK .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uhdvJ649OK .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uhdvJ649OK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uhdvJ649OK .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uhdvJ649OK .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uhdvJ649OK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhdvJ649OK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhdvJ649OK .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uhdvJ649OK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-uhdvJ649OK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uhdvJ649OK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhdvJ649OK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uhdvJ649OK .navbar .icons-menu,
  .cid-uhdvJ649OK .navbar .empty {
    display: none;
  }
  .cid-uhdvJ649OK .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uhdvJ649OK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhdvJ649OK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhdvJ649OK .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uhdvJ649OK .navbar .container-fluid,
  .cid-uhdvJ649OK .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uhdvJ649OK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uhdvJ649OK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhdvJ649OK .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uhdvJ649OK .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uhdvJ649OK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uhdvJ649OK .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uhdvJ649OK .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uhdvJ649OK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uhdvJ649OK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhdvJ649OK .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhdvJ649OK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhdvJ649OK .dropdown-item.active,
.cid-uhdvJ649OK .dropdown-item:active {
  background-color: transparent;
}
.cid-uhdvJ649OK .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhdvJ649OK .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uhdvJ649OK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhdvJ649OK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uhdvJ649OK .navbar-buttons {
  text-align: center;
}
.cid-uhdvJ649OK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uhdvJ649OK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d74233;
}
.cid-uhdvJ649OK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhdvJ649OK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhdvJ649OK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhdvJ649OK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhdvJ649OK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhdvJ649OK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhdvJ649OK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhdvJ649OK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhdvJ649OK .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uhdvJ649OK a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uhdvJ649OK a.nav-link:hover {
  color: #d76644 !important;
}
.is-builder .cid-uhdvJ649OK .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhdvJ649OK .navbar {
    height: 77px;
  }
  .cid-uhdvJ649OK .navbar.opened {
    height: auto;
  }
  .cid-uhdvJ649OK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhSEFO7OJz {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/260675772-4560669144016176-1098154392406619175-n-1280x855.webp");
}
@media (min-width: 768px) {
  .cid-uhSEFO7OJz {
    align-items: center;
  }
  .cid-uhSEFO7OJz .row {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uhSEFO7OJz {
    align-items: center;
  }
  .cid-uhSEFO7OJz .row {
    justify-content: center;
  }
}
.cid-uhSEFO7OJz .mbr-section-title,
.cid-uhSEFO7OJz .card_topic {
  margin-bottom: 12px;
}
.cid-uhSEFO7OJz .item-wrapper {
  padding-bottom: 24px;
}
.cid-uhSEFO7OJz .item-wrapper:hover .mbr-section-title a {
  color: #d76644 !important;
}
.cid-uhSEFO7OJz .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-uhSEFO7OJz .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
.cid-uhSEFO7OJz .image_post {
  display: inline-block;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uhSEFO7OJz .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-uhSEFO7OJz .category_content,
.cid-uhSEFO7OJz .date,
.cid-uhSEFO7OJz .name_author {
  opacity: .8;
}
.cid-uhSEFO7OJz .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #d76644;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uhSEFO7OJz .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uhSEFO7OJz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhSEFO7OJz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhSEFO7OJz .mbr-section-title,
.cid-uhSEFO7OJz .post_wrap {
  text-align: left;
}
.cid-ute5DpkFlq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-ute5DpkFlq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ute5DpkFlq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ute5DpkFlq .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ute5DpkFlq .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ute5DpkFlq .container {
    padding: 0 20px;
  }
}
.cid-ute5DpkFlq .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ute5DpkFlq .image-wrapper img {
    height: 400px;
  }
}
.cid-ute5DpkFlq .title-wrapper {
  position: relative;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ute5DpkFlq .title-wrapper {
    padding: 0 20px;
  }
}
.cid-ute5DpkFlq .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ute5DpkFlq .row {
  position: relative;
  justify-content: center;
}
.cid-ute5DpkFlq .row .video-block {
  position: absolute;
  top: 20%;
  height: 480px;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-ute5DpkFlq .row .video-block {
    width: 100%;
    height: 300px;
    top: 27%;
  }
}
.cid-ute5DpkFlq .row .video-block .video-wrapper {
  height: 100%;
}
.cid-ute5DpkFlq .row .video-block .video-wrapper .app-video-wrapper {
  height: 100%;
}
.cid-ute5DpkFlq .row .video-block .video-wrapper .app-video-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ute5DpkFlq .row .video-block .video-wrapper .app-video-wrapper::before {
  text-shadow: none;
  font-size: 16px;
  color: #ffffff;
  background-color: #d5493c;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ute5DpkFlq .row .video-block .video-wrapper iframe {
  height: 100%;
}
.cid-ute5DpkFlq .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uhVeU3XnnH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhVeU3XnnH .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #9fe870;
  margin-bottom: 2rem;
}
.cid-uhVeU3XnnH .link {
  opacity: 0;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  transform: translate3d(0, 100%, 0);
  transition: all 0.3s;
}
.cid-uhVeU3XnnH img {
  border-radius: 10px;
}
.cid-uhVeU3XnnH .date {
  margin: 20px 0;
  color: #3F424E;
}
.cid-uhVeU3XnnH .mbr-section-title {
  color: #000000;
}
.cid-uhVeU3XnnH .mbr-buttons {
  background-color: #9fe870;
}
.cid-uhVeU3XnnH .header {
  margin-bottom: 50px;
  align-items: center;
}
.cid-uhVeU3XnnH a {
  text-transform: uppercase;
  color: #9fe870;
}
.cid-uhVeU3XnnH svg {
  padding-left: 15px;
  transition: 0.3s;
}
.cid-uhVeU3XnnH .link:hover svg {
  padding-left: 7px;
  transition: 0.3s;
}
.cid-uhVeU3XnnH .card-heading {
  line-height: 1.2;
  margin: 0px;
}
.cid-uhVeU3XnnH .item-wrapper:hover {
  cursor: pointer;
}
.cid-uhVeU3XnnH .item-wrapper:hover .link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-uhVeU3XnnH .button {
  text-align: right;
}
@media (max-width: 600px) {
  .cid-uhVeU3XnnH .header {
    margin-bottom: 20px;
  }
  .cid-uhVeU3XnnH .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
  .cid-uhVeU3XnnH .button {
    text-align: left;
  }
}
@media (min-width: 600px) and (max-width: 1000px) {
  .cid-uhVeU3XnnH .link {
    margin-bottom: 40px;
  }
}
.cid-uhVeU3XnnH .mbr-section-btn {
  position: absolute;
  right: 0;
}
.cid-usQ6i3f06P {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #af0505;
}
.cid-usQ6i3f06P .mbr-fallback-image.disabled {
  display: none;
}
.cid-usQ6i3f06P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usQ6i3f06P .row {
  flex-direction: row-reverse;
}
.cid-usQ6i3f06P .video-wrapper iframe {
  width: 100%;
}
.cid-usQ6i3f06P .mbr-section-title,
.cid-usQ6i3f06P .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-usQ6i3f06P .text-wrapper {
    padding: 2rem;
  }
}
.cid-usQ6i3f06P .mbr-text {
  color: #ffffff;
}
.cid-usQ6i3f06P .mbr-section-subtitle {
  color: #ffffff;
}
.cid-usQ6i3f06P .mbr-section-title {
  color: #ffffff;
}
.cid-uhSF0ExU6f {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uhSF0ExU6f .item:focus,
.cid-uhSF0ExU6f span:focus {
  outline: none;
}
.cid-uhSF0ExU6f .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-uhSF0ExU6f .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uhSF0ExU6f .item-subtitle {
  margin-bottom: 12px;
}
.cid-uhSF0ExU6f .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  will-change: transform;
  height: 500px;
}
.cid-uhSF0ExU6f .item-wrapper:hover .item-img img {
  transform: scale(1.2);
}
.cid-uhSF0ExU6f .item-content {
  padding: 0 1.5rem;
  position: absolute;
  max-width: 50%;
  height: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}
.cid-uhSF0ExU6f .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uhSF0ExU6f .mbr-section-btn .btn-secondary-outline:hover,
.cid-uhSF0ExU6f .mbr-section-btn .btn-secondary-outline .active,
.cid-uhSF0ExU6f .mbr-section-btn .btn-secondary-outline:focus {
  color: #9fe870 !important;
}
.cid-uhSF0ExU6f .item-img {
  overflow: hidden;
  width: calc(100% - 120px);
  height: 100%;
  float: right;
  position: relative;
  border-radius: 4px;
}
.cid-uhSF0ExU6f .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uhSF0ExU6f .item-content {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .cid-uhSF0ExU6f .wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .cid-uhSF0ExU6f .item-img {
    width: 100%;
    float: none;
    margin-bottom: 1rem;
  }
  .cid-uhSF0ExU6f .item-img img {
    max-height: 300px;
  }
  .cid-uhSF0ExU6f .item-content {
    position: static;
    padding: 0;
    width: 100%;
    max-width: none ;
    height: auto;
  }
  .cid-uhSF0ExU6f .item-wrapper {
    height: auto;
  }
}
.cid-uhSF0ExU6f .mbr-text,
.cid-uhSF0ExU6f .mbr-section-btn {
  color: #000000;
}
.cid-usW5IJQq4w {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #af0505;
}
.cid-usW5IJQq4w .mbr-fallback-image.disabled {
  display: none;
}
.cid-usW5IJQq4w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usW5IJQq4w .row {
  flex-direction: row-reverse;
}
.cid-usW5IJQq4w .video-wrapper iframe {
  width: 100%;
}
.cid-usW5IJQq4w .mbr-section-title,
.cid-usW5IJQq4w .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-usW5IJQq4w .text-wrapper {
    padding: 2rem;
  }
}
.cid-usW5IJQq4w .mbr-text {
  color: #ffffff;
}
.cid-usW5IJQq4w .mbr-section-subtitle {
  color: #ffffff;
}
.cid-usW5IJQq4w .mbr-section-title {
  color: #ffffff;
}
.cid-uhVkkRVVK4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhVkkRVVK4 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #9fe870;
  margin-bottom: 2rem;
}
.cid-uhVkkRVVK4 .link {
  opacity: 0;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  transform: translate3d(0, 100%, 0);
  transition: all 0.3s;
}
.cid-uhVkkRVVK4 img {
  border-radius: 10px;
}
.cid-uhVkkRVVK4 .date {
  margin: 20px 0;
  color: #3F424E;
}
.cid-uhVkkRVVK4 .mbr-section-title {
  color: #000000;
}
.cid-uhVkkRVVK4 .mbr-buttons {
  background-color: #9fe870;
}
.cid-uhVkkRVVK4 .header {
  margin-bottom: 50px;
  align-items: center;
}
.cid-uhVkkRVVK4 a {
  text-transform: uppercase;
  color: #9fe870;
}
.cid-uhVkkRVVK4 svg {
  padding-left: 15px;
  transition: 0.3s;
}
.cid-uhVkkRVVK4 .link:hover svg {
  padding-left: 7px;
  transition: 0.3s;
}
.cid-uhVkkRVVK4 .card-heading {
  line-height: 1.2;
  margin: 0px;
}
.cid-uhVkkRVVK4 .item-wrapper:hover {
  cursor: pointer;
}
.cid-uhVkkRVVK4 .item-wrapper:hover .link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-uhVkkRVVK4 .button {
  text-align: right;
}
@media (max-width: 600px) {
  .cid-uhVkkRVVK4 .header {
    margin-bottom: 20px;
  }
  .cid-uhVkkRVVK4 .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
  .cid-uhVkkRVVK4 .button {
    text-align: left;
  }
}
@media (min-width: 600px) and (max-width: 1000px) {
  .cid-uhVkkRVVK4 .link {
    margin-bottom: 40px;
  }
}
.cid-uhVkkRVVK4 .mbr-section-btn {
  position: absolute;
  right: 0;
}
.cid-ulhtF2VzUz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d74233;
}
.cid-ulhtF2VzUz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulhtF2VzUz .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-ulhtF2VzUz .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulhtF2VzUz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulhtF2VzUz .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-ulhtF2VzUz .card-title,
.cid-ulhtF2VzUz .iconfont-wrapper {
  color: #000000;
}
.cid-ulhtF2VzUz .card-text {
  color: #ffffff;
}
.cid-ulhtF2VzUz .content-head {
  max-width: 800px;
}
.cid-ulhtF2VzUz .mbr-section-title {
  color: #000000;
}
.cid-utl5c9WUoa {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-utl5c9WUoa .img-wrapper {
  text-align: center;
}
.cid-utl5c9WUoa img {
  margin: auto;
  max-width: 150px;
}
.cid-utl5c9WUoa .row {
  align-items: flex-start;
}
.cid-utl5c9WUoa .card-title {
  color: #666666;
}
.cid-utl5c9WUoa .text {
  color: #666666;
}
.cid-utl5c9WUoa .card-wrapper {
  margin: 0 32px;
}
.cid-utl5c9WUoa .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-utl5c9WUoa .carousel-item.active,
.cid-utl5c9WUoa .carousel-item-next,
.cid-utl5c9WUoa .carousel-item-prev {
  display: flex;
}
.cid-utl5c9WUoa .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  bottom: -25px;
}
.cid-utl5c9WUoa .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #012b3a;
}
.cid-utl5c9WUoa .carousel-indicators li {
  margin: 0 10px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: 1px solid #75dbcd;
  transition: opacity .5s;
  background-color: #75dbcd;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-utl5c9WUoa .carousel-indicators li:hover {
  opacity: 1;
}
.cid-utl5c9WUoa .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-utl5c9WUoa .carousel-controls {
    display: none;
  }
  .cid-utl5c9WUoa .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-utl5c9WUoa .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-utl5c9WUoa .carousel-controls a:hover span {
    opacity: 1;
  }
}
@media (max-width: 540px) {
  .cid-utl5c9WUoa .text-element {
    padding: 1rem;
  }
  .cid-utl5c9WUoa .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utl5c9WUoa .image-element {
    min-width: 50%;
  }
  .cid-utl5c9WUoa .media-container-row {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .cid-utl5c9WUoa .card-wrapper {
    margin: 0 15px;
  }
}
@media (max-width: 576px) {
  .cid-utl5c9WUoa .card {
    display: none;
  }
  .cid-utl5c9WUoa .card:nth-child(1) {
    display: block;
  }
}
.cid-utl5c9WUoa .card {
  margin-bottom: 30px;
}
.cid-utl5c9WUoa .card:last-child {
  margin-bottom: 0;
}
.cid-utvXqzhoqd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-utvXqzhoqd .mbr-fallback-image.disabled {
  display: none;
}
.cid-utvXqzhoqd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utvXqzhoqd .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-utvXqzhoqd .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-utvXqzhoqd .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-utvXqzhoqd .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-utvXqzhoqd .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-utvXqzhoqd .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-utvXqzhoqd .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-utvXqzhoqd .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-utvXqzhoqd .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-utvXqzhoqd .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-utvXqzhoqd .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-utvXqzhoqd .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-utvXqzhoqd .items-wrapper .card {
  padding: 0 32px;
}
.cid-utvXqzhoqd .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-utvXqzhoqd .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-utvXqzhoqd .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-utvXqzhoqd .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-utvXqzhoqd .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-utvXqzhoqd .list-wrapper .list .item-wrap:hover,
.cid-utvXqzhoqd .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-utvXqzhoqd .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-utvXqzhoqd .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-utvXqzhoqd .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-utvXqzhoqd .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-utvXqzhoqd .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-utvXqzhoqd .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-utvXqzhoqd .mbr-desc {
  color: #ffffff;
}
.cid-utvXqzhoqd .mbr-text,
.cid-utvXqzhoqd .text-wrapper {
  color: #9aa0a6;
}
.cid-utvXqzhoqd .list {
  color: #9aa0a6;
}
.cid-utvXqzhoqd .mbr-text,
.cid-utvXqzhoqd .mbr-section-btn {
  color: #ffffff;
}
.cid-uhSCmzL31Z {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uhSCmzL31Z {
    min-height: 170px !important;
  }
}
.cid-uhSCmzL31Z .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uhSCmzL31Z .empty_md {
    display: block;
  }
}
.cid-uhSCmzL31Z .container,
.cid-uhSCmzL31Z .container-fluid,
.cid-uhSCmzL31Z .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uhSCmzL31Z .container,
  .cid-uhSCmzL31Z .container-fluid,
  .cid-uhSCmzL31Z .empty_md {
    min-height: 170px !important;
  }
}
.cid-uhSCmzL31Z .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uhSCmzL31Z .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-uhSCmzL31Z .top_menu {
    min-height: 110px !important;
  }
}
.cid-uhSCmzL31Z .navbar-caption:hover {
  color: #d76644 !important;
}
.cid-uhSCmzL31Z .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uhSCmzL31Z .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uhSCmzL31Z .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #d74233;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uhSCmzL31Z .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uhSCmzL31Z .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uhSCmzL31Z .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uhSCmzL31Z .icons-menu .icons-wrapper:hover {
    background: #d74233;
  }
  .cid-uhSCmzL31Z .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uhSCmzL31Z .empty,
  .cid-uhSCmzL31Z .icons-menu {
    min-width: 265px;
  }
  .cid-uhSCmzL31Z .navbar-logo {
    margin: 0;
  }
  .cid-uhSCmzL31Z .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uhSCmzL31Z .btn {
    white-space: nowrap;
  }
  .cid-uhSCmzL31Z .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uhSCmzL31Z .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uhSCmzL31Z .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uhSCmzL31Z .dropdown-toggle::after,
  .cid-uhSCmzL31Z .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uhSCmzL31Z .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uhSCmzL31Z .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uhSCmzL31Z .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uhSCmzL31Z .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uhSCmzL31Z .dropdown-menu .dropdown-item:hover {
  color: #9fe870 !important;
  background-color: #e6e6e6;
}
.cid-uhSCmzL31Z .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uhSCmzL31Z .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uhSCmzL31Z .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uhSCmzL31Z .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uhSCmzL31Z .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uhSCmzL31Z .nav-item:focus,
.cid-uhSCmzL31Z .nav-link:focus {
  outline: none;
}
.cid-uhSCmzL31Z .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uhSCmzL31Z .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uhSCmzL31Z .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uhSCmzL31Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhSCmzL31Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uhSCmzL31Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhSCmzL31Z ul.navbar-nav li {
  margin: auto;
}
.cid-uhSCmzL31Z .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uhSCmzL31Z .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uhSCmzL31Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uhSCmzL31Z .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uhSCmzL31Z .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uhSCmzL31Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhSCmzL31Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhSCmzL31Z .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uhSCmzL31Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-uhSCmzL31Z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uhSCmzL31Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhSCmzL31Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uhSCmzL31Z .navbar .icons-menu,
  .cid-uhSCmzL31Z .navbar .empty {
    display: none;
  }
  .cid-uhSCmzL31Z .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uhSCmzL31Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhSCmzL31Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhSCmzL31Z .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uhSCmzL31Z .navbar .container-fluid,
  .cid-uhSCmzL31Z .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uhSCmzL31Z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uhSCmzL31Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhSCmzL31Z .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uhSCmzL31Z .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uhSCmzL31Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uhSCmzL31Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uhSCmzL31Z .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uhSCmzL31Z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uhSCmzL31Z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhSCmzL31Z .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhSCmzL31Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhSCmzL31Z .dropdown-item.active,
.cid-uhSCmzL31Z .dropdown-item:active {
  background-color: transparent;
}
.cid-uhSCmzL31Z .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhSCmzL31Z .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uhSCmzL31Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhSCmzL31Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uhSCmzL31Z .navbar-buttons {
  text-align: center;
}
.cid-uhSCmzL31Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uhSCmzL31Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d74233;
}
.cid-uhSCmzL31Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhSCmzL31Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhSCmzL31Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhSCmzL31Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhSCmzL31Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhSCmzL31Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhSCmzL31Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhSCmzL31Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhSCmzL31Z .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uhSCmzL31Z a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uhSCmzL31Z a.nav-link:hover {
  color: #d76644 !important;
}
.is-builder .cid-uhSCmzL31Z .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhSCmzL31Z .navbar {
    height: 77px;
  }
  .cid-uhSCmzL31Z .navbar.opened {
    height: auto;
  }
  .cid-uhSCmzL31Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhSCmDFkpO {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
  position: relative;
  overflow: hidden;
}
.cid-uhSCmDFkpO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhSCmDFkpO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhSCmDFkpO .bg-frame {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 32vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #743522;
  box-shadow: 0 0 40px #743522;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uhSCmDFkpO .bg-frame {
    width: 64vw;
  }
}
@media (min-width: 1600px) {
  .cid-uhSCmDFkpO.mbr-fullscreen {
    align-items: flex-end !important;
  }
}
.cid-uhSCmDFkpO .row {
  position: relative;
  z-index: 3;
}
.cid-uhSCmDFkpO .mbr-section-title {
  color: #ffffff;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-uhSCmDFkpO .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uhSCmDFkpO .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-uhSCmDFkpO .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uhSCmDFkpO .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uhSCmDFkpO .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-uhSCmDFkpO .mbr-section-btn {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .cid-uhSCmDFkpO .mbr-section-btn {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-uhSCmDFkpO .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uhSCmDFkpO .mbr-text,
.cid-uhSCmDFkpO .mbr-section-btn {
  text-align: center;
}
.cid-ulTmSVCcJu {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ulTmSVCcJu .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-ulTmSVCcJu .display-1 {
    font-size: 5rem;
  }
}
.cid-ulTmSVCcJu h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-ulTmSVCcJu {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ulTmSVCcJu .display-1 {
    font-size: 2.8rem;
  }
  .cid-ulTmSVCcJu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ulTmSVCcJu .content-wrap {
    width: 100%;
  }
}
.cid-ulTmSVCcJu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulTmSVCcJu .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-ulTmSVCcJu .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ulTmSVCcJu {
    align-items: center;
  }
  .cid-ulTmSVCcJu .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ulTmSVCcJu .content-wrap {
    min-width: 50%;
  }
}
.cid-ulTmSVCcJu .mbr-section-title {
  text-align: center;
  color: #221b35;
}
.cid-ulTmSVCcJu .mbr-text,
.cid-ulTmSVCcJu .mbr-section-btn {
  text-align: center;
  color: #221b35;
}
.cid-umcqDvMFgi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212529;
}
.cid-umcqDvMFgi .mbr-fallback-image.disabled {
  display: none;
}
.cid-umcqDvMFgi .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-umcqDvMFgi .container {
    padding: 0 15px;
  }
}
.cid-umcqDvMFgi .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-umcqDvMFgi .content-wrapper {
  position: relative;
}
.cid-umcqDvMFgi .content-wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-umcqDvMFgi .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-umcqDvMFgi .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-umcqDvMFgi .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-umcqDvMFgi .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-umcqDvMFgi .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-umcqDvMFgi .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-umcqDvMFgi .dragArea.row .form-group {
  margin-bottom: 30px !important;
  padding: 0 15px;
}
.cid-umcqDvMFgi .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 15px;
}
.cid-umcqDvMFgi .dragArea.row .form-group .form-control {
  padding: 20px 40px 24px;
  border: 1px solid #d74233 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-umcqDvMFgi .dragArea.row .form-group .form-control {
    padding: 20px 30px;
  }
}
.cid-umcqDvMFgi .dragArea.row .form-group .form-control:hover,
.cid-umcqDvMFgi .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
}
.cid-umcqDvMFgi .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  font-size: 20px;
}
.cid-umcqDvMFgi .dragArea.row .form-group textarea {
  min-height: 200px;
}
.cid-umcqDvMFgi .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-umcqDvMFgi .dragArea.row .form-group .form-check .form-check-input {
  background-color: #d74233;
  border-color: #d74233;
  border-radius: 0;
}
.cid-umcqDvMFgi .dragArea.row .mbr-section-btn {
  width: 100%;
  margin: 0;
  padding: 0;
}
.cid-umcqDvMFgi .mbr-section-title {
  color: #ffffff;
}
.cid-umcqDvMFgi .mbr-desc {
  color: #68707c;
}
.cid-umcqDvMFgi label {
  color: #ffffff;
}
.cid-umcqDvMFgi .mbr-section-btn {
  text-align: right;
}
.cid-ulhwV40mv4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d74233;
}
.cid-ulhwV40mv4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulhwV40mv4 .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-ulhwV40mv4 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulhwV40mv4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulhwV40mv4 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-ulhwV40mv4 .card-title,
.cid-ulhwV40mv4 .iconfont-wrapper {
  color: #000000;
}
.cid-ulhwV40mv4 .card-text {
  color: #ffffff;
}
.cid-ulhwV40mv4 .content-head {
  max-width: 800px;
}
.cid-ulhwV40mv4 .mbr-section-title {
  color: #000000;
}
.cid-utl5qNYXKj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-utl5qNYXKj .img-wrapper {
  text-align: center;
}
.cid-utl5qNYXKj img {
  margin: auto;
  max-width: 150px;
}
.cid-utl5qNYXKj .row {
  align-items: flex-start;
}
.cid-utl5qNYXKj .card-title {
  color: #666666;
}
.cid-utl5qNYXKj .text {
  color: #666666;
}
.cid-utl5qNYXKj .card-wrapper {
  margin: 0 32px;
}
.cid-utl5qNYXKj .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-utl5qNYXKj .carousel-item.active,
.cid-utl5qNYXKj .carousel-item-next,
.cid-utl5qNYXKj .carousel-item-prev {
  display: flex;
}
.cid-utl5qNYXKj .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  bottom: -25px;
}
.cid-utl5qNYXKj .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #012b3a;
}
.cid-utl5qNYXKj .carousel-indicators li {
  margin: 0 10px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: 1px solid #75dbcd;
  transition: opacity .5s;
  background-color: #75dbcd;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-utl5qNYXKj .carousel-indicators li:hover {
  opacity: 1;
}
.cid-utl5qNYXKj .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-utl5qNYXKj .carousel-controls {
    display: none;
  }
  .cid-utl5qNYXKj .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-utl5qNYXKj .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-utl5qNYXKj .carousel-controls a:hover span {
    opacity: 1;
  }
}
@media (max-width: 540px) {
  .cid-utl5qNYXKj .text-element {
    padding: 1rem;
  }
  .cid-utl5qNYXKj .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utl5qNYXKj .image-element {
    min-width: 50%;
  }
  .cid-utl5qNYXKj .media-container-row {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .cid-utl5qNYXKj .card-wrapper {
    margin: 0 15px;
  }
}
@media (max-width: 576px) {
  .cid-utl5qNYXKj .card {
    display: none;
  }
  .cid-utl5qNYXKj .card:nth-child(1) {
    display: block;
  }
}
.cid-utl5qNYXKj .card {
  margin-bottom: 30px;
}
.cid-utl5qNYXKj .card:last-child {
  margin-bottom: 0;
}
.cid-utvXqzhoqd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-utvXqzhoqd .mbr-fallback-image.disabled {
  display: none;
}
.cid-utvXqzhoqd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utvXqzhoqd .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-utvXqzhoqd .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-utvXqzhoqd .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-utvXqzhoqd .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-utvXqzhoqd .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-utvXqzhoqd .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-utvXqzhoqd .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-utvXqzhoqd .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-utvXqzhoqd .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-utvXqzhoqd .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-utvXqzhoqd .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-utvXqzhoqd .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-utvXqzhoqd .items-wrapper .card {
  padding: 0 32px;
}
.cid-utvXqzhoqd .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-utvXqzhoqd .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-utvXqzhoqd .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-utvXqzhoqd .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-utvXqzhoqd .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-utvXqzhoqd .list-wrapper .list .item-wrap:hover,
.cid-utvXqzhoqd .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-utvXqzhoqd .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-utvXqzhoqd .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-utvXqzhoqd .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-utvXqzhoqd .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-utvXqzhoqd .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-utvXqzhoqd .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-utvXqzhoqd .mbr-desc {
  color: #ffffff;
}
.cid-utvXqzhoqd .mbr-text,
.cid-utvXqzhoqd .text-wrapper {
  color: #9aa0a6;
}
.cid-utvXqzhoqd .list {
  color: #9aa0a6;
}
.cid-utvXqzhoqd .mbr-text,
.cid-utvXqzhoqd .mbr-section-btn {
  color: #ffffff;
}
.cid-usKQIm5vaG {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-usKQIm5vaG {
    min-height: 170px !important;
  }
}
.cid-usKQIm5vaG .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-usKQIm5vaG .empty_md {
    display: block;
  }
}
.cid-usKQIm5vaG .container,
.cid-usKQIm5vaG .container-fluid,
.cid-usKQIm5vaG .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-usKQIm5vaG .container,
  .cid-usKQIm5vaG .container-fluid,
  .cid-usKQIm5vaG .empty_md {
    min-height: 170px !important;
  }
}
.cid-usKQIm5vaG .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-usKQIm5vaG .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-usKQIm5vaG .top_menu {
    min-height: 110px !important;
  }
}
.cid-usKQIm5vaG .navbar-caption:hover {
  color: #d76644 !important;
}
.cid-usKQIm5vaG .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-usKQIm5vaG .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-usKQIm5vaG .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #d74233;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-usKQIm5vaG .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-usKQIm5vaG .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-usKQIm5vaG .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-usKQIm5vaG .icons-menu .icons-wrapper:hover {
    background: #d74233;
  }
  .cid-usKQIm5vaG .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-usKQIm5vaG .empty,
  .cid-usKQIm5vaG .icons-menu {
    min-width: 265px;
  }
  .cid-usKQIm5vaG .navbar-logo {
    margin: 0;
  }
  .cid-usKQIm5vaG .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-usKQIm5vaG .btn {
    white-space: nowrap;
  }
  .cid-usKQIm5vaG .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-usKQIm5vaG .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-usKQIm5vaG .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-usKQIm5vaG .dropdown-toggle::after,
  .cid-usKQIm5vaG .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-usKQIm5vaG .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-usKQIm5vaG .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-usKQIm5vaG .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-usKQIm5vaG .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-usKQIm5vaG .dropdown-menu .dropdown-item:hover {
  color: #9fe870 !important;
  background-color: #e6e6e6;
}
.cid-usKQIm5vaG .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-usKQIm5vaG .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-usKQIm5vaG .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-usKQIm5vaG .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-usKQIm5vaG .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-usKQIm5vaG .nav-item:focus,
.cid-usKQIm5vaG .nav-link:focus {
  outline: none;
}
.cid-usKQIm5vaG .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-usKQIm5vaG .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-usKQIm5vaG .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-usKQIm5vaG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usKQIm5vaG .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-usKQIm5vaG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usKQIm5vaG ul.navbar-nav li {
  margin: auto;
}
.cid-usKQIm5vaG .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-usKQIm5vaG .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-usKQIm5vaG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-usKQIm5vaG .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-usKQIm5vaG .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-usKQIm5vaG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usKQIm5vaG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usKQIm5vaG .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-usKQIm5vaG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-usKQIm5vaG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-usKQIm5vaG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usKQIm5vaG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-usKQIm5vaG .navbar .icons-menu,
  .cid-usKQIm5vaG .navbar .empty {
    display: none;
  }
  .cid-usKQIm5vaG .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-usKQIm5vaG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usKQIm5vaG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usKQIm5vaG .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-usKQIm5vaG .navbar .container-fluid,
  .cid-usKQIm5vaG .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-usKQIm5vaG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-usKQIm5vaG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usKQIm5vaG .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-usKQIm5vaG .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-usKQIm5vaG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-usKQIm5vaG .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-usKQIm5vaG .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-usKQIm5vaG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-usKQIm5vaG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-usKQIm5vaG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-usKQIm5vaG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usKQIm5vaG .dropdown-item.active,
.cid-usKQIm5vaG .dropdown-item:active {
  background-color: transparent;
}
.cid-usKQIm5vaG .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usKQIm5vaG .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-usKQIm5vaG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-usKQIm5vaG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-usKQIm5vaG .navbar-buttons {
  text-align: center;
}
.cid-usKQIm5vaG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-usKQIm5vaG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d74233;
}
.cid-usKQIm5vaG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-usKQIm5vaG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-usKQIm5vaG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-usKQIm5vaG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-usKQIm5vaG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-usKQIm5vaG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-usKQIm5vaG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-usKQIm5vaG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-usKQIm5vaG .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-usKQIm5vaG a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-usKQIm5vaG a.nav-link:hover {
  color: #d76644 !important;
}
.is-builder .cid-usKQIm5vaG .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usKQIm5vaG .navbar {
    height: 77px;
  }
  .cid-usKQIm5vaG .navbar.opened {
    height: auto;
  }
  .cid-usKQIm5vaG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usKQIn4Kqh {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/public-bus-with-no-people-covid19-worldwide-epidemic-2000x1333.webp");
}
@media (min-width: 768px) {
  .cid-usKQIn4Kqh {
    align-items: center;
  }
  .cid-usKQIn4Kqh .row {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-usKQIn4Kqh {
    align-items: center;
  }
  .cid-usKQIn4Kqh .row {
    justify-content: center;
  }
}
.cid-usKQIn4Kqh .mbr-section-title,
.cid-usKQIn4Kqh .card_topic {
  margin-bottom: 12px;
}
.cid-usKQIn4Kqh .item-wrapper {
  padding-bottom: 24px;
}
.cid-usKQIn4Kqh .item-wrapper:hover .mbr-section-title a {
  color: #d76644 !important;
}
.cid-usKQIn4Kqh .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-usKQIn4Kqh .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
.cid-usKQIn4Kqh .image_post {
  display: inline-block;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-usKQIn4Kqh .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-usKQIn4Kqh .category_content,
.cid-usKQIn4Kqh .date,
.cid-usKQIn4Kqh .name_author {
  opacity: .8;
}
.cid-usKQIn4Kqh .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #d76644;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-usKQIn4Kqh .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-usKQIn4Kqh .mbr-fallback-image.disabled {
  display: none;
}
.cid-usKQIn4Kqh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usKQIn4Kqh .mbr-section-title,
.cid-usKQIn4Kqh .post_wrap {
  text-align: left;
}
.cid-utdT55zxMy {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-utdT55zxMy .mbr-fallback-image.disabled {
  display: none;
}
.cid-utdT55zxMy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utdT55zxMy .mbr-section-title {
  color: #d5493c;
  text-align: left;
}
.cid-uteHpqQJu2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d5493c;
}
.cid-uteHpqQJu2 .position-relative::after {
  content: '';
  position: absolute;
  top: -5rem;
  right: 0;
  width: 70%;
  height: 125%;
  background-color: #ffffff;
  border-radius: 0 0 50% 0;
}
@media (max-width: 992px) {
  .cid-uteHpqQJu2 .position-relative::after {
    display: none;
  }
}
.cid-uteHpqQJu2 .item:focus,
.cid-uteHpqQJu2 span:focus {
  outline: none;
}
.cid-uteHpqQJu2 .item-wrapper {
  position: relative;
}
.cid-uteHpqQJu2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 1000px;
  max-width: 1000px;
}
@media (max-width: 768px) {
  .cid-uteHpqQJu2 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uteHpqQJu2 .embla__button--next,
.cid-uteHpqQJu2 .embla__button--prev {
  display: flex;
}
.cid-uteHpqQJu2 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 30px;
  background: transparent;
  color: #9fe870;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uteHpqQJu2 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uteHpqQJu2 .embla__button:hover {
  background: transparent;
  color: #9fe870;
}
.cid-uteHpqQJu2 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 425px) {
  .cid-uteHpqQJu2 .embla__button.embla__button--prev {
    margin-left: 0;
    bottom: -4rem;
  }
}
.cid-uteHpqQJu2 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 425px) {
  .cid-uteHpqQJu2 .embla__button.embla__button--next {
    margin-right: 0;
    bottom: -4rem;
  }
}
@media (max-width: 767px) {
  .cid-uteHpqQJu2 .embla__button {
    top: auto;
  }
}
.cid-uteHpqQJu2 .embla {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uteHpqQJu2 .embla__viewport {
  overflow: hidden;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uteHpqQJu2 .embla__viewport {
    width: 100%;
  }
}
.cid-uteHpqQJu2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uteHpqQJu2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uteHpqQJu2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uteHpqQJu2 .slide-content {
  display: flex;
  z-index: 1;
}
@media (max-width: 1150px) {
  .cid-uteHpqQJu2 .slide-content {
    padding: 0 80px;
  }
}
@media (max-width: 992px) {
  .cid-uteHpqQJu2 .slide-content {
    display: block;
    padding: 0 30%;
  }
}
.cid-uteHpqQJu2 .slide-content .item-image {
  padding: 0 67px;
  margin-bottom: 25px;
}
@media (max-width: 425px) {
  .cid-uteHpqQJu2 .slide-content .item-image {
    padding: 0 90px;
  }
}
.cid-uteHpqQJu2 .slide-content .item-image .image-wrapper {
  position: relative;
}
.cid-uteHpqQJu2 .slide-content .item-image .image-wrapper img {
  width: 316px;
  height: 420px;
  object-fit: cover;
  border-radius: 0 0 50% 0;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uteHpqQJu2 .slide-content .item-image .image-wrapper img {
    width: auto;
    max-height: 300px;
  }
}
.cid-uteHpqQJu2 .slide-content .item-image .title-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uteHpqQJu2 .slide-content .item-image .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uteHpqQJu2 .slide-content .item-text {
  padding-right: 67px;
}
@media (max-width: 992px) {
  .cid-uteHpqQJu2 .slide-content .item-text {
    padding: 0 67px;
  }
}
@media (max-width: 425px) {
  .cid-uteHpqQJu2 .slide-content .item-text {
    padding: 0 90px;
  }
}
.cid-uteHpqQJu2 .slide-content .item-text span {
  font-size: 70px;
  margin-bottom: 8px;
  color: #a6a99c;
}
@media (max-width: 992px) {
  .cid-uteHpqQJu2 .slide-content .item-text span {
    display: none;
  }
}
.cid-uteHpqQJu2 .slide-content .item-text .mbr-text {
  margin-bottom: 0;
}
.cid-uteHpqQJu2 .mbr-name {
  color: #1e4381;
}
.cid-uteHpqQJu2 .mbr-desc {
  color: #1e4381;
}
.cid-uteHpqQJu2 .mbr-text {
  color: #000000;
}
.cid-uteFyhG5e1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uteFyhG5e1 .mbr-section-head {
  margin-bottom: 50px;
}
.cid-uteFyhG5e1 .mbr-section-title {
  color: #d5493c;
}
.cid-uteFyhG5e1 .mbr-section-subtitle {
  color: #303030;
  margin-top: 10px;
}
.cid-uteFyhG5e1 .embla {
  position: relative;
  width: 100%;
}
.cid-uteFyhG5e1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uteFyhG5e1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uteFyhG5e1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uteFyhG5e1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uteFyhG5e1 .embla__slide {
  position: relative;
  display: flex;
  justify-content: center;
  min-width: calc(100vw / 3 - 60px);
  width: calc(100vw / 3 - 60px);
  margin: 0 30px;
  border: 1px solid #d5493c;
}
@media (max-width: 991px) {
  .cid-uteFyhG5e1 .embla__slide {
    min-width: 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-uteFyhG5e1 .embla__slide {
    min-width: 100%;
    width: 100%;
  }
}
.cid-uteFyhG5e1 .item:focus,
.cid-uteFyhG5e1 span:focus {
  outline: none;
}
.cid-uteFyhG5e1 .slide-content {
  position: relative;
  border-radius: 0;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uteFyhG5e1 .item-img {
  width: 100%;
}
.cid-uteFyhG5e1 .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: calc(408 / (114 * 3));
}
.cid-uteFyhG5e1 .embla__button--next,
.cid-uteFyhG5e1 .embla__button--prev {
  display: flex;
}
.cid-uteFyhG5e1 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(155, 141, 183, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uteFyhG5e1 .embla__button {
    display: none;
  }
}
.cid-uteFyhG5e1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uteFyhG5e1 .embla__button:hover {
  background: #9b8db7;
  color: #FFFFFF;
}
.cid-uteFyhG5e1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uteFyhG5e1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uteFyhG5e1 .embla__button {
    top: auto;
  }
}
.cid-ut8mKR9DdK {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/blurred-traffic-light-trails-road-2000x1346.webp");
}
.cid-ut8mKR9DdK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut8mKR9DdK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut8mKR9DdK .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ut8mKR9DdK .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ut8mKR9DdK .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ut8mKR9DdK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ut8mKR9DdK .tabs-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #d5493c;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ut8mKR9DdK .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ut8mKR9DdK .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-ut8mKR9DdK .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-ut8mKR9DdK .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #d5493c;
  padding: 14px 32px;
  margin-bottom: 0;
  background-color: #ffffff;
  border: none;
}
.cid-ut8mKR9DdK .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #d5493c;
}
.cid-ut8mKR9DdK .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ut8mKR9DdK .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-ut8mKR9DdK .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-ut8mKR9DdK .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-ut8mKR9DdK .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ut8mKR9DdK .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ut8mKR9DdK .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-ut8mKR9DdK .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-ut8mKR9DdK .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-ut8mKR9DdK .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-ut8mKR9DdK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ut8mKR9DdK .mbr-text {
  color: #d5493c;
  text-align: left;
}
.cid-ut8mKR9DdK .item-title {
  color: #ffffff;
}
.cid-ut8mKR9DdK .item-text {
  color: #ffffff;
}
.cid-ut8mKR9DdK .mbr-section-title,
.cid-ut8mKR9DdK .tabs-wrapper DIV {
  text-align: left;
}
.cid-ut8mKR9DdK .mbr-section-title,
.cid-ut8mKR9DdK .tabs-wrapper {
  text-align: left;
}
.cid-usKQIqrGcZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d74233;
}
.cid-usKQIqrGcZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-usKQIqrGcZ .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-usKQIqrGcZ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usKQIqrGcZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usKQIqrGcZ .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-usKQIqrGcZ .card-title,
.cid-usKQIqrGcZ .iconfont-wrapper {
  color: #000000;
}
.cid-usKQIqrGcZ .card-text {
  color: #ffffff;
}
.cid-usKQIqrGcZ .content-head {
  max-width: 800px;
}
.cid-usKQIqrGcZ .mbr-section-title {
  color: #000000;
}
.cid-utl5mqYEv8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-utl5mqYEv8 .img-wrapper {
  text-align: center;
}
.cid-utl5mqYEv8 img {
  margin: auto;
  max-width: 150px;
}
.cid-utl5mqYEv8 .row {
  align-items: flex-start;
}
.cid-utl5mqYEv8 .card-title {
  color: #666666;
}
.cid-utl5mqYEv8 .text {
  color: #666666;
}
.cid-utl5mqYEv8 .card-wrapper {
  margin: 0 32px;
}
.cid-utl5mqYEv8 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-utl5mqYEv8 .carousel-item.active,
.cid-utl5mqYEv8 .carousel-item-next,
.cid-utl5mqYEv8 .carousel-item-prev {
  display: flex;
}
.cid-utl5mqYEv8 .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  bottom: -25px;
}
.cid-utl5mqYEv8 .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #012b3a;
}
.cid-utl5mqYEv8 .carousel-indicators li {
  margin: 0 10px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: 1px solid #75dbcd;
  transition: opacity .5s;
  background-color: #75dbcd;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-utl5mqYEv8 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-utl5mqYEv8 .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-utl5mqYEv8 .carousel-controls {
    display: none;
  }
  .cid-utl5mqYEv8 .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-utl5mqYEv8 .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-utl5mqYEv8 .carousel-controls a:hover span {
    opacity: 1;
  }
}
@media (max-width: 540px) {
  .cid-utl5mqYEv8 .text-element {
    padding: 1rem;
  }
  .cid-utl5mqYEv8 .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utl5mqYEv8 .image-element {
    min-width: 50%;
  }
  .cid-utl5mqYEv8 .media-container-row {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .cid-utl5mqYEv8 .card-wrapper {
    margin: 0 15px;
  }
}
@media (max-width: 576px) {
  .cid-utl5mqYEv8 .card {
    display: none;
  }
  .cid-utl5mqYEv8 .card:nth-child(1) {
    display: block;
  }
}
.cid-utl5mqYEv8 .card {
  margin-bottom: 30px;
}
.cid-utl5mqYEv8 .card:last-child {
  margin-bottom: 0;
}
.cid-utvXqzhoqd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-utvXqzhoqd .mbr-fallback-image.disabled {
  display: none;
}
.cid-utvXqzhoqd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utvXqzhoqd .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-utvXqzhoqd .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-utvXqzhoqd .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-utvXqzhoqd .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-utvXqzhoqd .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-utvXqzhoqd .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-utvXqzhoqd .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-utvXqzhoqd .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-utvXqzhoqd .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-utvXqzhoqd .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-utvXqzhoqd .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-utvXqzhoqd .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-utvXqzhoqd .items-wrapper .card {
  padding: 0 32px;
}
.cid-utvXqzhoqd .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-utvXqzhoqd .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-utvXqzhoqd .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-utvXqzhoqd .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-utvXqzhoqd .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-utvXqzhoqd .list-wrapper .list .item-wrap:hover,
.cid-utvXqzhoqd .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-utvXqzhoqd .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-utvXqzhoqd .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-utvXqzhoqd .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-utvXqzhoqd .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-utvXqzhoqd .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-utvXqzhoqd .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-utvXqzhoqd .mbr-desc {
  color: #ffffff;
}
.cid-utvXqzhoqd .mbr-text,
.cid-utvXqzhoqd .text-wrapper {
  color: #9aa0a6;
}
.cid-utvXqzhoqd .list {
  color: #9aa0a6;
}
.cid-utvXqzhoqd .mbr-text,
.cid-utvXqzhoqd .mbr-section-btn {
  color: #ffffff;
}
