.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #ffeee6;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 7.6rem;
  line-height: .85;
  letter-spacing: -0.0375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 9.5rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5.5rem;
  line-height: .9;
  letter-spacing: -0.0325rem;
}
.display-2 > .mbr-iconfont {
  font-size: 6.875rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4.5rem;
  line-height: .9;
  letter-spacing: -0.0325rem;
}
.display-5 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.1875rem;
}
/* ---- 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: 6.08rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.32rem;
    font-size: calc( 3.3099999999999996rem + (7.6 - 3.3099999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.3099999999999996rem + (7.6 - 3.3099999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.4rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffbd00 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffbd00 !important;
  border-color: #ffbd00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffca33 !important;
  border-color: #ffca33 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffca33 !important;
  border-color: #ffca33 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #892f56 !important;
  border-color: #892f56 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #af3c6e !important;
  border-color: #af3c6e !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #af3c6e !important;
  border-color: #af3c6e !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffbd00;
  color: #ffbd00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a87d00 !important;
  background-color: transparent !important;
  border-color: #a87d00 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbd00 !important;
  border-color: #ffbd00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #892f56;
  color: #892f56;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #48192d !important;
  background-color: transparent !important;
  border-color: #48192d !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #892f56 !important;
  border-color: #892f56 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !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: #ffbd00 !important;
}
.text-secondary {
  color: #892f56 !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !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: #997100 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3d1526 !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: #055161 !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: #ffbd00;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffbd00;
  border-color: #ffbd00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffbd00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff2cc;
}
.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: #55dbf6;
}
.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_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.1875rem;
}
.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: #ffbd00 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.1875rem;
}
blockquote {
  border-color: #ffbd00;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #ffbd00;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffbd00;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffbd00;
  border-bottom-color: #ffbd00;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffbd00 !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: #892f56 !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='%23ffbd00' %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 {
  padding: 15px 32px;
  border-radius: 10px !important;
  margin: 8px;
  border-width: 2px !important;
  flex-direction: row-reverse;
  font-weight: 600 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: .75rem;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  transform: scale(1.03);
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #ffbd00 !important;
}
img {
  border-radius: 16px !important;
}
.cid-uvSuVfMWlG {
  background-color: transparent;
}
.cid-uvSuVfMWlG .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uvSuVfMWlG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uvSuVfMWlG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvSuVfMWlG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvSuVfMWlG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uvSuVfMWlG .menu_box .navbar.opened,
  .cid-uvSuVfMWlG .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uvSuVfMWlG .navbar-dropdown {
  position: relative !important;
}
.cid-uvSuVfMWlG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uvSuVfMWlG .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uvSuVfMWlG .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uvSuVfMWlG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uvSuVfMWlG .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uvSuVfMWlG .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uvSuVfMWlG .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uvSuVfMWlG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uvSuVfMWlG .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uvSuVfMWlG .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uvSuVfMWlG .offcanvas-body .mbr-text,
  .cid-uvSuVfMWlG .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uvSuVfMWlG .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uvSuVfMWlG .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uvSuVfMWlG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uvSuVfMWlG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uvSuVfMWlG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uvSuVfMWlG .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uvSuVfMWlG .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uvSuVfMWlG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uvSuVfMWlG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uvSuVfMWlG .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-uvSuVfMWlG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uvSuVfMWlG li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uvSuVfMWlG .lg_brand {
    margin: 0 1rem;
  }
  .cid-uvSuVfMWlG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uvSuVfMWlG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uvSuVfMWlG .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uvSuVfMWlG .nav-item {
    margin: 0 !important;
  }
}
.cid-uvSuVfMWlG .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-uvSuVfMWlG .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f6f7f9;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-uvSuVfMWlG .nav-item .nav-link:hover,
.cid-uvSuVfMWlG .nav-item .nav-link:focus {
  color: #f6f7f9 !important;
}
.cid-uvSuVfMWlG .nav-item .nav-link:hover::before,
.cid-uvSuVfMWlG .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uvSuVfMWlG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uvSuVfMWlG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uvSuVfMWlG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uvSuVfMWlG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uvSuVfMWlG .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-uvSuVfMWlG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uvSuVfMWlG .offcanvas_box {
    display: none;
  }
}
.cid-uvSuVfMWlG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uvSuVfMWlG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uvSuVfMWlG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uvSuVfMWlG .container {
  display: flex;
  margin: auto;
}
.cid-uvSuVfMWlG .iconfont-wrapper {
  color: #000000;
  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-uvSuVfMWlG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uvSuVfMWlG .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uvSuVfMWlG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uvSuVfMWlG .navbar-nav {
    margin: 0;
  }
}
.cid-uvSuVfMWlG .dropdown-menu,
.cid-uvSuVfMWlG .navbar.opened {
  background-color: false !important;
}
.cid-uvSuVfMWlG .nav-item:focus,
.cid-uvSuVfMWlG .nav-link:focus {
  outline: none;
}
.cid-uvSuVfMWlG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvSuVfMWlG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvSuVfMWlG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvSuVfMWlG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvSuVfMWlG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvSuVfMWlG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvSuVfMWlG .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uvSuVfMWlG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uvSuVfMWlG .navbar.opened {
  transition: all 0.3s;
}
.cid-uvSuVfMWlG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uvSuVfMWlG .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uvSuVfMWlG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uvSuVfMWlG .navbar.collapsed {
  justify-content: center;
}
.cid-uvSuVfMWlG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvSuVfMWlG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvSuVfMWlG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvSuVfMWlG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvSuVfMWlG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvSuVfMWlG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uvSuVfMWlG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uvSuVfMWlG .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uvSuVfMWlG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uvSuVfMWlG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvSuVfMWlG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvSuVfMWlG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uvSuVfMWlG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvSuVfMWlG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uvSuVfMWlG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvSuVfMWlG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uvSuVfMWlG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uvSuVfMWlG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uvSuVfMWlG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uvSuVfMWlG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvSuVfMWlG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uvSuVfMWlG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvSuVfMWlG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvSuVfMWlG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvSuVfMWlG .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-uvSuVfMWlG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uvSuVfMWlG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvSuVfMWlG .dropdown-item.active,
.cid-uvSuVfMWlG .dropdown-item:active {
  background-color: transparent;
}
.cid-uvSuVfMWlG .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uvSuVfMWlG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvSuVfMWlG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvSuVfMWlG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvSuVfMWlG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uvSuVfMWlG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvSuVfMWlG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ff5400;
}
.cid-uvSuVfMWlG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvSuVfMWlG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvSuVfMWlG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvSuVfMWlG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvSuVfMWlG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvSuVfMWlG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvSuVfMWlG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvSuVfMWlG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvSuVfMWlG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvSuVfMWlG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uvSuVfMWlG .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-uvSuVfMWlG .navbar {
    height: 70px;
  }
  .cid-uvSuVfMWlG .navbar.opened {
    height: auto;
  }
  .cid-uvSuVfMWlG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvSuVfMWlG .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uvSuVfMWlG .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uvSuVfMWlG .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uvSuVfMWlG .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uvSuVfMWlG .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uvSuVfMWlG .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uvSuVfMWlG .navbar-caption:hover {
  color: #0aa3c2;
}
@media (min-width: 992px) {
  .cid-uvSuVfMWlG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uvSuVfMWlG .text_widget {
  margin-bottom: 32px;
}
.cid-uvSuVfMWlG .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uvSuVfMWlG .text_widget a:hover,
.cid-uvSuVfMWlG .text_widget a:focus {
  opacity: 0.8;
}
.cid-uvSuVfMWlG .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uvSuVfMWlG .navbar-caption {
  color: #FFFFFF;
}
.cid-uvSuVfMWlG .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uvSuVfMWlG .mbr-section-subtitle,
.cid-uvSuVfMWlG .text_widget,
.cid-uvSuVfMWlG .mbr-section-btn {
  text-align: center;
}
.cid-uvSuVfMWlG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uvSuVfMWlG .nav-link,
.cid-uvSuVfMWlG .dropdown-item {
  color: #FFFFFF;
}
.cid-uvSAzSXxXO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uvSAzSXxXO .item:focus,
.cid-uvSAzSXxXO span:focus {
  outline: none;
}
.cid-uvSAzSXxXO .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uvSAzSXxXO .item {
  font-weight: 700;
  color: #f6f7f9;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uvSAzSXxXO .item {
    min-height: 45px;
  }
}
.cid-uvSuVg3X91 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvSuVg3X91 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/965367/assets/images/background1.jpg?rnd=1749370936480");
}
.cid-uvSuVg3X91 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uvSuVg3X91 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uvSuVg3X91 .container {
    padding: 0 16px;
  }
}
.cid-uvSuVfSAFa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvSuVfSAFa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/965367/assets/images/background1.jpg?rnd=1749370936480");
}
@media (max-width: 992px) {
  .cid-uvSuVfSAFa .container {
    padding: 0 16px;
  }
}
.cid-uIwzxUg6mG {
  position: relative;
  overflow: hidden;
}
.cid-uIwzxUg6mG .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIwzxUg6mG .main-image {
    display: none;
  }
}
.cid-uIwzxUg6mG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwzxUg6mG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/965367/assets/images/background1.jpg?rnd=1749370936480");
}
@media (max-width: 992px) {
  .cid-uIwzxUg6mG .container {
    padding: 0 16px;
  }
}
.cid-uIwzxUg6mG .row {
  position: relative;
  z-index: 1;
}
.cid-uIwzxUg6mG .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uIwzxUg6mG .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIwzxUg6mG .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uIwzxUg6mG .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIwzxUg6mG .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIwzxUg6mG .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIwzxUg6mG .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uIwzxUg6mG .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-uIwzxUg6mG .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-uIwzxUg6mG .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-uIwzxUg6mG .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uIwzxUg6mG .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-uIwzxUg6mG .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uIwzxUg6mG .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uIwzxUg6mG .mbr-section-title {
  color: #000000;
}
.cid-uIwzxUg6mG .mbr-text {
  color: #000000;
}
.cid-uIwzxUg6mG .card-title {
  color: #000000;
}
.cid-uIwzxUg6mG .card-text {
  color: #ffffff;
}
.cid-uIwzxUg6mG .card-name {
  color: #ffffff;
}
.cid-uIwzxUg6mG .card-role {
  color: #ffffff;
}
#custom-html-3 {
  /* Type valid CSS here */
}
#custom-html-3 div {
  padding: 80px 0;
  color: #0d0b0f;
  text-align: center;
}
#custom-html-3 p {
  font-size: 60px;
  color: #0d0b0f;
}
#custom-html-g {
  /* Type valid CSS here */
}
#custom-html-g div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-g p {
  font-size: 60px;
  color: #777;
}
#custom-html-8 {
  /* Type valid CSS here */
}
#custom-html-8 div {
  padding: 80px 0;
  color: #0d0b0f;
  text-align: center;
}
#custom-html-8 p {
  font-size: 60px;
  color: #0d0b0f;
}
.cid-uvSuVg7gWp {
  padding-top: 0rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #454545;
}
.cid-uvSuVg7gWp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvSuVg7gWp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvSuVg7gWp .container {
    padding: 0 16px;
  }
}
.cid-uvSuVg7gWp .row {
  position: relative;
  justify-content: center;
}
.cid-uvSuVg7gWp .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uvSuVg7gWp .card {
  justify-content: center;
}
.cid-uvSuVg7gWp .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uvSuVg7gWp .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uvSuVg7gWp .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uvSuVg7gWp .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uvSuVg7gWp .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-uvSuVg7gWp .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uvSuVg7gWp .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uvSuVg7gWp .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uvSuVg7gWp .nav-wrapper .list {
    display: block;
  }
}
.cid-uvSuVg7gWp .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uvSuVg7gWp .nav-wrapper .list .item-wrap:hover::before,
.cid-uvSuVg7gWp .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uvSuVg7gWp .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uvSuVg7gWp .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uvSuVg7gWp .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uvSuVg7gWp .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uvSuVg7gWp .mbr-copy {
  color: #FFFFFF;
}
.cid-uvSuVg7gWp .list,
.cid-uvSuVg7gWp .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uvSuVg7gWp .list,
  .cid-uvSuVg7gWp .nav-wrapper {
    text-align: left;
  }
}
.cid-uvSuVg7gWp .list,
.cid-uvSuVg7gWp .item-wrap,
.cid-uvSuVg7gWp .nav-wrapper {
  color: #FFFFFF;
}
