.btn {
  border-width: 2px;
}
body {
  font-family: Albert Sans;
}
.display-1 {
  font-family: 'Lora', serif;
  font-size: 4rem;
  line-height: 0.9;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Lora', serif;
  font-size: 3.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Lora', serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Lora', serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Lora', serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((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: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f20a34 !important;
}
.bg-success {
  background-color: #d2dc1d !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffb18a !important;
}
.bg-danger {
  background-color: #f20a34 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f20a34 !important;
  border-color: #f20a34 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f7385b !important;
  border-color: #f7385b !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f7385b !important;
  border-color: #f7385b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e9c0e9 !important;
  border-color: #e9c0e9 !important;
  color: #7e2c7e !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f6e6f6 !important;
  border-color: #f6e6f6 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #7e2c7e !important;
  background-color: #f6e6f6 !important;
  border-color: #f6e6f6 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #d2dc1d !important;
  border-color: #d2dc1d !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #dee745 !important;
  border-color: #dee745 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #dee745 !important;
  border-color: #dee745 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffb18a !important;
  border-color: #ffb18a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffd3bd !important;
  border-color: #ffd3bd !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffd3bd !important;
  border-color: #ffd3bd !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f20a34 !important;
  border-color: #f20a34 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f7385b !important;
  border-color: #f7385b !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f7385b !important;
  border-color: #f7385b !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: #1e2330 !important;
  border-color: #1e2330 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #323a4f !important;
  border-color: #323a4f !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #323a4f !important;
  border-color: #323a4f !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f20a34;
  color: #f20a34;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #9f0722 !important;
  background-color: transparent !important;
  border-color: #9f0722 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f20a34 !important;
  border-color: #f20a34 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e9c0e9;
  color: #e9c0e9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d380d3 !important;
  background-color: transparent !important;
  border-color: #d380d3 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #7e2c7e !important;
  background-color: #e9c0e9 !important;
  border-color: #e9c0e9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #d2dc1d;
  color: #d2dc1d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #898f13 !important;
  background-color: transparent !important;
  border-color: #898f13 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #d2dc1d !important;
  border-color: #d2dc1d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffb18a;
  color: #ffb18a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff7733 !important;
  background-color: transparent !important;
  border-color: #ff7733 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb18a !important;
  border-color: #ffb18a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f20a34;
  color: #f20a34;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #9f0722 !important;
  background-color: transparent !important;
  border-color: #9f0722 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f20a34 !important;
  border-color: #f20a34 !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: #f20a34 !important;
}
.text-secondary {
  color: #e9c0e9 !important;
}
.text-success {
  color: #d2dc1d !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffb18a !important;
}
.text-danger {
  color: #f20a34 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #90061f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cf74cf !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #7c8211 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff6d24 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #90061f !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: #f20a34;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ffb18a;
}
.alert-danger {
  background-color: #f20a34;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f20a34;
  border-color: #f20a34;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f20a34;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdcbd4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f6f8cd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdcbd4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lora', serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #f20a34 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lora', serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #f20a34;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f20a34;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f20a34;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f20a34;
  border-bottom-color: #f20a34;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #f20a34 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e9c0e9 !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='%23f20a34' %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-uRF6UQqOBL .navbar-dropdown {
  position: relative !important;
}
.cid-uRF6UQqOBL .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uRF6UQqOBL .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uRF6UQqOBL .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uRF6UQqOBL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRF6UQqOBL .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uRF6UQqOBL .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-uRF6UQqOBL .dropdown-item:hover,
.cid-uRF6UQqOBL .dropdown-item:focus {
  background: #ffffff !important;
  color: #a11a20 !important;
}
.cid-uRF6UQqOBL .dropdown-item:hover span {
  color: white;
}
.cid-uRF6UQqOBL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRF6UQqOBL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRF6UQqOBL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRF6UQqOBL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRF6UQqOBL .nav-link {
  position: relative;
}
.cid-uRF6UQqOBL .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uRF6UQqOBL .container {
    flex-wrap: nowrap;
  }
}
.cid-uRF6UQqOBL .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uRF6UQqOBL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRF6UQqOBL .dropdown-menu,
.cid-uRF6UQqOBL .navbar.opened {
  background: #ffffff !important;
}
.cid-uRF6UQqOBL .nav-item:focus,
.cid-uRF6UQqOBL .nav-link:focus {
  outline: none;
}
.cid-uRF6UQqOBL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRF6UQqOBL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uRF6UQqOBL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRF6UQqOBL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRF6UQqOBL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRF6UQqOBL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRF6UQqOBL .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRF6UQqOBL .navbar.opened {
  transition: all 0.3s;
}
.cid-uRF6UQqOBL .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uRF6UQqOBL .navbar .navbar-logo img {
  width: auto;
}
.cid-uRF6UQqOBL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRF6UQqOBL .navbar.collapsed {
  justify-content: center;
}
.cid-uRF6UQqOBL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRF6UQqOBL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRF6UQqOBL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRF6UQqOBL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRF6UQqOBL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRF6UQqOBL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRF6UQqOBL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRF6UQqOBL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRF6UQqOBL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRF6UQqOBL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRF6UQqOBL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRF6UQqOBL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRF6UQqOBL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRF6UQqOBL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRF6UQqOBL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRF6UQqOBL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRF6UQqOBL .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uRF6UQqOBL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uRF6UQqOBL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRF6UQqOBL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRF6UQqOBL .navbar.navbar-short {
  min-height: 96px;
}
.cid-uRF6UQqOBL .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uRF6UQqOBL .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uRF6UQqOBL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRF6UQqOBL .navbar-brand .navbar-caption:hover,
.cid-uRF6UQqOBL .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uRF6UQqOBL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRF6UQqOBL .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uRF6UQqOBL .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uRF6UQqOBL .dropdown-item.active,
.cid-uRF6UQqOBL .dropdown-item:active {
  background-color: transparent;
}
.cid-uRF6UQqOBL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRF6UQqOBL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRF6UQqOBL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRF6UQqOBL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uRF6UQqOBL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uRF6UQqOBL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uRF6UQqOBL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRF6UQqOBL ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uRF6UQqOBL ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uRF6UQqOBL .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uRF6UQqOBL .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uRF6UQqOBL .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uRF6UQqOBL .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uRF6UQqOBL button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRF6UQqOBL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-uRF6UQqOBL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uRF6UQqOBL button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRF6UQqOBL button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRF6UQqOBL button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uRF6UQqOBL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRF6UQqOBL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRF6UQqOBL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRF6UQqOBL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRF6UQqOBL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRF6UQqOBL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRF6UQqOBL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRF6UQqOBL .navbar {
    height: 70px;
  }
  .cid-uRF6UQqOBL .navbar.opened {
    height: auto;
  }
  .cid-uRF6UQqOBL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRF6UQqOBL .navbar-nav {
  margin: 0 auto;
}
.cid-uRF6UQqOBL .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uRF6UQqOBL .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uRF6UQqOBL .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uRF6UQqOBL .nav-item .nav-link:hover,
.cid-uRF6UQqOBL .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-uRF6UQqOBL .nav-item .nav-link:hover::after,
.cid-uRF6UQqOBL .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uRF6UQqOBL .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uRF6UQqOBL .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uRF6UQqOBL .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uRF6UQqOBL .navbar {
    justify-content: flex-start !important;
  }
  .cid-uRF6UQqOBL .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uRF6UQqOBL .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uRF6UQqOBL .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uRF6UQqOBL .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uRF6UQqOBL .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uRF6UQqOBL .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uRF6UQqOBL .content-wrap {
  min-height: 110px;
}
.cid-uRHstjM5PR {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uRHstjM5PR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHstjM5PR .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-uRHstjM5PR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRHstjM5PR img {
  border-radius: 2rem;
}
.cid-uRHstjM5PR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRHstjM5PR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uRHstjM5PR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRHstjM5PR .mbr-section-title {
  color: #000000;
}
.cid-uRHstjM5PR .mbr-text,
.cid-uRHstjM5PR .mbr-section-btn {
  color: #000000;
}
.cid-uREkF4C5pM {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uREkF4C5pM .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uREkF4C5pM .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uREkF4C5pM .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  border-radius: 0;
  content: "✓";
}
.cid-uREkF4C5pM .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uREkF4C5pM .mbr-text {
  color: #3d5943;
}
.cid-uRHyoJFtzW {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffb18a;
}
.cid-uRHyoJFtzW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHyoJFtzW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHyoJFtzW .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uRHyoJFtzW .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRHyoJFtzW .container {
    padding: 0 12px;
  }
}
.cid-uRHyoJFtzW .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRHyoJFtzW .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRHyoJFtzW .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uRHyoJFtzW .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uRHyoJFtzW .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uRHyoJFtzW .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uRHyoJFtzW .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uRHyoJFtzW .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uRHyoJFtzW .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uRHyoJFtzW .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uRHyoJFtzW .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uRHyoJFtzW .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uRHyoJFtzW .mbr-section-subtitle {
  color: #222222;
}
.cid-uRHyoJFtzW .mbr-text {
  color: #222222;
}
.cid-uRHyoJFtzW .list {
  color: #222222;
}
.cid-uREF1ZYuYx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uREF1ZYuYx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uREF1ZYuYx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uREF1ZYuYx .card-wrapper {
  background: #ffffff;
  margin-top: 3rem;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uREF1ZYuYx .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 1500px) {
  .cid-uREF1ZYuYx .container {
    max-width: 1400px;
  }
}
.cid-uREF1ZYuYx .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #1e2330;
  margin-bottom: 2rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #d2dc1d;
  height: 80px;
  border-radius: 50%;
}
.cid-uREF1ZYuYx .row {
  justify-content: center;
}
.cid-uREF1ZYuYx .card-title,
.cid-uREF1ZYuYx .iconfont-wrapper {
  text-align: center;
}
.cid-uRHsQ1fn4l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRHsQ1fn4l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHsQ1fn4l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHsQ1fn4l .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uRHsQ1fn4l .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uRHsQ1fn4l .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uRHsQ1fn4l .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uRHsQ1fn4l .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #ffffff;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uRHsQ1fn4l .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uRHsQ1fn4l .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uRHsQ1fn4l .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRHsQ1fn4l .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRHsQ1fn4l .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uRHsQ1fn4l .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uRHsQ1fn4l .mbr-section-title,
.cid-uRHsQ1fn4l .mbr-section-btn {
  color: #000000;
}
.cid-uRByY6HOIH {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uRByY6HOIH .mbr-text {
  color: #000000;
}
.cid-uRByY6HOIH .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uRByY6HOIH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRBAjs1Y8l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb18a;
}
.cid-uRBAjs1Y8l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRBAjs1Y8l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRBAjs1Y8l .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uRBAjs1Y8l .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uRBAjs1Y8l .container {
    padding: 0 26px;
  }
}
.cid-uRBAjs1Y8l .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uRBAjs1Y8l .row {
    margin: 0 -12px;
  }
}
.cid-uRBAjs1Y8l .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
}
.cid-uRBAjs1Y8l .card:first-child {
  border-right: 1px solid #ffb18a;
}
@media (max-width: 992px) {
  .cid-uRBAjs1Y8l .card:first-child {
    border: none;
  }
}
.cid-uRBAjs1Y8l .card:first-child::before {
  content: '';
  position: absolute;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #ffb18a;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-uRBAjs1Y8l .card:first-child::before {
    display: none;
  }
}
.cid-uRBAjs1Y8l .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .cid-uRBAjs1Y8l .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uRBAjs1Y8l .card {
    padding: 0 12px;
  }
}
.cid-uRBAjs1Y8l .image-wrapper {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .cid-uRBAjs1Y8l .image-wrapper {
    padding: 0 0 40px 0;
  }
}
.cid-uRBAjs1Y8l .image-wrapper img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRBAjs1Y8l .image-wrapper img {
    height: 300px;
  }
}
.cid-uRBAjs1Y8l .title-wrapper .title-wrap {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uRBAjs1Y8l .title-wrapper .title-wrap {
    padding: 0;
  }
}
.cid-uRBAjs1Y8l .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uRBAjs1Y8l .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uRBAjs1Y8l .mbr-section-title {
  color: #000000;
}
.cid-uRBAjs1Y8l .mbr-text {
  color: #000000;
}
.cid-tdxOqvZdhb {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tdxOqvZdhb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdxOqvZdhb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdxOqvZdhb .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tdxOqvZdhb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tdxOqvZdhb img {
  border-radius: 2rem;
}
.cid-tdxOqvZdhb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tdxOqvZdhb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tdxOqvZdhb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tdxOqvZdhb .mbr-section-title {
  color: #000000;
}
.cid-tdxOqvZdhb .mbr-text,
.cid-tdxOqvZdhb .mbr-section-btn {
  color: #000000;
}
.cid-uRHtCiu53D {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #ffb18a;
}
.cid-uRHtCiu53D .mbr-text {
  color: #fafaf9;
}
.cid-uRHtCiu53D .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uRHtCiu53D p {
  opacity: 0.7;
}
.cid-uRHtCiu53D .wrapper {
  background: #000000;
  padding: 4rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uRHtCiu53D .wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRHtCiu53D .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uRByRmV4kX {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRByRmV4kX .mbr-text {
  color: #000000;
}
.cid-uRByRmV4kX .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uRByRmV4kX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRHumBRxIg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRHumBRxIg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHumBRxIg .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-uRHumBRxIg .container {
    padding: 0 22px;
  }
}
.cid-uRHumBRxIg .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRHumBRxIg .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRHumBRxIg .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uRHumBRxIg .image-wrapper img {
    height: 350px;
  }
}
.cid-uRHumBRxIg .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-uRHumBRxIg .panel-group {
  border-bottom: 1px solid #d4d3d3;
}
.cid-uRHumBRxIg .panel-group .card {
  border-top: 1px solid #d4d3d3;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uRHumBRxIg .panel-group .card:hover,
.cid-uRHumBRxIg .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-uRHumBRxIg .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRHumBRxIg .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-uRHumBRxIg .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRHumBRxIg .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uRHumBRxIg .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-uRHumBRxIg .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-uRHumBRxIg .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-uRHumBRxIg .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRHumBRxIg .panel-title-edit {
  color: #000000;
}
.cid-uRHumBRxIg .panel-text {
  color: #8a8588;
}
.cid-uRHxZBCP6O {
  padding-top: 5rem;
  padding-bottom: 4rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uRHxZBCP6O .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffffff 0, #ffffff 43%, #ffffff 100%);
}
.cid-uRHxZBCP6O .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffffff 0, #ffffff 43%, #ffffff 100%);
}
.cid-uRHxZBCP6O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHxZBCP6O .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-uRHxZBCP6O .container {
    padding: 0 30px;
  }
}
.cid-uRHxZBCP6O .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uRHxZBCP6O .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRHxZBCP6O .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uRHxZBCP6O .text-wrapper {
  border-left: 1px solid #000000;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uRHxZBCP6O .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uRHxZBCP6O .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRHxZBCP6O .mbr-section-title {
  color: #000000;
}
.cid-uRHxZBCP6O .mbr-text {
  color: #000000;
}
.cid-uRHp1Iafur {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uRHp1Iafur .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHp1Iafur .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-uRHp1Iafur .container {
    padding: 0 20px;
  }
}
.cid-uRHp1Iafur .row {
  margin: 0;
}
.cid-uRHp1Iafur .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRHp1Iafur .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRHp1Iafur .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uRHp1Iafur .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uRHp1Iafur .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uRHp1Iafur .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uRHp1Iafur .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRHzhoCZQp {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-uRHzhoCZQp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHzhoCZQp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHzhoCZQp .row {
  justify-content: flex-start;
}
.cid-uRHzhoCZQp .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uRHzhoCZQp .mbr-text {
  color: #000000;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-uRHvGJN8ly {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffb18a;
}
.cid-uRHvGJN8ly .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHvGJN8ly .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHvGJN8ly .loc-iconfont {
  position: absolute;
  top: 1rem;
  right: 2rem;
  background: #f20a34;
  color: white;
  height: 70px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 2rem;
}
.cid-uRHvGJN8ly .btn {
  width: -webkit-fill-available;
}
.cid-uRHvGJN8ly .mbr-section-btn {
  padding: 0 0.3rem;
}
.cid-uRHvGJN8ly .row-h {
  height: 100% !important;
  padding-bottom: 2rem;
}
.cid-uRHvGJN8ly .card-big {
  height: 100%;
  border-radius: 6px;
  padding: 0rem;
  margin: 0;
}
.cid-uRHvGJN8ly .card-wrapper {
  transition: all 0.3s;
  border-radius: 6px;
  padding: 1rem 1rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uRHvGJN8ly .card-wrapper {
    flex-direction: column;
    padding: 1rem 1rem;
    padding-bottom: 2rem;
  }
}
.cid-uRHvGJN8ly .card-wrapper:hover .mbr-iconfont {
  background: #f20a34;
  transform: translateX(10px);
}
.cid-uRHvGJN8ly .row {
  justify-content: center;
}
.cid-uRHvGJN8ly .cardbig-link,
.cid-uRHvGJN8ly .mbr-linkiconfont {
  color: #ffffff;
}
.cid-uRHvGJN8ly .cardbig-text,
.cid-uRHvGJN8ly .link-wrapper {
  color: #ffffff;
}
.cid-uRHvGJN8ly .card-title,
.cid-uRHvGJN8ly .iconfont-wrapper,
.cid-uRHvGJN8ly .card-wrapper {
  color: #132835;
}
.cid-uRHvGJN8ly .card-text,
.cid-uRHvGJN8ly .mbr-section-btn {
  color: #353535;
}
.cid-uRHvGJN8ly .cardbig-title {
  color: #ffffff;
}
.cid-uREHpjLtGG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffb18a;
}
.cid-uREHpjLtGG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uREHpjLtGG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uREHpjLtGG .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uREHpjLtGG .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uREHpjLtGG .container {
    padding: 0 6px;
  }
}
.cid-uREHpjLtGG .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #ffb18a;
}
@media (max-width: 1440px) {
  .cid-uREHpjLtGG .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uREHpjLtGG .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uREHpjLtGG .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uREHpjLtGG .row {
    padding: 50px 30px;
  }
}
.cid-uREHpjLtGG .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uREHpjLtGG .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uREHpjLtGG .title-wrapper {
    padding: 0;
  }
}
.cid-uREHpjLtGG .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uREHpjLtGG .title-wrapper .mbr-section-title span {
  color: #009472;
}
.cid-uREHpjLtGG .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uREHpjLtGG .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uREHpjLtGG .list-wrapper {
    padding: 0;
  }
}
.cid-uREHpjLtGG .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uREHpjLtGG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uREHpjLtGG .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uREHpjLtGG .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uREHpjLtGG .list-wrapper .list .item-wrap:hover,
.cid-uREHpjLtGG .list-wrapper .list .item-wrap:focus {
  color: #47b5ed;
}
.cid-uREHpjLtGG .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #000000;
}
.cid-uREHpjLtGG .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #000000;
}
.cid-uREHpjLtGG .mbr-section-title {
  color: #ffffff;
}
.cid-uREHpjLtGG .list-title {
  color: #000000;
}
.cid-uREHpjLtGG .list {
  color: #ffffff;
}
.cid-uREHpjLtGG .mbr-section-title,
.cid-uREHpjLtGG .mbr-section-btn {
  color: #000000;
}
.cid-uREHpjLtGG .list,
.cid-uREHpjLtGG .item-wrap {
  color: #000000;
}
.cid-uRHGHjJHH3 .navbar-dropdown {
  position: relative !important;
}
.cid-uRHGHjJHH3 .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uRHGHjJHH3 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uRHGHjJHH3 .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uRHGHjJHH3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRHGHjJHH3 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uRHGHjJHH3 .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-uRHGHjJHH3 .dropdown-item:hover,
.cid-uRHGHjJHH3 .dropdown-item:focus {
  background: #ffffff !important;
  color: #a11a20 !important;
}
.cid-uRHGHjJHH3 .dropdown-item:hover span {
  color: white;
}
.cid-uRHGHjJHH3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRHGHjJHH3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRHGHjJHH3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRHGHjJHH3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRHGHjJHH3 .nav-link {
  position: relative;
}
.cid-uRHGHjJHH3 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uRHGHjJHH3 .container {
    flex-wrap: nowrap;
  }
}
.cid-uRHGHjJHH3 .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uRHGHjJHH3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRHGHjJHH3 .dropdown-menu,
.cid-uRHGHjJHH3 .navbar.opened {
  background: #ffffff !important;
}
.cid-uRHGHjJHH3 .nav-item:focus,
.cid-uRHGHjJHH3 .nav-link:focus {
  outline: none;
}
.cid-uRHGHjJHH3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRHGHjJHH3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uRHGHjJHH3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRHGHjJHH3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRHGHjJHH3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRHGHjJHH3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRHGHjJHH3 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRHGHjJHH3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uRHGHjJHH3 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uRHGHjJHH3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uRHGHjJHH3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRHGHjJHH3 .navbar.collapsed {
  justify-content: center;
}
.cid-uRHGHjJHH3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRHGHjJHH3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRHGHjJHH3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRHGHjJHH3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRHGHjJHH3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRHGHjJHH3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRHGHjJHH3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRHGHjJHH3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRHGHjJHH3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRHGHjJHH3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRHGHjJHH3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRHGHjJHH3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRHGHjJHH3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRHGHjJHH3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRHGHjJHH3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRHGHjJHH3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRHGHjJHH3 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uRHGHjJHH3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uRHGHjJHH3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRHGHjJHH3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRHGHjJHH3 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uRHGHjJHH3 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uRHGHjJHH3 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uRHGHjJHH3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRHGHjJHH3 .navbar-brand .navbar-caption:hover,
.cid-uRHGHjJHH3 .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uRHGHjJHH3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRHGHjJHH3 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uRHGHjJHH3 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uRHGHjJHH3 .dropdown-item.active,
.cid-uRHGHjJHH3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uRHGHjJHH3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRHGHjJHH3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRHGHjJHH3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRHGHjJHH3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uRHGHjJHH3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uRHGHjJHH3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uRHGHjJHH3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRHGHjJHH3 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uRHGHjJHH3 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uRHGHjJHH3 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uRHGHjJHH3 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uRHGHjJHH3 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uRHGHjJHH3 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uRHGHjJHH3 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRHGHjJHH3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-uRHGHjJHH3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uRHGHjJHH3 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRHGHjJHH3 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRHGHjJHH3 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uRHGHjJHH3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRHGHjJHH3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRHGHjJHH3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRHGHjJHH3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRHGHjJHH3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRHGHjJHH3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRHGHjJHH3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRHGHjJHH3 .navbar {
    height: 70px;
  }
  .cid-uRHGHjJHH3 .navbar.opened {
    height: auto;
  }
  .cid-uRHGHjJHH3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRHGHjJHH3 .navbar-nav {
  margin: 0 auto;
}
.cid-uRHGHjJHH3 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uRHGHjJHH3 .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uRHGHjJHH3 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uRHGHjJHH3 .nav-item .nav-link:hover,
.cid-uRHGHjJHH3 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-uRHGHjJHH3 .nav-item .nav-link:hover::after,
.cid-uRHGHjJHH3 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uRHGHjJHH3 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uRHGHjJHH3 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uRHGHjJHH3 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uRHGHjJHH3 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uRHGHjJHH3 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uRHGHjJHH3 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uRHGHjJHH3 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uRHGHjJHH3 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uRHGHjJHH3 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uRHGHjJHH3 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uRHGHjJHH3 .content-wrap {
  min-height: 110px;
}
.cid-uRHGHldgvF {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uRHGHldgvF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHGHldgvF .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-uRHGHldgvF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRHGHldgvF img {
  border-radius: 2rem;
}
.cid-uRHGHldgvF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRHGHldgvF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uRHGHldgvF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRHGHldgvF .mbr-section-title {
  color: #000000;
}
.cid-uRHGHldgvF .mbr-text,
.cid-uRHGHldgvF .mbr-section-btn {
  color: #000000;
}
.cid-uRHGHo38Hc {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffb18a;
}
.cid-uRHGHo38Hc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHGHo38Hc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHGHo38Hc .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uRHGHo38Hc .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRHGHo38Hc .container {
    padding: 0 12px;
  }
}
.cid-uRHGHo38Hc .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRHGHo38Hc .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRHGHo38Hc .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uRHGHo38Hc .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uRHGHo38Hc .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uRHGHo38Hc .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uRHGHo38Hc .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uRHGHo38Hc .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uRHGHo38Hc .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uRHGHo38Hc .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uRHGHo38Hc .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uRHGHo38Hc .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uRHGHo38Hc .mbr-section-subtitle {
  color: #222222;
}
.cid-uRHGHo38Hc .mbr-text {
  color: #222222;
}
.cid-uRHGHo38Hc .list {
  color: #222222;
}
.cid-uRHGHMrNAc {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffb18a;
}
.cid-uRHGHMrNAc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHGHMrNAc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHGHMrNAc .loc-iconfont {
  position: absolute;
  top: 1rem;
  right: 2rem;
  background: #f20a34;
  color: white;
  height: 70px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 2rem;
}
.cid-uRHGHMrNAc .btn {
  width: -webkit-fill-available;
}
.cid-uRHGHMrNAc .mbr-section-btn {
  padding: 0 0.3rem;
}
.cid-uRHGHMrNAc .row-h {
  height: 100% !important;
  padding-bottom: 2rem;
}
.cid-uRHGHMrNAc .card-big {
  height: 100%;
  border-radius: 6px;
  padding: 0rem;
  margin: 0;
}
.cid-uRHGHMrNAc .card-wrapper {
  transition: all 0.3s;
  border-radius: 6px;
  padding: 1rem 1rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uRHGHMrNAc .card-wrapper {
    flex-direction: column;
    padding: 1rem 1rem;
    padding-bottom: 2rem;
  }
}
.cid-uRHGHMrNAc .card-wrapper:hover .mbr-iconfont {
  background: #f20a34;
  transform: translateX(10px);
}
.cid-uRHGHMrNAc .row {
  justify-content: center;
}
.cid-uRHGHMrNAc .cardbig-link,
.cid-uRHGHMrNAc .mbr-linkiconfont {
  color: #ffffff;
}
.cid-uRHGHMrNAc .cardbig-text,
.cid-uRHGHMrNAc .link-wrapper {
  color: #ffffff;
}
.cid-uRHGHMrNAc .card-title,
.cid-uRHGHMrNAc .iconfont-wrapper,
.cid-uRHGHMrNAc .card-wrapper {
  color: #132835;
}
.cid-uRHGHMrNAc .card-text,
.cid-uRHGHMrNAc .mbr-section-btn {
  color: #353535;
}
.cid-uRHGHMrNAc .cardbig-title {
  color: #ffffff;
}
.cid-uRHGHR2MIG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffb18a;
}
.cid-uRHGHR2MIG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHGHR2MIG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHGHR2MIG .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uRHGHR2MIG .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uRHGHR2MIG .container {
    padding: 0 6px;
  }
}
.cid-uRHGHR2MIG .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #ffb18a;
}
@media (max-width: 1440px) {
  .cid-uRHGHR2MIG .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uRHGHR2MIG .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uRHGHR2MIG .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uRHGHR2MIG .row {
    padding: 50px 30px;
  }
}
.cid-uRHGHR2MIG .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uRHGHR2MIG .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRHGHR2MIG .title-wrapper {
    padding: 0;
  }
}
.cid-uRHGHR2MIG .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uRHGHR2MIG .title-wrapper .mbr-section-title span {
  color: #009472;
}
.cid-uRHGHR2MIG .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRHGHR2MIG .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRHGHR2MIG .list-wrapper {
    padding: 0;
  }
}
.cid-uRHGHR2MIG .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uRHGHR2MIG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRHGHR2MIG .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uRHGHR2MIG .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRHGHR2MIG .list-wrapper .list .item-wrap:hover,
.cid-uRHGHR2MIG .list-wrapper .list .item-wrap:focus {
  color: #47b5ed;
}
.cid-uRHGHR2MIG .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #000000;
}
.cid-uRHGHR2MIG .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #000000;
}
.cid-uRHGHR2MIG .mbr-section-title {
  color: #ffffff;
}
.cid-uRHGHR2MIG .list-title {
  color: #000000;
}
.cid-uRHGHR2MIG .list {
  color: #ffffff;
}
.cid-uRHGHR2MIG .mbr-section-title,
.cid-uRHGHR2MIG .mbr-section-btn {
  color: #000000;
}
.cid-uRHGHR2MIG .list,
.cid-uRHGHR2MIG .item-wrap {
  color: #000000;
}
.cid-uRHHw7NeCP .navbar-dropdown {
  position: relative !important;
}
.cid-uRHHw7NeCP .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uRHHw7NeCP .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uRHHw7NeCP .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uRHHw7NeCP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRHHw7NeCP .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uRHHw7NeCP .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-uRHHw7NeCP .dropdown-item:hover,
.cid-uRHHw7NeCP .dropdown-item:focus {
  background: #ffffff !important;
  color: #a11a20 !important;
}
.cid-uRHHw7NeCP .dropdown-item:hover span {
  color: white;
}
.cid-uRHHw7NeCP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRHHw7NeCP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRHHw7NeCP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRHHw7NeCP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRHHw7NeCP .nav-link {
  position: relative;
}
.cid-uRHHw7NeCP .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uRHHw7NeCP .container {
    flex-wrap: nowrap;
  }
}
.cid-uRHHw7NeCP .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uRHHw7NeCP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRHHw7NeCP .dropdown-menu,
.cid-uRHHw7NeCP .navbar.opened {
  background: #ffffff !important;
}
.cid-uRHHw7NeCP .nav-item:focus,
.cid-uRHHw7NeCP .nav-link:focus {
  outline: none;
}
.cid-uRHHw7NeCP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRHHw7NeCP .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uRHHw7NeCP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRHHw7NeCP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRHHw7NeCP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRHHw7NeCP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRHHw7NeCP .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRHHw7NeCP .navbar.opened {
  transition: all 0.3s;
}
.cid-uRHHw7NeCP .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uRHHw7NeCP .navbar .navbar-logo img {
  width: auto;
}
.cid-uRHHw7NeCP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRHHw7NeCP .navbar.collapsed {
  justify-content: center;
}
.cid-uRHHw7NeCP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRHHw7NeCP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRHHw7NeCP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRHHw7NeCP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRHHw7NeCP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRHHw7NeCP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRHHw7NeCP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRHHw7NeCP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRHHw7NeCP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRHHw7NeCP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRHHw7NeCP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRHHw7NeCP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRHHw7NeCP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRHHw7NeCP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRHHw7NeCP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRHHw7NeCP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRHHw7NeCP .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uRHHw7NeCP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uRHHw7NeCP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRHHw7NeCP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRHHw7NeCP .navbar.navbar-short {
  min-height: 96px;
}
.cid-uRHHw7NeCP .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uRHHw7NeCP .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uRHHw7NeCP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRHHw7NeCP .navbar-brand .navbar-caption:hover,
.cid-uRHHw7NeCP .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uRHHw7NeCP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRHHw7NeCP .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uRHHw7NeCP .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uRHHw7NeCP .dropdown-item.active,
.cid-uRHHw7NeCP .dropdown-item:active {
  background-color: transparent;
}
.cid-uRHHw7NeCP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRHHw7NeCP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRHHw7NeCP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRHHw7NeCP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uRHHw7NeCP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uRHHw7NeCP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uRHHw7NeCP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRHHw7NeCP ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uRHHw7NeCP ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uRHHw7NeCP .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uRHHw7NeCP .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uRHHw7NeCP .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uRHHw7NeCP .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uRHHw7NeCP button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRHHw7NeCP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-uRHHw7NeCP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uRHHw7NeCP button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRHHw7NeCP button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRHHw7NeCP button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uRHHw7NeCP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRHHw7NeCP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRHHw7NeCP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRHHw7NeCP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRHHw7NeCP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRHHw7NeCP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRHHw7NeCP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRHHw7NeCP .navbar {
    height: 70px;
  }
  .cid-uRHHw7NeCP .navbar.opened {
    height: auto;
  }
  .cid-uRHHw7NeCP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRHHw7NeCP .navbar-nav {
  margin: 0 auto;
}
.cid-uRHHw7NeCP .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uRHHw7NeCP .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uRHHw7NeCP .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uRHHw7NeCP .nav-item .nav-link:hover,
.cid-uRHHw7NeCP .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-uRHHw7NeCP .nav-item .nav-link:hover::after,
.cid-uRHHw7NeCP .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uRHHw7NeCP .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uRHHw7NeCP .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uRHHw7NeCP .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uRHHw7NeCP .navbar {
    justify-content: flex-start !important;
  }
  .cid-uRHHw7NeCP .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uRHHw7NeCP .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uRHHw7NeCP .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uRHHw7NeCP .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uRHHw7NeCP .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uRHHw7NeCP .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uRHHw7NeCP .content-wrap {
  min-height: 110px;
}
.cid-uRHHw95cJj {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uRHHw95cJj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHHw95cJj .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-uRHHw95cJj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRHHw95cJj img {
  border-radius: 2rem;
}
.cid-uRHHw95cJj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRHHw95cJj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uRHHw95cJj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRHHw95cJj .mbr-section-title {
  color: #000000;
}
.cid-uRHHw95cJj .mbr-text,
.cid-uRHHw95cJj .mbr-section-btn {
  color: #000000;
}
.cid-uRHHwabzeE {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffb18a;
}
.cid-uRHHwabzeE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHHwabzeE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHHwabzeE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uRHHwabzeE .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRHHwabzeE .container {
    padding: 0 12px;
  }
}
.cid-uRHHwabzeE .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRHHwabzeE .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRHHwabzeE .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uRHHwabzeE .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uRHHwabzeE .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uRHHwabzeE .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uRHHwabzeE .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uRHHwabzeE .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uRHHwabzeE .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uRHHwabzeE .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uRHHwabzeE .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uRHHwabzeE .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uRHHwabzeE .mbr-section-subtitle {
  color: #222222;
}
.cid-uRHHwabzeE .mbr-text {
  color: #222222;
}
.cid-uRHHwabzeE .list {
  color: #222222;
}
.cid-uRHHwbdWIi {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffb18a;
}
.cid-uRHHwbdWIi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHHwbdWIi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHHwbdWIi .loc-iconfont {
  position: absolute;
  top: 1rem;
  right: 2rem;
  background: #f20a34;
  color: white;
  height: 70px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 2rem;
}
.cid-uRHHwbdWIi .btn {
  width: -webkit-fill-available;
}
.cid-uRHHwbdWIi .mbr-section-btn {
  padding: 0 0.3rem;
}
.cid-uRHHwbdWIi .row-h {
  height: 100% !important;
  padding-bottom: 2rem;
}
.cid-uRHHwbdWIi .card-big {
  height: 100%;
  border-radius: 6px;
  padding: 0rem;
  margin: 0;
}
.cid-uRHHwbdWIi .card-wrapper {
  transition: all 0.3s;
  border-radius: 6px;
  padding: 1rem 1rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uRHHwbdWIi .card-wrapper {
    flex-direction: column;
    padding: 1rem 1rem;
    padding-bottom: 2rem;
  }
}
.cid-uRHHwbdWIi .card-wrapper:hover .mbr-iconfont {
  background: #f20a34;
  transform: translateX(10px);
}
.cid-uRHHwbdWIi .row {
  justify-content: center;
}
.cid-uRHHwbdWIi .cardbig-link,
.cid-uRHHwbdWIi .mbr-linkiconfont {
  color: #ffffff;
}
.cid-uRHHwbdWIi .cardbig-text,
.cid-uRHHwbdWIi .link-wrapper {
  color: #ffffff;
}
.cid-uRHHwbdWIi .card-title,
.cid-uRHHwbdWIi .iconfont-wrapper,
.cid-uRHHwbdWIi .card-wrapper {
  color: #132835;
}
.cid-uRHHwbdWIi .card-text,
.cid-uRHHwbdWIi .mbr-section-btn {
  color: #353535;
}
.cid-uRHHwbdWIi .cardbig-title {
  color: #ffffff;
}
.cid-uRHHwczxWS {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffb18a;
}
.cid-uRHHwczxWS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHHwczxWS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHHwczxWS .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uRHHwczxWS .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uRHHwczxWS .container {
    padding: 0 6px;
  }
}
.cid-uRHHwczxWS .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #ffb18a;
}
@media (max-width: 1440px) {
  .cid-uRHHwczxWS .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uRHHwczxWS .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uRHHwczxWS .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uRHHwczxWS .row {
    padding: 50px 30px;
  }
}
.cid-uRHHwczxWS .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uRHHwczxWS .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRHHwczxWS .title-wrapper {
    padding: 0;
  }
}
.cid-uRHHwczxWS .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uRHHwczxWS .title-wrapper .mbr-section-title span {
  color: #009472;
}
.cid-uRHHwczxWS .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRHHwczxWS .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRHHwczxWS .list-wrapper {
    padding: 0;
  }
}
.cid-uRHHwczxWS .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uRHHwczxWS .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRHHwczxWS .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uRHHwczxWS .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRHHwczxWS .list-wrapper .list .item-wrap:hover,
.cid-uRHHwczxWS .list-wrapper .list .item-wrap:focus {
  color: #47b5ed;
}
.cid-uRHHwczxWS .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #000000;
}
.cid-uRHHwczxWS .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #000000;
}
.cid-uRHHwczxWS .mbr-section-title {
  color: #ffffff;
}
.cid-uRHHwczxWS .list-title {
  color: #000000;
}
.cid-uRHHwczxWS .list {
  color: #ffffff;
}
.cid-uRHHwczxWS .mbr-section-title,
.cid-uRHHwczxWS .mbr-section-btn {
  color: #000000;
}
.cid-uRHHwczxWS .list,
.cid-uRHHwczxWS .item-wrap {
  color: #000000;
}
.cid-uRHI3uTZ4I .navbar-dropdown {
  position: relative !important;
}
.cid-uRHI3uTZ4I .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uRHI3uTZ4I .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uRHI3uTZ4I .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uRHI3uTZ4I .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRHI3uTZ4I .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uRHI3uTZ4I .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-uRHI3uTZ4I .dropdown-item:hover,
.cid-uRHI3uTZ4I .dropdown-item:focus {
  background: #ffffff !important;
  color: #a11a20 !important;
}
.cid-uRHI3uTZ4I .dropdown-item:hover span {
  color: white;
}
.cid-uRHI3uTZ4I .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRHI3uTZ4I .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRHI3uTZ4I .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRHI3uTZ4I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRHI3uTZ4I .nav-link {
  position: relative;
}
.cid-uRHI3uTZ4I .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uRHI3uTZ4I .container {
    flex-wrap: nowrap;
  }
}
.cid-uRHI3uTZ4I .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uRHI3uTZ4I .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRHI3uTZ4I .dropdown-menu,
.cid-uRHI3uTZ4I .navbar.opened {
  background: #ffffff !important;
}
.cid-uRHI3uTZ4I .nav-item:focus,
.cid-uRHI3uTZ4I .nav-link:focus {
  outline: none;
}
.cid-uRHI3uTZ4I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRHI3uTZ4I .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uRHI3uTZ4I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRHI3uTZ4I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRHI3uTZ4I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRHI3uTZ4I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRHI3uTZ4I .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRHI3uTZ4I .navbar.opened {
  transition: all 0.3s;
}
.cid-uRHI3uTZ4I .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uRHI3uTZ4I .navbar .navbar-logo img {
  width: auto;
}
.cid-uRHI3uTZ4I .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRHI3uTZ4I .navbar.collapsed {
  justify-content: center;
}
.cid-uRHI3uTZ4I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRHI3uTZ4I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRHI3uTZ4I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRHI3uTZ4I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRHI3uTZ4I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRHI3uTZ4I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRHI3uTZ4I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRHI3uTZ4I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRHI3uTZ4I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRHI3uTZ4I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRHI3uTZ4I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRHI3uTZ4I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRHI3uTZ4I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRHI3uTZ4I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRHI3uTZ4I .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRHI3uTZ4I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRHI3uTZ4I .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uRHI3uTZ4I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uRHI3uTZ4I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRHI3uTZ4I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRHI3uTZ4I .navbar.navbar-short {
  min-height: 96px;
}
.cid-uRHI3uTZ4I .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uRHI3uTZ4I .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uRHI3uTZ4I .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRHI3uTZ4I .navbar-brand .navbar-caption:hover,
.cid-uRHI3uTZ4I .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uRHI3uTZ4I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRHI3uTZ4I .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uRHI3uTZ4I .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uRHI3uTZ4I .dropdown-item.active,
.cid-uRHI3uTZ4I .dropdown-item:active {
  background-color: transparent;
}
.cid-uRHI3uTZ4I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRHI3uTZ4I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRHI3uTZ4I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRHI3uTZ4I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uRHI3uTZ4I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uRHI3uTZ4I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uRHI3uTZ4I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRHI3uTZ4I ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uRHI3uTZ4I ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uRHI3uTZ4I .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uRHI3uTZ4I .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uRHI3uTZ4I .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uRHI3uTZ4I .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uRHI3uTZ4I button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRHI3uTZ4I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-uRHI3uTZ4I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uRHI3uTZ4I button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRHI3uTZ4I button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRHI3uTZ4I button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uRHI3uTZ4I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRHI3uTZ4I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRHI3uTZ4I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRHI3uTZ4I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRHI3uTZ4I .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRHI3uTZ4I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRHI3uTZ4I .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRHI3uTZ4I .navbar {
    height: 70px;
  }
  .cid-uRHI3uTZ4I .navbar.opened {
    height: auto;
  }
  .cid-uRHI3uTZ4I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRHI3uTZ4I .navbar-nav {
  margin: 0 auto;
}
.cid-uRHI3uTZ4I .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uRHI3uTZ4I .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uRHI3uTZ4I .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uRHI3uTZ4I .nav-item .nav-link:hover,
.cid-uRHI3uTZ4I .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-uRHI3uTZ4I .nav-item .nav-link:hover::after,
.cid-uRHI3uTZ4I .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uRHI3uTZ4I .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uRHI3uTZ4I .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uRHI3uTZ4I .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uRHI3uTZ4I .navbar {
    justify-content: flex-start !important;
  }
  .cid-uRHI3uTZ4I .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uRHI3uTZ4I .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uRHI3uTZ4I .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uRHI3uTZ4I .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uRHI3uTZ4I .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uRHI3uTZ4I .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uRHI3uTZ4I .content-wrap {
  min-height: 110px;
}
.cid-uRHI3vSHzl {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uRHI3vSHzl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHI3vSHzl .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-uRHI3vSHzl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRHI3vSHzl img {
  border-radius: 2rem;
}
.cid-uRHI3vSHzl .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRHI3vSHzl .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uRHI3vSHzl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRHI3vSHzl .mbr-section-title {
  color: #000000;
}
.cid-uRHI3vSHzl .mbr-text,
.cid-uRHI3vSHzl .mbr-section-btn {
  color: #000000;
}
.cid-uRHI3wKztr {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRHI3wKztr .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uRHI3wKztr .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uRHI3wKztr .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  border-radius: 0;
  content: "✓";
}
.cid-uRHI3wKztr .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uRHI3wKztr .mbr-text {
  color: #3d5943;
}
.cid-uRHI3xEAAM {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffb18a;
}
.cid-uRHI3xEAAM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHI3xEAAM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHI3xEAAM .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uRHI3xEAAM .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRHI3xEAAM .container {
    padding: 0 12px;
  }
}
.cid-uRHI3xEAAM .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRHI3xEAAM .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRHI3xEAAM .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uRHI3xEAAM .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uRHI3xEAAM .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uRHI3xEAAM .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uRHI3xEAAM .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uRHI3xEAAM .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uRHI3xEAAM .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uRHI3xEAAM .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uRHI3xEAAM .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uRHI3xEAAM .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uRHI3xEAAM .mbr-section-subtitle {
  color: #222222;
}
.cid-uRHI3xEAAM .mbr-text {
  color: #222222;
}
.cid-uRHI3xEAAM .list {
  color: #222222;
}
.cid-uRHI3yy07O {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uRHI3yy07O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHI3yy07O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHI3yy07O .card-wrapper {
  background: #ffffff;
  margin-top: 3rem;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uRHI3yy07O .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 1500px) {
  .cid-uRHI3yy07O .container {
    max-width: 1400px;
  }
}
.cid-uRHI3yy07O .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #1e2330;
  margin-bottom: 2rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #d2dc1d;
  height: 80px;
  border-radius: 50%;
}
.cid-uRHI3yy07O .row {
  justify-content: center;
}
.cid-uRHI3yy07O .card-title,
.cid-uRHI3yy07O .iconfont-wrapper {
  text-align: center;
}
.cid-uRHI3zHDqS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRHI3zHDqS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHI3zHDqS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHI3zHDqS .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uRHI3zHDqS .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uRHI3zHDqS .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uRHI3zHDqS .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uRHI3zHDqS .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #ffffff;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uRHI3zHDqS .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uRHI3zHDqS .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uRHI3zHDqS .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRHI3zHDqS .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRHI3zHDqS .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uRHI3zHDqS .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uRHI3zHDqS .mbr-section-title,
.cid-uRHI3zHDqS .mbr-section-btn {
  color: #000000;
}
.cid-uRHI3ACe0n {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uRHI3ACe0n .mbr-text {
  color: #000000;
}
.cid-uRHI3ACe0n .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uRHI3ACe0n .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRHI3BCqez {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb18a;
}
.cid-uRHI3BCqez .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHI3BCqez .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHI3BCqez .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uRHI3BCqez .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uRHI3BCqez .container {
    padding: 0 26px;
  }
}
.cid-uRHI3BCqez .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uRHI3BCqez .row {
    margin: 0 -12px;
  }
}
.cid-uRHI3BCqez .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
}
.cid-uRHI3BCqez .card:first-child {
  border-right: 1px solid #ffb18a;
}
@media (max-width: 992px) {
  .cid-uRHI3BCqez .card:first-child {
    border: none;
  }
}
.cid-uRHI3BCqez .card:first-child::before {
  content: '';
  position: absolute;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #ffb18a;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-uRHI3BCqez .card:first-child::before {
    display: none;
  }
}
.cid-uRHI3BCqez .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .cid-uRHI3BCqez .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uRHI3BCqez .card {
    padding: 0 12px;
  }
}
.cid-uRHI3BCqez .image-wrapper {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .cid-uRHI3BCqez .image-wrapper {
    padding: 0 0 40px 0;
  }
}
.cid-uRHI3BCqez .image-wrapper img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRHI3BCqez .image-wrapper img {
    height: 300px;
  }
}
.cid-uRHI3BCqez .title-wrapper .title-wrap {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uRHI3BCqez .title-wrapper .title-wrap {
    padding: 0;
  }
}
.cid-uRHI3BCqez .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uRHI3BCqez .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uRHI3BCqez .mbr-section-title {
  color: #000000;
}
.cid-uRHI3BCqez .mbr-text {
  color: #000000;
}
.cid-uRHI3CEGBr {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uRHI3CEGBr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHI3CEGBr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHI3CEGBr .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRHI3CEGBr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRHI3CEGBr img {
  border-radius: 2rem;
}
.cid-uRHI3CEGBr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRHI3CEGBr .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uRHI3CEGBr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRHI3CEGBr .mbr-section-title {
  color: #000000;
}
.cid-uRHI3CEGBr .mbr-text,
.cid-uRHI3CEGBr .mbr-section-btn {
  color: #000000;
}
.cid-uRHI3DDFrr {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #ffb18a;
}
.cid-uRHI3DDFrr .mbr-text {
  color: #fafaf9;
}
.cid-uRHI3DDFrr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uRHI3DDFrr p {
  opacity: 0.7;
}
.cid-uRHI3DDFrr .wrapper {
  background: #000000;
  padding: 4rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uRHI3DDFrr .wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRHI3DDFrr .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uRHI3EEzzY {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRHI3EEzzY .mbr-text {
  color: #000000;
}
.cid-uRHI3EEzzY .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uRHI3EEzzY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRHI3FDhzc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRHI3FDhzc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHI3FDhzc .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-uRHI3FDhzc .container {
    padding: 0 22px;
  }
}
.cid-uRHI3FDhzc .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRHI3FDhzc .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRHI3FDhzc .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uRHI3FDhzc .image-wrapper img {
    height: 350px;
  }
}
.cid-uRHI3FDhzc .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-uRHI3FDhzc .panel-group {
  border-bottom: 1px solid #d4d3d3;
}
.cid-uRHI3FDhzc .panel-group .card {
  border-top: 1px solid #d4d3d3;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uRHI3FDhzc .panel-group .card:hover,
.cid-uRHI3FDhzc .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-uRHI3FDhzc .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRHI3FDhzc .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-uRHI3FDhzc .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRHI3FDhzc .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uRHI3FDhzc .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-uRHI3FDhzc .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-uRHI3FDhzc .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-uRHI3FDhzc .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRHI3FDhzc .panel-title-edit {
  color: #000000;
}
.cid-uRHI3FDhzc .panel-text {
  color: #8a8588;
}
.cid-uRHI3GS9za {
  padding-top: 5rem;
  padding-bottom: 4rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uRHI3GS9za .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffffff 0, #ffffff 43%, #ffffff 100%);
}
.cid-uRHI3GS9za .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffffff 0, #ffffff 43%, #ffffff 100%);
}
.cid-uRHI3GS9za .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHI3GS9za .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-uRHI3GS9za .container {
    padding: 0 30px;
  }
}
.cid-uRHI3GS9za .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uRHI3GS9za .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRHI3GS9za .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uRHI3GS9za .text-wrapper {
  border-left: 1px solid #000000;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uRHI3GS9za .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uRHI3GS9za .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRHI3GS9za .mbr-section-title {
  color: #000000;
}
.cid-uRHI3GS9za .mbr-text {
  color: #000000;
}
.cid-uRHI3HN8Rh {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uRHI3HN8Rh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHI3HN8Rh .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-uRHI3HN8Rh .container {
    padding: 0 20px;
  }
}
.cid-uRHI3HN8Rh .row {
  margin: 0;
}
.cid-uRHI3HN8Rh .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRHI3HN8Rh .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRHI3HN8Rh .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uRHI3HN8Rh .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uRHI3HN8Rh .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uRHI3HN8Rh .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uRHI3HN8Rh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRHI3INmn2 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-uRHI3INmn2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHI3INmn2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHI3INmn2 .row {
  justify-content: flex-start;
}
.cid-uRHI3INmn2 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uRHI3INmn2 .mbr-text {
  color: #000000;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-uRHL9Cj6c2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRHL9Cj6c2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHL9Cj6c2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHL9Cj6c2 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uRHL9Cj6c2 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uRHL9Cj6c2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uRHL9Cj6c2 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uRHL9Cj6c2 .container {
    padding: 0 16px;
  }
}
.cid-uRHL9Cj6c2 .row {
  justify-content: center;
}
.cid-uRHL9Cj6c2 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRHL9Cj6c2 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRHL9Cj6c2 .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uRHL9Cj6c2 .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uRHL9Cj6c2 .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uRHL9Cj6c2 .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uRHL9Cj6c2 .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uRHL9Cj6c2 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uRHL9Cj6c2 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uRHL9Cj6c2 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRHL9Cj6c2 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uRHL9Cj6c2 .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRHL9Cj6c2 .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uRHL9Cj6c2 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRHL9Cj6c2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRHL9Cj6c2 .panel-title {
  color: #000000;
}
.cid-uRHL9Cj6c2 .panel-text {
  color: #000000;
}
.cid-uRHI3JIL7c {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffb18a;
}
.cid-uRHI3JIL7c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHI3JIL7c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHI3JIL7c .loc-iconfont {
  position: absolute;
  top: 1rem;
  right: 2rem;
  background: #f20a34;
  color: white;
  height: 70px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 2rem;
}
.cid-uRHI3JIL7c .btn {
  width: -webkit-fill-available;
}
.cid-uRHI3JIL7c .mbr-section-btn {
  padding: 0 0.3rem;
}
.cid-uRHI3JIL7c .row-h {
  height: 100% !important;
  padding-bottom: 2rem;
}
.cid-uRHI3JIL7c .card-big {
  height: 100%;
  border-radius: 6px;
  padding: 0rem;
  margin: 0;
}
.cid-uRHI3JIL7c .card-wrapper {
  transition: all 0.3s;
  border-radius: 6px;
  padding: 1rem 1rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uRHI3JIL7c .card-wrapper {
    flex-direction: column;
    padding: 1rem 1rem;
    padding-bottom: 2rem;
  }
}
.cid-uRHI3JIL7c .card-wrapper:hover .mbr-iconfont {
  background: #f20a34;
  transform: translateX(10px);
}
.cid-uRHI3JIL7c .row {
  justify-content: center;
}
.cid-uRHI3JIL7c .cardbig-link,
.cid-uRHI3JIL7c .mbr-linkiconfont {
  color: #ffffff;
}
.cid-uRHI3JIL7c .cardbig-text,
.cid-uRHI3JIL7c .link-wrapper {
  color: #ffffff;
}
.cid-uRHI3JIL7c .card-title,
.cid-uRHI3JIL7c .iconfont-wrapper,
.cid-uRHI3JIL7c .card-wrapper {
  color: #132835;
}
.cid-uRHI3JIL7c .card-text,
.cid-uRHI3JIL7c .mbr-section-btn {
  color: #353535;
}
.cid-uRHI3JIL7c .cardbig-title {
  color: #ffffff;
}
.cid-uRHI3KTIjF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffb18a;
}
.cid-uRHI3KTIjF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHI3KTIjF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHI3KTIjF .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uRHI3KTIjF .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uRHI3KTIjF .container {
    padding: 0 6px;
  }
}
.cid-uRHI3KTIjF .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #ffb18a;
}
@media (max-width: 1440px) {
  .cid-uRHI3KTIjF .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uRHI3KTIjF .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uRHI3KTIjF .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uRHI3KTIjF .row {
    padding: 50px 30px;
  }
}
.cid-uRHI3KTIjF .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uRHI3KTIjF .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRHI3KTIjF .title-wrapper {
    padding: 0;
  }
}
.cid-uRHI3KTIjF .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uRHI3KTIjF .title-wrapper .mbr-section-title span {
  color: #009472;
}
.cid-uRHI3KTIjF .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRHI3KTIjF .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRHI3KTIjF .list-wrapper {
    padding: 0;
  }
}
.cid-uRHI3KTIjF .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uRHI3KTIjF .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRHI3KTIjF .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uRHI3KTIjF .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRHI3KTIjF .list-wrapper .list .item-wrap:hover,
.cid-uRHI3KTIjF .list-wrapper .list .item-wrap:focus {
  color: #47b5ed;
}
.cid-uRHI3KTIjF .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #000000;
}
.cid-uRHI3KTIjF .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #000000;
}
.cid-uRHI3KTIjF .mbr-section-title {
  color: #ffffff;
}
.cid-uRHI3KTIjF .list-title {
  color: #000000;
}
.cid-uRHI3KTIjF .list {
  color: #ffffff;
}
.cid-uRHI3KTIjF .mbr-section-title,
.cid-uRHI3KTIjF .mbr-section-btn {
  color: #000000;
}
.cid-uRHI3KTIjF .list,
.cid-uRHI3KTIjF .item-wrap {
  color: #000000;
}
.cid-uRHM9Gdj7w .navbar-dropdown {
  position: relative !important;
}
.cid-uRHM9Gdj7w .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uRHM9Gdj7w .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uRHM9Gdj7w .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uRHM9Gdj7w .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRHM9Gdj7w .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uRHM9Gdj7w .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-uRHM9Gdj7w .dropdown-item:hover,
.cid-uRHM9Gdj7w .dropdown-item:focus {
  background: #ffffff !important;
  color: #a11a20 !important;
}
.cid-uRHM9Gdj7w .dropdown-item:hover span {
  color: white;
}
.cid-uRHM9Gdj7w .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRHM9Gdj7w .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRHM9Gdj7w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRHM9Gdj7w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRHM9Gdj7w .nav-link {
  position: relative;
}
.cid-uRHM9Gdj7w .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uRHM9Gdj7w .container {
    flex-wrap: nowrap;
  }
}
.cid-uRHM9Gdj7w .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uRHM9Gdj7w .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRHM9Gdj7w .dropdown-menu,
.cid-uRHM9Gdj7w .navbar.opened {
  background: #ffffff !important;
}
.cid-uRHM9Gdj7w .nav-item:focus,
.cid-uRHM9Gdj7w .nav-link:focus {
  outline: none;
}
.cid-uRHM9Gdj7w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRHM9Gdj7w .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uRHM9Gdj7w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRHM9Gdj7w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRHM9Gdj7w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRHM9Gdj7w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRHM9Gdj7w .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRHM9Gdj7w .navbar.opened {
  transition: all 0.3s;
}
.cid-uRHM9Gdj7w .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uRHM9Gdj7w .navbar .navbar-logo img {
  width: auto;
}
.cid-uRHM9Gdj7w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRHM9Gdj7w .navbar.collapsed {
  justify-content: center;
}
.cid-uRHM9Gdj7w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRHM9Gdj7w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRHM9Gdj7w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRHM9Gdj7w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRHM9Gdj7w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRHM9Gdj7w .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRHM9Gdj7w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRHM9Gdj7w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRHM9Gdj7w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRHM9Gdj7w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRHM9Gdj7w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRHM9Gdj7w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRHM9Gdj7w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRHM9Gdj7w .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRHM9Gdj7w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRHM9Gdj7w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRHM9Gdj7w .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uRHM9Gdj7w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uRHM9Gdj7w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRHM9Gdj7w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRHM9Gdj7w .navbar.navbar-short {
  min-height: 96px;
}
.cid-uRHM9Gdj7w .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uRHM9Gdj7w .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uRHM9Gdj7w .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRHM9Gdj7w .navbar-brand .navbar-caption:hover,
.cid-uRHM9Gdj7w .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uRHM9Gdj7w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRHM9Gdj7w .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uRHM9Gdj7w .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uRHM9Gdj7w .dropdown-item.active,
.cid-uRHM9Gdj7w .dropdown-item:active {
  background-color: transparent;
}
.cid-uRHM9Gdj7w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRHM9Gdj7w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRHM9Gdj7w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRHM9Gdj7w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uRHM9Gdj7w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uRHM9Gdj7w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uRHM9Gdj7w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRHM9Gdj7w ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uRHM9Gdj7w ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uRHM9Gdj7w .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uRHM9Gdj7w .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uRHM9Gdj7w .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uRHM9Gdj7w .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uRHM9Gdj7w button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRHM9Gdj7w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-uRHM9Gdj7w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uRHM9Gdj7w button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRHM9Gdj7w button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRHM9Gdj7w button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uRHM9Gdj7w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRHM9Gdj7w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRHM9Gdj7w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRHM9Gdj7w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRHM9Gdj7w .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRHM9Gdj7w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRHM9Gdj7w .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRHM9Gdj7w .navbar {
    height: 70px;
  }
  .cid-uRHM9Gdj7w .navbar.opened {
    height: auto;
  }
  .cid-uRHM9Gdj7w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRHM9Gdj7w .navbar-nav {
  margin: 0 auto;
}
.cid-uRHM9Gdj7w .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uRHM9Gdj7w .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uRHM9Gdj7w .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uRHM9Gdj7w .nav-item .nav-link:hover,
.cid-uRHM9Gdj7w .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-uRHM9Gdj7w .nav-item .nav-link:hover::after,
.cid-uRHM9Gdj7w .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uRHM9Gdj7w .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uRHM9Gdj7w .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uRHM9Gdj7w .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uRHM9Gdj7w .navbar {
    justify-content: flex-start !important;
  }
  .cid-uRHM9Gdj7w .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uRHM9Gdj7w .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uRHM9Gdj7w .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uRHM9Gdj7w .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uRHM9Gdj7w .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uRHM9Gdj7w .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uRHM9Gdj7w .content-wrap {
  min-height: 110px;
}
.cid-uRHM9IDk2P {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uRHM9IDk2P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHM9IDk2P .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-uRHM9IDk2P .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRHM9IDk2P img {
  border-radius: 2rem;
}
.cid-uRHM9IDk2P .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRHM9IDk2P .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uRHM9IDk2P .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRHM9IDk2P .mbr-section-title {
  color: #000000;
}
.cid-uRHM9IDk2P .mbr-text,
.cid-uRHM9IDk2P .mbr-section-btn {
  color: #000000;
}
.cid-uRHM9KKjmy {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRHM9KKjmy .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uRHM9KKjmy .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uRHM9KKjmy .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  border-radius: 0;
  content: "✓";
}
.cid-uRHM9KKjmy .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uRHM9KKjmy .mbr-text {
  color: #3d5943;
}
.cid-uRHM9MGsTd {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffb18a;
}
.cid-uRHM9MGsTd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHM9MGsTd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHM9MGsTd .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uRHM9MGsTd .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRHM9MGsTd .container {
    padding: 0 12px;
  }
}
.cid-uRHM9MGsTd .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRHM9MGsTd .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRHM9MGsTd .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uRHM9MGsTd .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uRHM9MGsTd .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uRHM9MGsTd .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uRHM9MGsTd .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uRHM9MGsTd .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uRHM9MGsTd .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uRHM9MGsTd .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uRHM9MGsTd .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uRHM9MGsTd .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uRHM9MGsTd .mbr-section-subtitle {
  color: #222222;
}
.cid-uRHM9MGsTd .mbr-text {
  color: #222222;
}
.cid-uRHM9MGsTd .list {
  color: #222222;
}
.cid-uRHM9OLMuJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uRHM9OLMuJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHM9OLMuJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHM9OLMuJ .card-wrapper {
  background: #ffffff;
  margin-top: 3rem;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uRHM9OLMuJ .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 1500px) {
  .cid-uRHM9OLMuJ .container {
    max-width: 1400px;
  }
}
.cid-uRHM9OLMuJ .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #1e2330;
  margin-bottom: 2rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #d2dc1d;
  height: 80px;
  border-radius: 50%;
}
.cid-uRHM9OLMuJ .row {
  justify-content: center;
}
.cid-uRHM9OLMuJ .card-title,
.cid-uRHM9OLMuJ .iconfont-wrapper {
  text-align: center;
}
.cid-uRHM9RgugS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRHM9RgugS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHM9RgugS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHM9RgugS .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uRHM9RgugS .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uRHM9RgugS .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uRHM9RgugS .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uRHM9RgugS .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #ffffff;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uRHM9RgugS .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uRHM9RgugS .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uRHM9RgugS .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRHM9RgugS .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRHM9RgugS .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uRHM9RgugS .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uRHM9RgugS .mbr-section-title,
.cid-uRHM9RgugS .mbr-section-btn {
  color: #000000;
}
.cid-uRHM9TUghV {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uRHM9TUghV .mbr-text {
  color: #000000;
}
.cid-uRHM9TUghV .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uRHM9TUghV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRHM9WtRHu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb18a;
}
.cid-uRHM9WtRHu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHM9WtRHu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHM9WtRHu .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uRHM9WtRHu .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uRHM9WtRHu .container {
    padding: 0 26px;
  }
}
.cid-uRHM9WtRHu .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uRHM9WtRHu .row {
    margin: 0 -12px;
  }
}
.cid-uRHM9WtRHu .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
}
.cid-uRHM9WtRHu .card:first-child {
  border-right: 1px solid #ffb18a;
}
@media (max-width: 992px) {
  .cid-uRHM9WtRHu .card:first-child {
    border: none;
  }
}
.cid-uRHM9WtRHu .card:first-child::before {
  content: '';
  position: absolute;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #ffb18a;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-uRHM9WtRHu .card:first-child::before {
    display: none;
  }
}
.cid-uRHM9WtRHu .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .cid-uRHM9WtRHu .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uRHM9WtRHu .card {
    padding: 0 12px;
  }
}
.cid-uRHM9WtRHu .image-wrapper {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .cid-uRHM9WtRHu .image-wrapper {
    padding: 0 0 40px 0;
  }
}
.cid-uRHM9WtRHu .image-wrapper img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRHM9WtRHu .image-wrapper img {
    height: 300px;
  }
}
.cid-uRHM9WtRHu .title-wrapper .title-wrap {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uRHM9WtRHu .title-wrapper .title-wrap {
    padding: 0;
  }
}
.cid-uRHM9WtRHu .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uRHM9WtRHu .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uRHM9WtRHu .mbr-section-title {
  color: #000000;
}
.cid-uRHM9WtRHu .mbr-text {
  color: #000000;
}
.cid-uRHMa1lBfz {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uRHMa1lBfz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHMa1lBfz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHMa1lBfz .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRHMa1lBfz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRHMa1lBfz img {
  border-radius: 2rem;
}
.cid-uRHMa1lBfz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRHMa1lBfz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uRHMa1lBfz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRHMa1lBfz .mbr-section-title {
  color: #000000;
}
.cid-uRHMa1lBfz .mbr-text,
.cid-uRHMa1lBfz .mbr-section-btn {
  color: #000000;
}
.cid-uRHMa4pDSg {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #ffb18a;
}
.cid-uRHMa4pDSg .mbr-text {
  color: #fafaf9;
}
.cid-uRHMa4pDSg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uRHMa4pDSg p {
  opacity: 0.7;
}
.cid-uRHMa4pDSg .wrapper {
  background: #000000;
  padding: 4rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uRHMa4pDSg .wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRHMa4pDSg .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uRHMa77EaP {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRHMa77EaP .mbr-text {
  color: #000000;
}
.cid-uRHMa77EaP .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uRHMa77EaP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRHMa9IiOA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRHMa9IiOA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHMa9IiOA .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-uRHMa9IiOA .container {
    padding: 0 22px;
  }
}
.cid-uRHMa9IiOA .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRHMa9IiOA .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRHMa9IiOA .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uRHMa9IiOA .image-wrapper img {
    height: 350px;
  }
}
.cid-uRHMa9IiOA .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-uRHMa9IiOA .panel-group {
  border-bottom: 1px solid #d4d3d3;
}
.cid-uRHMa9IiOA .panel-group .card {
  border-top: 1px solid #d4d3d3;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uRHMa9IiOA .panel-group .card:hover,
.cid-uRHMa9IiOA .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-uRHMa9IiOA .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRHMa9IiOA .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-uRHMa9IiOA .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRHMa9IiOA .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uRHMa9IiOA .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-uRHMa9IiOA .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-uRHMa9IiOA .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-uRHMa9IiOA .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRHMa9IiOA .panel-title-edit {
  color: #000000;
}
.cid-uRHMa9IiOA .panel-text {
  color: #8a8588;
}
.cid-uRHMaeCR4Z {
  padding-top: 5rem;
  padding-bottom: 4rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uRHMaeCR4Z .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffffff 0, #ffffff 43%, #ffffff 100%);
}
.cid-uRHMaeCR4Z .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffffff 0, #ffffff 43%, #ffffff 100%);
}
.cid-uRHMaeCR4Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHMaeCR4Z .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-uRHMaeCR4Z .container {
    padding: 0 30px;
  }
}
.cid-uRHMaeCR4Z .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uRHMaeCR4Z .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRHMaeCR4Z .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uRHMaeCR4Z .text-wrapper {
  border-left: 1px solid #000000;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uRHMaeCR4Z .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uRHMaeCR4Z .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRHMaeCR4Z .mbr-section-title {
  color: #000000;
}
.cid-uRHMaeCR4Z .mbr-text {
  color: #000000;
}
.cid-uRHMaiUHdU {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uRHMaiUHdU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHMaiUHdU .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-uRHMaiUHdU .container {
    padding: 0 20px;
  }
}
.cid-uRHMaiUHdU .row {
  margin: 0;
}
.cid-uRHMaiUHdU .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRHMaiUHdU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRHMaiUHdU .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uRHMaiUHdU .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uRHMaiUHdU .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uRHMaiUHdU .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uRHMaiUHdU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRHMamUM3c {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-uRHMamUM3c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHMamUM3c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHMamUM3c .row {
  justify-content: flex-start;
}
.cid-uRHMamUM3c .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uRHMamUM3c .mbr-text {
  color: #000000;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-uRHMaoVes0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRHMaoVes0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHMaoVes0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHMaoVes0 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uRHMaoVes0 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uRHMaoVes0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uRHMaoVes0 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uRHMaoVes0 .container {
    padding: 0 16px;
  }
}
.cid-uRHMaoVes0 .row {
  justify-content: center;
}
.cid-uRHMaoVes0 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRHMaoVes0 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRHMaoVes0 .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uRHMaoVes0 .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uRHMaoVes0 .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uRHMaoVes0 .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uRHMaoVes0 .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uRHMaoVes0 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uRHMaoVes0 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uRHMaoVes0 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRHMaoVes0 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uRHMaoVes0 .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRHMaoVes0 .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uRHMaoVes0 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRHMaoVes0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRHMaoVes0 .panel-title {
  color: #000000;
}
.cid-uRHMaoVes0 .panel-text {
  color: #000000;
}
.cid-uRHMarHFai {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffb18a;
}
.cid-uRHMarHFai .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHMarHFai .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHMarHFai .loc-iconfont {
  position: absolute;
  top: 1rem;
  right: 2rem;
  background: #f20a34;
  color: white;
  height: 70px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 2rem;
}
.cid-uRHMarHFai .btn {
  width: -webkit-fill-available;
}
.cid-uRHMarHFai .mbr-section-btn {
  padding: 0 0.3rem;
}
.cid-uRHMarHFai .row-h {
  height: 100% !important;
  padding-bottom: 2rem;
}
.cid-uRHMarHFai .card-big {
  height: 100%;
  border-radius: 6px;
  padding: 0rem;
  margin: 0;
}
.cid-uRHMarHFai .card-wrapper {
  transition: all 0.3s;
  border-radius: 6px;
  padding: 1rem 1rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uRHMarHFai .card-wrapper {
    flex-direction: column;
    padding: 1rem 1rem;
    padding-bottom: 2rem;
  }
}
.cid-uRHMarHFai .card-wrapper:hover .mbr-iconfont {
  background: #f20a34;
  transform: translateX(10px);
}
.cid-uRHMarHFai .row {
  justify-content: center;
}
.cid-uRHMarHFai .cardbig-link,
.cid-uRHMarHFai .mbr-linkiconfont {
  color: #ffffff;
}
.cid-uRHMarHFai .cardbig-text,
.cid-uRHMarHFai .link-wrapper {
  color: #ffffff;
}
.cid-uRHMarHFai .card-title,
.cid-uRHMarHFai .iconfont-wrapper,
.cid-uRHMarHFai .card-wrapper {
  color: #132835;
}
.cid-uRHMarHFai .card-text,
.cid-uRHMarHFai .mbr-section-btn {
  color: #353535;
}
.cid-uRHMarHFai .cardbig-title {
  color: #ffffff;
}
.cid-uRHMau8kDg {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffb18a;
}
.cid-uRHMau8kDg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHMau8kDg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHMau8kDg .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uRHMau8kDg .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uRHMau8kDg .container {
    padding: 0 6px;
  }
}
.cid-uRHMau8kDg .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #ffb18a;
}
@media (max-width: 1440px) {
  .cid-uRHMau8kDg .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uRHMau8kDg .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uRHMau8kDg .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uRHMau8kDg .row {
    padding: 50px 30px;
  }
}
.cid-uRHMau8kDg .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uRHMau8kDg .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRHMau8kDg .title-wrapper {
    padding: 0;
  }
}
.cid-uRHMau8kDg .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uRHMau8kDg .title-wrapper .mbr-section-title span {
  color: #009472;
}
.cid-uRHMau8kDg .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRHMau8kDg .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRHMau8kDg .list-wrapper {
    padding: 0;
  }
}
.cid-uRHMau8kDg .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uRHMau8kDg .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRHMau8kDg .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uRHMau8kDg .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRHMau8kDg .list-wrapper .list .item-wrap:hover,
.cid-uRHMau8kDg .list-wrapper .list .item-wrap:focus {
  color: #47b5ed;
}
.cid-uRHMau8kDg .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #000000;
}
.cid-uRHMau8kDg .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #000000;
}
.cid-uRHMau8kDg .mbr-section-title {
  color: #ffffff;
}
.cid-uRHMau8kDg .list-title {
  color: #000000;
}
.cid-uRHMau8kDg .list {
  color: #ffffff;
}
.cid-uRHMau8kDg .mbr-section-title,
.cid-uRHMau8kDg .mbr-section-btn {
  color: #000000;
}
.cid-uRHMau8kDg .list,
.cid-uRHMau8kDg .item-wrap {
  color: #000000;
}
.cid-uRK59qL0d9 .navbar-dropdown {
  position: relative !important;
}
.cid-uRK59qL0d9 .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uRK59qL0d9 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uRK59qL0d9 .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uRK59qL0d9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRK59qL0d9 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uRK59qL0d9 .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-uRK59qL0d9 .dropdown-item:hover,
.cid-uRK59qL0d9 .dropdown-item:focus {
  background: #ffffff !important;
  color: #a11a20 !important;
}
.cid-uRK59qL0d9 .dropdown-item:hover span {
  color: white;
}
.cid-uRK59qL0d9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRK59qL0d9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRK59qL0d9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRK59qL0d9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRK59qL0d9 .nav-link {
  position: relative;
}
.cid-uRK59qL0d9 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uRK59qL0d9 .container {
    flex-wrap: nowrap;
  }
}
.cid-uRK59qL0d9 .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uRK59qL0d9 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRK59qL0d9 .dropdown-menu,
.cid-uRK59qL0d9 .navbar.opened {
  background: #ffffff !important;
}
.cid-uRK59qL0d9 .nav-item:focus,
.cid-uRK59qL0d9 .nav-link:focus {
  outline: none;
}
.cid-uRK59qL0d9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRK59qL0d9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uRK59qL0d9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRK59qL0d9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRK59qL0d9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRK59qL0d9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRK59qL0d9 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRK59qL0d9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uRK59qL0d9 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uRK59qL0d9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uRK59qL0d9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRK59qL0d9 .navbar.collapsed {
  justify-content: center;
}
.cid-uRK59qL0d9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRK59qL0d9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRK59qL0d9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRK59qL0d9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRK59qL0d9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRK59qL0d9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRK59qL0d9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRK59qL0d9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRK59qL0d9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRK59qL0d9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRK59qL0d9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRK59qL0d9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRK59qL0d9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRK59qL0d9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRK59qL0d9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRK59qL0d9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRK59qL0d9 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uRK59qL0d9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uRK59qL0d9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRK59qL0d9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRK59qL0d9 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uRK59qL0d9 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uRK59qL0d9 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uRK59qL0d9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRK59qL0d9 .navbar-brand .navbar-caption:hover,
.cid-uRK59qL0d9 .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uRK59qL0d9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRK59qL0d9 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uRK59qL0d9 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uRK59qL0d9 .dropdown-item.active,
.cid-uRK59qL0d9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uRK59qL0d9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRK59qL0d9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRK59qL0d9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRK59qL0d9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uRK59qL0d9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uRK59qL0d9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uRK59qL0d9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRK59qL0d9 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uRK59qL0d9 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uRK59qL0d9 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uRK59qL0d9 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uRK59qL0d9 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uRK59qL0d9 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uRK59qL0d9 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRK59qL0d9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-uRK59qL0d9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uRK59qL0d9 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRK59qL0d9 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRK59qL0d9 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uRK59qL0d9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRK59qL0d9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRK59qL0d9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRK59qL0d9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRK59qL0d9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRK59qL0d9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRK59qL0d9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRK59qL0d9 .navbar {
    height: 70px;
  }
  .cid-uRK59qL0d9 .navbar.opened {
    height: auto;
  }
  .cid-uRK59qL0d9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRK59qL0d9 .navbar-nav {
  margin: 0 auto;
}
.cid-uRK59qL0d9 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uRK59qL0d9 .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uRK59qL0d9 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uRK59qL0d9 .nav-item .nav-link:hover,
.cid-uRK59qL0d9 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-uRK59qL0d9 .nav-item .nav-link:hover::after,
.cid-uRK59qL0d9 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uRK59qL0d9 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uRK59qL0d9 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uRK59qL0d9 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uRK59qL0d9 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uRK59qL0d9 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uRK59qL0d9 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uRK59qL0d9 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uRK59qL0d9 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uRK59qL0d9 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uRK59qL0d9 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uRK59qL0d9 .content-wrap {
  min-height: 110px;
}
.cid-uRK59s5OwN {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uRK59s5OwN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRK59s5OwN .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-uRK59s5OwN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRK59s5OwN img {
  border-radius: 2rem;
}
.cid-uRK59s5OwN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRK59s5OwN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uRK59s5OwN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRK59s5OwN .mbr-section-title {
  color: #000000;
}
.cid-uRK59s5OwN .mbr-text,
.cid-uRK59s5OwN .mbr-section-btn {
  color: #000000;
}
.cid-uRK59tj3uN {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRK59tj3uN .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uRK59tj3uN .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uRK59tj3uN .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  border-radius: 0;
  content: "✓";
}
.cid-uRK59tj3uN .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uRK59tj3uN .mbr-text {
  color: #3d5943;
}
.cid-uRK59ubpgS {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffb18a;
}
.cid-uRK59ubpgS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRK59ubpgS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRK59ubpgS .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uRK59ubpgS .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRK59ubpgS .container {
    padding: 0 12px;
  }
}
.cid-uRK59ubpgS .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRK59ubpgS .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRK59ubpgS .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uRK59ubpgS .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uRK59ubpgS .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uRK59ubpgS .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uRK59ubpgS .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uRK59ubpgS .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uRK59ubpgS .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uRK59ubpgS .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uRK59ubpgS .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uRK59ubpgS .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uRK59ubpgS .mbr-section-subtitle {
  color: #222222;
}
.cid-uRK59ubpgS .mbr-text {
  color: #222222;
}
.cid-uRK59ubpgS .list {
  color: #222222;
}
.cid-uRK59va7R0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uRK59va7R0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRK59va7R0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRK59va7R0 .card-wrapper {
  background: #ffffff;
  margin-top: 3rem;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uRK59va7R0 .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 1500px) {
  .cid-uRK59va7R0 .container {
    max-width: 1400px;
  }
}
.cid-uRK59va7R0 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #1e2330;
  margin-bottom: 2rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #d2dc1d;
  height: 80px;
  border-radius: 50%;
}
.cid-uRK59va7R0 .row {
  justify-content: center;
}
.cid-uRK59va7R0 .card-title,
.cid-uRK59va7R0 .iconfont-wrapper {
  text-align: center;
}
.cid-uRK59wypkx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRK59wypkx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRK59wypkx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRK59wypkx .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uRK59wypkx .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uRK59wypkx .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uRK59wypkx .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uRK59wypkx .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #ffffff;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uRK59wypkx .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uRK59wypkx .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uRK59wypkx .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRK59wypkx .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRK59wypkx .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uRK59wypkx .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uRK59wypkx .mbr-section-title,
.cid-uRK59wypkx .mbr-section-btn {
  color: #000000;
}
.cid-uRK59xyq8E {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uRK59xyq8E .mbr-text {
  color: #000000;
}
.cid-uRK59xyq8E .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uRK59xyq8E .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRK59yuxki {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb18a;
}
.cid-uRK59yuxki .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRK59yuxki .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRK59yuxki .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uRK59yuxki .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uRK59yuxki .container {
    padding: 0 26px;
  }
}
.cid-uRK59yuxki .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uRK59yuxki .row {
    margin: 0 -12px;
  }
}
.cid-uRK59yuxki .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
}
.cid-uRK59yuxki .card:first-child {
  border-right: 1px solid #ffb18a;
}
@media (max-width: 992px) {
  .cid-uRK59yuxki .card:first-child {
    border: none;
  }
}
.cid-uRK59yuxki .card:first-child::before {
  content: '';
  position: absolute;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #ffb18a;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-uRK59yuxki .card:first-child::before {
    display: none;
  }
}
.cid-uRK59yuxki .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .cid-uRK59yuxki .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uRK59yuxki .card {
    padding: 0 12px;
  }
}
.cid-uRK59yuxki .image-wrapper {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .cid-uRK59yuxki .image-wrapper {
    padding: 0 0 40px 0;
  }
}
.cid-uRK59yuxki .image-wrapper img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRK59yuxki .image-wrapper img {
    height: 300px;
  }
}
.cid-uRK59yuxki .title-wrapper .title-wrap {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uRK59yuxki .title-wrapper .title-wrap {
    padding: 0;
  }
}
.cid-uRK59yuxki .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uRK59yuxki .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uRK59yuxki .mbr-section-title {
  color: #000000;
}
.cid-uRK59yuxki .mbr-text {
  color: #000000;
}
.cid-uRK59zHJFj {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uRK59zHJFj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRK59zHJFj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRK59zHJFj .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRK59zHJFj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRK59zHJFj img {
  border-radius: 2rem;
}
.cid-uRK59zHJFj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRK59zHJFj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uRK59zHJFj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRK59zHJFj .mbr-section-title {
  color: #000000;
}
.cid-uRK59zHJFj .mbr-text,
.cid-uRK59zHJFj .mbr-section-btn {
  color: #000000;
}
.cid-uRK59AU12k {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #ffb18a;
}
.cid-uRK59AU12k .mbr-text {
  color: #fafaf9;
}
.cid-uRK59AU12k .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uRK59AU12k p {
  opacity: 0.7;
}
.cid-uRK59AU12k .wrapper {
  background: #000000;
  padding: 4rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uRK59AU12k .wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRK59AU12k .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uRK59C30u6 {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRK59C30u6 .mbr-text {
  color: #000000;
}
.cid-uRK59C30u6 .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uRK59C30u6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRK59D6oER {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRK59D6oER .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRK59D6oER .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-uRK59D6oER .container {
    padding: 0 22px;
  }
}
.cid-uRK59D6oER .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRK59D6oER .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRK59D6oER .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uRK59D6oER .image-wrapper img {
    height: 350px;
  }
}
.cid-uRK59D6oER .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-uRK59D6oER .panel-group {
  border-bottom: 1px solid #d4d3d3;
}
.cid-uRK59D6oER .panel-group .card {
  border-top: 1px solid #d4d3d3;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uRK59D6oER .panel-group .card:hover,
.cid-uRK59D6oER .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-uRK59D6oER .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRK59D6oER .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-uRK59D6oER .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRK59D6oER .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uRK59D6oER .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-uRK59D6oER .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-uRK59D6oER .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-uRK59D6oER .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRK59D6oER .panel-title-edit {
  color: #000000;
}
.cid-uRK59D6oER .panel-text {
  color: #8a8588;
}
.cid-uRK59EypCV {
  padding-top: 5rem;
  padding-bottom: 4rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uRK59EypCV .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffffff 0, #ffffff 43%, #ffffff 100%);
}
.cid-uRK59EypCV .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffffff 0, #ffffff 43%, #ffffff 100%);
}
.cid-uRK59EypCV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRK59EypCV .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-uRK59EypCV .container {
    padding: 0 30px;
  }
}
.cid-uRK59EypCV .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uRK59EypCV .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRK59EypCV .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uRK59EypCV .text-wrapper {
  border-left: 1px solid #000000;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uRK59EypCV .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uRK59EypCV .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRK59EypCV .mbr-section-title {
  color: #000000;
}
.cid-uRK59EypCV .mbr-text {
  color: #000000;
}
.cid-uRK59FI53j {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uRK59FI53j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRK59FI53j .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-uRK59FI53j .container {
    padding: 0 20px;
  }
}
.cid-uRK59FI53j .row {
  margin: 0;
}
.cid-uRK59FI53j .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRK59FI53j .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRK59FI53j .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uRK59FI53j .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uRK59FI53j .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uRK59FI53j .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uRK59FI53j .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRK59GOY7K {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-uRK59GOY7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRK59GOY7K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRK59GOY7K .row {
  justify-content: flex-start;
}
.cid-uRK59GOY7K .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uRK59GOY7K .mbr-text {
  color: #000000;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-uRK59HYHwy {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRK59HYHwy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRK59HYHwy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRK59HYHwy .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uRK59HYHwy .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uRK59HYHwy .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uRK59HYHwy .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uRK59HYHwy .container {
    padding: 0 16px;
  }
}
.cid-uRK59HYHwy .row {
  justify-content: center;
}
.cid-uRK59HYHwy .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRK59HYHwy .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRK59HYHwy .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uRK59HYHwy .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uRK59HYHwy .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uRK59HYHwy .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uRK59HYHwy .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uRK59HYHwy .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uRK59HYHwy .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uRK59HYHwy .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRK59HYHwy .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uRK59HYHwy .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRK59HYHwy .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uRK59HYHwy .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRK59HYHwy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRK59HYHwy .panel-title {
  color: #000000;
}
.cid-uRK59HYHwy .panel-text {
  color: #000000;
}
.cid-uRK59J7buV {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffb18a;
}
.cid-uRK59J7buV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRK59J7buV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRK59J7buV .loc-iconfont {
  position: absolute;
  top: 1rem;
  right: 2rem;
  background: #f20a34;
  color: white;
  height: 70px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 2rem;
}
.cid-uRK59J7buV .btn {
  width: -webkit-fill-available;
}
.cid-uRK59J7buV .mbr-section-btn {
  padding: 0 0.3rem;
}
.cid-uRK59J7buV .row-h {
  height: 100% !important;
  padding-bottom: 2rem;
}
.cid-uRK59J7buV .card-big {
  height: 100%;
  border-radius: 6px;
  padding: 0rem;
  margin: 0;
}
.cid-uRK59J7buV .card-wrapper {
  transition: all 0.3s;
  border-radius: 6px;
  padding: 1rem 1rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uRK59J7buV .card-wrapper {
    flex-direction: column;
    padding: 1rem 1rem;
    padding-bottom: 2rem;
  }
}
.cid-uRK59J7buV .card-wrapper:hover .mbr-iconfont {
  background: #f20a34;
  transform: translateX(10px);
}
.cid-uRK59J7buV .row {
  justify-content: center;
}
.cid-uRK59J7buV .cardbig-link,
.cid-uRK59J7buV .mbr-linkiconfont {
  color: #ffffff;
}
.cid-uRK59J7buV .cardbig-text,
.cid-uRK59J7buV .link-wrapper {
  color: #ffffff;
}
.cid-uRK59J7buV .card-title,
.cid-uRK59J7buV .iconfont-wrapper,
.cid-uRK59J7buV .card-wrapper {
  color: #132835;
}
.cid-uRK59J7buV .card-text,
.cid-uRK59J7buV .mbr-section-btn {
  color: #353535;
}
.cid-uRK59J7buV .cardbig-title {
  color: #ffffff;
}
.cid-uRK59KdMJi {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffb18a;
}
.cid-uRK59KdMJi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRK59KdMJi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRK59KdMJi .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uRK59KdMJi .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uRK59KdMJi .container {
    padding: 0 6px;
  }
}
.cid-uRK59KdMJi .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #ffb18a;
}
@media (max-width: 1440px) {
  .cid-uRK59KdMJi .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uRK59KdMJi .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uRK59KdMJi .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uRK59KdMJi .row {
    padding: 50px 30px;
  }
}
.cid-uRK59KdMJi .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uRK59KdMJi .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRK59KdMJi .title-wrapper {
    padding: 0;
  }
}
.cid-uRK59KdMJi .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uRK59KdMJi .title-wrapper .mbr-section-title span {
  color: #009472;
}
.cid-uRK59KdMJi .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRK59KdMJi .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRK59KdMJi .list-wrapper {
    padding: 0;
  }
}
.cid-uRK59KdMJi .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uRK59KdMJi .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRK59KdMJi .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uRK59KdMJi .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRK59KdMJi .list-wrapper .list .item-wrap:hover,
.cid-uRK59KdMJi .list-wrapper .list .item-wrap:focus {
  color: #47b5ed;
}
.cid-uRK59KdMJi .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #000000;
}
.cid-uRK59KdMJi .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #000000;
}
.cid-uRK59KdMJi .mbr-section-title {
  color: #ffffff;
}
.cid-uRK59KdMJi .list-title {
  color: #000000;
}
.cid-uRK59KdMJi .list {
  color: #ffffff;
}
.cid-uRK59KdMJi .mbr-section-title,
.cid-uRK59KdMJi .mbr-section-btn {
  color: #000000;
}
.cid-uRK59KdMJi .list,
.cid-uRK59KdMJi .item-wrap {
  color: #000000;
}
