.btn {
  border-width: 2px;
}
body {
  background-color: #fffcf2;
}
body {
  font-family: Roboto Flex;
}
.display-1 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 7.5rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-1 > .mbr-iconfont {
  font-size: 9.375rem;
}
.display-2 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 300;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 300;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.25rem;
  line-height: 1.33;
  font-weight: 300;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.25rem;
    font-size: calc( 3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #a85e44 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #076070 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a85e44 !important;
  border-color: #a85e44 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #6a3b2b !important;
  border-color: #6a3b2b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6a3b2b !important;
  border-color: #6a3b2b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2f5460 !important;
  border-color: #2f5460 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #132126 !important;
  border-color: #132126 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #132126 !important;
  border-color: #132126 !important;
}
.btn-info,
.btn-info:active {
  background-color: #076070 !important;
  border-color: #076070 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #021a1e !important;
  border-color: #021a1e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #021a1e !important;
  border-color: #021a1e !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #12633e !important;
  border-color: #12633e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #12633e !important;
  border-color: #12633e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #755800 !important;
  border-color: #755800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #755800 !important;
  border-color: #755800 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #641119 !important;
  border-color: #641119 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #641119 !important;
  border-color: #641119 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #a85e44;
  color: #a85e44;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6a3b2b !important;
  background-color: transparent!important;
  border-color: #6a3b2b !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a85e44 !important;
  border-color: #a85e44 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #2f5460;
  color: #2f5460;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #132126 !important;
  background-color: transparent!important;
  border-color: #132126 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2f5460 !important;
  border-color: #2f5460 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #076070;
  color: #076070;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #021a1e !important;
  background-color: transparent!important;
  border-color: #021a1e !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #076070 !important;
  border-color: #076070 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent!important;
  border-color: #12633e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent!important;
  border-color: #755800 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent!important;
  border-color: #641119 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !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: #a85e44 !important;
}
.text-secondary {
  color: #2f5460 !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #076070 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #5f3527 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0d181c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #010e10 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !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: #a85e44;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #076070;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.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: #a85e44;
  border-color: #a85e44;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #a85e44;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d5a797;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #0fc7e8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 300;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #a85e44 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 300;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #a85e44;
}
/* 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: #a85e44;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a85e44;
}
.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: #a85e44;
  border-bottom-color: #a85e44;
}
.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: #a85e44 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #2f5460 !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='%23a85e44' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 21px 28px;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  position: relative;
  padding: 0 !important;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before {
  width: 0;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before,
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before,
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before,
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before,
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before,
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before,
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before,
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -2px;
  transition: all .3s ease;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #a85e44;
}
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before {
  background-color: #2f5460;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #20ac6b;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #076070;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #cc9900;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #ae1e2c;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #000000;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #ffffff;
}
.cid-uF9UeabRt4 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uF9UeabRt4 .navbar-dropdown {
  background-color: #076070 !important;
  padding: 0;
  position: fixed;
}
.cid-uF9UeabRt4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #076070 !important;
  background: #076070;
}
.cid-uF9UeabRt4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uF9UeabRt4 .menu_box .navbar.opened,
  .cid-uF9UeabRt4 .menu_box .navbar-collapse {
    background-color: #076070 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uF9UeabRt4 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uF9UeabRt4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uF9UeabRt4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uF9UeabRt4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uF9UeabRt4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF9UeabRt4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uF9UeabRt4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uF9UeabRt4 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uF9UeabRt4 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uF9UeabRt4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uF9UeabRt4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uF9UeabRt4 .nav-item {
    margin: 0 !important;
  }
}
.cid-uF9UeabRt4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uF9UeabRt4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uF9UeabRt4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uF9UeabRt4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF9UeabRt4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uF9UeabRt4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uF9UeabRt4 .offcanvas_box {
    display: none;
  }
}
.cid-uF9UeabRt4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uF9UeabRt4 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uF9UeabRt4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uF9UeabRt4 .container {
  display: flex;
  margin: auto;
}
.cid-uF9UeabRt4 .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uF9UeabRt4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uF9UeabRt4 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uF9UeabRt4 .navbar-caption {
  color: #492E00;
}
.cid-uF9UeabRt4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uF9UeabRt4 .navbar-nav {
    margin: 0;
  }
}
.cid-uF9UeabRt4 .dropdown-menu,
.cid-uF9UeabRt4 .navbar.opened {
  background-color: false !important;
}
.cid-uF9UeabRt4 .nav-item:focus,
.cid-uF9UeabRt4 .nav-link:focus {
  outline: none;
}
.cid-uF9UeabRt4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF9UeabRt4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF9UeabRt4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF9UeabRt4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF9UeabRt4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF9UeabRt4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF9UeabRt4 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uF9UeabRt4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uF9UeabRt4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uF9UeabRt4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uF9UeabRt4 .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uF9UeabRt4 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uF9UeabRt4 .navbar.collapsed {
  justify-content: center;
}
.cid-uF9UeabRt4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF9UeabRt4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF9UeabRt4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF9UeabRt4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF9UeabRt4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF9UeabRt4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uF9UeabRt4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uF9UeabRt4 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uF9UeabRt4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uF9UeabRt4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF9UeabRt4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF9UeabRt4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uF9UeabRt4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF9UeabRt4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uF9UeabRt4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF9UeabRt4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uF9UeabRt4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uF9UeabRt4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uF9UeabRt4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF9UeabRt4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF9UeabRt4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uF9UeabRt4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF9UeabRt4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF9UeabRt4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF9UeabRt4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF9UeabRt4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-uF9UeabRt4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF9UeabRt4 .dropdown-item.active,
.cid-uF9UeabRt4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uF9UeabRt4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF9UeabRt4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF9UeabRt4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF9UeabRt4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF9UeabRt4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uF9UeabRt4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF9UeabRt4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #076070;
  background: #000000;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fffcf2;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF9UeabRt4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF9UeabRt4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF9UeabRt4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF9UeabRt4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF9UeabRt4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uF9UeabRt4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF9UeabRt4 .navbar {
    height: 70px;
  }
  .cid-uF9UeabRt4 .navbar.opened {
    height: auto;
  }
  .cid-uF9UeabRt4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF9UeabRt4 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uF9UeabRt4 .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-uF9UeabRt4 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uF9UeabRt4 .mbr-section-btn-main .btn {
  width: fit-content;
  white-space: nowrap;
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uF9UeabRt4 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uF9UeabRt4 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uF9UeabRt4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uF9UeabRt4 .nav-link {
  opacity: 0.7;
}
.cid-uF9UeabRt4 .nav-link:hover,
.cid-uF9UeabRt4 .nav-link:focus {
  opacity: 1;
}
.cid-uF9UeabRt4 .icons-menu-main {
  display: flex;
}
.cid-uF9UeabRt4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF9UeabRt4 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uF9UeabRt4 .text_widget {
  color: #ffffff;
}
.cid-uF9UeabRt4 .mbr-section-subtitle,
.cid-uF9UeabRt4 .text_widget,
.cid-uF9UeabRt4 .mbr-section-btn {
  text-align: center;
}
.cid-uF9UeabRt4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uF9UeabRt4 .nav-link,
.cid-uF9UeabRt4 .dropdown-item {
  color: #492E00;
}
.cid-uMa8npjzSi {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/chatgpt-image-aug-1-2025-04-13-34-pm.png-1-1536x1024.png");
}
.cid-uMa8npjzSi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMa8npjzSi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMa8npjzSi .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uMa8npjzSi .container-fluid {
    padding: 0 16px;
  }
}
.cid-uMa8npjzSi .container-fluid .row {
  padding: 0;
}
.cid-uMa8npjzSi .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMa8npjzSi .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uMa8npjzSi .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-uMa8npjzSi .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uMa8npjzSi .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-uMa8npjzSi .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-uMa8npjzSi .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-uMa8npjzSi .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uMa8npjzSi .mbr-section-title {
  color: #495DFF;
}
.cid-uMa8npjzSi .mbr-text {
  color: #076070;
}
.cid-uMa8npjzSi .mbr-section-title,
.cid-uMa8npjzSi .mbr-section-btn {
  color: #076070;
}
.cid-uMa8npjzSi .mbr-section-title,
.cid-uMa8npjzSi .mbr-section-btn DIV {
  text-align: center;
}
.cid-uX6l2koGJH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #056070;
}
.cid-uX6l2koGJH .oldcost {
  text-decoration: line-through;
  color: #bbbbbb;
}
.cid-uX6l2koGJH .currentcost {
  color: #066068;
}
.cid-uX6l2koGJH .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uX6l2koGJH .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uX6l2koGJH .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uX6l2koGJH .text-box {
    padding: 1rem;
  }
}
.cid-uX6l2koGJH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uX6l2koGJH H5 {
  color: #2299aa;
}
.cid-uX6l2koGJH .mbr-text,
.cid-uX6l2koGJH .cost,
.cid-uX6l2koGJH .mbr-section-btn {
  color: #076070;
}
.cid-uUnxMSAgVu {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/group5supporters.1400x884.jpg-1400x884.jpg");
}
.cid-uUnxMSAgVu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUnxMSAgVu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUnxMSAgVu .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uUnxMSAgVu .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uUnxMSAgVu .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uUnxMSAgVu .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uUnxMSAgVu .container {
    padding: 0 24px;
  }
}
.cid-uUnxMSAgVu .row {
  justify-content: center;
}
.cid-uUnxMSAgVu .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uUnxMSAgVu .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUnxMSAgVu .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #ffffff;
}
.cid-uUnxMSAgVu .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUnxMSAgVu .mbr-figure {
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
}
.cid-uUnxMSAgVu .mbr-figure iframe {
  border-radius: 2rem !important;
}
.cid-uUnxMSAgVu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUnxMSAgVu .mbr-desc,
.cid-uUnxMSAgVu .desc-wrapper {
  color: #076070;
  text-align: left;
}
.cid-uF9Uee3s5H {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #076070;
}
.cid-uF9Uee3s5H .item:focus,
.cid-uF9Uee3s5H span:focus {
  outline: none;
}
.cid-uF9Uee3s5H .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uF9Uee3s5H .content-head {
  max-width: 800px;
}
.cid-uF9Uee3s5H .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uF9Uee3s5H .item {
    min-height: 45px;
  }
}
.cid-uHEOq1X0tZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHEOq1X0tZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEOq1X0tZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEOq1X0tZ .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uHEOq1X0tZ .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uHEOq1X0tZ .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uHEOq1X0tZ .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uHEOq1X0tZ .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uHEOq1X0tZ .row {
  flex-direction: row-reverse;
}
.cid-uHEOq1X0tZ .image-wrapper {
  padding: 0 1rem;
}
.cid-uHEOq1X0tZ img,
.cid-uHEOq1X0tZ .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uHEOq1X0tZ img,
  .cid-uHEOq1X0tZ .image-wrapper {
    max-height: 350px;
  }
}
.cid-uHEOq1X0tZ .mbr-section-title {
  color: #1447a8;
  text-align: left;
}
.cid-uHEOq1X0tZ .mbr-text {
  color: #000000;
}
.cid-uHEOq1X0tZ .mbr-text,
.cid-uHEOq1X0tZ .mbr-section-btn {
  color: #0e606e;
}
.cid-uSnrzUxF2D {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uSnrzUxF2D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSnrzUxF2D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSnrzUxF2D .container-fluid {
  max-width: 100% !important;
}
.cid-uSnrzUxF2D .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uSnrzUxF2D .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSnrzUxF2D .text-box {
  width: 100%;
  height: 100%;
  padding: 0 16% 0 10.5%;
}
@media (max-width: 991px) {
  .cid-uSnrzUxF2D .text-box {
    padding: 0 7% 0 7%;
  }
}
.cid-uSnrzUxF2D .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 12% 0 12.7% 0;
}
@media (max-width: 991px) {
  .cid-uSnrzUxF2D .text-wrap {
    padding: 7% 0 8% 0;
  }
}
@media (max-width: 767px) {
  .cid-uSnrzUxF2D .text-wrap {
    padding: 12% 0 14% 0;
  }
}
.cid-uSnrzUxF2D .mbr-section-title {
  color: #076070;
  text-align: center;
}
.cid-uSnrzUxF2D .text-bottom {
  margin-top: auto;
  padding-top: 25px;
}
@media (max-width: 991px) {
  .cid-uSnrzUxF2D .text-bottom {
    padding-top: 9%;
    margin-top: 40px;
  }
}
.cid-uSnrzUxF2D .mbr-text {
  color: #303030;
}
.cid-uSnrzUxF2D .mbr-section-btn {
  margin-top: 16px;
}
.cid-uSnrzUxF2D .form-box {
  width: 100%;
  height: 100%;
  padding: 0 16% 0 10.5%;
  background-color: #0e606e;
}
@media (max-width: 991px) {
  .cid-uSnrzUxF2D .form-box {
    padding: 0 7% 0 7%;
  }
}
.cid-uSnrzUxF2D .form-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 12% 0 12.7% 0;
}
@media (max-width: 991px) {
  .cid-uSnrzUxF2D .form-wrap {
    padding: 7% 0 8% 0;
  }
}
@media (max-width: 767px) {
  .cid-uSnrzUxF2D .form-wrap {
    padding: 12% 0 14% 0;
  }
}
.cid-uSnrzUxF2D .form-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-uSnrzUxF2D div.mbr-form {
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uSnrzUxF2D div.mbr-form {
    padding-top: 11%;
  }
}
@media (max-width: 767px) {
  .cid-uSnrzUxF2D div.mbr-form {
    padding-top: 14%;
  }
}
.cid-uSnrzUxF2D form {
  width: 100%;
}
.cid-uSnrzUxF2D form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-uSnrzUxF2D form p {
  color: #ffffff;
}
.cid-uSnrzUxF2D form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-uSnrzUxF2D form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #ffffff !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
  transition: .3s;
}
.cid-uSnrzUxF2D form .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uSnrzUxF2D form .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-uSnrzUxF2D form .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-uSnrzUxF2D form .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-uSnrzUxF2D form select {
  color: #ffffff !important;
}
.cid-uSnrzUxF2D form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-uSnrzUxF2D form textarea::-webkit-input-placeholder {
  color: #ffffff !important;
}
.cid-uSnrzUxF2D form textarea::-moz-placeholder {
  color: #ffffff !important;
}
.cid-uSnrzUxF2D form textarea:-moz-placeholder {
  color: #ffffff !important;
}
.cid-uSnrzUxF2D form textarea:-ms-input-placeholder {
  color: #ffffff !important;
}
.cid-uSnrzUxF2D form input,
.cid-uSnrzUxF2D form textarea {
  transition: .3s all;
}
.cid-uSnrzUxF2D form input:active,
.cid-uSnrzUxF2D form textarea:active,
.cid-uSnrzUxF2D form input:focus,
.cid-uSnrzUxF2D form textarea:focus {
  background-color: transparent !important;
  border-color: #ffffff !important;
  outline: none !important;
}
.cid-uSnrzUxF2D form input:active::-webkit-input-placeholder,
.cid-uSnrzUxF2D form textarea:active::-webkit-input-placeholder,
.cid-uSnrzUxF2D form input:focus::-webkit-input-placeholder,
.cid-uSnrzUxF2D form textarea:focus::-webkit-input-placeholder {
  color: #ffffff !important;
}
.cid-uSnrzUxF2D form input:active::-moz-placeholder,
.cid-uSnrzUxF2D form textarea:active::-moz-placeholder,
.cid-uSnrzUxF2D form input:focus::-moz-placeholder,
.cid-uSnrzUxF2D form textarea:focus::-moz-placeholder {
  color: #ffffff !important;
}
.cid-uSnrzUxF2D form input:active:-moz-placeholder,
.cid-uSnrzUxF2D form textarea:active:-moz-placeholder,
.cid-uSnrzUxF2D form input:focus:-moz-placeholder,
.cid-uSnrzUxF2D form textarea:focus:-moz-placeholder {
  color: #ffffff !important;
}
.cid-uSnrzUxF2D form input:active:-ms-input-placeholder,
.cid-uSnrzUxF2D form textarea:active:-ms-input-placeholder,
.cid-uSnrzUxF2D form input:focus:-ms-input-placeholder,
.cid-uSnrzUxF2D form textarea:focus:-ms-input-placeholder {
  color: #ffffff !important;
}
.cid-uSnrzUxF2D form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-uSnrzUxF2D form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-uSnrzUxF2D form label {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
}
.cid-uSnrzUxF2D form .form-check label {
  color: #ffffff;
}
.cid-uSnrzUxF2D form .form-check-input {
  border-color: #ffffff !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uSnrzUxF2D form .form-check-input:focus,
.cid-uSnrzUxF2D form .form-check-input:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.cid-uSnrzUxF2D form .form-check-input:checked {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}
.cid-uSnrzUxF2D .mbr-text,
.cid-uSnrzUxF2D .mbr-section-btn {
  color: #076070;
}
.cid-uTNN7TjyqV {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/i-want-a-photo-of-hero-figures-of-all-ages-that-would-fit-the-title-unlock-your-inner-hero-.jpg-1472x832.jpg-1472x832.jpg-1472x832.jpg");
}
.cid-uTNN7TjyqV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTNN7TjyqV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTNN7TjyqV .container {
  overflow: hidden;
}
.cid-uTNN7TjyqV .title-wrapper {
  margin: 0 auto;
}
.cid-uTNN7TjyqV .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uTNN7TjyqV .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uTNN7TjyqV .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTNN7TjyqV .mbr-section-title {
  color: #ffffff;
}
.cid-uTNN7TjyqV .mbr-text {
  color: #FFFFFF;
}
.cid-uTNN7TjyqV .mbr-section-title,
.cid-uTNN7TjyqV .mbr-section-btn {
  color: #076070;
  text-align: center;
}
.cid-uTNN7TjyqV .mbr-text,
.cid-uTNN7TjyqV .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uM92ND2EpP {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #076070;
}
.cid-uM92ND2EpP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM92ND2EpP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM92ND2EpP .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uM92ND2EpP .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uM92ND2EpP .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uM92ND2EpP .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uM92ND2EpP .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uM92ND2EpP .image-wrapper {
  padding: 0 1rem;
}
.cid-uM92ND2EpP img,
.cid-uM92ND2EpP .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uM92ND2EpP img,
  .cid-uM92ND2EpP .image-wrapper {
    max-height: 350px;
  }
}
.cid-uM92ND2EpP .mbr-section-title {
  color: #076070;
}
.cid-uM92ND2EpP .mbr-text {
  color: #000000;
}
.cid-uM92ND2EpP .mbr-text,
.cid-uM92ND2EpP .mbr-section-btn {
  color: #076070;
}
.cid-uVu4VPmamv {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/womennotaging1.jpg-653x381.jpg");
}
.cid-uVu4VPmamv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVu4VPmamv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVu4VPmamv .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVu4VPmamv .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVu4VPmamv .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVu4VPmamv .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVu4VPmamv .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVu4VPmamv .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVu4VPmamv .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVu4VPmamv .content-wrap {
  padding-left: 68px;
  padding-left: 0;
  padding-right: 68px;
}
@media (max-width: 992px) {
  .cid-uVu4VPmamv .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVu4VPmamv .content-wrap {
    padding-right: 0;
  }
}
.cid-uVu4VPmamv .mbr-label {
  color: #a6adbf;
}
.cid-uVu4VPmamv .mbr-section-title {
  color: #076070;
  text-align: center;
}
.cid-uVu4VPmamv .mbr-section-subtitle {
  color: #076070;
}
.cid-uVu4VPmamv .mbr-text,
.cid-uVu4VPmamv .text-wrapper {
  color: #666666;
}
.cid-uVu4VPmamv .mbr-section-title DIV {
  text-align: center;
}
.cid-uVufOKLr28 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVufOKLr28 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVufOKLr28 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVufOKLr28 .card {
  justify-content: center;
}
.cid-uVufOKLr28 .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uVufOKLr28 .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uVufOKLr28 .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-uVufOKLr28 .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVufOKLr28 .image-wrapper img {
    height: 300px;
  }
}
.cid-uVufOKLr28 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVufOKLr28 .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVufOKLr28 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVufOKLr28 .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uVufOKLr28 .mbr-section-title {
  color: #000000;
}
.cid-uVufOKLr28 .mbr-text {
  color: #076070;
}
.cid-uVufOKLr28 .mbr-section-title,
.cid-uVufOKLr28 .mbr-section-btn,
.cid-uVufOKLr28 .title-wrapper {
  color: #076070;
}
.cid-uTA77qimYh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/chatgpt-image-aug-1-2025-04-13-34-pm.png-1536x1024.png");
}
.cid-uTA77qimYh .row {
  flex-direction: row-reverse;
}
.cid-uTA77qimYh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTA77qimYh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTA77qimYh .mbr-side-description {
  text-align: left;
  color: #0e606e;
}
.cid-uTA77qimYh .mbr-description {
  color: #076070;
  text-align: left;
}
.cid-uNRwmUXXDA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f1f2f4;
}
.cid-uNRwmUXXDA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNRwmUXXDA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNRwmUXXDA .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uNRwmUXXDA .container-fluid {
    padding: 0 16px;
  }
}
.cid-uNRwmUXXDA .container-fluid .row {
  padding: 0;
}
.cid-uNRwmUXXDA .container {
  overflow: hidden;
}
.cid-uNRwmUXXDA .row {
  justify-content: center;
}
.cid-uNRwmUXXDA .title-wrapper {
  margin-bottom: 80px;
}
.cid-uNRwmUXXDA .title-wrapper .mbr-section-title {
  padding-top: 22px;
  margin-bottom: 0;
}
.cid-uNRwmUXXDA .video-block {
  width: 62%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uNRwmUXXDA .video-block {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-uNRwmUXXDA .video-block {
    width: 100%;
  }
}
.cid-uNRwmUXXDA .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNRwmUXXDA .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uNRwmUXXDA .app-video-wrapper::before {
  color: #c01616;
  text-shadow: none;
}
.cid-uNRwmUXXDA .mbr-section-title {
  color: #0e606e;
  text-align: center;
}
.cid-uTGnyzD4HT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF9UefcGOH {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #92d1ea;
}
.cid-uF9UefcGOH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF9UefcGOH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF9UefcGOH .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uF9UefcGOH .container-fluid {
    padding: 0 16px;
  }
}
.cid-uF9UefcGOH .container-fluid .row {
  padding: 0;
}
.cid-uF9UefcGOH .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uF9UefcGOH .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-uF9UefcGOH .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #000000;
}
.cid-uF9UefcGOH .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-uF9UefcGOH .list .item-wrap:hover::before,
.cid-uF9UefcGOH .list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uF9UefcGOH .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  opacity: 0.3;
  transition: all 0.3s ease;
}
.cid-uF9UefcGOH .mbr-section-title {
  color: #495DFF;
}
.cid-uF9UefcGOH .mbr-text {
  color: #495DFF;
}
.cid-uF9UefcGOH .mbr-section-title,
.cid-uF9UefcGOH .list-wrapper {
  color: #000000;
}
.cid-uF9UeeQ7nR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: transparent;
}
.cid-uF9UeeQ7nR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF9UeeQ7nR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF9UeeQ7nR .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uF9UeeQ7nR .container-fluid {
    padding: 0 16px;
  }
}
.cid-uF9UeeQ7nR .container-fluid .row {
  padding: 0;
}
.cid-uF9UeeQ7nR .title-wrapper {
  margin-bottom: 102px;
}
@media (max-width: 992px) {
  .cid-uF9UeeQ7nR .title-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uF9UeeQ7nR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uF9UeeQ7nR .contacts-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uF9UeeQ7nR .contacts-wrapper .contact-wrap {
  margin-bottom: 32px;
}
.cid-uF9UeeQ7nR .contacts-wrapper .contact-wrap .mbr-label {
  margin-bottom: 4px;
}
.cid-uF9UeeQ7nR .contacts-wrapper .contact-wrap .mbr-contact {
  margin-bottom: 0;
}
.cid-uF9UeeQ7nR .dragArea.row .form-group {
  margin-bottom: 32px !important;
  padding: 0 16px;
}
.cid-uF9UeeQ7nR .dragArea.row .form-group .form-control {
  font-weight: 300;
  padding: 8px 0;
  border-radius: 0;
  border: none !important;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #492e00 !important;
}
.cid-uF9UeeQ7nR .dragArea.row .form-group .form-control::placeholder {
  color: #492e00;
}
.cid-uF9UeeQ7nR .dragArea.row .form-group .form-control:hover,
.cid-uF9UeeQ7nR .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #492e00 !important;
}
.cid-uF9UeeQ7nR .dragArea.row .form-group textarea {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-uF9UeeQ7nR .dragArea.row .form-group textarea {
    min-height: 145px;
  }
}
.cid-uF9UeeQ7nR .dragArea.row .form-group .form-check .form-check-input {
  background-color: #492e00;
  border-color: #492e00;
}
.cid-uF9UeeQ7nR .dragArea.row .mbr-section-btn {
  width: 100% !important;
}
.cid-uF9UeeQ7nR .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uF9UeeQ7nR .mbr-section-title {
  color: #0e606e;
  text-align: center;
}
.cid-uF9UeeQ7nR .mbr-label {
  color: #495DFF;
}
.cid-uF9UeeQ7nR .mbr-contact {
  color: #492E00;
}
.cid-uF9UeeQ7nR label {
  color: #495DFF;
}
.cid-uOp1rc6L0k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOp1rc6L0k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOp1rc6L0k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOp1rc6L0k .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uOp1rc6L0k .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOp1rc6L0k .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uOp1rc6L0k .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOp1rc6L0k .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uOp1rc6L0k .image-wrapper {
  padding: 0 1rem;
}
.cid-uOp1rc6L0k img,
.cid-uOp1rc6L0k .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uOp1rc6L0k img,
  .cid-uOp1rc6L0k .image-wrapper {
    max-height: 350px;
  }
}
.cid-uOp1rc6L0k .mbr-section-title {
  color: #0e606e;
  text-align: left;
}
.cid-uOp1rc6L0k .mbr-text {
  color: #000000;
}
.cid-uOp1rc6L0k .mbr-text,
.cid-uOp1rc6L0k .mbr-section-btn {
  color: #7f0722;
}
.cid-uF9UefgAjy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
  background-color: transparent;
}
.cid-uF9UefgAjy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF9UefgAjy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF9UefgAjy .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uF9UefgAjy .container-fluid {
    padding: 0 16px;
  }
}
.cid-uF9UefgAjy .container-fluid .row {
  padding: 0;
}
.cid-uF9UefgAjy .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uF9UefgAjy .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #495DFF;
}
.cid-uF9UefgAjy .list .item-wrap {
  padding: 12px 0;
  transition: all 0.3s ease;
}
.cid-uF9UefgAjy .list .item-wrap:hover {
  opacity: 0.5;
}
.cid-uF9UefgAjy .mbr-section-btn {
  width: 100%;
}
.cid-uF9UefgAjy .mbr-section-btn .btn {
  width: 100%;
}
.cid-uF9UefgAjy .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #0e606e;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uF9UefgAjy .copyright {
    padding: 32px 0;
  }
}
.cid-uF9UefgAjy .mbr-section-title {
  color: #495DFF;
}
.cid-uG0Xe5kVAn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #92d1ea;
}
.cid-uG0Xe5kVAn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0Xe5kVAn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0Xe5kVAn .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uG0Xe5kVAn .container-fluid {
    padding: 0 16px;
  }
}
.cid-uG0Xe5kVAn .container-fluid .row {
  padding: 0;
}
.cid-uG0Xe5kVAn .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uG0Xe5kVAn .card:first-child .desc-wrapper {
    margin-top: 20px;
  }
}
.cid-uG0Xe5kVAn .desc-wrapper {
  padding: 22px 0;
}
@media (max-width: 992px) {
  .cid-uG0Xe5kVAn .desc-wrapper {
    margin-bottom: 22px;
    padding: 0;
  }
}
.cid-uG0Xe5kVAn .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uG0Xe5kVAn .mbr-desc {
  color: #0e606e;
  text-align: center;
}
.cid-uF9UeabRt4 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uF9UeabRt4 .navbar-dropdown {
  background-color: #076070 !important;
  padding: 0;
  position: fixed;
}
.cid-uF9UeabRt4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #076070 !important;
  background: #076070;
}
.cid-uF9UeabRt4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uF9UeabRt4 .menu_box .navbar.opened,
  .cid-uF9UeabRt4 .menu_box .navbar-collapse {
    background-color: #076070 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uF9UeabRt4 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uF9UeabRt4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uF9UeabRt4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uF9UeabRt4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uF9UeabRt4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF9UeabRt4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uF9UeabRt4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uF9UeabRt4 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uF9UeabRt4 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uF9UeabRt4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uF9UeabRt4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uF9UeabRt4 .nav-item {
    margin: 0 !important;
  }
}
.cid-uF9UeabRt4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uF9UeabRt4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uF9UeabRt4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uF9UeabRt4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF9UeabRt4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uF9UeabRt4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uF9UeabRt4 .offcanvas_box {
    display: none;
  }
}
.cid-uF9UeabRt4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uF9UeabRt4 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uF9UeabRt4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uF9UeabRt4 .container {
  display: flex;
  margin: auto;
}
.cid-uF9UeabRt4 .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uF9UeabRt4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uF9UeabRt4 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uF9UeabRt4 .navbar-caption {
  color: #492E00;
}
.cid-uF9UeabRt4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uF9UeabRt4 .navbar-nav {
    margin: 0;
  }
}
.cid-uF9UeabRt4 .dropdown-menu,
.cid-uF9UeabRt4 .navbar.opened {
  background-color: false !important;
}
.cid-uF9UeabRt4 .nav-item:focus,
.cid-uF9UeabRt4 .nav-link:focus {
  outline: none;
}
.cid-uF9UeabRt4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF9UeabRt4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF9UeabRt4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF9UeabRt4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF9UeabRt4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF9UeabRt4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF9UeabRt4 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uF9UeabRt4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uF9UeabRt4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uF9UeabRt4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uF9UeabRt4 .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uF9UeabRt4 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uF9UeabRt4 .navbar.collapsed {
  justify-content: center;
}
.cid-uF9UeabRt4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF9UeabRt4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF9UeabRt4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF9UeabRt4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF9UeabRt4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF9UeabRt4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uF9UeabRt4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uF9UeabRt4 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uF9UeabRt4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uF9UeabRt4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF9UeabRt4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF9UeabRt4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uF9UeabRt4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF9UeabRt4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uF9UeabRt4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF9UeabRt4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uF9UeabRt4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uF9UeabRt4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uF9UeabRt4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF9UeabRt4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF9UeabRt4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uF9UeabRt4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF9UeabRt4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF9UeabRt4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF9UeabRt4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF9UeabRt4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-uF9UeabRt4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF9UeabRt4 .dropdown-item.active,
.cid-uF9UeabRt4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uF9UeabRt4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF9UeabRt4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF9UeabRt4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF9UeabRt4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF9UeabRt4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uF9UeabRt4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF9UeabRt4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #076070;
  background: #000000;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fffcf2;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF9UeabRt4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF9UeabRt4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF9UeabRt4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF9UeabRt4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF9UeabRt4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uF9UeabRt4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF9UeabRt4 .navbar {
    height: 70px;
  }
  .cid-uF9UeabRt4 .navbar.opened {
    height: auto;
  }
  .cid-uF9UeabRt4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF9UeabRt4 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uF9UeabRt4 .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-uF9UeabRt4 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uF9UeabRt4 .mbr-section-btn-main .btn {
  width: fit-content;
  white-space: nowrap;
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uF9UeabRt4 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uF9UeabRt4 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uF9UeabRt4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uF9UeabRt4 .nav-link {
  opacity: 0.7;
}
.cid-uF9UeabRt4 .nav-link:hover,
.cid-uF9UeabRt4 .nav-link:focus {
  opacity: 1;
}
.cid-uF9UeabRt4 .icons-menu-main {
  display: flex;
}
.cid-uF9UeabRt4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF9UeabRt4 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uF9UeabRt4 .text_widget {
  color: #ffffff;
}
.cid-uF9UeabRt4 .mbr-section-subtitle,
.cid-uF9UeabRt4 .text_widget,
.cid-uF9UeabRt4 .mbr-section-btn {
  text-align: center;
}
.cid-uF9UeabRt4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uF9UeabRt4 .nav-link,
.cid-uF9UeabRt4 .dropdown-item {
  color: #492E00;
}
.cid-uG1OFQGfTO {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG1OFQGfTO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1OFQGfTO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG1OFQGfTO .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uG1OFQGfTO .container-fluid {
    padding: 0 16px;
  }
}
.cid-uG1OFQGfTO .container-fluid .row {
  padding: 0;
}
.cid-uG1OFQGfTO .container {
  overflow: hidden;
}
.cid-uG1OFQGfTO .title-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uG1OFQGfTO .title-wrapper {
    padding-right: 0;
  }
}
.cid-uG1OFQGfTO .title-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uG1OFQGfTO .title-wrapper .mbr-text {
    margin-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .cid-uG1OFQGfTO .title-wrapper .mbr-text {
    margin-bottom: 80px;
  }
}
.cid-uG1OFQGfTO .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uG1OFQGfTO .title-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uG1OFQGfTO .mbr-text {
  color: #076070;
  text-align: left;
}
.cid-uG1OFQGfTO .mbr-desc {
  color: #076070;
}
.cid-uG1OFQGfTO .mbr-name {
  color: #076070;
}
.cid-uNF1c3weI9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNF1c3weI9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNF1c3weI9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNF1c3weI9 .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uNF1c3weI9 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNF1c3weI9 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uNF1c3weI9 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uNF1c3weI9 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uNF1c3weI9 .image-wrapper {
  padding: 0 1rem;
}
.cid-uNF1c3weI9 img,
.cid-uNF1c3weI9 .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uNF1c3weI9 img,
  .cid-uNF1c3weI9 .image-wrapper {
    max-height: 350px;
  }
}
.cid-uNF1c3weI9 .mbr-section-title {
  color: #0e606e;
  text-align: left;
}
.cid-uNF1c3weI9 .mbr-text {
  color: #000000;
}
.cid-uNF1c3weI9 .mbr-text,
.cid-uNF1c3weI9 .mbr-section-btn {
  color: #d70081;
}
.cid-uF9UefgAjy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
  background-color: transparent;
}
.cid-uF9UefgAjy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF9UefgAjy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF9UefgAjy .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uF9UefgAjy .container-fluid {
    padding: 0 16px;
  }
}
.cid-uF9UefgAjy .container-fluid .row {
  padding: 0;
}
.cid-uF9UefgAjy .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uF9UefgAjy .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #495DFF;
}
.cid-uF9UefgAjy .list .item-wrap {
  padding: 12px 0;
  transition: all 0.3s ease;
}
.cid-uF9UefgAjy .list .item-wrap:hover {
  opacity: 0.5;
}
.cid-uF9UefgAjy .mbr-section-btn {
  width: 100%;
}
.cid-uF9UefgAjy .mbr-section-btn .btn {
  width: 100%;
}
.cid-uF9UefgAjy .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #0e606e;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uF9UefgAjy .copyright {
    padding: 32px 0;
  }
}
.cid-uF9UefgAjy .mbr-section-title {
  color: #495DFF;
}
.cid-uF9UeabRt4 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uF9UeabRt4 .navbar-dropdown {
  background-color: #076070 !important;
  padding: 0;
  position: fixed;
}
.cid-uF9UeabRt4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #076070 !important;
  background: #076070;
}
.cid-uF9UeabRt4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uF9UeabRt4 .menu_box .navbar.opened,
  .cid-uF9UeabRt4 .menu_box .navbar-collapse {
    background-color: #076070 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uF9UeabRt4 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uF9UeabRt4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uF9UeabRt4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uF9UeabRt4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uF9UeabRt4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF9UeabRt4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uF9UeabRt4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uF9UeabRt4 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uF9UeabRt4 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uF9UeabRt4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uF9UeabRt4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uF9UeabRt4 .nav-item {
    margin: 0 !important;
  }
}
.cid-uF9UeabRt4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uF9UeabRt4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uF9UeabRt4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uF9UeabRt4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF9UeabRt4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uF9UeabRt4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uF9UeabRt4 .offcanvas_box {
    display: none;
  }
}
.cid-uF9UeabRt4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uF9UeabRt4 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uF9UeabRt4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uF9UeabRt4 .container {
  display: flex;
  margin: auto;
}
.cid-uF9UeabRt4 .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uF9UeabRt4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uF9UeabRt4 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uF9UeabRt4 .navbar-caption {
  color: #492E00;
}
.cid-uF9UeabRt4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uF9UeabRt4 .navbar-nav {
    margin: 0;
  }
}
.cid-uF9UeabRt4 .dropdown-menu,
.cid-uF9UeabRt4 .navbar.opened {
  background-color: false !important;
}
.cid-uF9UeabRt4 .nav-item:focus,
.cid-uF9UeabRt4 .nav-link:focus {
  outline: none;
}
.cid-uF9UeabRt4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF9UeabRt4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF9UeabRt4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF9UeabRt4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF9UeabRt4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF9UeabRt4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF9UeabRt4 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uF9UeabRt4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uF9UeabRt4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uF9UeabRt4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uF9UeabRt4 .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uF9UeabRt4 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uF9UeabRt4 .navbar.collapsed {
  justify-content: center;
}
.cid-uF9UeabRt4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF9UeabRt4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF9UeabRt4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF9UeabRt4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF9UeabRt4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF9UeabRt4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uF9UeabRt4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uF9UeabRt4 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uF9UeabRt4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uF9UeabRt4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF9UeabRt4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF9UeabRt4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uF9UeabRt4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF9UeabRt4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uF9UeabRt4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF9UeabRt4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uF9UeabRt4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uF9UeabRt4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uF9UeabRt4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF9UeabRt4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF9UeabRt4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uF9UeabRt4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF9UeabRt4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF9UeabRt4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF9UeabRt4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF9UeabRt4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-uF9UeabRt4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF9UeabRt4 .dropdown-item.active,
.cid-uF9UeabRt4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uF9UeabRt4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF9UeabRt4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF9UeabRt4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF9UeabRt4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF9UeabRt4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uF9UeabRt4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF9UeabRt4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #076070;
  background: #000000;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fffcf2;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF9UeabRt4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF9UeabRt4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF9UeabRt4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF9UeabRt4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF9UeabRt4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uF9UeabRt4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF9UeabRt4 .navbar {
    height: 70px;
  }
  .cid-uF9UeabRt4 .navbar.opened {
    height: auto;
  }
  .cid-uF9UeabRt4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF9UeabRt4 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uF9UeabRt4 .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-uF9UeabRt4 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uF9UeabRt4 .mbr-section-btn-main .btn {
  width: fit-content;
  white-space: nowrap;
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uF9UeabRt4 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uF9UeabRt4 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uF9UeabRt4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uF9UeabRt4 .nav-link {
  opacity: 0.7;
}
.cid-uF9UeabRt4 .nav-link:hover,
.cid-uF9UeabRt4 .nav-link:focus {
  opacity: 1;
}
.cid-uF9UeabRt4 .icons-menu-main {
  display: flex;
}
.cid-uF9UeabRt4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF9UeabRt4 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uF9UeabRt4 .text_widget {
  color: #ffffff;
}
.cid-uF9UeabRt4 .mbr-section-subtitle,
.cid-uF9UeabRt4 .text_widget,
.cid-uF9UeabRt4 .mbr-section-btn {
  text-align: center;
}
.cid-uF9UeabRt4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uF9UeabRt4 .nav-link,
.cid-uF9UeabRt4 .dropdown-item {
  color: #492E00;
}
.cid-uG2aqThhae {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/group5supporters.jpg-1536x1024.jpg");
}
.cid-uG2aqThhae .mbr-section-title {
  text-align: center;
  color: #076070;
}
.cid-uG2aqThhae .mbr-text,
.cid-uG2aqThhae .mbr-section-btn {
  color: #076070;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uG2aqThhae .mbr-section-title,
  .cid-uG2aqThhae .mbr-section-btn,
  .cid-uG2aqThhae .mbr-text {
    text-align: center;
  }
}
.cid-uSnL2CYeTY {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: transparent;
}
.cid-uSnL2CYeTY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSnL2CYeTY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSnL2CYeTY .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uSnL2CYeTY .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSnL2CYeTY .container-fluid .row {
  padding: 0;
}
.cid-uSnL2CYeTY .panel-group .card {
  border-radius: 0;
}
.cid-uSnL2CYeTY .panel-group .card .card-header {
  padding: 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-uSnL2CYeTY .panel-group .card .card-header .panel-title {
  display: block;
  position: relative;
  padding: 22px 0;
}
.cid-uSnL2CYeTY .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #492e00;
  opacity: 0.3;
}
.cid-uSnL2CYeTY .panel-group .card .card-header .panel-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 2px;
  background-color: #492e00;
  transition: all 0.5s ease;
}
.cid-uSnL2CYeTY .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSnL2CYeTY .panel-group .card .card-header .panel-title:not(.collapsed)::after {
  width: 100%;
}
.cid-uSnL2CYeTY .panel-group .card .card-header .panel-title:hover::after {
  width: 100%;
}
.cid-uSnL2CYeTY .panel-group .card .panel-collapse .panel-body {
  padding: 38px 0 16px;
}
.cid-uSnL2CYeTY .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uSnL2CYeTY .panel-title-edit {
  color: #0e606e;
}
.cid-uSnL2CYeTY .panel-text {
  color: #0e606e;
}
.cid-uF9UefgAjy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
  background-color: transparent;
}
.cid-uF9UefgAjy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF9UefgAjy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF9UefgAjy .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uF9UefgAjy .container-fluid {
    padding: 0 16px;
  }
}
.cid-uF9UefgAjy .container-fluid .row {
  padding: 0;
}
.cid-uF9UefgAjy .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uF9UefgAjy .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #495DFF;
}
.cid-uF9UefgAjy .list .item-wrap {
  padding: 12px 0;
  transition: all 0.3s ease;
}
.cid-uF9UefgAjy .list .item-wrap:hover {
  opacity: 0.5;
}
.cid-uF9UefgAjy .mbr-section-btn {
  width: 100%;
}
.cid-uF9UefgAjy .mbr-section-btn .btn {
  width: 100%;
}
.cid-uF9UefgAjy .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #0e606e;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uF9UefgAjy .copyright {
    padding: 32px 0;
  }
}
.cid-uF9UefgAjy .mbr-section-title {
  color: #495DFF;
}
.cid-uHb676eaLb {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uHb676eaLb .navbar-dropdown {
  background-color: #076070 !important;
  padding: 0;
  position: fixed;
}
.cid-uHb676eaLb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #076070 !important;
  background: #076070;
}
.cid-uHb676eaLb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uHb676eaLb .menu_box .navbar.opened,
  .cid-uHb676eaLb .menu_box .navbar-collapse {
    background-color: #076070 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHb676eaLb nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uHb676eaLb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHb676eaLb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHb676eaLb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHb676eaLb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHb676eaLb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHb676eaLb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHb676eaLb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHb676eaLb .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uHb676eaLb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHb676eaLb .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHb676eaLb .nav-item {
    margin: 0 !important;
  }
}
.cid-uHb676eaLb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHb676eaLb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHb676eaLb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHb676eaLb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHb676eaLb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uHb676eaLb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHb676eaLb .offcanvas_box {
    display: none;
  }
}
.cid-uHb676eaLb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHb676eaLb .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHb676eaLb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHb676eaLb .container {
  display: flex;
  margin: auto;
}
.cid-uHb676eaLb .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHb676eaLb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHb676eaLb .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uHb676eaLb .navbar-caption {
  color: #492E00;
}
.cid-uHb676eaLb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHb676eaLb .navbar-nav {
    margin: 0;
  }
}
.cid-uHb676eaLb .dropdown-menu,
.cid-uHb676eaLb .navbar.opened {
  background-color: false !important;
}
.cid-uHb676eaLb .nav-item:focus,
.cid-uHb676eaLb .nav-link:focus {
  outline: none;
}
.cid-uHb676eaLb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHb676eaLb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHb676eaLb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHb676eaLb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHb676eaLb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHb676eaLb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHb676eaLb .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHb676eaLb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHb676eaLb .navbar.opened {
  transition: all 0.3s;
}
.cid-uHb676eaLb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHb676eaLb .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uHb676eaLb .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uHb676eaLb .navbar.collapsed {
  justify-content: center;
}
.cid-uHb676eaLb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHb676eaLb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHb676eaLb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHb676eaLb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHb676eaLb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHb676eaLb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHb676eaLb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHb676eaLb .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uHb676eaLb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uHb676eaLb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHb676eaLb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHb676eaLb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHb676eaLb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHb676eaLb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHb676eaLb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHb676eaLb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHb676eaLb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHb676eaLb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHb676eaLb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHb676eaLb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHb676eaLb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHb676eaLb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHb676eaLb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHb676eaLb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHb676eaLb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHb676eaLb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-uHb676eaLb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHb676eaLb .dropdown-item.active,
.cid-uHb676eaLb .dropdown-item:active {
  background-color: transparent;
}
.cid-uHb676eaLb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHb676eaLb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHb676eaLb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHb676eaLb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHb676eaLb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHb676eaLb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHb676eaLb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #076070;
  background: #000000;
}
.cid-uHb676eaLb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fffcf2;
}
.cid-uHb676eaLb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHb676eaLb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHb676eaLb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHb676eaLb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHb676eaLb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHb676eaLb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHb676eaLb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHb676eaLb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHb676eaLb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHb676eaLb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHb676eaLb .navbar {
    height: 70px;
  }
  .cid-uHb676eaLb .navbar.opened {
    height: auto;
  }
  .cid-uHb676eaLb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHb676eaLb .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uHb676eaLb .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-uHb676eaLb .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uHb676eaLb .mbr-section-btn-main .btn {
  width: fit-content;
  white-space: nowrap;
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uHb676eaLb .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uHb676eaLb .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uHb676eaLb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHb676eaLb .nav-link {
  opacity: 0.7;
}
.cid-uHb676eaLb .nav-link:hover,
.cid-uHb676eaLb .nav-link:focus {
  opacity: 1;
}
.cid-uHb676eaLb .icons-menu-main {
  display: flex;
}
.cid-uHb676eaLb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHb676eaLb .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uHb676eaLb .text_widget {
  color: #ffffff;
}
.cid-uHb676eaLb .mbr-section-subtitle,
.cid-uHb676eaLb .text_widget,
.cid-uHb676eaLb .mbr-section-btn {
  text-align: center;
}
.cid-uHb676eaLb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHb676eaLb .nav-link,
.cid-uHb676eaLb .dropdown-item {
  color: #492E00;
}
.cid-uHb677py1I {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHb677py1I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHb677py1I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHb677py1I .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uHb677py1I .container-fluid {
    padding: 0 16px;
  }
}
.cid-uHb677py1I .container-fluid .row {
  padding: 0;
}
.cid-uHb677py1I .container {
  overflow: hidden;
}
.cid-uHb677py1I .title-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uHb677py1I .title-wrapper {
    padding-right: 0;
  }
}
.cid-uHb677py1I .title-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uHb677py1I .title-wrapper .mbr-text {
    margin-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .cid-uHb677py1I .title-wrapper .mbr-text {
    margin-bottom: 80px;
  }
}
.cid-uHb677py1I .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uHb677py1I .title-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uHb677py1I .mbr-text {
  color: #076070;
}
.cid-uHb677py1I .mbr-desc {
  color: #076070;
}
.cid-uHb677py1I .mbr-name {
  color: #076070;
  text-align: center;
}
.cid-uNFhqazHPo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNFhqazHPo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNFhqazHPo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNFhqazHPo .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uNFhqazHPo .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNFhqazHPo .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uNFhqazHPo .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uNFhqazHPo .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uNFhqazHPo .image-wrapper {
  padding: 0 1rem;
}
.cid-uNFhqazHPo img,
.cid-uNFhqazHPo .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uNFhqazHPo img,
  .cid-uNFhqazHPo .image-wrapper {
    max-height: 350px;
  }
}
.cid-uNFhqazHPo .mbr-section-title {
  color: #0e606e;
  text-align: left;
}
.cid-uNFhqazHPo .mbr-text {
  color: #000000;
}
.cid-uNFhqazHPo .mbr-text,
.cid-uNFhqazHPo .mbr-section-btn {
  color: #d70081;
}
.cid-uHb678qkhZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
  background-color: transparent;
}
.cid-uHb678qkhZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHb678qkhZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHb678qkhZ .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uHb678qkhZ .container-fluid {
    padding: 0 16px;
  }
}
.cid-uHb678qkhZ .container-fluid .row {
  padding: 0;
}
.cid-uHb678qkhZ .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uHb678qkhZ .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #495DFF;
}
.cid-uHb678qkhZ .list .item-wrap {
  padding: 12px 0;
  transition: all 0.3s ease;
}
.cid-uHb678qkhZ .list .item-wrap:hover {
  opacity: 0.5;
}
.cid-uHb678qkhZ .mbr-section-btn {
  width: 100%;
}
.cid-uHb678qkhZ .mbr-section-btn .btn {
  width: 100%;
}
.cid-uHb678qkhZ .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #0e606e;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHb678qkhZ .copyright {
    padding: 32px 0;
  }
}
.cid-uHb678qkhZ .mbr-section-title {
  color: #495DFF;
}
.cid-uF9UeabRt4 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uF9UeabRt4 .navbar-dropdown {
  background-color: #076070 !important;
  padding: 0;
  position: fixed;
}
.cid-uF9UeabRt4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #076070 !important;
  background: #076070;
}
.cid-uF9UeabRt4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uF9UeabRt4 .menu_box .navbar.opened,
  .cid-uF9UeabRt4 .menu_box .navbar-collapse {
    background-color: #076070 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uF9UeabRt4 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uF9UeabRt4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uF9UeabRt4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uF9UeabRt4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uF9UeabRt4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF9UeabRt4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uF9UeabRt4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uF9UeabRt4 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uF9UeabRt4 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uF9UeabRt4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uF9UeabRt4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uF9UeabRt4 .nav-item {
    margin: 0 !important;
  }
}
.cid-uF9UeabRt4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uF9UeabRt4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uF9UeabRt4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uF9UeabRt4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF9UeabRt4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uF9UeabRt4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uF9UeabRt4 .offcanvas_box {
    display: none;
  }
}
.cid-uF9UeabRt4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uF9UeabRt4 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uF9UeabRt4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uF9UeabRt4 .container {
  display: flex;
  margin: auto;
}
.cid-uF9UeabRt4 .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uF9UeabRt4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uF9UeabRt4 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uF9UeabRt4 .navbar-caption {
  color: #492E00;
}
.cid-uF9UeabRt4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uF9UeabRt4 .navbar-nav {
    margin: 0;
  }
}
.cid-uF9UeabRt4 .dropdown-menu,
.cid-uF9UeabRt4 .navbar.opened {
  background-color: false !important;
}
.cid-uF9UeabRt4 .nav-item:focus,
.cid-uF9UeabRt4 .nav-link:focus {
  outline: none;
}
.cid-uF9UeabRt4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF9UeabRt4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF9UeabRt4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF9UeabRt4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF9UeabRt4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF9UeabRt4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF9UeabRt4 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uF9UeabRt4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uF9UeabRt4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uF9UeabRt4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uF9UeabRt4 .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uF9UeabRt4 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uF9UeabRt4 .navbar.collapsed {
  justify-content: center;
}
.cid-uF9UeabRt4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF9UeabRt4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF9UeabRt4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF9UeabRt4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF9UeabRt4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF9UeabRt4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uF9UeabRt4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uF9UeabRt4 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uF9UeabRt4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uF9UeabRt4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF9UeabRt4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF9UeabRt4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uF9UeabRt4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF9UeabRt4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uF9UeabRt4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF9UeabRt4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uF9UeabRt4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uF9UeabRt4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uF9UeabRt4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF9UeabRt4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF9UeabRt4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uF9UeabRt4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF9UeabRt4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF9UeabRt4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF9UeabRt4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF9UeabRt4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-uF9UeabRt4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF9UeabRt4 .dropdown-item.active,
.cid-uF9UeabRt4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uF9UeabRt4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF9UeabRt4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF9UeabRt4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF9UeabRt4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF9UeabRt4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uF9UeabRt4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF9UeabRt4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #076070;
  background: #000000;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fffcf2;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF9UeabRt4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF9UeabRt4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF9UeabRt4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF9UeabRt4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF9UeabRt4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uF9UeabRt4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF9UeabRt4 .navbar {
    height: 70px;
  }
  .cid-uF9UeabRt4 .navbar.opened {
    height: auto;
  }
  .cid-uF9UeabRt4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF9UeabRt4 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uF9UeabRt4 .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-uF9UeabRt4 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uF9UeabRt4 .mbr-section-btn-main .btn {
  width: fit-content;
  white-space: nowrap;
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uF9UeabRt4 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uF9UeabRt4 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uF9UeabRt4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uF9UeabRt4 .nav-link {
  opacity: 0.7;
}
.cid-uF9UeabRt4 .nav-link:hover,
.cid-uF9UeabRt4 .nav-link:focus {
  opacity: 1;
}
.cid-uF9UeabRt4 .icons-menu-main {
  display: flex;
}
.cid-uF9UeabRt4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF9UeabRt4 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uF9UeabRt4 .text_widget {
  color: #ffffff;
}
.cid-uF9UeabRt4 .mbr-section-subtitle,
.cid-uF9UeabRt4 .text_widget,
.cid-uF9UeabRt4 .mbr-section-btn {
  text-align: center;
}
.cid-uF9UeabRt4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uF9UeabRt4 .nav-link,
.cid-uF9UeabRt4 .dropdown-item {
  color: #492E00;
}
.cid-uP0gQiLzWo {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uP0gQiLzWo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0gQiLzWo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP0gQiLzWo .mbr-side-description {
  text-align: left;
  color: #0e606e;
}
.cid-uP0gQiLzWo .mbr-description {
  color: #076070;
}
.cid-uG27WX0VXb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uG27WX0VXb .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uF9UefgAjy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
  background-color: transparent;
}
.cid-uF9UefgAjy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF9UefgAjy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF9UefgAjy .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uF9UefgAjy .container-fluid {
    padding: 0 16px;
  }
}
.cid-uF9UefgAjy .container-fluid .row {
  padding: 0;
}
.cid-uF9UefgAjy .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uF9UefgAjy .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #495DFF;
}
.cid-uF9UefgAjy .list .item-wrap {
  padding: 12px 0;
  transition: all 0.3s ease;
}
.cid-uF9UefgAjy .list .item-wrap:hover {
  opacity: 0.5;
}
.cid-uF9UefgAjy .mbr-section-btn {
  width: 100%;
}
.cid-uF9UefgAjy .mbr-section-btn .btn {
  width: 100%;
}
.cid-uF9UefgAjy .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #0e606e;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uF9UefgAjy .copyright {
    padding: 32px 0;
  }
}
.cid-uF9UefgAjy .mbr-section-title {
  color: #495DFF;
}
.cid-uF9UeabRt4 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uF9UeabRt4 .navbar-dropdown {
  background-color: #076070 !important;
  padding: 0;
  position: fixed;
}
.cid-uF9UeabRt4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #076070 !important;
  background: #076070;
}
.cid-uF9UeabRt4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uF9UeabRt4 .menu_box .navbar.opened,
  .cid-uF9UeabRt4 .menu_box .navbar-collapse {
    background-color: #076070 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uF9UeabRt4 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uF9UeabRt4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uF9UeabRt4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uF9UeabRt4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uF9UeabRt4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF9UeabRt4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uF9UeabRt4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uF9UeabRt4 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uF9UeabRt4 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uF9UeabRt4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uF9UeabRt4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uF9UeabRt4 .nav-item {
    margin: 0 !important;
  }
}
.cid-uF9UeabRt4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uF9UeabRt4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uF9UeabRt4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uF9UeabRt4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF9UeabRt4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uF9UeabRt4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uF9UeabRt4 .offcanvas_box {
    display: none;
  }
}
.cid-uF9UeabRt4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uF9UeabRt4 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uF9UeabRt4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uF9UeabRt4 .container {
  display: flex;
  margin: auto;
}
.cid-uF9UeabRt4 .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uF9UeabRt4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uF9UeabRt4 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uF9UeabRt4 .navbar-caption {
  color: #492E00;
}
.cid-uF9UeabRt4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uF9UeabRt4 .navbar-nav {
    margin: 0;
  }
}
.cid-uF9UeabRt4 .dropdown-menu,
.cid-uF9UeabRt4 .navbar.opened {
  background-color: false !important;
}
.cid-uF9UeabRt4 .nav-item:focus,
.cid-uF9UeabRt4 .nav-link:focus {
  outline: none;
}
.cid-uF9UeabRt4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF9UeabRt4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF9UeabRt4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF9UeabRt4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF9UeabRt4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF9UeabRt4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF9UeabRt4 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uF9UeabRt4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uF9UeabRt4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uF9UeabRt4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uF9UeabRt4 .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uF9UeabRt4 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uF9UeabRt4 .navbar.collapsed {
  justify-content: center;
}
.cid-uF9UeabRt4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF9UeabRt4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF9UeabRt4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF9UeabRt4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF9UeabRt4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF9UeabRt4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uF9UeabRt4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uF9UeabRt4 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uF9UeabRt4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uF9UeabRt4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF9UeabRt4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF9UeabRt4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uF9UeabRt4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF9UeabRt4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uF9UeabRt4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF9UeabRt4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uF9UeabRt4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uF9UeabRt4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uF9UeabRt4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF9UeabRt4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF9UeabRt4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uF9UeabRt4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF9UeabRt4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF9UeabRt4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF9UeabRt4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF9UeabRt4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-uF9UeabRt4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF9UeabRt4 .dropdown-item.active,
.cid-uF9UeabRt4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uF9UeabRt4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF9UeabRt4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF9UeabRt4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF9UeabRt4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF9UeabRt4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uF9UeabRt4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF9UeabRt4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #076070;
  background: #000000;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fffcf2;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF9UeabRt4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF9UeabRt4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF9UeabRt4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF9UeabRt4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF9UeabRt4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uF9UeabRt4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF9UeabRt4 .navbar {
    height: 70px;
  }
  .cid-uF9UeabRt4 .navbar.opened {
    height: auto;
  }
  .cid-uF9UeabRt4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF9UeabRt4 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uF9UeabRt4 .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-uF9UeabRt4 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uF9UeabRt4 .mbr-section-btn-main .btn {
  width: fit-content;
  white-space: nowrap;
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uF9UeabRt4 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uF9UeabRt4 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uF9UeabRt4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uF9UeabRt4 .nav-link {
  opacity: 0.7;
}
.cid-uF9UeabRt4 .nav-link:hover,
.cid-uF9UeabRt4 .nav-link:focus {
  opacity: 1;
}
.cid-uF9UeabRt4 .icons-menu-main {
  display: flex;
}
.cid-uF9UeabRt4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF9UeabRt4 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uF9UeabRt4 .text_widget {
  color: #ffffff;
}
.cid-uF9UeabRt4 .mbr-section-subtitle,
.cid-uF9UeabRt4 .text_widget,
.cid-uF9UeabRt4 .mbr-section-btn {
  text-align: center;
}
.cid-uF9UeabRt4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uF9UeabRt4 .nav-link,
.cid-uF9UeabRt4 .dropdown-item {
  color: #492E00;
}
.cid-uSnNT5ZoSn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uSnNT5ZoSn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSnNT5ZoSn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSnNT5ZoSn .card .title-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uSnNT5ZoSn .card .title-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-uSnNT5ZoSn .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSnNT5ZoSn .card .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uSnNT5ZoSn .card .text-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
.cid-uSnNT5ZoSn .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSnNT5ZoSn .card .text-wrapper {
    display: none;
  }
}
.cid-uSnNT5ZoSn .card .icon-wrapper {
  height: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uSnNT5ZoSn .card .icon-wrapper {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-uSnNT5ZoSn .card .icon-wrapper .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 35px;
  transform: rotate(45deg);
  color: #000000;
  background-color: #ffe47a;
  border-radius: 100%;
}
.cid-uSnNT5ZoSn .mbr-section-title {
  color: #0e606e;
  text-align: center;
}
.cid-uSnNT5ZoSn .mbr-text {
  color: #076070;
  text-align: left;
}
.cid-uSn3cYxj6I {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/i-want-a-photo-of-hero-figures-of-all-ages-that-would-fit-the-title-unlock-your-inner-hero-.jpg-1472x832.jpg");
}
.cid-uSn3cYxj6I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSn3cYxj6I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSn3cYxj6I .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uSn3cYxj6I .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSn3cYxj6I .container-fluid .row {
  padding: 0;
}
.cid-uSn3cYxj6I .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20% 0;
}
@media (max-width: 992px) {
  .cid-uSn3cYxj6I .image-wrapper {
    padding: 80px 0;
    justify-content: flex-end;
  }
}
.cid-uSn3cYxj6I .image-wrapper img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-uSn3cYxj6I .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1300px) {
  .cid-uSn3cYxj6I .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
.cid-uSn3cYxj6I .image-wrapper .image-overlay {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(60deg, #ffffff 30%, #ffffff 50%);
  filter: blur(75px);
  pointer-events: none;
}
@media (min-width: 1500px) {
  .cid-uSn3cYxj6I .image-wrapper .image-overlay {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1300px) {
  .cid-uSn3cYxj6I .image-wrapper .image-overlay {
    width: 350px;
    height: 350px;
  }
}
.cid-uSn3cYxj6I .title-wrapper {
  padding: 15% 0;
}
@media (max-width: 992px) {
  .cid-uSn3cYxj6I .title-wrapper {
    padding: 32px 0 64px;
  }
}
.cid-uSn3cYxj6I .title-wrapper .mbr-section-title {
  margin: 0;
}
.cid-uSn3cYxj6I .date-wrapper .mbr-date {
  margin-bottom: 22px;
}
.cid-uSn3cYxj6I .link-wrapper .mbr-link {
  margin-bottom: 12px;
  transition: all 0.3s ease;
}
.cid-uSn3cYxj6I .link-wrapper .mbr-link:hover {
  opacity: 0.5;
}
.cid-uSn3cYxj6I .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uSn3cYxj6I .mbr-section-title {
  color: #076070;
}
.cid-uSn3cYxj6I .mbr-link {
  color: #495DFF;
}
.cid-uSn3cYxj6I .mbr-date {
  color: #62302F;
}
.cid-uSn3cYxj6I .mbr-link,
.cid-uSn3cYxj6I .mbr-section-btn {
  color: #62302F;
}
.cid-uSn3cYZY8U {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uSn3cYZY8U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSn3cYZY8U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSn3cYZY8U .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uSn3cYZY8U .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSn3cYZY8U .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSn3cYZY8U .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #076070;
}
.cid-uSn3cYZY8U .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-uSn3cYZY8U .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0e606e;
  opacity: 0.3;
}
.cid-uSn3cYZY8U .mbr-section-title {
  color: #495DFF;
}
.cid-uSn3cYZY8U .mbr-text {
  color: #495DFF;
}
.cid-uSn3cYZY8U .mbr-section-title,
.cid-uSn3cYZY8U .list-wrapper {
  color: #62302F;
}
.cid-uSn3cYZY8U .mbr-text,
.cid-uSn3cYZY8U .text-wrapper {
  color: #076070;
}
.cid-uSncdZ45Eq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSncdZ45Eq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSncdZ45Eq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSncdZ45Eq .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSncdZ45Eq .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uSncdZ45Eq .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSncdZ45Eq .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uSncdZ45Eq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSncdZ45Eq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uSncdZ45Eq .mbr-label {
  color: #000000;
}
.cid-uSncdZ45Eq .mbr-section-title {
  color: #000000;
}
.cid-uSncdZ45Eq .mbr-text {
  color: #076070;
}
.cid-uSncdZ45Eq .mbr-section-title,
.cid-uSncdZ45Eq .mbr-section-btn,
.cid-uSncdZ45Eq .title-wrapper {
  color: #076070;
}
.cid-uSnd6EKyQa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSnd6EKyQa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSnd6EKyQa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSnd6EKyQa .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSnd6EKyQa .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uSnd6EKyQa .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSnd6EKyQa .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uSnd6EKyQa .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSnd6EKyQa .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uSnd6EKyQa .mbr-label {
  color: #000000;
}
.cid-uSnd6EKyQa .mbr-section-title {
  color: #000000;
}
.cid-uSnd6EKyQa .mbr-text {
  color: #076070;
}
.cid-uSnd6EKyQa .mbr-section-title,
.cid-uSnd6EKyQa .mbr-section-btn,
.cid-uSnd6EKyQa .title-wrapper {
  color: #076070;
}
.cid-uSneVaWRF2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSneVaWRF2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSneVaWRF2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSneVaWRF2 .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSneVaWRF2 .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uSneVaWRF2 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSneVaWRF2 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uSneVaWRF2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSneVaWRF2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uSneVaWRF2 .mbr-label {
  color: #000000;
}
.cid-uSneVaWRF2 .mbr-section-title {
  color: #000000;
}
.cid-uSneVaWRF2 .mbr-text {
  color: #076070;
}
.cid-uSneVaWRF2 .mbr-section-title,
.cid-uSneVaWRF2 .mbr-section-btn,
.cid-uSneVaWRF2 .title-wrapper {
  color: #076070;
}
.cid-uSyAwGjfSc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSyAwGjfSc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSyAwGjfSc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSyAwGjfSc .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSyAwGjfSc .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uSyAwGjfSc .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSyAwGjfSc .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uSyAwGjfSc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSyAwGjfSc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uSyAwGjfSc .mbr-label {
  color: #000000;
}
.cid-uSyAwGjfSc .mbr-section-title {
  color: #000000;
}
.cid-uSyAwGjfSc .mbr-text {
  color: #076070;
}
.cid-uSyAwGjfSc .mbr-section-title,
.cid-uSyAwGjfSc .mbr-section-btn,
.cid-uSyAwGjfSc .title-wrapper {
  color: #076070;
}
.cid-uSn3cZa1FN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0e606e;
}
.cid-uSn3cZa1FN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSn3cZa1FN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSn3cZa1FN .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uSn3cZa1FN .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSn3cZa1FN .container-fluid .row {
  padding: 0;
}
.cid-uSn3cZa1FN .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uSn3cZa1FN .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-uSn3cZa1FN .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #FFFFFF;
}
.cid-uSn3cZa1FN .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-uSn3cZa1FN .list .item-wrap:hover::before,
.cid-uSn3cZa1FN .list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uSn3cZa1FN .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  opacity: 0.3;
  transition: all 0.3s ease;
}
.cid-uSn3cZa1FN .mbr-section-title {
  color: #495DFF;
}
.cid-uSn3cZa1FN .mbr-text {
  color: #495DFF;
}
.cid-uSn3cZa1FN .mbr-section-title,
.cid-uSn3cZa1FN .list-wrapper {
  color: #FFFFFF;
}
.cid-uSnoKRGsHL {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #076070;
}
.cid-uSnoKRGsHL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSnoKRGsHL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSnoKRGsHL .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uSnoKRGsHL .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uSnoKRGsHL .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uSnoKRGsHL .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uSnoKRGsHL .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uSnoKRGsHL .image-wrapper {
  padding: 0 1rem;
}
.cid-uSnoKRGsHL img,
.cid-uSnoKRGsHL .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uSnoKRGsHL img,
  .cid-uSnoKRGsHL .image-wrapper {
    max-height: 350px;
  }
}
.cid-uSnoKRGsHL .mbr-section-title {
  color: #076070;
}
.cid-uSnoKRGsHL .mbr-text {
  color: #000000;
}
.cid-uSnoKRGsHL .mbr-text,
.cid-uSnoKRGsHL .mbr-section-btn {
  color: #076070;
}
.cid-uF9UefgAjy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
  background-color: transparent;
}
.cid-uF9UefgAjy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF9UefgAjy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF9UefgAjy .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uF9UefgAjy .container-fluid {
    padding: 0 16px;
  }
}
.cid-uF9UefgAjy .container-fluid .row {
  padding: 0;
}
.cid-uF9UefgAjy .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uF9UefgAjy .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #495DFF;
}
.cid-uF9UefgAjy .list .item-wrap {
  padding: 12px 0;
  transition: all 0.3s ease;
}
.cid-uF9UefgAjy .list .item-wrap:hover {
  opacity: 0.5;
}
.cid-uF9UefgAjy .mbr-section-btn {
  width: 100%;
}
.cid-uF9UefgAjy .mbr-section-btn .btn {
  width: 100%;
}
.cid-uF9UefgAjy .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #0e606e;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uF9UefgAjy .copyright {
    padding: 32px 0;
  }
}
.cid-uF9UefgAjy .mbr-section-title {
  color: #495DFF;
}
.cid-uF9UeabRt4 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uF9UeabRt4 .navbar-dropdown {
  background-color: #076070 !important;
  padding: 0;
  position: fixed;
}
.cid-uF9UeabRt4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #076070 !important;
  background: #076070;
}
.cid-uF9UeabRt4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uF9UeabRt4 .menu_box .navbar.opened,
  .cid-uF9UeabRt4 .menu_box .navbar-collapse {
    background-color: #076070 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uF9UeabRt4 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uF9UeabRt4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uF9UeabRt4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uF9UeabRt4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uF9UeabRt4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF9UeabRt4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uF9UeabRt4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uF9UeabRt4 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uF9UeabRt4 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uF9UeabRt4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uF9UeabRt4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uF9UeabRt4 .nav-item {
    margin: 0 !important;
  }
}
.cid-uF9UeabRt4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uF9UeabRt4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uF9UeabRt4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uF9UeabRt4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF9UeabRt4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uF9UeabRt4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uF9UeabRt4 .offcanvas_box {
    display: none;
  }
}
.cid-uF9UeabRt4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uF9UeabRt4 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uF9UeabRt4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uF9UeabRt4 .container {
  display: flex;
  margin: auto;
}
.cid-uF9UeabRt4 .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uF9UeabRt4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uF9UeabRt4 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uF9UeabRt4 .navbar-caption {
  color: #492E00;
}
.cid-uF9UeabRt4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uF9UeabRt4 .navbar-nav {
    margin: 0;
  }
}
.cid-uF9UeabRt4 .dropdown-menu,
.cid-uF9UeabRt4 .navbar.opened {
  background-color: false !important;
}
.cid-uF9UeabRt4 .nav-item:focus,
.cid-uF9UeabRt4 .nav-link:focus {
  outline: none;
}
.cid-uF9UeabRt4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF9UeabRt4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF9UeabRt4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF9UeabRt4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF9UeabRt4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF9UeabRt4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF9UeabRt4 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uF9UeabRt4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uF9UeabRt4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uF9UeabRt4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uF9UeabRt4 .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uF9UeabRt4 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uF9UeabRt4 .navbar.collapsed {
  justify-content: center;
}
.cid-uF9UeabRt4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF9UeabRt4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF9UeabRt4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF9UeabRt4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF9UeabRt4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF9UeabRt4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uF9UeabRt4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uF9UeabRt4 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uF9UeabRt4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uF9UeabRt4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF9UeabRt4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF9UeabRt4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uF9UeabRt4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF9UeabRt4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uF9UeabRt4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF9UeabRt4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uF9UeabRt4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uF9UeabRt4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uF9UeabRt4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF9UeabRt4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF9UeabRt4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uF9UeabRt4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF9UeabRt4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF9UeabRt4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF9UeabRt4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF9UeabRt4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-uF9UeabRt4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF9UeabRt4 .dropdown-item.active,
.cid-uF9UeabRt4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uF9UeabRt4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF9UeabRt4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF9UeabRt4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF9UeabRt4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF9UeabRt4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uF9UeabRt4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF9UeabRt4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #076070;
  background: #000000;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fffcf2;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF9UeabRt4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF9UeabRt4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF9UeabRt4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF9UeabRt4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF9UeabRt4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uF9UeabRt4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF9UeabRt4 .navbar {
    height: 70px;
  }
  .cid-uF9UeabRt4 .navbar.opened {
    height: auto;
  }
  .cid-uF9UeabRt4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF9UeabRt4 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uF9UeabRt4 .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-uF9UeabRt4 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uF9UeabRt4 .mbr-section-btn-main .btn {
  width: fit-content;
  white-space: nowrap;
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uF9UeabRt4 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uF9UeabRt4 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uF9UeabRt4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uF9UeabRt4 .nav-link {
  opacity: 0.7;
}
.cid-uF9UeabRt4 .nav-link:hover,
.cid-uF9UeabRt4 .nav-link:focus {
  opacity: 1;
}
.cid-uF9UeabRt4 .icons-menu-main {
  display: flex;
}
.cid-uF9UeabRt4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF9UeabRt4 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uF9UeabRt4 .text_widget {
  color: #ffffff;
}
.cid-uF9UeabRt4 .mbr-section-subtitle,
.cid-uF9UeabRt4 .text_widget,
.cid-uF9UeabRt4 .mbr-section-btn {
  text-align: center;
}
.cid-uF9UeabRt4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uF9UeabRt4 .nav-link,
.cid-uF9UeabRt4 .dropdown-item {
  color: #492E00;
}
.cid-uF9UefgAjy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
  background-color: transparent;
}
.cid-uF9UefgAjy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF9UefgAjy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF9UefgAjy .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uF9UefgAjy .container-fluid {
    padding: 0 16px;
  }
}
.cid-uF9UefgAjy .container-fluid .row {
  padding: 0;
}
.cid-uF9UefgAjy .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uF9UefgAjy .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #495DFF;
}
.cid-uF9UefgAjy .list .item-wrap {
  padding: 12px 0;
  transition: all 0.3s ease;
}
.cid-uF9UefgAjy .list .item-wrap:hover {
  opacity: 0.5;
}
.cid-uF9UefgAjy .mbr-section-btn {
  width: 100%;
}
.cid-uF9UefgAjy .mbr-section-btn .btn {
  width: 100%;
}
.cid-uF9UefgAjy .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #0e606e;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uF9UefgAjy .copyright {
    padding: 32px 0;
  }
}
.cid-uF9UefgAjy .mbr-section-title {
  color: #495DFF;
}
.cid-uTdd6BX6u6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTdd6BX6u6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTdd6BX6u6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTdd6BX6u6 .container {
  overflow: hidden;
}
.cid-uTdd6BX6u6 .title-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uTdd6BX6u6 .title-wrapper {
    padding-right: 0;
  }
}
.cid-uTdd6BX6u6 .title-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uTdd6BX6u6 .title-wrapper .mbr-text {
    margin-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .cid-uTdd6BX6u6 .title-wrapper .mbr-text {
    margin-bottom: 80px;
  }
}
.cid-uTdd6BX6u6 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uTdd6BX6u6 .title-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uTdd6BX6u6 .mbr-text {
  color: #076070;
}
.cid-uTdd6BX6u6 .mbr-desc {
  color: #076070;
}
.cid-uTdd6BX6u6 .mbr-name {
  color: #076070;
}
.cid-uTdd6BX6u6 H1 {
  color: #2a667d;
}
.cid-uTdd6BX6u6 H3 {
  color: #076070;
}
.cid-uF9UeabRt4 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uF9UeabRt4 .navbar-dropdown {
  background-color: #076070 !important;
  padding: 0;
  position: fixed;
}
.cid-uF9UeabRt4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #076070 !important;
  background: #076070;
}
.cid-uF9UeabRt4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uF9UeabRt4 .menu_box .navbar.opened,
  .cid-uF9UeabRt4 .menu_box .navbar-collapse {
    background-color: #076070 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uF9UeabRt4 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uF9UeabRt4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uF9UeabRt4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uF9UeabRt4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uF9UeabRt4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF9UeabRt4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uF9UeabRt4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uF9UeabRt4 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uF9UeabRt4 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uF9UeabRt4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uF9UeabRt4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uF9UeabRt4 .nav-item {
    margin: 0 !important;
  }
}
.cid-uF9UeabRt4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uF9UeabRt4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uF9UeabRt4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uF9UeabRt4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF9UeabRt4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uF9UeabRt4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uF9UeabRt4 .offcanvas_box {
    display: none;
  }
}
.cid-uF9UeabRt4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uF9UeabRt4 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uF9UeabRt4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uF9UeabRt4 .container {
  display: flex;
  margin: auto;
}
.cid-uF9UeabRt4 .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uF9UeabRt4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uF9UeabRt4 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uF9UeabRt4 .navbar-caption {
  color: #492E00;
}
.cid-uF9UeabRt4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uF9UeabRt4 .navbar-nav {
    margin: 0;
  }
}
.cid-uF9UeabRt4 .dropdown-menu,
.cid-uF9UeabRt4 .navbar.opened {
  background-color: false !important;
}
.cid-uF9UeabRt4 .nav-item:focus,
.cid-uF9UeabRt4 .nav-link:focus {
  outline: none;
}
.cid-uF9UeabRt4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF9UeabRt4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF9UeabRt4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF9UeabRt4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF9UeabRt4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF9UeabRt4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF9UeabRt4 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uF9UeabRt4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uF9UeabRt4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uF9UeabRt4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uF9UeabRt4 .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uF9UeabRt4 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uF9UeabRt4 .navbar.collapsed {
  justify-content: center;
}
.cid-uF9UeabRt4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF9UeabRt4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF9UeabRt4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF9UeabRt4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF9UeabRt4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF9UeabRt4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uF9UeabRt4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uF9UeabRt4 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uF9UeabRt4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uF9UeabRt4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF9UeabRt4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF9UeabRt4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uF9UeabRt4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF9UeabRt4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uF9UeabRt4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF9UeabRt4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uF9UeabRt4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uF9UeabRt4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uF9UeabRt4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF9UeabRt4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF9UeabRt4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uF9UeabRt4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF9UeabRt4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF9UeabRt4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF9UeabRt4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF9UeabRt4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-uF9UeabRt4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF9UeabRt4 .dropdown-item.active,
.cid-uF9UeabRt4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uF9UeabRt4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF9UeabRt4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF9UeabRt4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF9UeabRt4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF9UeabRt4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uF9UeabRt4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF9UeabRt4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #076070;
  background: #000000;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fffcf2;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF9UeabRt4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF9UeabRt4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF9UeabRt4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF9UeabRt4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF9UeabRt4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uF9UeabRt4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF9UeabRt4 .navbar {
    height: 70px;
  }
  .cid-uF9UeabRt4 .navbar.opened {
    height: auto;
  }
  .cid-uF9UeabRt4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF9UeabRt4 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uF9UeabRt4 .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-uF9UeabRt4 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uF9UeabRt4 .mbr-section-btn-main .btn {
  width: fit-content;
  white-space: nowrap;
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uF9UeabRt4 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uF9UeabRt4 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uF9UeabRt4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uF9UeabRt4 .nav-link {
  opacity: 0.7;
}
.cid-uF9UeabRt4 .nav-link:hover,
.cid-uF9UeabRt4 .nav-link:focus {
  opacity: 1;
}
.cid-uF9UeabRt4 .icons-menu-main {
  display: flex;
}
.cid-uF9UeabRt4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF9UeabRt4 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uF9UeabRt4 .text_widget {
  color: #ffffff;
}
.cid-uF9UeabRt4 .mbr-section-subtitle,
.cid-uF9UeabRt4 .text_widget,
.cid-uF9UeabRt4 .mbr-section-btn {
  text-align: center;
}
.cid-uF9UeabRt4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uF9UeabRt4 .nav-link,
.cid-uF9UeabRt4 .dropdown-item {
  color: #492E00;
}
.cid-uF9UefgAjy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
  background-color: transparent;
}
.cid-uF9UefgAjy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF9UefgAjy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF9UefgAjy .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uF9UefgAjy .container-fluid {
    padding: 0 16px;
  }
}
.cid-uF9UefgAjy .container-fluid .row {
  padding: 0;
}
.cid-uF9UefgAjy .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uF9UefgAjy .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #495DFF;
}
.cid-uF9UefgAjy .list .item-wrap {
  padding: 12px 0;
  transition: all 0.3s ease;
}
.cid-uF9UefgAjy .list .item-wrap:hover {
  opacity: 0.5;
}
.cid-uF9UefgAjy .mbr-section-btn {
  width: 100%;
}
.cid-uF9UefgAjy .mbr-section-btn .btn {
  width: 100%;
}
.cid-uF9UefgAjy .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #0e606e;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uF9UefgAjy .copyright {
    padding: 32px 0;
  }
}
.cid-uF9UefgAjy .mbr-section-title {
  color: #495DFF;
}
#custom-html-2b {
  /* Type valid CSS here */
}
#custom-html-2b div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2b p {
  font-size: 60px;
  color: #777;
}
.cid-uF9UeabRt4 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uF9UeabRt4 .navbar-dropdown {
  background-color: #076070 !important;
  padding: 0;
  position: fixed;
}
.cid-uF9UeabRt4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #076070 !important;
  background: #076070;
}
.cid-uF9UeabRt4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uF9UeabRt4 .menu_box .navbar.opened,
  .cid-uF9UeabRt4 .menu_box .navbar-collapse {
    background-color: #076070 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uF9UeabRt4 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uF9UeabRt4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uF9UeabRt4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uF9UeabRt4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uF9UeabRt4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF9UeabRt4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uF9UeabRt4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uF9UeabRt4 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uF9UeabRt4 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uF9UeabRt4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uF9UeabRt4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uF9UeabRt4 .nav-item {
    margin: 0 !important;
  }
}
.cid-uF9UeabRt4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uF9UeabRt4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uF9UeabRt4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uF9UeabRt4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF9UeabRt4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uF9UeabRt4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uF9UeabRt4 .offcanvas_box {
    display: none;
  }
}
.cid-uF9UeabRt4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uF9UeabRt4 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uF9UeabRt4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uF9UeabRt4 .container {
  display: flex;
  margin: auto;
}
.cid-uF9UeabRt4 .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uF9UeabRt4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uF9UeabRt4 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uF9UeabRt4 .navbar-caption {
  color: #492E00;
}
.cid-uF9UeabRt4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uF9UeabRt4 .navbar-nav {
    margin: 0;
  }
}
.cid-uF9UeabRt4 .dropdown-menu,
.cid-uF9UeabRt4 .navbar.opened {
  background-color: false !important;
}
.cid-uF9UeabRt4 .nav-item:focus,
.cid-uF9UeabRt4 .nav-link:focus {
  outline: none;
}
.cid-uF9UeabRt4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF9UeabRt4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF9UeabRt4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF9UeabRt4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF9UeabRt4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF9UeabRt4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF9UeabRt4 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uF9UeabRt4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uF9UeabRt4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uF9UeabRt4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uF9UeabRt4 .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uF9UeabRt4 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uF9UeabRt4 .navbar.collapsed {
  justify-content: center;
}
.cid-uF9UeabRt4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF9UeabRt4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF9UeabRt4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF9UeabRt4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF9UeabRt4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF9UeabRt4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uF9UeabRt4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uF9UeabRt4 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uF9UeabRt4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uF9UeabRt4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF9UeabRt4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF9UeabRt4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uF9UeabRt4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF9UeabRt4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uF9UeabRt4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF9UeabRt4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uF9UeabRt4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uF9UeabRt4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uF9UeabRt4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF9UeabRt4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF9UeabRt4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uF9UeabRt4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF9UeabRt4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF9UeabRt4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF9UeabRt4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF9UeabRt4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-uF9UeabRt4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF9UeabRt4 .dropdown-item.active,
.cid-uF9UeabRt4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uF9UeabRt4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF9UeabRt4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF9UeabRt4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF9UeabRt4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF9UeabRt4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uF9UeabRt4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF9UeabRt4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #076070;
  background: #000000;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fffcf2;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF9UeabRt4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF9UeabRt4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF9UeabRt4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF9UeabRt4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF9UeabRt4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uF9UeabRt4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF9UeabRt4 .navbar {
    height: 70px;
  }
  .cid-uF9UeabRt4 .navbar.opened {
    height: auto;
  }
  .cid-uF9UeabRt4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF9UeabRt4 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uF9UeabRt4 .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-uF9UeabRt4 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uF9UeabRt4 .mbr-section-btn-main .btn {
  width: fit-content;
  white-space: nowrap;
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uF9UeabRt4 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uF9UeabRt4 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uF9UeabRt4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uF9UeabRt4 .nav-link {
  opacity: 0.7;
}
.cid-uF9UeabRt4 .nav-link:hover,
.cid-uF9UeabRt4 .nav-link:focus {
  opacity: 1;
}
.cid-uF9UeabRt4 .icons-menu-main {
  display: flex;
}
.cid-uF9UeabRt4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF9UeabRt4 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uF9UeabRt4 .text_widget {
  color: #ffffff;
}
.cid-uF9UeabRt4 .mbr-section-subtitle,
.cid-uF9UeabRt4 .text_widget,
.cid-uF9UeabRt4 .mbr-section-btn {
  text-align: center;
}
.cid-uF9UeabRt4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uF9UeabRt4 .nav-link,
.cid-uF9UeabRt4 .dropdown-item {
  color: #492E00;
}
.cid-uF9UefgAjy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
  background-color: transparent;
}
.cid-uF9UefgAjy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF9UefgAjy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF9UefgAjy .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uF9UefgAjy .container-fluid {
    padding: 0 16px;
  }
}
.cid-uF9UefgAjy .container-fluid .row {
  padding: 0;
}
.cid-uF9UefgAjy .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uF9UefgAjy .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #495DFF;
}
.cid-uF9UefgAjy .list .item-wrap {
  padding: 12px 0;
  transition: all 0.3s ease;
}
.cid-uF9UefgAjy .list .item-wrap:hover {
  opacity: 0.5;
}
.cid-uF9UefgAjy .mbr-section-btn {
  width: 100%;
}
.cid-uF9UefgAjy .mbr-section-btn .btn {
  width: 100%;
}
.cid-uF9UefgAjy .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #0e606e;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uF9UefgAjy .copyright {
    padding: 32px 0;
  }
}
.cid-uF9UefgAjy .mbr-section-title {
  color: #495DFF;
}
#custom-html-2e {
  /* Type valid CSS here */
}
#custom-html-2e div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2e p {
  font-size: 60px;
  color: #777;
}
.cid-uF9UeabRt4 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uF9UeabRt4 .navbar-dropdown {
  background-color: #076070 !important;
  padding: 0;
  position: fixed;
}
.cid-uF9UeabRt4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #076070 !important;
  background: #076070;
}
.cid-uF9UeabRt4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uF9UeabRt4 .menu_box .navbar.opened,
  .cid-uF9UeabRt4 .menu_box .navbar-collapse {
    background-color: #076070 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uF9UeabRt4 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uF9UeabRt4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uF9UeabRt4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uF9UeabRt4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uF9UeabRt4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF9UeabRt4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uF9UeabRt4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uF9UeabRt4 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uF9UeabRt4 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uF9UeabRt4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uF9UeabRt4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uF9UeabRt4 .nav-item {
    margin: 0 !important;
  }
}
.cid-uF9UeabRt4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uF9UeabRt4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uF9UeabRt4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uF9UeabRt4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF9UeabRt4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uF9UeabRt4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uF9UeabRt4 .offcanvas_box {
    display: none;
  }
}
.cid-uF9UeabRt4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uF9UeabRt4 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uF9UeabRt4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uF9UeabRt4 .container {
  display: flex;
  margin: auto;
}
.cid-uF9UeabRt4 .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uF9UeabRt4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uF9UeabRt4 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uF9UeabRt4 .navbar-caption {
  color: #492E00;
}
.cid-uF9UeabRt4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uF9UeabRt4 .navbar-nav {
    margin: 0;
  }
}
.cid-uF9UeabRt4 .dropdown-menu,
.cid-uF9UeabRt4 .navbar.opened {
  background-color: false !important;
}
.cid-uF9UeabRt4 .nav-item:focus,
.cid-uF9UeabRt4 .nav-link:focus {
  outline: none;
}
.cid-uF9UeabRt4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF9UeabRt4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF9UeabRt4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF9UeabRt4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF9UeabRt4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF9UeabRt4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF9UeabRt4 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uF9UeabRt4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uF9UeabRt4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uF9UeabRt4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uF9UeabRt4 .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uF9UeabRt4 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uF9UeabRt4 .navbar.collapsed {
  justify-content: center;
}
.cid-uF9UeabRt4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF9UeabRt4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF9UeabRt4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF9UeabRt4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF9UeabRt4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF9UeabRt4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uF9UeabRt4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uF9UeabRt4 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uF9UeabRt4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uF9UeabRt4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF9UeabRt4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF9UeabRt4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uF9UeabRt4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF9UeabRt4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uF9UeabRt4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF9UeabRt4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uF9UeabRt4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uF9UeabRt4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uF9UeabRt4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF9UeabRt4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF9UeabRt4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uF9UeabRt4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF9UeabRt4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF9UeabRt4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF9UeabRt4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF9UeabRt4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-uF9UeabRt4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF9UeabRt4 .dropdown-item.active,
.cid-uF9UeabRt4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uF9UeabRt4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF9UeabRt4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF9UeabRt4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF9UeabRt4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF9UeabRt4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uF9UeabRt4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF9UeabRt4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #076070;
  background: #000000;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fffcf2;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF9UeabRt4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF9UeabRt4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF9UeabRt4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF9UeabRt4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF9UeabRt4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF9UeabRt4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uF9UeabRt4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF9UeabRt4 .navbar {
    height: 70px;
  }
  .cid-uF9UeabRt4 .navbar.opened {
    height: auto;
  }
  .cid-uF9UeabRt4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF9UeabRt4 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uF9UeabRt4 .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-uF9UeabRt4 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uF9UeabRt4 .mbr-section-btn-main .btn {
  width: fit-content;
  white-space: nowrap;
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uF9UeabRt4 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uF9UeabRt4 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uF9UeabRt4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uF9UeabRt4 .nav-link {
  opacity: 0.7;
}
.cid-uF9UeabRt4 .nav-link:hover,
.cid-uF9UeabRt4 .nav-link:focus {
  opacity: 1;
}
.cid-uF9UeabRt4 .icons-menu-main {
  display: flex;
}
.cid-uF9UeabRt4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF9UeabRt4 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uF9UeabRt4 .text_widget {
  color: #ffffff;
}
.cid-uF9UeabRt4 .mbr-section-subtitle,
.cid-uF9UeabRt4 .text_widget,
.cid-uF9UeabRt4 .mbr-section-btn {
  text-align: center;
}
.cid-uF9UeabRt4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uF9UeabRt4 .nav-link,
.cid-uF9UeabRt4 .dropdown-item {
  color: #492E00;
}
.cid-uF9UefgAjy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
  background-color: transparent;
}
.cid-uF9UefgAjy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF9UefgAjy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF9UefgAjy .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uF9UefgAjy .container-fluid {
    padding: 0 16px;
  }
}
.cid-uF9UefgAjy .container-fluid .row {
  padding: 0;
}
.cid-uF9UefgAjy .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uF9UefgAjy .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #495DFF;
}
.cid-uF9UefgAjy .list .item-wrap {
  padding: 12px 0;
  transition: all 0.3s ease;
}
.cid-uF9UefgAjy .list .item-wrap:hover {
  opacity: 0.5;
}
.cid-uF9UefgAjy .mbr-section-btn {
  width: 100%;
}
.cid-uF9UefgAjy .mbr-section-btn .btn {
  width: 100%;
}
.cid-uF9UefgAjy .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #0e606e;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uF9UefgAjy .copyright {
    padding: 32px 0;
  }
}
.cid-uF9UefgAjy .mbr-section-title {
  color: #495DFF;
}
#custom-html-2h {
  /* Type valid CSS here */
}
#custom-html-2h div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2h p {
  font-size: 60px;
  color: #777;
}
.cid-uUK5BcvbMa {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uUK5BcvbMa .navbar-dropdown {
  background-color: #076070 !important;
  padding: 0;
  position: fixed;
}
.cid-uUK5BcvbMa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #076070 !important;
  background: #076070;
}
.cid-uUK5BcvbMa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uUK5BcvbMa .menu_box .navbar.opened,
  .cid-uUK5BcvbMa .menu_box .navbar-collapse {
    background-color: #076070 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUK5BcvbMa nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uUK5BcvbMa .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUK5BcvbMa .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uUK5BcvbMa ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uUK5BcvbMa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUK5BcvbMa .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uUK5BcvbMa .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uUK5BcvbMa li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uUK5BcvbMa .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uUK5BcvbMa .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uUK5BcvbMa .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uUK5BcvbMa .nav-item {
    margin: 0 !important;
  }
}
.cid-uUK5BcvbMa .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUK5BcvbMa .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uUK5BcvbMa .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUK5BcvbMa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUK5BcvbMa .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uUK5BcvbMa .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUK5BcvbMa .offcanvas_box {
    display: none;
  }
}
.cid-uUK5BcvbMa .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uUK5BcvbMa .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUK5BcvbMa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uUK5BcvbMa .container {
  display: flex;
  margin: auto;
}
.cid-uUK5BcvbMa .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uUK5BcvbMa .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUK5BcvbMa .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uUK5BcvbMa .navbar-caption {
  color: #492E00;
}
.cid-uUK5BcvbMa .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUK5BcvbMa .navbar-nav {
    margin: 0;
  }
}
.cid-uUK5BcvbMa .dropdown-menu,
.cid-uUK5BcvbMa .navbar.opened {
  background-color: false !important;
}
.cid-uUK5BcvbMa .nav-item:focus,
.cid-uUK5BcvbMa .nav-link:focus {
  outline: none;
}
.cid-uUK5BcvbMa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUK5BcvbMa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUK5BcvbMa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUK5BcvbMa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUK5BcvbMa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUK5BcvbMa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUK5BcvbMa .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uUK5BcvbMa .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uUK5BcvbMa .navbar.opened {
  transition: all 0.3s;
}
.cid-uUK5BcvbMa .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUK5BcvbMa .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uUK5BcvbMa .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUK5BcvbMa .navbar.collapsed {
  justify-content: center;
}
.cid-uUK5BcvbMa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUK5BcvbMa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUK5BcvbMa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUK5BcvbMa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUK5BcvbMa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUK5BcvbMa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUK5BcvbMa .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUK5BcvbMa .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uUK5BcvbMa .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uUK5BcvbMa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUK5BcvbMa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUK5BcvbMa .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUK5BcvbMa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUK5BcvbMa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uUK5BcvbMa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUK5BcvbMa .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUK5BcvbMa .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUK5BcvbMa .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUK5BcvbMa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUK5BcvbMa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUK5BcvbMa .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUK5BcvbMa .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUK5BcvbMa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUK5BcvbMa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUK5BcvbMa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUK5BcvbMa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-uUK5BcvbMa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUK5BcvbMa .dropdown-item.active,
.cid-uUK5BcvbMa .dropdown-item:active {
  background-color: transparent;
}
.cid-uUK5BcvbMa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUK5BcvbMa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUK5BcvbMa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUK5BcvbMa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUK5BcvbMa ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uUK5BcvbMa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUK5BcvbMa button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #076070;
  background: #000000;
}
.cid-uUK5BcvbMa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fffcf2;
}
.cid-uUK5BcvbMa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUK5BcvbMa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUK5BcvbMa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUK5BcvbMa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUK5BcvbMa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUK5BcvbMa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUK5BcvbMa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUK5BcvbMa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUK5BcvbMa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUK5BcvbMa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUK5BcvbMa .navbar {
    height: 70px;
  }
  .cid-uUK5BcvbMa .navbar.opened {
    height: auto;
  }
  .cid-uUK5BcvbMa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUK5BcvbMa .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uUK5BcvbMa .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-uUK5BcvbMa .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uUK5BcvbMa .mbr-section-btn-main .btn {
  width: fit-content;
  white-space: nowrap;
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uUK5BcvbMa .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uUK5BcvbMa .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uUK5BcvbMa .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uUK5BcvbMa .nav-link {
  opacity: 0.7;
}
.cid-uUK5BcvbMa .nav-link:hover,
.cid-uUK5BcvbMa .nav-link:focus {
  opacity: 1;
}
.cid-uUK5BcvbMa .icons-menu-main {
  display: flex;
}
.cid-uUK5BcvbMa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUK5BcvbMa .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uUK5BcvbMa .text_widget {
  color: #ffffff;
}
.cid-uUK5BcvbMa .mbr-section-subtitle,
.cid-uUK5BcvbMa .text_widget,
.cid-uUK5BcvbMa .mbr-section-btn {
  text-align: center;
}
.cid-uUK5BcvbMa a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUK5BcvbMa .nav-link,
.cid-uUK5BcvbMa .dropdown-item {
  color: #492E00;
}
.cid-uUK5BdoQ36 {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUK5BdoQ36 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUK5BdoQ36 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUK5BdoQ36 .mbr-side-description {
  text-align: left;
  color: #0e606e;
}
.cid-uUK5BdoQ36 .mbr-description {
  color: #076070;
  text-align: left;
}
.cid-uUK5BewW2i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
  background-color: transparent;
}
.cid-uUK5BewW2i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUK5BewW2i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUK5BewW2i .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uUK5BewW2i .container-fluid {
    padding: 0 16px;
  }
}
.cid-uUK5BewW2i .container-fluid .row {
  padding: 0;
}
.cid-uUK5BewW2i .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUK5BewW2i .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #495DFF;
}
.cid-uUK5BewW2i .list .item-wrap {
  padding: 12px 0;
  transition: all 0.3s ease;
}
.cid-uUK5BewW2i .list .item-wrap:hover {
  opacity: 0.5;
}
.cid-uUK5BewW2i .mbr-section-btn {
  width: 100%;
}
.cid-uUK5BewW2i .mbr-section-btn .btn {
  width: 100%;
}
.cid-uUK5BewW2i .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #0e606e;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUK5BewW2i .copyright {
    padding: 32px 0;
  }
}
.cid-uUK5BewW2i .mbr-section-title {
  color: #495DFF;
}
#custom-html-35 {
  /* Type valid CSS here */
}
#custom-html-35 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-35 p {
  font-size: 60px;
  color: #777;
}
