body {
  font-family: 'Oleo Script', display;
}
.display-1 {
  font-family: 'Lilita One', display;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Oleo Script', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Lilita One', display;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Lilita One', display;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Oleo Script', display;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff6561 !important;
}
.bg-success {
  background-color: #006b54 !important;
}
.bg-info {
  background-color: #cbb6f2 !important;
}
.bg-warning {
  background-color: #ffcc1a !important;
}
.bg-danger {
  background-color: #dac5b1 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff6561 !important;
  border-color: #ff6561 !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: #ff6561 !important;
  border-color: #ff100a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff100a !important;
  border-color: #ff100a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffa4bc !important;
  border-color: #ffa4bc !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: #ffa4bc !important;
  border-color: #ff4d7c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff4d7c !important;
  border-color: #ff4d7c !important;
}
.btn-info,
.btn-info:active {
  background-color: #cbb6f2 !important;
  border-color: #cbb6f2 !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: #cbb6f2 !important;
  border-color: #976ce5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #976ce5 !important;
  border-color: #976ce5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #006b54 !important;
  border-color: #006b54 !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: #006b54 !important;
  border-color: #001410 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #001410 !important;
  border-color: #001410 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffcc1a !important;
  border-color: #ffcc1a !important;
  color: #1a1400 !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: #ffcc1a !important;
  border-color: #c29700 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1a1400 !important;
  background-color: #c29700 !important;
  border-color: #c29700 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #dac5b1 !important;
  border-color: #dac5b1 !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: #dac5b1 !important;
  border-color: #be9976 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #be9976 !important;
  border-color: #be9976 !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: #fafafa !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: #232323 !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: transparent;
  color: #ff6561;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff100a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6561 !important;
  border-color: #ff6561 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffa4bc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff4d7c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa4bc !important;
  border-color: #ffa4bc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cbb6f2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #976ce5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #cbb6f2 !important;
  border-color: #cbb6f2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #006b54;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #001410 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #006b54 !important;
  border-color: #006b54 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffcc1a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c29700 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1a1400 !important;
  background-color: #ffcc1a !important;
  border-color: #ffcc1a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dac5b1;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #be9976 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #dac5b1 !important;
  border-color: #dac5b1 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff6561 !important;
}
.text-secondary {
  color: #ffa4bc !important;
}
.text-success {
  color: #006b54 !important;
}
.text-info {
  color: #cbb6f2 !important;
}
.text-warning {
  color: #ffcc1a !important;
}
.text-danger {
  color: #dac5b1 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #fa0600 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff3e71 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000504 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #8d5fe3 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b38b00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b9926c !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: #ff6561;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #cbb6f2;
}
.alert-warning {
  background-color: #ffcc1a;
}
.alert-danger {
  background-color: #dac5b1;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff6561;
  border-color: #ff6561;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff6561;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #00ebb8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff9e6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lilita One', display;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #ff6561 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lilita One', display;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #ff6561;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff6561;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff6561;
}
.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: #ff6561;
  border-bottom-color: #ff6561;
}
.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: #ff6561 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffa4bc !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='%23ff6561' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uzRDNkZVBj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uzRDNkZVBj .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #f2100a;
}
.cid-uzRDNkZVBj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzRDNkZVBj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzRDNkZVBj .content-wrap {
  margin: 0;
}
.cid-uzRDNkZVBj .content-wrap .card {
  padding: 0;
}
.cid-uzRDNkZVBj .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  background-color: #ffcc1a;
  padding: 40px 32px;
  border-right: 1px solid #f2100a;
}
@media (max-width: 1640px) {
  .cid-uzRDNkZVBj .image-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzRDNkZVBj .image-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uzRDNkZVBj .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #f2100a;
  }
}
.cid-uzRDNkZVBj .image-wrapper img {
  height: 620px;
  width: 620px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1640px) {
  .cid-uzRDNkZVBj .image-wrapper img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-uzRDNkZVBj .image-wrapper img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uzRDNkZVBj .image-wrapper img {
    height: 250px;
    width: 250px;
  }
}
.cid-uzRDNkZVBj .content-wrapper {
  padding: 40px 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1640px) {
  .cid-uzRDNkZVBj .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzRDNkZVBj .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uzRDNkZVBj .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uzRDNkZVBj .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uzRDNkZVBj .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uzRDNkZVBj .mbr-section-title {
  color: #150764;
}
.cid-uzRDNkZVBj .mbr-text {
  color: #150764;
}
.cid-tX6yH8j5hQ {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tX6yH8j5hQ .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-tX6yH8j5hQ .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-tX6yH8j5hQ .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-tX6yH8j5hQ .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tX6yH8j5hQ .btn:hover,
.cid-tX6yH8j5hQ .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-tX6yH8j5hQ .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tX6yH8j5hQ .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-tX6yH8j5hQ .btn:hover:before,
.cid-tX6yH8j5hQ .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-tX6yH8j5hQ .btn-secondary {
  color: #000000 !important;
}
.cid-tX6yH8j5hQ .btn-secondary:hover {
  color: #000000 !important;
}
.cid-tX6yH8j5hQ .mbr-section-subtitle {
  color: #000000;
}
.cid-um9APtJit0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-um9APtJit0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-um9APtJit0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um9APtJit0 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-um9APtJit0 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-um9APtJit0 .container {
    padding: 0 16px;
  }
}
.cid-um9APtJit0 .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-um9APtJit0 .google-map iframe {
    height: 350px;
  }
}
.cid-tXfPG8UwpO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  background-color: #ffcc1a;
}
.cid-tXfPG8UwpO .media-wrap {
  padding: 0;
}
.cid-tXfPG8UwpO .media-wrap img {
  background-color: #000000;
  padding: 0;
  border-radius: 50%;
}
.cid-tXfPG8UwpO .media-wrap img:hover {
  background-color: #1B66CE;
}
@media (max-width: 767px) {
  .cid-tXfPG8UwpO .row {
    text-align: center;
  }
  .cid-tXfPG8UwpO .social-row {
    justify-content: center;
  }
  .cid-tXfPG8UwpO .logo {
    margin: 0 auto;
  }
}
.cid-tXfPG8UwpO .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tXfPG8UwpO .content {
    padding: 1px 12px 5px;
  }
}
.cid-tXfPG8UwpO .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tXfPG8UwpO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tXfPG8UwpO .list {
    margin-bottom: 0rem;
  }
}
.cid-tXfPG8UwpO .list .item-wrap {
  margin-top: 3.9px;
  margin-bottom: 3.9px;
}
@media (min-width: 992px) {
  .cid-tXfPG8UwpO .bd {
    border-left: 3px solid #000;
  }
}
.cid-tXfPG8UwpO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tXfPG8UwpO .mbr-iconfont {
  color: black;
  transition: all .5s;
}
.cid-tXfPG8UwpO .mbr-iconfont:hover {
  color: #1B66CE;
}
.cid-tXfPG8UwpO .margin {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-tXfPG8UwpO .margin {
    margin-top: 20px;
  }
}
.cid-tXfPG8UwpO .link {
  color: #000000;
  text-align: left;
}
.cid-tXfPG8UwpO .link a:hover {
  color: #1B66CE !important;
}
.cid-tXfPG8UwpO .mbr-form-container {
  margin-top: 12px;
}
.cid-tXfPG8UwpO .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  max-width: 600px;
}
.cid-tXfPG8UwpO .link a {
  color: #fcf9f2;
}
.cid-tXfPG8UwpO .dragArea {
  justify-content: center;
}
.cid-tXfPG8UwpO form .row {
  margin: 0;
}
.cid-tXfPG8UwpO form .form-group {
  padding: 0;
  flex-grow: 1;
}
.cid-tXfPG8UwpO form .form-group .form-control,
.cid-tXfPG8UwpO form .form-group textarea {
  height: 40px;
  padding: 0;
  padding-left: 34px;
  padding-right: 34px;
  border-radius: 10px 0 0 10px;
  border: 3px solid #000 !important;
  background: transparent;
  box-shadow: none;
  min-height: auto;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tXfPG8UwpO form .form-group .form-control,
  .cid-tXfPG8UwpO form .form-group textarea {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-tXfPG8UwpO form .form-group .form-control:active,
.cid-tXfPG8UwpO form .form-group textarea:active,
.cid-tXfPG8UwpO form .form-group .form-control:focus,
.cid-tXfPG8UwpO form .form-group textarea:focus {
  border: 2px solid #1B66CE !important;
  border-right: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.cid-tXfPG8UwpO form .form-control::placeholder {
  color: #000;
}
.cid-tXfPG8UwpO form .form-control::-webkit-input-placeholder {
  color: #000;
}
.cid-tXfPG8UwpO form .form-control::-moz-placeholder {
  color: #000;
}
.cid-tXfPG8UwpO form .form-control-label,
.cid-tXfPG8UwpO form .form-check-label {
  color: #000;
}
.cid-tXfPG8UwpO form input::-webkit-clear-button {
  display: none;
}
.cid-tXfPG8UwpO form input::-webkit-inner-spin-button {
  display: none;
}
.cid-tXfPG8UwpO form input::-webkit-outer-spin-button {
  display: none;
}
.cid-tXfPG8UwpO form input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tXfPG8UwpO form .mbr-section-btn {
  border: 3px solid #000 !important;
  border-radius: 0 10px 10px 0;
  margin-left: -3px;
  width: auto;
  height: 40px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 1.2rem;
}
.cid-tXfPG8UwpO form .mbr-section-btn .btn {
  color: #01152f !important;
  padding: 3px 30px 0;
}
@media (max-width: 767px) {
  .cid-tXfPG8UwpO form .mbr-section-btn .btn {
    padding: 0 1em;
  }
}
.cid-tXfPG8UwpO form .mbr-section-btn .btn:hover {
  background-color: #FFA4BC !important;
}
.cid-tXfPG8UwpO form .form-group .form-control,
.cid-tXfPG8UwpO .cid-sSq48MmVPJ form .form-group textarea {
  min-height: 40px;
}
.cid-tXfPG8UwpO input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
}
.cid-tXfPG8UwpO input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tXfPG8UwpO input[type="range"]::-webkit-slider-thumb {
  background: #FFCC1A;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -500px 0 0 500px #1b66ce;
}
.cid-tXfPG8UwpO input[type="range"]::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tXfPG8UwpO input[type="range"]::-moz-range-thumb {
  background: #1B66CE;
  cursor: pointer;
  height: 7px;
  border-radius: 0px;
  box-shadow: -200px 0px 0px 200px #1b66ce;
  padding: 0px;
  margin: 0px;
}
.cid-tXfPG8UwpO .form-check-input:checked {
  background-color: #1B66CE;
  border-color: #1B66CE;
}
.cid-tXfPG8UwpO .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tXfPG8UwpO .mbr-section-title,
.cid-tXfPG8UwpO .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tXgLWivyp1 {
  background-color: transparent;
}
.cid-tXgLWivyp1 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tXgLWivyp1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tXgLWivyp1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXgLWivyp1 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXgLWivyp1 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tXgLWivyp1 .menu_box .navbar.opened,
  .cid-tXgLWivyp1 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tXgLWivyp1 .navbar-dropdown {
  position: relative !important;
}
.cid-tXgLWivyp1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tXgLWivyp1 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tXgLWivyp1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tXgLWivyp1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tXgLWivyp1 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tXgLWivyp1 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-tXgLWivyp1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tXgLWivyp1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tXgLWivyp1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tXgLWivyp1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tXgLWivyp1 .offcanvas-body .mbr-text,
  .cid-tXgLWivyp1 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tXgLWivyp1 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tXgLWivyp1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tXgLWivyp1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-tXgLWivyp1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tXgLWivyp1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tXgLWivyp1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tXgLWivyp1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tXgLWivyp1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tXgLWivyp1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXgLWivyp1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tXgLWivyp1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tXgLWivyp1 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-tXgLWivyp1 .lg_brand {
    margin: 0 1rem;
  }
  .cid-tXgLWivyp1 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tXgLWivyp1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tXgLWivyp1 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tXgLWivyp1 .nav-item {
    margin: 0 !important;
  }
}
.cid-tXgLWivyp1 .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-tXgLWivyp1 .nav-item .nav-link:hover,
.cid-tXgLWivyp1 .nav-item .nav-link:focus {
  color: #ff6561 !important;
  text-shadow: 2px 2px 4px #ff6561;
}
.cid-tXgLWivyp1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tXgLWivyp1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tXgLWivyp1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tXgLWivyp1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXgLWivyp1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-tXgLWivyp1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tXgLWivyp1 .offcanvas_box {
    display: none;
  }
}
.cid-tXgLWivyp1 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tXgLWivyp1 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tXgLWivyp1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tXgLWivyp1 .container {
  display: flex;
  margin: auto;
}
.cid-tXgLWivyp1 .iconfont-wrapper {
  color: #f2ac2b;
  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-tXgLWivyp1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tXgLWivyp1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tXgLWivyp1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tXgLWivyp1 .navbar-nav {
    margin: 0;
  }
}
.cid-tXgLWivyp1 .dropdown-menu,
.cid-tXgLWivyp1 .navbar.opened {
  background-color: false !important;
}
.cid-tXgLWivyp1 .nav-item:focus,
.cid-tXgLWivyp1 .nav-link:focus {
  outline: none;
}
.cid-tXgLWivyp1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXgLWivyp1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXgLWivyp1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXgLWivyp1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXgLWivyp1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXgLWivyp1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXgLWivyp1 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tXgLWivyp1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tXgLWivyp1 .navbar.opened {
  transition: all 0.3s;
}
.cid-tXgLWivyp1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tXgLWivyp1 .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-tXgLWivyp1 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tXgLWivyp1 .navbar.collapsed {
  justify-content: center;
}
.cid-tXgLWivyp1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXgLWivyp1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXgLWivyp1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXgLWivyp1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXgLWivyp1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXgLWivyp1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tXgLWivyp1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXgLWivyp1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tXgLWivyp1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tXgLWivyp1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXgLWivyp1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXgLWivyp1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tXgLWivyp1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXgLWivyp1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tXgLWivyp1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXgLWivyp1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tXgLWivyp1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tXgLWivyp1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tXgLWivyp1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tXgLWivyp1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXgLWivyp1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tXgLWivyp1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXgLWivyp1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXgLWivyp1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXgLWivyp1 .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-tXgLWivyp1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tXgLWivyp1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXgLWivyp1 .dropdown-item.active,
.cid-tXgLWivyp1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tXgLWivyp1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tXgLWivyp1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXgLWivyp1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXgLWivyp1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXgLWivyp1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tXgLWivyp1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXgLWivyp1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #232b45;
}
.cid-tXgLWivyp1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-tXgLWivyp1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXgLWivyp1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXgLWivyp1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXgLWivyp1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXgLWivyp1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXgLWivyp1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXgLWivyp1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXgLWivyp1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXgLWivyp1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tXgLWivyp1 .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-tXgLWivyp1 .navbar {
    height: 70px;
  }
  .cid-tXgLWivyp1 .navbar.opened {
    height: auto;
  }
  .cid-tXgLWivyp1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXgLWivyp1 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tXgLWivyp1 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tXgLWivyp1 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tXgLWivyp1 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tXgLWivyp1 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tXgLWivyp1 .navbar-caption:hover {
  color: #ff6561;
}
@media (min-width: 992px) {
  .cid-tXgLWivyp1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tXgLWivyp1 .text_widget {
  margin-bottom: 32px;
}
.cid-tXgLWivyp1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tXgLWivyp1 .text_widget a:hover,
.cid-tXgLWivyp1 .text_widget a:focus {
  opacity: .6;
}
.cid-tXgLWivyp1 .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-tXgLWivyp1 .navbar-caption {
  color: #f2ac2b;
}
.cid-tXgLWivyp1 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tXgLWivyp1 .mbr-section-subtitle,
.cid-tXgLWivyp1 .text_widget,
.cid-tXgLWivyp1 .mbr-section-btn {
  text-align: center;
}
.cid-tXgLWivyp1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzREFJcPy6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uzREFJcPy6 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uzREFJcPy6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzREFJcPy6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzREFJcPy6 .content-wrap {
  margin: 0;
}
.cid-uzREFJcPy6 .content-wrap .card {
  padding: 0;
}
.cid-uzREFJcPy6 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  background-color: #ffcc1a;
  padding: 40px 32px;
  border-right: 1px solid #150764;
  border-right: none;
  border-left: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uzREFJcPy6 .image-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzREFJcPy6 .image-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uzREFJcPy6 .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 992px) {
  .cid-uzREFJcPy6 .image-wrapper {
    border-left: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-uzREFJcPy6 .image-wrapper img {
  height: 620px;
  width: 620px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1640px) {
  .cid-uzREFJcPy6 .image-wrapper img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-uzREFJcPy6 .image-wrapper img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uzREFJcPy6 .image-wrapper img {
    height: 250px;
    width: 250px;
  }
}
.cid-uzREFJcPy6 .content-wrapper {
  padding: 40px 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1640px) {
  .cid-uzREFJcPy6 .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzREFJcPy6 .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uzREFJcPy6 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uzREFJcPy6 .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uzREFJcPy6 .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uzREFJcPy6 .mbr-section-title {
  color: #150764;
}
.cid-uzREFJcPy6 .mbr-text {
  color: #150764;
}
.cid-tX6zxtxnk0 {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tX6zxtxnk0 .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-tX6zxtxnk0 .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-tX6zxtxnk0 .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-tX6zxtxnk0 .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tX6zxtxnk0 .btn:hover,
.cid-tX6zxtxnk0 .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-tX6zxtxnk0 .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tX6zxtxnk0 .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-tX6zxtxnk0 .btn:hover:before,
.cid-tX6zxtxnk0 .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-tX6zxtxnk0 .btn-secondary {
  color: #000000 !important;
}
.cid-tX6zxtxnk0 .btn-secondary:hover {
  color: #000000 !important;
}
.cid-tX6zxtxnk0 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-um9BU2XioO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-um9BU2XioO .mbr-fallback-image.disabled {
  display: none;
}
.cid-um9BU2XioO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um9BU2XioO .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-um9BU2XioO .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-um9BU2XioO .container {
    padding: 0 16px;
  }
}
.cid-um9BU2XioO .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-um9BU2XioO .google-map iframe {
    height: 350px;
  }
}
.cid-tXfPG8UwpO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  background-color: #ffcc1a;
}
.cid-tXfPG8UwpO .media-wrap {
  padding: 0;
}
.cid-tXfPG8UwpO .media-wrap img {
  background-color: #000000;
  padding: 0;
  border-radius: 50%;
}
.cid-tXfPG8UwpO .media-wrap img:hover {
  background-color: #1B66CE;
}
@media (max-width: 767px) {
  .cid-tXfPG8UwpO .row {
    text-align: center;
  }
  .cid-tXfPG8UwpO .social-row {
    justify-content: center;
  }
  .cid-tXfPG8UwpO .logo {
    margin: 0 auto;
  }
}
.cid-tXfPG8UwpO .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tXfPG8UwpO .content {
    padding: 1px 12px 5px;
  }
}
.cid-tXfPG8UwpO .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tXfPG8UwpO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tXfPG8UwpO .list {
    margin-bottom: 0rem;
  }
}
.cid-tXfPG8UwpO .list .item-wrap {
  margin-top: 3.9px;
  margin-bottom: 3.9px;
}
@media (min-width: 992px) {
  .cid-tXfPG8UwpO .bd {
    border-left: 3px solid #000;
  }
}
.cid-tXfPG8UwpO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tXfPG8UwpO .mbr-iconfont {
  color: black;
  transition: all .5s;
}
.cid-tXfPG8UwpO .mbr-iconfont:hover {
  color: #1B66CE;
}
.cid-tXfPG8UwpO .margin {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-tXfPG8UwpO .margin {
    margin-top: 20px;
  }
}
.cid-tXfPG8UwpO .link {
  color: #000000;
  text-align: left;
}
.cid-tXfPG8UwpO .link a:hover {
  color: #1B66CE !important;
}
.cid-tXfPG8UwpO .mbr-form-container {
  margin-top: 12px;
}
.cid-tXfPG8UwpO .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  max-width: 600px;
}
.cid-tXfPG8UwpO .link a {
  color: #fcf9f2;
}
.cid-tXfPG8UwpO .dragArea {
  justify-content: center;
}
.cid-tXfPG8UwpO form .row {
  margin: 0;
}
.cid-tXfPG8UwpO form .form-group {
  padding: 0;
  flex-grow: 1;
}
.cid-tXfPG8UwpO form .form-group .form-control,
.cid-tXfPG8UwpO form .form-group textarea {
  height: 40px;
  padding: 0;
  padding-left: 34px;
  padding-right: 34px;
  border-radius: 10px 0 0 10px;
  border: 3px solid #000 !important;
  background: transparent;
  box-shadow: none;
  min-height: auto;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tXfPG8UwpO form .form-group .form-control,
  .cid-tXfPG8UwpO form .form-group textarea {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-tXfPG8UwpO form .form-group .form-control:active,
.cid-tXfPG8UwpO form .form-group textarea:active,
.cid-tXfPG8UwpO form .form-group .form-control:focus,
.cid-tXfPG8UwpO form .form-group textarea:focus {
  border: 2px solid #1B66CE !important;
  border-right: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.cid-tXfPG8UwpO form .form-control::placeholder {
  color: #000;
}
.cid-tXfPG8UwpO form .form-control::-webkit-input-placeholder {
  color: #000;
}
.cid-tXfPG8UwpO form .form-control::-moz-placeholder {
  color: #000;
}
.cid-tXfPG8UwpO form .form-control-label,
.cid-tXfPG8UwpO form .form-check-label {
  color: #000;
}
.cid-tXfPG8UwpO form input::-webkit-clear-button {
  display: none;
}
.cid-tXfPG8UwpO form input::-webkit-inner-spin-button {
  display: none;
}
.cid-tXfPG8UwpO form input::-webkit-outer-spin-button {
  display: none;
}
.cid-tXfPG8UwpO form input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tXfPG8UwpO form .mbr-section-btn {
  border: 3px solid #000 !important;
  border-radius: 0 10px 10px 0;
  margin-left: -3px;
  width: auto;
  height: 40px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 1.2rem;
}
.cid-tXfPG8UwpO form .mbr-section-btn .btn {
  color: #01152f !important;
  padding: 3px 30px 0;
}
@media (max-width: 767px) {
  .cid-tXfPG8UwpO form .mbr-section-btn .btn {
    padding: 0 1em;
  }
}
.cid-tXfPG8UwpO form .mbr-section-btn .btn:hover {
  background-color: #FFA4BC !important;
}
.cid-tXfPG8UwpO form .form-group .form-control,
.cid-tXfPG8UwpO .cid-sSq48MmVPJ form .form-group textarea {
  min-height: 40px;
}
.cid-tXfPG8UwpO input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
}
.cid-tXfPG8UwpO input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tXfPG8UwpO input[type="range"]::-webkit-slider-thumb {
  background: #FFCC1A;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -500px 0 0 500px #1b66ce;
}
.cid-tXfPG8UwpO input[type="range"]::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tXfPG8UwpO input[type="range"]::-moz-range-thumb {
  background: #1B66CE;
  cursor: pointer;
  height: 7px;
  border-radius: 0px;
  box-shadow: -200px 0px 0px 200px #1b66ce;
  padding: 0px;
  margin: 0px;
}
.cid-tXfPG8UwpO .form-check-input:checked {
  background-color: #1B66CE;
  border-color: #1B66CE;
}
.cid-tXfPG8UwpO .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tXfPG8UwpO .mbr-section-title,
.cid-tXfPG8UwpO .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tXgLWivyp1 {
  background-color: transparent;
}
.cid-tXgLWivyp1 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tXgLWivyp1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tXgLWivyp1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXgLWivyp1 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXgLWivyp1 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tXgLWivyp1 .menu_box .navbar.opened,
  .cid-tXgLWivyp1 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tXgLWivyp1 .navbar-dropdown {
  position: relative !important;
}
.cid-tXgLWivyp1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tXgLWivyp1 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tXgLWivyp1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tXgLWivyp1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tXgLWivyp1 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tXgLWivyp1 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-tXgLWivyp1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tXgLWivyp1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tXgLWivyp1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tXgLWivyp1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tXgLWivyp1 .offcanvas-body .mbr-text,
  .cid-tXgLWivyp1 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tXgLWivyp1 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tXgLWivyp1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tXgLWivyp1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-tXgLWivyp1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tXgLWivyp1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tXgLWivyp1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tXgLWivyp1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tXgLWivyp1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tXgLWivyp1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXgLWivyp1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tXgLWivyp1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tXgLWivyp1 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-tXgLWivyp1 .lg_brand {
    margin: 0 1rem;
  }
  .cid-tXgLWivyp1 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tXgLWivyp1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tXgLWivyp1 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tXgLWivyp1 .nav-item {
    margin: 0 !important;
  }
}
.cid-tXgLWivyp1 .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-tXgLWivyp1 .nav-item .nav-link:hover,
.cid-tXgLWivyp1 .nav-item .nav-link:focus {
  color: #ff6561 !important;
  text-shadow: 2px 2px 4px #ff6561;
}
.cid-tXgLWivyp1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tXgLWivyp1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tXgLWivyp1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tXgLWivyp1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXgLWivyp1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-tXgLWivyp1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tXgLWivyp1 .offcanvas_box {
    display: none;
  }
}
.cid-tXgLWivyp1 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tXgLWivyp1 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tXgLWivyp1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tXgLWivyp1 .container {
  display: flex;
  margin: auto;
}
.cid-tXgLWivyp1 .iconfont-wrapper {
  color: #f2ac2b;
  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-tXgLWivyp1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tXgLWivyp1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tXgLWivyp1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tXgLWivyp1 .navbar-nav {
    margin: 0;
  }
}
.cid-tXgLWivyp1 .dropdown-menu,
.cid-tXgLWivyp1 .navbar.opened {
  background-color: false !important;
}
.cid-tXgLWivyp1 .nav-item:focus,
.cid-tXgLWivyp1 .nav-link:focus {
  outline: none;
}
.cid-tXgLWivyp1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXgLWivyp1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXgLWivyp1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXgLWivyp1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXgLWivyp1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXgLWivyp1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXgLWivyp1 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tXgLWivyp1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tXgLWivyp1 .navbar.opened {
  transition: all 0.3s;
}
.cid-tXgLWivyp1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tXgLWivyp1 .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-tXgLWivyp1 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tXgLWivyp1 .navbar.collapsed {
  justify-content: center;
}
.cid-tXgLWivyp1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXgLWivyp1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXgLWivyp1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXgLWivyp1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXgLWivyp1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXgLWivyp1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tXgLWivyp1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXgLWivyp1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tXgLWivyp1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tXgLWivyp1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXgLWivyp1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXgLWivyp1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tXgLWivyp1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXgLWivyp1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tXgLWivyp1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXgLWivyp1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tXgLWivyp1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tXgLWivyp1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tXgLWivyp1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tXgLWivyp1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXgLWivyp1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tXgLWivyp1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXgLWivyp1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXgLWivyp1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXgLWivyp1 .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-tXgLWivyp1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tXgLWivyp1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXgLWivyp1 .dropdown-item.active,
.cid-tXgLWivyp1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tXgLWivyp1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tXgLWivyp1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXgLWivyp1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXgLWivyp1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXgLWivyp1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tXgLWivyp1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXgLWivyp1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #232b45;
}
.cid-tXgLWivyp1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-tXgLWivyp1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXgLWivyp1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXgLWivyp1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXgLWivyp1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXgLWivyp1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXgLWivyp1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXgLWivyp1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXgLWivyp1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXgLWivyp1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tXgLWivyp1 .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-tXgLWivyp1 .navbar {
    height: 70px;
  }
  .cid-tXgLWivyp1 .navbar.opened {
    height: auto;
  }
  .cid-tXgLWivyp1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXgLWivyp1 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tXgLWivyp1 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tXgLWivyp1 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tXgLWivyp1 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tXgLWivyp1 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tXgLWivyp1 .navbar-caption:hover {
  color: #ff6561;
}
@media (min-width: 992px) {
  .cid-tXgLWivyp1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tXgLWivyp1 .text_widget {
  margin-bottom: 32px;
}
.cid-tXgLWivyp1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tXgLWivyp1 .text_widget a:hover,
.cid-tXgLWivyp1 .text_widget a:focus {
  opacity: .6;
}
.cid-tXgLWivyp1 .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-tXgLWivyp1 .navbar-caption {
  color: #f2ac2b;
}
.cid-tXgLWivyp1 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tXgLWivyp1 .mbr-section-subtitle,
.cid-tXgLWivyp1 .text_widget,
.cid-tXgLWivyp1 .mbr-section-btn {
  text-align: center;
}
.cid-tXgLWivyp1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tXgLWivyp1 {
  background-color: transparent;
}
.cid-tXgLWivyp1 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tXgLWivyp1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tXgLWivyp1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXgLWivyp1 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXgLWivyp1 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tXgLWivyp1 .menu_box .navbar.opened,
  .cid-tXgLWivyp1 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tXgLWivyp1 .navbar-dropdown {
  position: relative !important;
}
.cid-tXgLWivyp1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tXgLWivyp1 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tXgLWivyp1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tXgLWivyp1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tXgLWivyp1 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tXgLWivyp1 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-tXgLWivyp1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tXgLWivyp1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tXgLWivyp1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tXgLWivyp1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tXgLWivyp1 .offcanvas-body .mbr-text,
  .cid-tXgLWivyp1 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tXgLWivyp1 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tXgLWivyp1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tXgLWivyp1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-tXgLWivyp1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tXgLWivyp1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tXgLWivyp1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tXgLWivyp1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tXgLWivyp1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tXgLWivyp1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXgLWivyp1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tXgLWivyp1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tXgLWivyp1 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-tXgLWivyp1 .lg_brand {
    margin: 0 1rem;
  }
  .cid-tXgLWivyp1 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tXgLWivyp1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tXgLWivyp1 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tXgLWivyp1 .nav-item {
    margin: 0 !important;
  }
}
.cid-tXgLWivyp1 .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-tXgLWivyp1 .nav-item .nav-link:hover,
.cid-tXgLWivyp1 .nav-item .nav-link:focus {
  color: #ff6561 !important;
  text-shadow: 2px 2px 4px #ff6561;
}
.cid-tXgLWivyp1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tXgLWivyp1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tXgLWivyp1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tXgLWivyp1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXgLWivyp1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-tXgLWivyp1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tXgLWivyp1 .offcanvas_box {
    display: none;
  }
}
.cid-tXgLWivyp1 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tXgLWivyp1 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tXgLWivyp1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tXgLWivyp1 .container {
  display: flex;
  margin: auto;
}
.cid-tXgLWivyp1 .iconfont-wrapper {
  color: #f2ac2b;
  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-tXgLWivyp1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tXgLWivyp1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tXgLWivyp1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tXgLWivyp1 .navbar-nav {
    margin: 0;
  }
}
.cid-tXgLWivyp1 .dropdown-menu,
.cid-tXgLWivyp1 .navbar.opened {
  background-color: false !important;
}
.cid-tXgLWivyp1 .nav-item:focus,
.cid-tXgLWivyp1 .nav-link:focus {
  outline: none;
}
.cid-tXgLWivyp1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXgLWivyp1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXgLWivyp1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXgLWivyp1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXgLWivyp1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXgLWivyp1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXgLWivyp1 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tXgLWivyp1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tXgLWivyp1 .navbar.opened {
  transition: all 0.3s;
}
.cid-tXgLWivyp1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tXgLWivyp1 .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-tXgLWivyp1 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tXgLWivyp1 .navbar.collapsed {
  justify-content: center;
}
.cid-tXgLWivyp1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXgLWivyp1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXgLWivyp1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXgLWivyp1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXgLWivyp1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXgLWivyp1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tXgLWivyp1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXgLWivyp1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tXgLWivyp1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tXgLWivyp1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXgLWivyp1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXgLWivyp1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tXgLWivyp1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXgLWivyp1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tXgLWivyp1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXgLWivyp1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tXgLWivyp1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tXgLWivyp1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tXgLWivyp1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tXgLWivyp1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXgLWivyp1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tXgLWivyp1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXgLWivyp1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXgLWivyp1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXgLWivyp1 .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-tXgLWivyp1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tXgLWivyp1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXgLWivyp1 .dropdown-item.active,
.cid-tXgLWivyp1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tXgLWivyp1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tXgLWivyp1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXgLWivyp1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXgLWivyp1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXgLWivyp1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tXgLWivyp1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXgLWivyp1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #232b45;
}
.cid-tXgLWivyp1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-tXgLWivyp1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXgLWivyp1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXgLWivyp1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXgLWivyp1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXgLWivyp1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXgLWivyp1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXgLWivyp1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXgLWivyp1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXgLWivyp1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tXgLWivyp1 .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-tXgLWivyp1 .navbar {
    height: 70px;
  }
  .cid-tXgLWivyp1 .navbar.opened {
    height: auto;
  }
  .cid-tXgLWivyp1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXgLWivyp1 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tXgLWivyp1 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tXgLWivyp1 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tXgLWivyp1 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tXgLWivyp1 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tXgLWivyp1 .navbar-caption:hover {
  color: #ff6561;
}
@media (min-width: 992px) {
  .cid-tXgLWivyp1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tXgLWivyp1 .text_widget {
  margin-bottom: 32px;
}
.cid-tXgLWivyp1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tXgLWivyp1 .text_widget a:hover,
.cid-tXgLWivyp1 .text_widget a:focus {
  opacity: .6;
}
.cid-tXgLWivyp1 .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-tXgLWivyp1 .navbar-caption {
  color: #f2ac2b;
}
.cid-tXgLWivyp1 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tXgLWivyp1 .mbr-section-subtitle,
.cid-tXgLWivyp1 .text_widget,
.cid-tXgLWivyp1 .mbr-section-btn {
  text-align: center;
}
.cid-tXgLWivyp1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzRq9Tyh3y {
  overflow: hidden;
  background-color: #262642;
}
.cid-uzRq9Tyh3y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzRq9Tyh3y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzRq9Tyh3y .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uzRq9Tyh3y .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzRq9Tyh3y .container {
    padding: 0 24px;
  }
}
.cid-uzRq9Tyh3y .row {
  position: relative;
}
.cid-uzRq9Tyh3y .row .card {
  justify-content: center;
}
.cid-uzRq9Tyh3y .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #ffcc1a;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uzRq9Tyh3y .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-uzRq9Tyh3y .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-uzRq9Tyh3y .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uzRq9Tyh3y .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uzRq9Tyh3y .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uzRq9Tyh3y .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzRq9Tyh3y .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzRq9Tyh3y .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uzRq9Tyh3y .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uzRq9Tyh3y .image-wrapper {
  position: relative;
}
.cid-uzRq9Tyh3y .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzRq9Tyh3y .image-wrapper img {
    height: 350px;
  }
}
.cid-uzRq9Tyh3y .mbr-section-title {
  color: #F5DF4D;
}
.cid-uzRq9Tyh3y .mbr-text {
  color: #FF3399;
}
.cid-uzRq9Tyh3y .mbr-section-title,
.cid-uzRq9Tyh3y .mbr-section-btn {
  color: #ffcc1a;
}
.cid-uzRq9Tyh3y .mbr-text,
.cid-uzRq9Tyh3y .mbr-section-btn {
  color: #ffffff;
}
.cid-uzRIKylgPl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzRIKylgPl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzRIKylgPl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzRIKylgPl .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uzRIKylgPl .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uzRIKylgPl .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-uzRIKylgPl .card-text {
  color: #45494E;
  flex-grow: 1;
}
.cid-tXgNAwHwXZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffcc1a;
  border-top: 3px solid #f2100a;
  border-bottom: 3px solid #f2100a;
  margin-top: -3px;
}
.cid-tXgNAwHwXZ blockquote {
  margin-bottom: 0;
  border-color: #000000;
  background-color: #ffffff;
  font-style: normal;
}
.cid-tXgNAwHwXZ .inform div {
  padding: .3rem .5rem 0;
  border-left: 1px solid;
}
.cid-tXgNAwHwXZ .inform div:first-child {
  border-left: none;
}
.cid-tXgNAwHwXZ .inform .date {
  background-color: #FFA4BC;
  border-radius: 20px;
}
.cid-tXgNAwHwXZ .mbr-section-title {
  text-align: center;
}
.cid-tXgNAwHwXZ .mbr-text {
  text-align: center;
}
.cid-uzRu9KgIfa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzRu9KgIfa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzRu9KgIfa .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-uzRu9KgIfa .container {
    padding: 0 20px;
  }
}
.cid-uzRu9KgIfa .row {
  margin: 0;
}
.cid-uzRu9KgIfa .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzRu9KgIfa .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzRu9KgIfa .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uzRu9KgIfa .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uzRu9KgIfa .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uzRu9KgIfa .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uzRu9KgIfa .mbr-section-title {
  color: #000000;
}
.cid-tXgNQO97ZU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tXgNQO97ZU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXgNQO97ZU .item-wrapper {
  margin-bottom: 2rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #000000;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-tXgNQO97ZU .item-wrapper {
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
.cid-tXgNQO97ZU .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-tXgNQO97ZU .item-wrapper:hover .card-title,
.cid-tXgNQO97ZU .item-wrapper:hover .card-text,
.cid-tXgNQO97ZU .item-wrapper:hover .card-link,
.cid-tXgNQO97ZU .item-wrapper:hover .card-link a {
  color: white !important;
}
.cid-tXgNQO97ZU .item-wrapper:hover span {
  color: #ff6561;
}
.cid-tXgNQO97ZU .card-title,
.cid-tXgNQO97ZU .card-text,
.cid-tXgNQO97ZU .card-link,
.cid-tXgNQO97ZU .card-link a {
  transition: all 0.3s;
}
.cid-tXgNQO97ZU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXgNQO97ZU .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-tXgNQO97ZU .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-tXgNQO97ZU .link-wrapper:hover {
  cursor: pointer;
}
.cid-tXgNQO97ZU .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tXgNQO97ZU .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-tXgNQO97ZU .card-title,
.cid-tXgNQO97ZU .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tXgNQO97ZU .card-text {
  color: #232323;
}
.cid-tXgNQO97ZU .content-head {
  max-width: 800px;
}
.cid-tXgNQO97ZU .mbr-section-title {
  color: #000000;
}
.cid-tXgNQO97ZU .card-link,
.cid-tXgNQO97ZU .link-icon,
.cid-tXgNQO97ZU .link-align {
  color: #232323;
}
.cid-tX5pItsCZy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffcc1a;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-tX5pItsCZy blockquote {
  margin-bottom: 0;
  border-color: #ff403d;
  background-color: #ffffff;
  font-style: normal;
}
.cid-tX5pItsCZy .inform div {
  padding: .3rem .5rem 0;
  border-left: 1px solid;
}
.cid-tX5pItsCZy .inform div:first-child {
  border-left: none;
}
.cid-tX5pItsCZy .inform .date {
  background-color: #FFA4BC;
  border-radius: 20px;
}
.cid-tX5pItsCZy .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tX5pItsCZy .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tX5qbRwjel {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
.cid-tX5qbRwjel .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX5qbRwjel .card-link {
  position: relative;
  width: fit-content;
}
.cid-tX5qbRwjel .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-tX5qbRwjel .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #000000;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-tX5qbRwjel .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-tX5qbRwjel .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-tX5qbRwjel .item-wrapper:hover .card-title,
.cid-tX5qbRwjel .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-tX5qbRwjel .item-wrapper:hover span,
.cid-tX5qbRwjel .item-wrapper:hover .card-link,
.cid-tX5qbRwjel .item-wrapper:hover .card-link a {
  color: #ff6561 !important;
}
.cid-tX5qbRwjel .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-tX5qbRwjel .card-title,
.cid-tX5qbRwjel .card-text,
.cid-tX5qbRwjel .card-link,
.cid-tX5qbRwjel .card-link a {
  transition: all 0.3s;
}
.cid-tX5qbRwjel .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-tX5qbRwjel .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-tX5qbRwjel .link-wrapper:hover {
  cursor: pointer;
}
.cid-tX5qbRwjel .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tX5qbRwjel .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-tX5qbRwjel .card-title,
.cid-tX5qbRwjel .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tX5qbRwjel .card-text {
  color: #232323;
}
.cid-tX5qbRwjel .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tX5qbRwjel .card-link,
.cid-tX5qbRwjel .link-icon,
.cid-tX5qbRwjel .link-align {
  color: #232323;
}
.cid-tX5qbRwjel .mbr-section-subtitle {
  text-align: left;
}
.cid-uzRu52RCdL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcc1a;
}
.cid-uzRu52RCdL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzRu52RCdL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzRu52RCdL .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uzRu52RCdL .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uzRu52RCdL .container {
    padding: 0 30px;
  }
}
.cid-uzRu52RCdL .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uzRu52RCdL .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uzRu52RCdL .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ffffff;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uzRu52RCdL .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uzRu52RCdL .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uzRu52RCdL .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uzRu52RCdL .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzRu52RCdL .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uzRu52RCdL .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uzRu52RCdL .mbr-section-title {
  color: #ffffff;
}
.cid-uzRu52RCdL .mbr-card-title {
  color: #2b2b2b;
}
.cid-uzRu52RCdL .mbr-text {
  color: #000000;
}
.cid-uzRu52RCdL .mbr-number {
  color: #FE5115;
}
.cid-tX5ujrRWeS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 3px solid #000000;
  background-color: #000000;
}
.cid-tX5ujrRWeS .row {
  flex-direction: row-reverse;
}
.cid-tX5ujrRWeS .card-wrapper {
  padding-left: 32px;
  padding-right: 32px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tX5ujrRWeS .card-wrapper {
    margin-top: 2rem !important;
    padding: 0;
  }
}
.cid-tX5ujrRWeS .wrapper {
  margin-top: 120px;
}
.cid-tX5ujrRWeS .wrapper .mbr-iconfont {
  font-size: 3rem;
}
@media (min-width: 992px) {
  .cid-tX5ujrRWeS .wrapper .display-7 {
    font-size: 23px;
  }
}
.cid-tX5ujrRWeS .wrap {
  min-height: 650px;
  position: relative;
}
.cid-tX5ujrRWeS .wrap img {
  width: 144px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-tX5ujrRWeS .wrap {
    display: none;
  }
}
.cid-tX5ujrRWeS .wrap:hover .image-1 {
  top: -80px;
  left: -80px;
}
.cid-tX5ujrRWeS .wrap:hover .image-2 {
  right: 20px;
}
.cid-tX5ujrRWeS .wrap:hover .image-3 {
  left: 80px;
  top: 190px;
}
.cid-tX5ujrRWeS .wrap:hover .image-4 {
  top: 260px;
  right: 30px;
}
.cid-tX5ujrRWeS .wrap:hover .image-5 {
  left: -80px;
}
.cid-tX5ujrRWeS .wrap:hover .image-6 {
  right: -30px;
}
.cid-tX5ujrRWeS .wrap:hover .image-7 {
  bottom: 10px;
  left: 70px;
}
.cid-tX5ujrRWeS .image-1 {
  top: -90px;
  left: -90px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-tX5ujrRWeS .image-2 {
  right: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-tX5ujrRWeS .image-3 {
  left: 80px;
  top: 200px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-tX5ujrRWeS .image-4 {
  top: 250px;
  right: 20px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-tX5ujrRWeS .image-5 {
  left: -90px;
  bottom: 100px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-tX5ujrRWeS .image-6 {
  bottom: 0;
  right: -40px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-tX5ujrRWeS .image-7 {
  bottom: 0;
  left: 80px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-tX5ujrRWeS .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tX5ujrRWeS .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uzRqsGGBrg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-uzRqsGGBrg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzRqsGGBrg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzRqsGGBrg .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uzRqsGGBrg .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzRqsGGBrg .container {
    padding: 0 16px;
  }
}
.cid-uzRqsGGBrg .row {
  border-radius: 20px;
  background-color: #fdfcfc;
  padding: 90px 45px 75px;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uzRqsGGBrg .row {
    padding: 45px 32px;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .cid-uzRqsGGBrg .row {
    padding: 45px 4px;
  }
}
.cid-uzRqsGGBrg .row .card {
  justify-content: center;
}
.cid-uzRqsGGBrg .title-wrapper {
  padding-right: 100px;
  padding-right: 0;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-uzRqsGGBrg .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzRqsGGBrg .title-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-uzRqsGGBrg .title-wrapper .subtitle-wrapper {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-uzRqsGGBrg .title-wrapper .subtitle-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uzRqsGGBrg .title-wrapper .subtitle-wrapper .subtitle-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uzRqsGGBrg .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-section-subtitle {
  margin: 0 20px 0 0;
}
.cid-uzRqsGGBrg .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-iconfont {
  font-size: 30px;
  color: #d1cece;
}
.cid-uzRqsGGBrg .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzRqsGGBrg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzRqsGGBrg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzRqsGGBrg .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uzRqsGGBrg .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uzRqsGGBrg .image-wrapper img {
  height: 590px;
  width: 70%;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #d1cece;
}
@media (max-width: 1440px) {
  .cid-uzRqsGGBrg .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-uzRqsGGBrg .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uzRqsGGBrg .image-wrapper img {
    height: 350px;
  }
}
.cid-uzRqsGGBrg .mbr-section-subtitle {
  color: #d1cece;
}
.cid-uzRqsGGBrg .mbr-section-title {
  color: #192227;
}
.cid-uzRqsGGBrg .mbr-text {
  color: #192227;
}
.cid-tX5rO8dfSz {
  margin-top: -3px;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tX5rO8dfSz .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.cid-tX5rO8dfSz .row {
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
}
.cid-tX5rO8dfSz .top-line {
  border-bottom: 3px solid #ffffff;
}
.cid-tX5rO8dfSz .bottom-line {
  padding: 30px 0;
}
.cid-tX5rO8dfSz .card-title {
  text-decoration: underline;
}
.cid-tX5rO8dfSz .title {
  padding: 30px 1rem 40px;
}
.cid-tX5rO8dfSz .title:hover {
  background-color: #FFA4BC;
  color: #ff403d;
}
.cid-tX5rO8dfSz .title1 {
  padding: 30px 1rem 40px;
}
.cid-tX5rO8dfSz .title1:hover {
  background-color: #006b54;
  color: #ffcc1a;
}
.cid-tX5rO8dfSz .title2 {
  padding: 30px 1rem 40px;
}
.cid-tX5rO8dfSz .title2:hover {
  background-color: #cbb6f2;
  color: #1b66ce;
}
@media (max-width: 991px) {
  .cid-tX5rO8dfSz .card {
    margin-bottom: 2rem !important;
  }
  .cid-tX5rO8dfSz .card-title,
  .cid-tX5rO8dfSz .mbr-text {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tX5rO8dfSz .link-wrap {
    align-items: center;
  }
}
@media (min-width: 992px) {
  .cid-tX5rO8dfSz .card-title,
  .cid-tX5rO8dfSz .mbr-text {
    padding: 0 70px 0 70px;
  }
}
.cid-tX5rO8dfSz .image-wrapper img {
  border-radius: 72px;
  width: 100%;
  max-width: 400px;
  max-height: 520px;
  object-fit: cover;
  border: 3px solid;
  border-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tX5rO8dfSz .image-wrapper img {
    max-width: 320px;
    max-height: 425px;
  }
}
.cid-tX5rO8dfSz .img {
  padding-top: 72px;
  padding-bottom: 66px;
}
@media (max-width: 767px) {
  .cid-tX5rO8dfSz .img {
    border-top: 3px solid #ffffff;
  }
}
@media (min-width: 768px) {
  .cid-tX5rO8dfSz .img {
    border-left: 3px solid #ffffff;
  }
}
.cid-tX5rO8dfSz .mbr-section-btn {
  margin-top: 65px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tX5rO8dfSz .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-tX5rO8dfSz .mbr-section-btn {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-tX5rO8dfSz .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tX5rO8dfSz .btn:hover,
.cid-tX5rO8dfSz .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-tX5rO8dfSz .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tX5rO8dfSz .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-tX5rO8dfSz .btn:hover:before,
.cid-tX5rO8dfSz .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-tX5rO8dfSz .btn-secondary {
  color: #000000 !important;
}
.cid-tX5rO8dfSz .btn-secondary:hover {
  color: #000000 !important;
}
.cid-tX5rO8dfSz .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tX5rO8dfSz .card-title,
.cid-tX5rO8dfSz .card-box {
  text-align: center;
}
.cid-tX5rO8dfSz .mbr-text,
.cid-tX5rO8dfSz .link-wrap,
.cid-tX5rO8dfSz .mbr-section-btn {
  text-align: center;
}
.cid-tX5rO8dfSz .mbr-text,
.cid-tX5rO8dfSz .link-wrap {
  color: #ffffff;
}
.cid-uzRr2mnTns {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.cid-uzRr2mnTns .mbr-section-title {
  margin: 20px 0;
  color: #202020;
  text-align: center;
}
.cid-uzRr2mnTns .shape {
  position: absolute;
  z-index: -1;
  bottom: -4.5rem;
  right: 0;
  max-width: 160px;
}
.cid-uzRr2mnTns .shape img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-uzRr2mnTns .shape {
    max-width: 80px;
  }
}
.cid-uzRr2mnTns .mbr-text {
  text-align: center;
}
.cid-um9qyPJ4C5 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffcc1a;
}
.cid-um9qyPJ4C5 .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-um9qyPJ4C5 .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-um9qyPJ4C5 .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-um9qyPJ4C5 .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-um9qyPJ4C5 .btn:hover,
.cid-um9qyPJ4C5 .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-um9qyPJ4C5 .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-um9qyPJ4C5 .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-um9qyPJ4C5 .btn:hover:before,
.cid-um9qyPJ4C5 .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-um9qyPJ4C5 .btn-secondary {
  color: #000000 !important;
}
.cid-um9qyPJ4C5 .btn-secondary:hover {
  color: #000000 !important;
}
.cid-um9qyPJ4C5 .mbr-section-title,
.cid-um9qyPJ4C5 .mbr-section-btn {
  color: #000000;
}
.cid-um9pXousbN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffcc1a;
}
.cid-um9pXousbN .mbr-fallback-image.disabled {
  display: none;
}
.cid-um9pXousbN .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-um9pXousbN .container {
    padding: 0 15px;
  }
}
.cid-um9pXousbN .row {
  justify-content: space-between;
}
.cid-um9pXousbN .panel-group {
  padding-left: 0;
  padding-right: 130px;
}
@media (max-width: 992px) {
  .cid-um9pXousbN .panel-group {
    padding-left: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 1440px) {
  .cid-um9pXousbN .panel-group {
    padding-left: 0;
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-um9pXousbN .panel-group {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-um9pXousbN .panel-group {
    padding-left: 0;
  }
}
.cid-um9pXousbN .panel-group .card {
  border-radius: 0 !important;
  padding: 0;
  margin-top: 40px;
}
.cid-um9pXousbN .panel-group .card:first-child {
  margin-top: 0;
}
.cid-um9pXousbN .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0 0 20px 0;
}
.cid-um9pXousbN .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-um9pXousbN .panel-group .card .card-header .panel-title .panel-title-edit {
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  position: relative;
}
.cid-um9pXousbN .panel-group .card .card-header .panel-title .panel-title-edit::before {
  content: '/';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  color: #000000;
  font-weight: 700;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-um9pXousbN .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  width: 10px;
  height: 10px;
  min-width: 10px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 20px;
  transform: rotate(90deg);
  opacity: .5;
}
.cid-um9pXousbN .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(270deg);
}
.cid-um9pXousbN .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #000000;
}
.cid-um9pXousbN .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit::before {
  left: -30px;
  opacity: 1;
}
.cid-um9pXousbN .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 20px;
  border-bottom: 1px solid #232323;
}
.cid-um9pXousbN .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 25px;
}
.cid-um9pXousbN .panel-group .card .panel-collapse .panel-body .panel-desc {
  margin-bottom: 0;
}
.cid-um9pXousbN .image-wrapper {
  position: relative;
  padding: 0 0 0 30px;
  padding: 0 30px 0 0;
}
@media (max-width: 992px) {
  .cid-um9pXousbN .image-wrapper {
    padding: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .cid-um9pXousbN .image-wrapper {
    padding: 0;
  }
}
.cid-um9pXousbN .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 5%;
  height: 230px;
  width: 312px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.cid-um9pXousbN .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 730px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-um9pXousbN .image-wrapper img {
    height: 350px;
  }
}
.cid-um9pXousbN .panel-title-edit {
  color: #ffffff;
}
.cid-um9pXousbN .panel-text {
  color: #ffffff;
}
.cid-um9pXousbN .panel-desc {
  color: #ec111a;
}
.cid-tX5xcA2myF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-tX5xcA2myF blockquote {
  margin-bottom: 0;
  border-color: #000000;
  background-color: #ffffff;
  font-style: normal;
}
.cid-tX5xcA2myF .inform div {
  padding: .3rem .5rem 0;
  border-left: 1px solid;
}
.cid-tX5xcA2myF .inform div:first-child {
  border-left: none;
}
.cid-tX5xcA2myF .inform .date {
  background-color: #FFA4BC;
  border-radius: 20px;
}
.cid-tX5xcA2myF .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tX5xcA2myF .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-um9rWk06lo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-um9rWk06lo .mbr-fallback-image.disabled {
  display: none;
}
.cid-um9rWk06lo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um9rWk06lo .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-um9rWk06lo .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-um9rWk06lo .container {
    padding: 0 16px;
  }
}
.cid-um9rWk06lo .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-um9rWk06lo .google-map iframe {
    height: 350px;
  }
}
.cid-tXfPG8UwpO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  background-color: #ffcc1a;
}
.cid-tXfPG8UwpO .media-wrap {
  padding: 0;
}
.cid-tXfPG8UwpO .media-wrap img {
  background-color: #000000;
  padding: 0;
  border-radius: 50%;
}
.cid-tXfPG8UwpO .media-wrap img:hover {
  background-color: #1B66CE;
}
@media (max-width: 767px) {
  .cid-tXfPG8UwpO .row {
    text-align: center;
  }
  .cid-tXfPG8UwpO .social-row {
    justify-content: center;
  }
  .cid-tXfPG8UwpO .logo {
    margin: 0 auto;
  }
}
.cid-tXfPG8UwpO .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tXfPG8UwpO .content {
    padding: 1px 12px 5px;
  }
}
.cid-tXfPG8UwpO .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tXfPG8UwpO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tXfPG8UwpO .list {
    margin-bottom: 0rem;
  }
}
.cid-tXfPG8UwpO .list .item-wrap {
  margin-top: 3.9px;
  margin-bottom: 3.9px;
}
@media (min-width: 992px) {
  .cid-tXfPG8UwpO .bd {
    border-left: 3px solid #000;
  }
}
.cid-tXfPG8UwpO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tXfPG8UwpO .mbr-iconfont {
  color: black;
  transition: all .5s;
}
.cid-tXfPG8UwpO .mbr-iconfont:hover {
  color: #1B66CE;
}
.cid-tXfPG8UwpO .margin {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-tXfPG8UwpO .margin {
    margin-top: 20px;
  }
}
.cid-tXfPG8UwpO .link {
  color: #000000;
  text-align: left;
}
.cid-tXfPG8UwpO .link a:hover {
  color: #1B66CE !important;
}
.cid-tXfPG8UwpO .mbr-form-container {
  margin-top: 12px;
}
.cid-tXfPG8UwpO .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  max-width: 600px;
}
.cid-tXfPG8UwpO .link a {
  color: #fcf9f2;
}
.cid-tXfPG8UwpO .dragArea {
  justify-content: center;
}
.cid-tXfPG8UwpO form .row {
  margin: 0;
}
.cid-tXfPG8UwpO form .form-group {
  padding: 0;
  flex-grow: 1;
}
.cid-tXfPG8UwpO form .form-group .form-control,
.cid-tXfPG8UwpO form .form-group textarea {
  height: 40px;
  padding: 0;
  padding-left: 34px;
  padding-right: 34px;
  border-radius: 10px 0 0 10px;
  border: 3px solid #000 !important;
  background: transparent;
  box-shadow: none;
  min-height: auto;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tXfPG8UwpO form .form-group .form-control,
  .cid-tXfPG8UwpO form .form-group textarea {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-tXfPG8UwpO form .form-group .form-control:active,
.cid-tXfPG8UwpO form .form-group textarea:active,
.cid-tXfPG8UwpO form .form-group .form-control:focus,
.cid-tXfPG8UwpO form .form-group textarea:focus {
  border: 2px solid #1B66CE !important;
  border-right: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.cid-tXfPG8UwpO form .form-control::placeholder {
  color: #000;
}
.cid-tXfPG8UwpO form .form-control::-webkit-input-placeholder {
  color: #000;
}
.cid-tXfPG8UwpO form .form-control::-moz-placeholder {
  color: #000;
}
.cid-tXfPG8UwpO form .form-control-label,
.cid-tXfPG8UwpO form .form-check-label {
  color: #000;
}
.cid-tXfPG8UwpO form input::-webkit-clear-button {
  display: none;
}
.cid-tXfPG8UwpO form input::-webkit-inner-spin-button {
  display: none;
}
.cid-tXfPG8UwpO form input::-webkit-outer-spin-button {
  display: none;
}
.cid-tXfPG8UwpO form input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tXfPG8UwpO form .mbr-section-btn {
  border: 3px solid #000 !important;
  border-radius: 0 10px 10px 0;
  margin-left: -3px;
  width: auto;
  height: 40px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 1.2rem;
}
.cid-tXfPG8UwpO form .mbr-section-btn .btn {
  color: #01152f !important;
  padding: 3px 30px 0;
}
@media (max-width: 767px) {
  .cid-tXfPG8UwpO form .mbr-section-btn .btn {
    padding: 0 1em;
  }
}
.cid-tXfPG8UwpO form .mbr-section-btn .btn:hover {
  background-color: #FFA4BC !important;
}
.cid-tXfPG8UwpO form .form-group .form-control,
.cid-tXfPG8UwpO .cid-sSq48MmVPJ form .form-group textarea {
  min-height: 40px;
}
.cid-tXfPG8UwpO input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
}
.cid-tXfPG8UwpO input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tXfPG8UwpO input[type="range"]::-webkit-slider-thumb {
  background: #FFCC1A;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -500px 0 0 500px #1b66ce;
}
.cid-tXfPG8UwpO input[type="range"]::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tXfPG8UwpO input[type="range"]::-moz-range-thumb {
  background: #1B66CE;
  cursor: pointer;
  height: 7px;
  border-radius: 0px;
  box-shadow: -200px 0px 0px 200px #1b66ce;
  padding: 0px;
  margin: 0px;
}
.cid-tXfPG8UwpO .form-check-input:checked {
  background-color: #1B66CE;
  border-color: #1B66CE;
}
.cid-tXfPG8UwpO .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tXfPG8UwpO .mbr-section-title,
.cid-tXfPG8UwpO .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uzRLeh8uyY {
  background-color: transparent;
}
.cid-uzRLeh8uyY .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uzRLeh8uyY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uzRLeh8uyY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzRLeh8uyY .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uzRLeh8uyY .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uzRLeh8uyY .menu_box .navbar.opened,
  .cid-uzRLeh8uyY .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzRLeh8uyY .navbar-dropdown {
  position: relative !important;
}
.cid-uzRLeh8uyY .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uzRLeh8uyY .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzRLeh8uyY .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uzRLeh8uyY .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzRLeh8uyY .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uzRLeh8uyY .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uzRLeh8uyY .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uzRLeh8uyY .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uzRLeh8uyY .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uzRLeh8uyY .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uzRLeh8uyY .offcanvas-body .mbr-text,
  .cid-uzRLeh8uyY .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uzRLeh8uyY .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uzRLeh8uyY .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uzRLeh8uyY .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uzRLeh8uyY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uzRLeh8uyY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uzRLeh8uyY .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uzRLeh8uyY .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uzRLeh8uyY ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uzRLeh8uyY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzRLeh8uyY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uzRLeh8uyY .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uzRLeh8uyY 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-uzRLeh8uyY .lg_brand {
    margin: 0 1rem;
  }
  .cid-uzRLeh8uyY .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uzRLeh8uyY .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uzRLeh8uyY .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uzRLeh8uyY .nav-item {
    margin: 0 !important;
  }
}
.cid-uzRLeh8uyY .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uzRLeh8uyY .nav-item .nav-link:hover,
.cid-uzRLeh8uyY .nav-item .nav-link:focus {
  color: #ff6561 !important;
  text-shadow: 2px 2px 4px #ff6561;
}
.cid-uzRLeh8uyY .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzRLeh8uyY .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzRLeh8uyY .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzRLeh8uyY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzRLeh8uyY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-uzRLeh8uyY .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzRLeh8uyY .offcanvas_box {
    display: none;
  }
}
.cid-uzRLeh8uyY .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzRLeh8uyY .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzRLeh8uyY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzRLeh8uyY .container {
  display: flex;
  margin: auto;
}
.cid-uzRLeh8uyY .iconfont-wrapper {
  color: #f2ac2b;
  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-uzRLeh8uyY .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzRLeh8uyY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uzRLeh8uyY .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uzRLeh8uyY .navbar-nav {
    margin: 0;
  }
}
.cid-uzRLeh8uyY .dropdown-menu,
.cid-uzRLeh8uyY .navbar.opened {
  background-color: false !important;
}
.cid-uzRLeh8uyY .nav-item:focus,
.cid-uzRLeh8uyY .nav-link:focus {
  outline: none;
}
.cid-uzRLeh8uyY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzRLeh8uyY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzRLeh8uyY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzRLeh8uyY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzRLeh8uyY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzRLeh8uyY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzRLeh8uyY .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzRLeh8uyY .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzRLeh8uyY .navbar.opened {
  transition: all 0.3s;
}
.cid-uzRLeh8uyY .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzRLeh8uyY .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uzRLeh8uyY .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uzRLeh8uyY .navbar.collapsed {
  justify-content: center;
}
.cid-uzRLeh8uyY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzRLeh8uyY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzRLeh8uyY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzRLeh8uyY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzRLeh8uyY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzRLeh8uyY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzRLeh8uyY .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzRLeh8uyY .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uzRLeh8uyY .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uzRLeh8uyY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzRLeh8uyY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzRLeh8uyY .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzRLeh8uyY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzRLeh8uyY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzRLeh8uyY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzRLeh8uyY .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzRLeh8uyY .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzRLeh8uyY .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzRLeh8uyY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uzRLeh8uyY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzRLeh8uyY .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzRLeh8uyY .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzRLeh8uyY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzRLeh8uyY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzRLeh8uyY .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-uzRLeh8uyY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uzRLeh8uyY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzRLeh8uyY .dropdown-item.active,
.cid-uzRLeh8uyY .dropdown-item:active {
  background-color: transparent;
}
.cid-uzRLeh8uyY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uzRLeh8uyY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzRLeh8uyY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzRLeh8uyY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzRLeh8uyY ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzRLeh8uyY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzRLeh8uyY button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #232b45;
}
.cid-uzRLeh8uyY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uzRLeh8uyY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzRLeh8uyY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzRLeh8uyY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzRLeh8uyY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzRLeh8uyY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzRLeh8uyY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzRLeh8uyY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzRLeh8uyY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzRLeh8uyY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzRLeh8uyY .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-uzRLeh8uyY .navbar {
    height: 70px;
  }
  .cid-uzRLeh8uyY .navbar.opened {
    height: auto;
  }
  .cid-uzRLeh8uyY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzRLeh8uyY .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uzRLeh8uyY .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uzRLeh8uyY .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzRLeh8uyY .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uzRLeh8uyY .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uzRLeh8uyY .navbar-caption:hover {
  color: #ff6561;
}
@media (min-width: 992px) {
  .cid-uzRLeh8uyY .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzRLeh8uyY .text_widget {
  margin-bottom: 32px;
}
.cid-uzRLeh8uyY .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzRLeh8uyY .text_widget a:hover,
.cid-uzRLeh8uyY .text_widget a:focus {
  opacity: .6;
}
.cid-uzRLeh8uyY .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uzRLeh8uyY .navbar-caption {
  color: #f2ac2b;
}
.cid-uzRLeh8uyY .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzRLeh8uyY .mbr-section-subtitle,
.cid-uzRLeh8uyY .text_widget,
.cid-uzRLeh8uyY .mbr-section-btn {
  text-align: center;
}
.cid-uzRLeh8uyY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzRLejGyRU {
  overflow: hidden;
  background-color: #262642;
}
.cid-uzRLejGyRU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzRLejGyRU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzRLejGyRU .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uzRLejGyRU .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzRLejGyRU .container {
    padding: 0 24px;
  }
}
.cid-uzRLejGyRU .row {
  position: relative;
}
.cid-uzRLejGyRU .row .card {
  justify-content: center;
}
.cid-uzRLejGyRU .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #ffcc1a;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uzRLejGyRU .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-uzRLejGyRU .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-uzRLejGyRU .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uzRLejGyRU .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uzRLejGyRU .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uzRLejGyRU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzRLejGyRU .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzRLejGyRU .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uzRLejGyRU .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uzRLejGyRU .image-wrapper {
  position: relative;
}
.cid-uzRLejGyRU .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzRLejGyRU .image-wrapper img {
    height: 350px;
  }
}
.cid-uzRLejGyRU .mbr-section-title {
  color: #F5DF4D;
}
.cid-uzRLejGyRU .mbr-text {
  color: #FF3399;
}
.cid-uzRLejGyRU .mbr-section-title,
.cid-uzRLejGyRU .mbr-section-btn {
  color: #ffcc1a;
}
.cid-uzRLejGyRU .mbr-text,
.cid-uzRLejGyRU .mbr-section-btn {
  color: #ffffff;
}
.cid-uzRLekEXsQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzRLekEXsQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzRLekEXsQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzRLekEXsQ .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uzRLekEXsQ .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uzRLekEXsQ .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-uzRLekEXsQ .card-text {
  color: #45494E;
  flex-grow: 1;
}
.cid-uzRLelc42g {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffcc1a;
  border-top: 3px solid #f2100a;
  border-bottom: 3px solid #f2100a;
  margin-top: -3px;
}
.cid-uzRLelc42g blockquote {
  margin-bottom: 0;
  border-color: #000000;
  background-color: #ffffff;
  font-style: normal;
}
.cid-uzRLelc42g .inform div {
  padding: .3rem .5rem 0;
  border-left: 1px solid;
}
.cid-uzRLelc42g .inform div:first-child {
  border-left: none;
}
.cid-uzRLelc42g .inform .date {
  background-color: #FFA4BC;
  border-radius: 20px;
}
.cid-uzRLelc42g .mbr-section-title {
  text-align: center;
}
.cid-uzRLelc42g .mbr-text {
  text-align: center;
}
.cid-uzRLelGbxh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzRLelGbxh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzRLelGbxh .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-uzRLelGbxh .container {
    padding: 0 20px;
  }
}
.cid-uzRLelGbxh .row {
  margin: 0;
}
.cid-uzRLelGbxh .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzRLelGbxh .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzRLelGbxh .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uzRLelGbxh .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uzRLelGbxh .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uzRLelGbxh .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uzRLelGbxh .mbr-section-title {
  color: #000000;
}
.cid-uzRLemb0rR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uzRLemb0rR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzRLemb0rR .item-wrapper {
  margin-bottom: 2rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #000000;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uzRLemb0rR .item-wrapper {
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
.cid-uzRLemb0rR .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-uzRLemb0rR .item-wrapper:hover .card-title,
.cid-uzRLemb0rR .item-wrapper:hover .card-text,
.cid-uzRLemb0rR .item-wrapper:hover .card-link,
.cid-uzRLemb0rR .item-wrapper:hover .card-link a {
  color: white !important;
}
.cid-uzRLemb0rR .item-wrapper:hover span {
  color: #ff6561;
}
.cid-uzRLemb0rR .card-title,
.cid-uzRLemb0rR .card-text,
.cid-uzRLemb0rR .card-link,
.cid-uzRLemb0rR .card-link a {
  transition: all 0.3s;
}
.cid-uzRLemb0rR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzRLemb0rR .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uzRLemb0rR .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uzRLemb0rR .link-wrapper:hover {
  cursor: pointer;
}
.cid-uzRLemb0rR .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uzRLemb0rR .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uzRLemb0rR .card-title,
.cid-uzRLemb0rR .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uzRLemb0rR .card-text {
  color: #232323;
}
.cid-uzRLemb0rR .content-head {
  max-width: 800px;
}
.cid-uzRLemb0rR .mbr-section-title {
  color: #000000;
}
.cid-uzRLemb0rR .card-link,
.cid-uzRLemb0rR .link-icon,
.cid-uzRLemb0rR .link-align {
  color: #232323;
}
.cid-uzRLemXaoZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffcc1a;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-uzRLemXaoZ blockquote {
  margin-bottom: 0;
  border-color: #ff403d;
  background-color: #ffffff;
  font-style: normal;
}
.cid-uzRLemXaoZ .inform div {
  padding: .3rem .5rem 0;
  border-left: 1px solid;
}
.cid-uzRLemXaoZ .inform div:first-child {
  border-left: none;
}
.cid-uzRLemXaoZ .inform .date {
  background-color: #FFA4BC;
  border-radius: 20px;
}
.cid-uzRLemXaoZ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uzRLemXaoZ .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-uzRLenzBjJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
.cid-uzRLenzBjJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzRLenzBjJ .card-link {
  position: relative;
  width: fit-content;
}
.cid-uzRLenzBjJ .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uzRLenzBjJ .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #000000;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uzRLenzBjJ .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uzRLenzBjJ .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-uzRLenzBjJ .item-wrapper:hover .card-title,
.cid-uzRLenzBjJ .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uzRLenzBjJ .item-wrapper:hover span,
.cid-uzRLenzBjJ .item-wrapper:hover .card-link,
.cid-uzRLenzBjJ .item-wrapper:hover .card-link a {
  color: #ff6561 !important;
}
.cid-uzRLenzBjJ .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uzRLenzBjJ .card-title,
.cid-uzRLenzBjJ .card-text,
.cid-uzRLenzBjJ .card-link,
.cid-uzRLenzBjJ .card-link a {
  transition: all 0.3s;
}
.cid-uzRLenzBjJ .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uzRLenzBjJ .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uzRLenzBjJ .link-wrapper:hover {
  cursor: pointer;
}
.cid-uzRLenzBjJ .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uzRLenzBjJ .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uzRLenzBjJ .card-title,
.cid-uzRLenzBjJ .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uzRLenzBjJ .card-text {
  color: #232323;
}
.cid-uzRLenzBjJ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uzRLenzBjJ .card-link,
.cid-uzRLenzBjJ .link-icon,
.cid-uzRLenzBjJ .link-align {
  color: #232323;
}
.cid-uzRLenzBjJ .mbr-section-subtitle {
  text-align: left;
}
.cid-uzRLeoAAyt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcc1a;
}
.cid-uzRLeoAAyt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzRLeoAAyt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzRLeoAAyt .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uzRLeoAAyt .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uzRLeoAAyt .container {
    padding: 0 30px;
  }
}
.cid-uzRLeoAAyt .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uzRLeoAAyt .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uzRLeoAAyt .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ffffff;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uzRLeoAAyt .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uzRLeoAAyt .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uzRLeoAAyt .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uzRLeoAAyt .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzRLeoAAyt .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uzRLeoAAyt .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uzRLeoAAyt .mbr-section-title {
  color: #ffffff;
}
.cid-uzRLeoAAyt .mbr-card-title {
  color: #2b2b2b;
}
.cid-uzRLeoAAyt .mbr-text {
  color: #000000;
}
.cid-uzRLeoAAyt .mbr-number {
  color: #FE5115;
}
.cid-uzRLepjDlV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 3px solid #000000;
  background-color: #000000;
}
.cid-uzRLepjDlV .row {
  flex-direction: row-reverse;
}
.cid-uzRLepjDlV .card-wrapper {
  padding-left: 32px;
  padding-right: 32px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-uzRLepjDlV .card-wrapper {
    margin-top: 2rem !important;
    padding: 0;
  }
}
.cid-uzRLepjDlV .wrapper {
  margin-top: 120px;
}
.cid-uzRLepjDlV .wrapper .mbr-iconfont {
  font-size: 3rem;
}
@media (min-width: 992px) {
  .cid-uzRLepjDlV .wrapper .display-7 {
    font-size: 23px;
  }
}
.cid-uzRLepjDlV .wrap {
  min-height: 650px;
  position: relative;
}
.cid-uzRLepjDlV .wrap img {
  width: 144px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-uzRLepjDlV .wrap {
    display: none;
  }
}
.cid-uzRLepjDlV .wrap:hover .image-1 {
  top: -80px;
  left: -80px;
}
.cid-uzRLepjDlV .wrap:hover .image-2 {
  right: 20px;
}
.cid-uzRLepjDlV .wrap:hover .image-3 {
  left: 80px;
  top: 190px;
}
.cid-uzRLepjDlV .wrap:hover .image-4 {
  top: 260px;
  right: 30px;
}
.cid-uzRLepjDlV .wrap:hover .image-5 {
  left: -80px;
}
.cid-uzRLepjDlV .wrap:hover .image-6 {
  right: -30px;
}
.cid-uzRLepjDlV .wrap:hover .image-7 {
  bottom: 10px;
  left: 70px;
}
.cid-uzRLepjDlV .image-1 {
  top: -90px;
  left: -90px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-uzRLepjDlV .image-2 {
  right: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-uzRLepjDlV .image-3 {
  left: 80px;
  top: 200px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-uzRLepjDlV .image-4 {
  top: 250px;
  right: 20px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-uzRLepjDlV .image-5 {
  left: -90px;
  bottom: 100px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-uzRLepjDlV .image-6 {
  bottom: 0;
  right: -40px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-uzRLepjDlV .image-7 {
  bottom: 0;
  left: 80px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-uzRLepjDlV .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-uzRLepjDlV .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uzRZLVuchx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-uzRZLVuchx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzRZLVuchx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzRZLVuchx .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uzRZLVuchx .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzRZLVuchx .container {
    padding: 0 16px;
  }
}
.cid-uzRZLVuchx .row {
  border-radius: 20px;
  background-color: #fdfcfc;
  padding: 90px 45px 75px;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uzRZLVuchx .row {
    padding: 45px 32px;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .cid-uzRZLVuchx .row {
    padding: 45px 4px;
  }
}
.cid-uzRZLVuchx .row .card {
  justify-content: center;
}
.cid-uzRZLVuchx .title-wrapper {
  padding-right: 100px;
  padding-right: 0;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-uzRZLVuchx .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzRZLVuchx .title-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-uzRZLVuchx .title-wrapper .subtitle-wrapper {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-uzRZLVuchx .title-wrapper .subtitle-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uzRZLVuchx .title-wrapper .subtitle-wrapper .subtitle-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uzRZLVuchx .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-section-subtitle {
  margin: 0 20px 0 0;
}
.cid-uzRZLVuchx .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-iconfont {
  font-size: 30px;
  color: #d1cece;
}
.cid-uzRZLVuchx .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzRZLVuchx .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzRZLVuchx .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzRZLVuchx .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uzRZLVuchx .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uzRZLVuchx .image-wrapper img {
  height: 590px;
  width: 70%;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #d1cece;
}
@media (max-width: 1440px) {
  .cid-uzRZLVuchx .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-uzRZLVuchx .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uzRZLVuchx .image-wrapper img {
    height: 350px;
  }
}
.cid-uzRZLVuchx .mbr-section-subtitle {
  color: #d1cece;
}
.cid-uzRZLVuchx .mbr-section-title {
  color: #192227;
}
.cid-uzRZLVuchx .mbr-text {
  color: #192227;
}
.cid-uzRZLVuchx .mbr-section-subtitle,
.cid-uzRZLVuchx .subtitle-wrapper {
  color: #000000;
}
.cid-uzRLeqCajA {
  margin-top: -3px;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uzRLeqCajA .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.cid-uzRLeqCajA .row {
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
}
.cid-uzRLeqCajA .top-line {
  border-bottom: 3px solid #ffffff;
}
.cid-uzRLeqCajA .bottom-line {
  padding: 30px 0;
}
.cid-uzRLeqCajA .card-title {
  text-decoration: underline;
}
.cid-uzRLeqCajA .title {
  padding: 30px 1rem 40px;
}
.cid-uzRLeqCajA .title:hover {
  background-color: #FFA4BC;
  color: #ff403d;
}
.cid-uzRLeqCajA .title1 {
  padding: 30px 1rem 40px;
}
.cid-uzRLeqCajA .title1:hover {
  background-color: #006b54;
  color: #ffcc1a;
}
.cid-uzRLeqCajA .title2 {
  padding: 30px 1rem 40px;
}
.cid-uzRLeqCajA .title2:hover {
  background-color: #cbb6f2;
  color: #1b66ce;
}
@media (max-width: 991px) {
  .cid-uzRLeqCajA .card {
    margin-bottom: 2rem !important;
  }
  .cid-uzRLeqCajA .card-title,
  .cid-uzRLeqCajA .mbr-text {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uzRLeqCajA .link-wrap {
    align-items: center;
  }
}
@media (min-width: 992px) {
  .cid-uzRLeqCajA .card-title,
  .cid-uzRLeqCajA .mbr-text {
    padding: 0 70px 0 70px;
  }
}
.cid-uzRLeqCajA .image-wrapper img {
  border-radius: 72px;
  width: 100%;
  max-width: 400px;
  max-height: 520px;
  object-fit: cover;
  border: 3px solid;
  border-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uzRLeqCajA .image-wrapper img {
    max-width: 320px;
    max-height: 425px;
  }
}
.cid-uzRLeqCajA .img {
  padding-top: 72px;
  padding-bottom: 66px;
}
@media (max-width: 767px) {
  .cid-uzRLeqCajA .img {
    border-top: 3px solid #ffffff;
  }
}
@media (min-width: 768px) {
  .cid-uzRLeqCajA .img {
    border-left: 3px solid #ffffff;
  }
}
.cid-uzRLeqCajA .mbr-section-btn {
  margin-top: 65px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uzRLeqCajA .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-uzRLeqCajA .mbr-section-btn {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uzRLeqCajA .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uzRLeqCajA .btn:hover,
.cid-uzRLeqCajA .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-uzRLeqCajA .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-uzRLeqCajA .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-uzRLeqCajA .btn:hover:before,
.cid-uzRLeqCajA .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-uzRLeqCajA .btn-secondary {
  color: #000000 !important;
}
.cid-uzRLeqCajA .btn-secondary:hover {
  color: #000000 !important;
}
.cid-uzRLeqCajA .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uzRLeqCajA .card-title,
.cid-uzRLeqCajA .card-box {
  text-align: center;
}
.cid-uzRLeqCajA .mbr-text,
.cid-uzRLeqCajA .link-wrap,
.cid-uzRLeqCajA .mbr-section-btn {
  text-align: center;
}
.cid-uzRLeqCajA .mbr-text,
.cid-uzRLeqCajA .link-wrap {
  color: #ffffff;
}
.cid-uzRLerkimZ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.cid-uzRLerkimZ .mbr-section-title {
  margin: 20px 0;
  color: #202020;
  text-align: center;
}
.cid-uzRLerkimZ .shape {
  position: absolute;
  z-index: -1;
  bottom: -4.5rem;
  right: 0;
  max-width: 160px;
}
.cid-uzRLerkimZ .shape img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-uzRLerkimZ .shape {
    max-width: 80px;
  }
}
.cid-uzRLerkimZ .mbr-text {
  text-align: center;
}
.cid-uzRLes3IKW {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffcc1a;
}
.cid-uzRLes3IKW .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-uzRLes3IKW .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-uzRLes3IKW .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-uzRLes3IKW .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uzRLes3IKW .btn:hover,
.cid-uzRLes3IKW .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-uzRLes3IKW .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-uzRLes3IKW .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-uzRLes3IKW .btn:hover:before,
.cid-uzRLes3IKW .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-uzRLes3IKW .btn-secondary {
  color: #000000 !important;
}
.cid-uzRLes3IKW .btn-secondary:hover {
  color: #000000 !important;
}
.cid-uzRLes3IKW .mbr-section-title,
.cid-uzRLes3IKW .mbr-section-btn {
  color: #000000;
}
.cid-uzRLesLX7H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffcc1a;
}
.cid-uzRLesLX7H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzRLesLX7H .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-uzRLesLX7H .container {
    padding: 0 15px;
  }
}
.cid-uzRLesLX7H .row {
  justify-content: space-between;
}
.cid-uzRLesLX7H .panel-group {
  padding-left: 0;
  padding-right: 130px;
}
@media (max-width: 992px) {
  .cid-uzRLesLX7H .panel-group {
    padding-left: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 1440px) {
  .cid-uzRLesLX7H .panel-group {
    padding-left: 0;
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uzRLesLX7H .panel-group {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzRLesLX7H .panel-group {
    padding-left: 0;
  }
}
.cid-uzRLesLX7H .panel-group .card {
  border-radius: 0 !important;
  padding: 0;
  margin-top: 40px;
}
.cid-uzRLesLX7H .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uzRLesLX7H .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0 0 20px 0;
}
.cid-uzRLesLX7H .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uzRLesLX7H .panel-group .card .card-header .panel-title .panel-title-edit {
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  position: relative;
}
.cid-uzRLesLX7H .panel-group .card .card-header .panel-title .panel-title-edit::before {
  content: '/';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  color: #000000;
  font-weight: 700;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uzRLesLX7H .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  width: 10px;
  height: 10px;
  min-width: 10px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 20px;
  transform: rotate(90deg);
  opacity: .5;
}
.cid-uzRLesLX7H .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(270deg);
}
.cid-uzRLesLX7H .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #000000;
}
.cid-uzRLesLX7H .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit::before {
  left: -30px;
  opacity: 1;
}
.cid-uzRLesLX7H .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 20px;
  border-bottom: 1px solid #232323;
}
.cid-uzRLesLX7H .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 25px;
}
.cid-uzRLesLX7H .panel-group .card .panel-collapse .panel-body .panel-desc {
  margin-bottom: 0;
}
.cid-uzRLesLX7H .image-wrapper {
  position: relative;
  padding: 0 0 0 30px;
  padding: 0 30px 0 0;
}
@media (max-width: 992px) {
  .cid-uzRLesLX7H .image-wrapper {
    padding: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uzRLesLX7H .image-wrapper {
    padding: 0;
  }
}
.cid-uzRLesLX7H .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 5%;
  height: 230px;
  width: 312px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.cid-uzRLesLX7H .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 730px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzRLesLX7H .image-wrapper img {
    height: 350px;
  }
}
.cid-uzRLesLX7H .panel-title-edit {
  color: #ffffff;
}
.cid-uzRLesLX7H .panel-text {
  color: #ffffff;
}
.cid-uzRLesLX7H .panel-desc {
  color: #ec111a;
}
.cid-uzRLetLbQY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-uzRLetLbQY blockquote {
  margin-bottom: 0;
  border-color: #000000;
  background-color: #ffffff;
  font-style: normal;
}
.cid-uzRLetLbQY .inform div {
  padding: .3rem .5rem 0;
  border-left: 1px solid;
}
.cid-uzRLetLbQY .inform div:first-child {
  border-left: none;
}
.cid-uzRLetLbQY .inform .date {
  background-color: #FFA4BC;
  border-radius: 20px;
}
.cid-uzRLetLbQY .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uzRLetLbQY .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uzSarufxzE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcc1a;
}
.cid-uzSarufxzE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzSarufxzE .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-uzSarufxzE .container {
    padding: 0 24px;
  }
}
.cid-uzSarufxzE .row {
  justify-content: center;
}
.cid-uzSarufxzE .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uzSarufxzE .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzSarufxzE .panel-group .card {
  border: none;
  border-radius: 40px;
  background-color: #ffffff;
  margin-bottom: 32px;
  min-width: 40px;
}
.cid-uzSarufxzE .panel-group .card .card-header {
  padding: 40px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uzSarufxzE .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-uzSarufxzE .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uzSarufxzE .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uzSarufxzE .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uzSarufxzE .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uzSarufxzE .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
  background-color: #030822;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uzSarufxzE .panel-group .card .panel-collapse .panel-body {
  padding: 0 40px 40px;
}
@media (max-width: 992px) {
  .cid-uzSarufxzE .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-uzSarufxzE .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uzSarufxzE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uzSarufxzE .panel-title-edit {
  color: #000000;
}
.cid-uzSarufxzE .panel-text {
  color: #000000;
}
.cid-uzRLeutEUV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-uzRLeutEUV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzRLeutEUV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzRLeutEUV .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uzRLeutEUV .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzRLeutEUV .container {
    padding: 0 16px;
  }
}
.cid-uzRLeutEUV .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uzRLeutEUV .google-map iframe {
    height: 350px;
  }
}
.cid-uzRLevbAmI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  background-color: #ffcc1a;
}
.cid-uzRLevbAmI .media-wrap {
  padding: 0;
}
.cid-uzRLevbAmI .media-wrap img {
  background-color: #000000;
  padding: 0;
  border-radius: 50%;
}
.cid-uzRLevbAmI .media-wrap img:hover {
  background-color: #1B66CE;
}
@media (max-width: 767px) {
  .cid-uzRLevbAmI .row {
    text-align: center;
  }
  .cid-uzRLevbAmI .social-row {
    justify-content: center;
  }
  .cid-uzRLevbAmI .logo {
    margin: 0 auto;
  }
}
.cid-uzRLevbAmI .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uzRLevbAmI .content {
    padding: 1px 12px 5px;
  }
}
.cid-uzRLevbAmI .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uzRLevbAmI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uzRLevbAmI .list {
    margin-bottom: 0rem;
  }
}
.cid-uzRLevbAmI .list .item-wrap {
  margin-top: 3.9px;
  margin-bottom: 3.9px;
}
@media (min-width: 992px) {
  .cid-uzRLevbAmI .bd {
    border-left: 3px solid #000;
  }
}
.cid-uzRLevbAmI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uzRLevbAmI .mbr-iconfont {
  color: black;
  transition: all .5s;
}
.cid-uzRLevbAmI .mbr-iconfont:hover {
  color: #1B66CE;
}
.cid-uzRLevbAmI .margin {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-uzRLevbAmI .margin {
    margin-top: 20px;
  }
}
.cid-uzRLevbAmI .link {
  color: #000000;
  text-align: left;
}
.cid-uzRLevbAmI .link a:hover {
  color: #1B66CE !important;
}
.cid-uzRLevbAmI .mbr-form-container {
  margin-top: 12px;
}
.cid-uzRLevbAmI .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  max-width: 600px;
}
.cid-uzRLevbAmI .link a {
  color: #fcf9f2;
}
.cid-uzRLevbAmI .dragArea {
  justify-content: center;
}
.cid-uzRLevbAmI form .row {
  margin: 0;
}
.cid-uzRLevbAmI form .form-group {
  padding: 0;
  flex-grow: 1;
}
.cid-uzRLevbAmI form .form-group .form-control,
.cid-uzRLevbAmI form .form-group textarea {
  height: 40px;
  padding: 0;
  padding-left: 34px;
  padding-right: 34px;
  border-radius: 10px 0 0 10px;
  border: 3px solid #000 !important;
  background: transparent;
  box-shadow: none;
  min-height: auto;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-uzRLevbAmI form .form-group .form-control,
  .cid-uzRLevbAmI form .form-group textarea {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-uzRLevbAmI form .form-group .form-control:active,
.cid-uzRLevbAmI form .form-group textarea:active,
.cid-uzRLevbAmI form .form-group .form-control:focus,
.cid-uzRLevbAmI form .form-group textarea:focus {
  border: 2px solid #1B66CE !important;
  border-right: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.cid-uzRLevbAmI form .form-control::placeholder {
  color: #000;
}
.cid-uzRLevbAmI form .form-control::-webkit-input-placeholder {
  color: #000;
}
.cid-uzRLevbAmI form .form-control::-moz-placeholder {
  color: #000;
}
.cid-uzRLevbAmI form .form-control-label,
.cid-uzRLevbAmI form .form-check-label {
  color: #000;
}
.cid-uzRLevbAmI form input::-webkit-clear-button {
  display: none;
}
.cid-uzRLevbAmI form input::-webkit-inner-spin-button {
  display: none;
}
.cid-uzRLevbAmI form input::-webkit-outer-spin-button {
  display: none;
}
.cid-uzRLevbAmI form input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uzRLevbAmI form .mbr-section-btn {
  border: 3px solid #000 !important;
  border-radius: 0 10px 10px 0;
  margin-left: -3px;
  width: auto;
  height: 40px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 1.2rem;
}
.cid-uzRLevbAmI form .mbr-section-btn .btn {
  color: #01152f !important;
  padding: 3px 30px 0;
}
@media (max-width: 767px) {
  .cid-uzRLevbAmI form .mbr-section-btn .btn {
    padding: 0 1em;
  }
}
.cid-uzRLevbAmI form .mbr-section-btn .btn:hover {
  background-color: #FFA4BC !important;
}
.cid-uzRLevbAmI form .form-group .form-control,
.cid-uzRLevbAmI .cid-sSq48MmVPJ form .form-group textarea {
  min-height: 40px;
}
.cid-uzRLevbAmI input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
}
.cid-uzRLevbAmI input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-uzRLevbAmI input[type="range"]::-webkit-slider-thumb {
  background: #FFCC1A;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -500px 0 0 500px #1b66ce;
}
.cid-uzRLevbAmI input[type="range"]::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-uzRLevbAmI input[type="range"]::-moz-range-thumb {
  background: #1B66CE;
  cursor: pointer;
  height: 7px;
  border-radius: 0px;
  box-shadow: -200px 0px 0px 200px #1b66ce;
  padding: 0px;
  margin: 0px;
}
.cid-uzRLevbAmI .form-check-input:checked {
  background-color: #1B66CE;
  border-color: #1B66CE;
}
.cid-uzRLevbAmI .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uzRLevbAmI .mbr-section-title,
.cid-uzRLevbAmI .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uzRLfx4QaF {
  background-color: transparent;
}
.cid-uzRLfx4QaF .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uzRLfx4QaF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uzRLfx4QaF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzRLfx4QaF .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uzRLfx4QaF .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uzRLfx4QaF .menu_box .navbar.opened,
  .cid-uzRLfx4QaF .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzRLfx4QaF .navbar-dropdown {
  position: relative !important;
}
.cid-uzRLfx4QaF .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uzRLfx4QaF .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzRLfx4QaF .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uzRLfx4QaF .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzRLfx4QaF .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uzRLfx4QaF .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uzRLfx4QaF .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uzRLfx4QaF .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uzRLfx4QaF .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uzRLfx4QaF .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uzRLfx4QaF .offcanvas-body .mbr-text,
  .cid-uzRLfx4QaF .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uzRLfx4QaF .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uzRLfx4QaF .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uzRLfx4QaF .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uzRLfx4QaF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uzRLfx4QaF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uzRLfx4QaF .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uzRLfx4QaF .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uzRLfx4QaF ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uzRLfx4QaF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzRLfx4QaF .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uzRLfx4QaF .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uzRLfx4QaF 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-uzRLfx4QaF .lg_brand {
    margin: 0 1rem;
  }
  .cid-uzRLfx4QaF .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uzRLfx4QaF .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uzRLfx4QaF .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uzRLfx4QaF .nav-item {
    margin: 0 !important;
  }
}
.cid-uzRLfx4QaF .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uzRLfx4QaF .nav-item .nav-link:hover,
.cid-uzRLfx4QaF .nav-item .nav-link:focus {
  color: #ff6561 !important;
  text-shadow: 2px 2px 4px #ff6561;
}
.cid-uzRLfx4QaF .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzRLfx4QaF .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzRLfx4QaF .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzRLfx4QaF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzRLfx4QaF .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-uzRLfx4QaF .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzRLfx4QaF .offcanvas_box {
    display: none;
  }
}
.cid-uzRLfx4QaF .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzRLfx4QaF .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzRLfx4QaF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzRLfx4QaF .container {
  display: flex;
  margin: auto;
}
.cid-uzRLfx4QaF .iconfont-wrapper {
  color: #f2ac2b;
  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-uzRLfx4QaF .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzRLfx4QaF .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uzRLfx4QaF .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uzRLfx4QaF .navbar-nav {
    margin: 0;
  }
}
.cid-uzRLfx4QaF .dropdown-menu,
.cid-uzRLfx4QaF .navbar.opened {
  background-color: false !important;
}
.cid-uzRLfx4QaF .nav-item:focus,
.cid-uzRLfx4QaF .nav-link:focus {
  outline: none;
}
.cid-uzRLfx4QaF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzRLfx4QaF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzRLfx4QaF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzRLfx4QaF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzRLfx4QaF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzRLfx4QaF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzRLfx4QaF .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzRLfx4QaF .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzRLfx4QaF .navbar.opened {
  transition: all 0.3s;
}
.cid-uzRLfx4QaF .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzRLfx4QaF .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uzRLfx4QaF .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uzRLfx4QaF .navbar.collapsed {
  justify-content: center;
}
.cid-uzRLfx4QaF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzRLfx4QaF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzRLfx4QaF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzRLfx4QaF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzRLfx4QaF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzRLfx4QaF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzRLfx4QaF .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzRLfx4QaF .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uzRLfx4QaF .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uzRLfx4QaF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzRLfx4QaF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzRLfx4QaF .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzRLfx4QaF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzRLfx4QaF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzRLfx4QaF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzRLfx4QaF .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzRLfx4QaF .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzRLfx4QaF .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzRLfx4QaF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uzRLfx4QaF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzRLfx4QaF .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzRLfx4QaF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzRLfx4QaF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzRLfx4QaF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzRLfx4QaF .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-uzRLfx4QaF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uzRLfx4QaF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzRLfx4QaF .dropdown-item.active,
.cid-uzRLfx4QaF .dropdown-item:active {
  background-color: transparent;
}
.cid-uzRLfx4QaF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uzRLfx4QaF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzRLfx4QaF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzRLfx4QaF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzRLfx4QaF ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzRLfx4QaF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzRLfx4QaF button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #232b45;
}
.cid-uzRLfx4QaF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uzRLfx4QaF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzRLfx4QaF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzRLfx4QaF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzRLfx4QaF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzRLfx4QaF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzRLfx4QaF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzRLfx4QaF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzRLfx4QaF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzRLfx4QaF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzRLfx4QaF .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-uzRLfx4QaF .navbar {
    height: 70px;
  }
  .cid-uzRLfx4QaF .navbar.opened {
    height: auto;
  }
  .cid-uzRLfx4QaF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzRLfx4QaF .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uzRLfx4QaF .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uzRLfx4QaF .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzRLfx4QaF .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uzRLfx4QaF .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uzRLfx4QaF .navbar-caption:hover {
  color: #ff6561;
}
@media (min-width: 992px) {
  .cid-uzRLfx4QaF .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzRLfx4QaF .text_widget {
  margin-bottom: 32px;
}
.cid-uzRLfx4QaF .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzRLfx4QaF .text_widget a:hover,
.cid-uzRLfx4QaF .text_widget a:focus {
  opacity: .6;
}
.cid-uzRLfx4QaF .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uzRLfx4QaF .navbar-caption {
  color: #f2ac2b;
}
.cid-uzRLfx4QaF .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzRLfx4QaF .mbr-section-subtitle,
.cid-uzRLfx4QaF .text_widget,
.cid-uzRLfx4QaF .mbr-section-btn {
  text-align: center;
}
.cid-uzRLfx4QaF a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzRLfykWcf {
  overflow: hidden;
  background-color: #262642;
}
.cid-uzRLfykWcf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzRLfykWcf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzRLfykWcf .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uzRLfykWcf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzRLfykWcf .container {
    padding: 0 24px;
  }
}
.cid-uzRLfykWcf .row {
  position: relative;
}
.cid-uzRLfykWcf .row .card {
  justify-content: center;
}
.cid-uzRLfykWcf .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #ffcc1a;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uzRLfykWcf .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-uzRLfykWcf .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-uzRLfykWcf .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uzRLfykWcf .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uzRLfykWcf .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uzRLfykWcf .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzRLfykWcf .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzRLfykWcf .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uzRLfykWcf .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uzRLfykWcf .image-wrapper {
  position: relative;
}
.cid-uzRLfykWcf .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzRLfykWcf .image-wrapper img {
    height: 350px;
  }
}
.cid-uzRLfykWcf .mbr-section-title {
  color: #F5DF4D;
}
.cid-uzRLfykWcf .mbr-text {
  color: #FF3399;
}
.cid-uzRLfykWcf .mbr-section-title,
.cid-uzRLfykWcf .mbr-section-btn {
  color: #ffcc1a;
}
.cid-uzRLfykWcf .mbr-text,
.cid-uzRLfykWcf .mbr-section-btn {
  color: #ffffff;
}
.cid-uzRLfz2t4f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzRLfz2t4f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzRLfz2t4f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzRLfz2t4f .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uzRLfz2t4f .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uzRLfz2t4f .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-uzRLfz2t4f .card-text {
  color: #45494E;
  flex-grow: 1;
}
.cid-uzRLfzKV8Z {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffcc1a;
  border-top: 3px solid #f2100a;
  border-bottom: 3px solid #f2100a;
  margin-top: -3px;
}
.cid-uzRLfzKV8Z blockquote {
  margin-bottom: 0;
  border-color: #000000;
  background-color: #ffffff;
  font-style: normal;
}
.cid-uzRLfzKV8Z .inform div {
  padding: .3rem .5rem 0;
  border-left: 1px solid;
}
.cid-uzRLfzKV8Z .inform div:first-child {
  border-left: none;
}
.cid-uzRLfzKV8Z .inform .date {
  background-color: #FFA4BC;
  border-radius: 20px;
}
.cid-uzRLfzKV8Z .mbr-section-title {
  text-align: center;
}
.cid-uzRLfzKV8Z .mbr-text {
  text-align: center;
}
.cid-uzRLfAiv04 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzRLfAiv04 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzRLfAiv04 .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-uzRLfAiv04 .container {
    padding: 0 20px;
  }
}
.cid-uzRLfAiv04 .row {
  margin: 0;
}
.cid-uzRLfAiv04 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzRLfAiv04 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzRLfAiv04 .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uzRLfAiv04 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uzRLfAiv04 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uzRLfAiv04 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uzRLfAiv04 .mbr-section-title {
  color: #000000;
}
.cid-uzRLfAY0Hl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uzRLfAY0Hl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzRLfAY0Hl .item-wrapper {
  margin-bottom: 2rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #000000;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uzRLfAY0Hl .item-wrapper {
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
.cid-uzRLfAY0Hl .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-uzRLfAY0Hl .item-wrapper:hover .card-title,
.cid-uzRLfAY0Hl .item-wrapper:hover .card-text,
.cid-uzRLfAY0Hl .item-wrapper:hover .card-link,
.cid-uzRLfAY0Hl .item-wrapper:hover .card-link a {
  color: white !important;
}
.cid-uzRLfAY0Hl .item-wrapper:hover span {
  color: #ff6561;
}
.cid-uzRLfAY0Hl .card-title,
.cid-uzRLfAY0Hl .card-text,
.cid-uzRLfAY0Hl .card-link,
.cid-uzRLfAY0Hl .card-link a {
  transition: all 0.3s;
}
.cid-uzRLfAY0Hl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzRLfAY0Hl .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uzRLfAY0Hl .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uzRLfAY0Hl .link-wrapper:hover {
  cursor: pointer;
}
.cid-uzRLfAY0Hl .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uzRLfAY0Hl .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uzRLfAY0Hl .card-title,
.cid-uzRLfAY0Hl .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uzRLfAY0Hl .card-text {
  color: #232323;
}
.cid-uzRLfAY0Hl .content-head {
  max-width: 800px;
}
.cid-uzRLfAY0Hl .mbr-section-title {
  color: #000000;
}
.cid-uzRLfAY0Hl .card-link,
.cid-uzRLfAY0Hl .link-icon,
.cid-uzRLfAY0Hl .link-align {
  color: #232323;
}
.cid-uzRLfBZI4V {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffcc1a;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-uzRLfBZI4V blockquote {
  margin-bottom: 0;
  border-color: #ff403d;
  background-color: #ffffff;
  font-style: normal;
}
.cid-uzRLfBZI4V .inform div {
  padding: .3rem .5rem 0;
  border-left: 1px solid;
}
.cid-uzRLfBZI4V .inform div:first-child {
  border-left: none;
}
.cid-uzRLfBZI4V .inform .date {
  background-color: #FFA4BC;
  border-radius: 20px;
}
.cid-uzRLfBZI4V .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uzRLfBZI4V .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-uzRLfCCMF9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
.cid-uzRLfCCMF9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzRLfCCMF9 .card-link {
  position: relative;
  width: fit-content;
}
.cid-uzRLfCCMF9 .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uzRLfCCMF9 .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #000000;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uzRLfCCMF9 .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uzRLfCCMF9 .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-uzRLfCCMF9 .item-wrapper:hover .card-title,
.cid-uzRLfCCMF9 .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uzRLfCCMF9 .item-wrapper:hover span,
.cid-uzRLfCCMF9 .item-wrapper:hover .card-link,
.cid-uzRLfCCMF9 .item-wrapper:hover .card-link a {
  color: #ff6561 !important;
}
.cid-uzRLfCCMF9 .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uzRLfCCMF9 .card-title,
.cid-uzRLfCCMF9 .card-text,
.cid-uzRLfCCMF9 .card-link,
.cid-uzRLfCCMF9 .card-link a {
  transition: all 0.3s;
}
.cid-uzRLfCCMF9 .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uzRLfCCMF9 .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uzRLfCCMF9 .link-wrapper:hover {
  cursor: pointer;
}
.cid-uzRLfCCMF9 .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uzRLfCCMF9 .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uzRLfCCMF9 .card-title,
.cid-uzRLfCCMF9 .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uzRLfCCMF9 .card-text {
  color: #232323;
}
.cid-uzRLfCCMF9 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uzRLfCCMF9 .card-link,
.cid-uzRLfCCMF9 .link-icon,
.cid-uzRLfCCMF9 .link-align {
  color: #232323;
}
.cid-uzRLfCCMF9 .mbr-section-subtitle {
  text-align: left;
}
.cid-uzRLfDgxUS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcc1a;
}
.cid-uzRLfDgxUS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzRLfDgxUS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzRLfDgxUS .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uzRLfDgxUS .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uzRLfDgxUS .container {
    padding: 0 30px;
  }
}
.cid-uzRLfDgxUS .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uzRLfDgxUS .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uzRLfDgxUS .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ffffff;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uzRLfDgxUS .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uzRLfDgxUS .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uzRLfDgxUS .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uzRLfDgxUS .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzRLfDgxUS .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uzRLfDgxUS .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uzRLfDgxUS .mbr-section-title {
  color: #ffffff;
}
.cid-uzRLfDgxUS .mbr-card-title {
  color: #2b2b2b;
}
.cid-uzRLfDgxUS .mbr-text {
  color: #000000;
}
.cid-uzRLfDgxUS .mbr-number {
  color: #FE5115;
}
.cid-uzRLfDSdul {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 3px solid #000000;
  background-color: #000000;
}
.cid-uzRLfDSdul .row {
  flex-direction: row-reverse;
}
.cid-uzRLfDSdul .card-wrapper {
  padding-left: 32px;
  padding-right: 32px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-uzRLfDSdul .card-wrapper {
    margin-top: 2rem !important;
    padding: 0;
  }
}
.cid-uzRLfDSdul .wrapper {
  margin-top: 120px;
}
.cid-uzRLfDSdul .wrapper .mbr-iconfont {
  font-size: 3rem;
}
@media (min-width: 992px) {
  .cid-uzRLfDSdul .wrapper .display-7 {
    font-size: 23px;
  }
}
.cid-uzRLfDSdul .wrap {
  min-height: 650px;
  position: relative;
}
.cid-uzRLfDSdul .wrap img {
  width: 144px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-uzRLfDSdul .wrap {
    display: none;
  }
}
.cid-uzRLfDSdul .wrap:hover .image-1 {
  top: -80px;
  left: -80px;
}
.cid-uzRLfDSdul .wrap:hover .image-2 {
  right: 20px;
}
.cid-uzRLfDSdul .wrap:hover .image-3 {
  left: 80px;
  top: 190px;
}
.cid-uzRLfDSdul .wrap:hover .image-4 {
  top: 260px;
  right: 30px;
}
.cid-uzRLfDSdul .wrap:hover .image-5 {
  left: -80px;
}
.cid-uzRLfDSdul .wrap:hover .image-6 {
  right: -30px;
}
.cid-uzRLfDSdul .wrap:hover .image-7 {
  bottom: 10px;
  left: 70px;
}
.cid-uzRLfDSdul .image-1 {
  top: -90px;
  left: -90px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-uzRLfDSdul .image-2 {
  right: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-uzRLfDSdul .image-3 {
  left: 80px;
  top: 200px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-uzRLfDSdul .image-4 {
  top: 250px;
  right: 20px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-uzRLfDSdul .image-5 {
  left: -90px;
  bottom: 100px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-uzRLfDSdul .image-6 {
  bottom: 0;
  right: -40px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-uzRLfDSdul .image-7 {
  bottom: 0;
  left: 80px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-uzRLfDSdul .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-uzRLfDSdul .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uzS4dV9JO6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-uzS4dV9JO6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzS4dV9JO6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzS4dV9JO6 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uzS4dV9JO6 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzS4dV9JO6 .container {
    padding: 0 16px;
  }
}
.cid-uzS4dV9JO6 .row {
  border-radius: 20px;
  background-color: #fdfcfc;
  padding: 90px 45px 75px;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uzS4dV9JO6 .row {
    padding: 45px 32px;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .cid-uzS4dV9JO6 .row {
    padding: 45px 4px;
  }
}
.cid-uzS4dV9JO6 .row .card {
  justify-content: center;
}
.cid-uzS4dV9JO6 .title-wrapper {
  padding-right: 100px;
  padding-right: 0;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-uzS4dV9JO6 .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzS4dV9JO6 .title-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-uzS4dV9JO6 .title-wrapper .subtitle-wrapper {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-uzS4dV9JO6 .title-wrapper .subtitle-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uzS4dV9JO6 .title-wrapper .subtitle-wrapper .subtitle-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uzS4dV9JO6 .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-section-subtitle {
  margin: 0 20px 0 0;
}
.cid-uzS4dV9JO6 .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-iconfont {
  font-size: 30px;
  color: #d1cece;
}
.cid-uzS4dV9JO6 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzS4dV9JO6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzS4dV9JO6 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzS4dV9JO6 .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uzS4dV9JO6 .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uzS4dV9JO6 .image-wrapper img {
  height: 590px;
  width: 70%;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #d1cece;
}
@media (max-width: 1440px) {
  .cid-uzS4dV9JO6 .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-uzS4dV9JO6 .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uzS4dV9JO6 .image-wrapper img {
    height: 350px;
  }
}
.cid-uzS4dV9JO6 .mbr-section-subtitle {
  color: #d1cece;
}
.cid-uzS4dV9JO6 .mbr-section-title {
  color: #192227;
}
.cid-uzS4dV9JO6 .mbr-text {
  color: #192227;
}
.cid-uzS4dV9JO6 .mbr-section-subtitle,
.cid-uzS4dV9JO6 .subtitle-wrapper {
  color: #000000;
}
.cid-uzRLfEYC8N {
  margin-top: -3px;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uzRLfEYC8N .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.cid-uzRLfEYC8N .row {
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
}
.cid-uzRLfEYC8N .top-line {
  border-bottom: 3px solid #ffffff;
}
.cid-uzRLfEYC8N .bottom-line {
  padding: 30px 0;
}
.cid-uzRLfEYC8N .card-title {
  text-decoration: underline;
}
.cid-uzRLfEYC8N .title {
  padding: 30px 1rem 40px;
}
.cid-uzRLfEYC8N .title:hover {
  background-color: #FFA4BC;
  color: #ff403d;
}
.cid-uzRLfEYC8N .title1 {
  padding: 30px 1rem 40px;
}
.cid-uzRLfEYC8N .title1:hover {
  background-color: #006b54;
  color: #ffcc1a;
}
.cid-uzRLfEYC8N .title2 {
  padding: 30px 1rem 40px;
}
.cid-uzRLfEYC8N .title2:hover {
  background-color: #cbb6f2;
  color: #1b66ce;
}
@media (max-width: 991px) {
  .cid-uzRLfEYC8N .card {
    margin-bottom: 2rem !important;
  }
  .cid-uzRLfEYC8N .card-title,
  .cid-uzRLfEYC8N .mbr-text {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uzRLfEYC8N .link-wrap {
    align-items: center;
  }
}
@media (min-width: 992px) {
  .cid-uzRLfEYC8N .card-title,
  .cid-uzRLfEYC8N .mbr-text {
    padding: 0 70px 0 70px;
  }
}
.cid-uzRLfEYC8N .image-wrapper img {
  border-radius: 72px;
  width: 100%;
  max-width: 400px;
  max-height: 520px;
  object-fit: cover;
  border: 3px solid;
  border-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uzRLfEYC8N .image-wrapper img {
    max-width: 320px;
    max-height: 425px;
  }
}
.cid-uzRLfEYC8N .img {
  padding-top: 72px;
  padding-bottom: 66px;
}
@media (max-width: 767px) {
  .cid-uzRLfEYC8N .img {
    border-top: 3px solid #ffffff;
  }
}
@media (min-width: 768px) {
  .cid-uzRLfEYC8N .img {
    border-left: 3px solid #ffffff;
  }
}
.cid-uzRLfEYC8N .mbr-section-btn {
  margin-top: 65px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uzRLfEYC8N .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-uzRLfEYC8N .mbr-section-btn {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uzRLfEYC8N .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uzRLfEYC8N .btn:hover,
.cid-uzRLfEYC8N .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-uzRLfEYC8N .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-uzRLfEYC8N .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-uzRLfEYC8N .btn:hover:before,
.cid-uzRLfEYC8N .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-uzRLfEYC8N .btn-secondary {
  color: #000000 !important;
}
.cid-uzRLfEYC8N .btn-secondary:hover {
  color: #000000 !important;
}
.cid-uzRLfEYC8N .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uzRLfEYC8N .card-title,
.cid-uzRLfEYC8N .card-box {
  text-align: center;
}
.cid-uzRLfEYC8N .mbr-text,
.cid-uzRLfEYC8N .link-wrap,
.cid-uzRLfEYC8N .mbr-section-btn {
  text-align: center;
}
.cid-uzRLfEYC8N .mbr-text,
.cid-uzRLfEYC8N .link-wrap {
  color: #ffffff;
}
.cid-uzRLfFFemS {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.cid-uzRLfFFemS .mbr-section-title {
  margin: 20px 0;
  color: #202020;
  text-align: center;
}
.cid-uzRLfFFemS .shape {
  position: absolute;
  z-index: -1;
  bottom: -4.5rem;
  right: 0;
  max-width: 160px;
}
.cid-uzRLfFFemS .shape img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-uzRLfFFemS .shape {
    max-width: 80px;
  }
}
.cid-uzRLfFFemS .mbr-text {
  text-align: center;
}
.cid-uzRLfGdCR0 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffcc1a;
}
.cid-uzRLfGdCR0 .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-uzRLfGdCR0 .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-uzRLfGdCR0 .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-uzRLfGdCR0 .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uzRLfGdCR0 .btn:hover,
.cid-uzRLfGdCR0 .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-uzRLfGdCR0 .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-uzRLfGdCR0 .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-uzRLfGdCR0 .btn:hover:before,
.cid-uzRLfGdCR0 .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-uzRLfGdCR0 .btn-secondary {
  color: #000000 !important;
}
.cid-uzRLfGdCR0 .btn-secondary:hover {
  color: #000000 !important;
}
.cid-uzRLfGdCR0 .mbr-section-title,
.cid-uzRLfGdCR0 .mbr-section-btn {
  color: #000000;
}
.cid-uzRLfGLJSj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffcc1a;
}
.cid-uzRLfGLJSj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzRLfGLJSj .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-uzRLfGLJSj .container {
    padding: 0 15px;
  }
}
.cid-uzRLfGLJSj .row {
  justify-content: space-between;
}
.cid-uzRLfGLJSj .panel-group {
  padding-left: 0;
  padding-right: 130px;
}
@media (max-width: 992px) {
  .cid-uzRLfGLJSj .panel-group {
    padding-left: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 1440px) {
  .cid-uzRLfGLJSj .panel-group {
    padding-left: 0;
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uzRLfGLJSj .panel-group {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzRLfGLJSj .panel-group {
    padding-left: 0;
  }
}
.cid-uzRLfGLJSj .panel-group .card {
  border-radius: 0 !important;
  padding: 0;
  margin-top: 40px;
}
.cid-uzRLfGLJSj .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uzRLfGLJSj .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0 0 20px 0;
}
.cid-uzRLfGLJSj .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uzRLfGLJSj .panel-group .card .card-header .panel-title .panel-title-edit {
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  position: relative;
}
.cid-uzRLfGLJSj .panel-group .card .card-header .panel-title .panel-title-edit::before {
  content: '/';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  color: #000000;
  font-weight: 700;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uzRLfGLJSj .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  width: 10px;
  height: 10px;
  min-width: 10px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 20px;
  transform: rotate(90deg);
  opacity: .5;
}
.cid-uzRLfGLJSj .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(270deg);
}
.cid-uzRLfGLJSj .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #000000;
}
.cid-uzRLfGLJSj .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit::before {
  left: -30px;
  opacity: 1;
}
.cid-uzRLfGLJSj .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 20px;
  border-bottom: 1px solid #232323;
}
.cid-uzRLfGLJSj .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 25px;
}
.cid-uzRLfGLJSj .panel-group .card .panel-collapse .panel-body .panel-desc {
  margin-bottom: 0;
}
.cid-uzRLfGLJSj .image-wrapper {
  position: relative;
  padding: 0 0 0 30px;
  padding: 0 30px 0 0;
}
@media (max-width: 992px) {
  .cid-uzRLfGLJSj .image-wrapper {
    padding: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uzRLfGLJSj .image-wrapper {
    padding: 0;
  }
}
.cid-uzRLfGLJSj .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 5%;
  height: 230px;
  width: 312px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.cid-uzRLfGLJSj .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 730px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzRLfGLJSj .image-wrapper img {
    height: 350px;
  }
}
.cid-uzRLfGLJSj .panel-title-edit {
  color: #ffffff;
}
.cid-uzRLfGLJSj .panel-text {
  color: #ffffff;
}
.cid-uzRLfGLJSj .panel-desc {
  color: #ec111a;
}
.cid-uzRLfHLikZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-uzRLfHLikZ blockquote {
  margin-bottom: 0;
  border-color: #000000;
  background-color: #ffffff;
  font-style: normal;
}
.cid-uzRLfHLikZ .inform div {
  padding: .3rem .5rem 0;
  border-left: 1px solid;
}
.cid-uzRLfHLikZ .inform div:first-child {
  border-left: none;
}
.cid-uzRLfHLikZ .inform .date {
  background-color: #FFA4BC;
  border-radius: 20px;
}
.cid-uzRLfHLikZ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uzRLfHLikZ .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uzSeDmLKvb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcc1a;
}
.cid-uzSeDmLKvb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzSeDmLKvb .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-uzSeDmLKvb .container {
    padding: 0 24px;
  }
}
.cid-uzSeDmLKvb .row {
  justify-content: center;
}
.cid-uzSeDmLKvb .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uzSeDmLKvb .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzSeDmLKvb .panel-group .card {
  border: none;
  border-radius: 40px;
  background-color: #ffffff;
  margin-bottom: 32px;
  min-width: 40px;
}
.cid-uzSeDmLKvb .panel-group .card .card-header {
  padding: 40px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uzSeDmLKvb .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-uzSeDmLKvb .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uzSeDmLKvb .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uzSeDmLKvb .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uzSeDmLKvb .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uzSeDmLKvb .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
  background-color: #030822;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uzSeDmLKvb .panel-group .card .panel-collapse .panel-body {
  padding: 0 40px 40px;
}
@media (max-width: 992px) {
  .cid-uzSeDmLKvb .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-uzSeDmLKvb .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uzSeDmLKvb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uzSeDmLKvb .panel-title-edit {
  color: #000000;
}
.cid-uzSeDmLKvb .panel-text {
  color: #000000;
}
.cid-uzRLfIvbLV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-uzRLfIvbLV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzRLfIvbLV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzRLfIvbLV .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uzRLfIvbLV .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzRLfIvbLV .container {
    padding: 0 16px;
  }
}
.cid-uzRLfIvbLV .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uzRLfIvbLV .google-map iframe {
    height: 350px;
  }
}
.cid-uzRLfJayIu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  background-color: #ffcc1a;
}
.cid-uzRLfJayIu .media-wrap {
  padding: 0;
}
.cid-uzRLfJayIu .media-wrap img {
  background-color: #000000;
  padding: 0;
  border-radius: 50%;
}
.cid-uzRLfJayIu .media-wrap img:hover {
  background-color: #1B66CE;
}
@media (max-width: 767px) {
  .cid-uzRLfJayIu .row {
    text-align: center;
  }
  .cid-uzRLfJayIu .social-row {
    justify-content: center;
  }
  .cid-uzRLfJayIu .logo {
    margin: 0 auto;
  }
}
.cid-uzRLfJayIu .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uzRLfJayIu .content {
    padding: 1px 12px 5px;
  }
}
.cid-uzRLfJayIu .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uzRLfJayIu .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uzRLfJayIu .list {
    margin-bottom: 0rem;
  }
}
.cid-uzRLfJayIu .list .item-wrap {
  margin-top: 3.9px;
  margin-bottom: 3.9px;
}
@media (min-width: 992px) {
  .cid-uzRLfJayIu .bd {
    border-left: 3px solid #000;
  }
}
.cid-uzRLfJayIu .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uzRLfJayIu .mbr-iconfont {
  color: black;
  transition: all .5s;
}
.cid-uzRLfJayIu .mbr-iconfont:hover {
  color: #1B66CE;
}
.cid-uzRLfJayIu .margin {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-uzRLfJayIu .margin {
    margin-top: 20px;
  }
}
.cid-uzRLfJayIu .link {
  color: #000000;
  text-align: left;
}
.cid-uzRLfJayIu .link a:hover {
  color: #1B66CE !important;
}
.cid-uzRLfJayIu .mbr-form-container {
  margin-top: 12px;
}
.cid-uzRLfJayIu .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  max-width: 600px;
}
.cid-uzRLfJayIu .link a {
  color: #fcf9f2;
}
.cid-uzRLfJayIu .dragArea {
  justify-content: center;
}
.cid-uzRLfJayIu form .row {
  margin: 0;
}
.cid-uzRLfJayIu form .form-group {
  padding: 0;
  flex-grow: 1;
}
.cid-uzRLfJayIu form .form-group .form-control,
.cid-uzRLfJayIu form .form-group textarea {
  height: 40px;
  padding: 0;
  padding-left: 34px;
  padding-right: 34px;
  border-radius: 10px 0 0 10px;
  border: 3px solid #000 !important;
  background: transparent;
  box-shadow: none;
  min-height: auto;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-uzRLfJayIu form .form-group .form-control,
  .cid-uzRLfJayIu form .form-group textarea {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-uzRLfJayIu form .form-group .form-control:active,
.cid-uzRLfJayIu form .form-group textarea:active,
.cid-uzRLfJayIu form .form-group .form-control:focus,
.cid-uzRLfJayIu form .form-group textarea:focus {
  border: 2px solid #1B66CE !important;
  border-right: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.cid-uzRLfJayIu form .form-control::placeholder {
  color: #000;
}
.cid-uzRLfJayIu form .form-control::-webkit-input-placeholder {
  color: #000;
}
.cid-uzRLfJayIu form .form-control::-moz-placeholder {
  color: #000;
}
.cid-uzRLfJayIu form .form-control-label,
.cid-uzRLfJayIu form .form-check-label {
  color: #000;
}
.cid-uzRLfJayIu form input::-webkit-clear-button {
  display: none;
}
.cid-uzRLfJayIu form input::-webkit-inner-spin-button {
  display: none;
}
.cid-uzRLfJayIu form input::-webkit-outer-spin-button {
  display: none;
}
.cid-uzRLfJayIu form input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uzRLfJayIu form .mbr-section-btn {
  border: 3px solid #000 !important;
  border-radius: 0 10px 10px 0;
  margin-left: -3px;
  width: auto;
  height: 40px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 1.2rem;
}
.cid-uzRLfJayIu form .mbr-section-btn .btn {
  color: #01152f !important;
  padding: 3px 30px 0;
}
@media (max-width: 767px) {
  .cid-uzRLfJayIu form .mbr-section-btn .btn {
    padding: 0 1em;
  }
}
.cid-uzRLfJayIu form .mbr-section-btn .btn:hover {
  background-color: #FFA4BC !important;
}
.cid-uzRLfJayIu form .form-group .form-control,
.cid-uzRLfJayIu .cid-sSq48MmVPJ form .form-group textarea {
  min-height: 40px;
}
.cid-uzRLfJayIu input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
}
.cid-uzRLfJayIu input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-uzRLfJayIu input[type="range"]::-webkit-slider-thumb {
  background: #FFCC1A;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -500px 0 0 500px #1b66ce;
}
.cid-uzRLfJayIu input[type="range"]::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-uzRLfJayIu input[type="range"]::-moz-range-thumb {
  background: #1B66CE;
  cursor: pointer;
  height: 7px;
  border-radius: 0px;
  box-shadow: -200px 0px 0px 200px #1b66ce;
  padding: 0px;
  margin: 0px;
}
.cid-uzRLfJayIu .form-check-input:checked {
  background-color: #1B66CE;
  border-color: #1B66CE;
}
.cid-uzRLfJayIu .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uzRLfJayIu .mbr-section-title,
.cid-uzRLfJayIu .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uzS5FLfsoH {
  background-color: transparent;
}
.cid-uzS5FLfsoH .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uzS5FLfsoH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uzS5FLfsoH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzS5FLfsoH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uzS5FLfsoH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uzS5FLfsoH .menu_box .navbar.opened,
  .cid-uzS5FLfsoH .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzS5FLfsoH .navbar-dropdown {
  position: relative !important;
}
.cid-uzS5FLfsoH .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uzS5FLfsoH .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzS5FLfsoH .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uzS5FLfsoH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzS5FLfsoH .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uzS5FLfsoH .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uzS5FLfsoH .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uzS5FLfsoH .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uzS5FLfsoH .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uzS5FLfsoH .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uzS5FLfsoH .offcanvas-body .mbr-text,
  .cid-uzS5FLfsoH .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uzS5FLfsoH .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uzS5FLfsoH .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uzS5FLfsoH .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uzS5FLfsoH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uzS5FLfsoH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uzS5FLfsoH .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uzS5FLfsoH .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uzS5FLfsoH ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uzS5FLfsoH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzS5FLfsoH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uzS5FLfsoH .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uzS5FLfsoH 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-uzS5FLfsoH .lg_brand {
    margin: 0 1rem;
  }
  .cid-uzS5FLfsoH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uzS5FLfsoH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uzS5FLfsoH .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uzS5FLfsoH .nav-item {
    margin: 0 !important;
  }
}
.cid-uzS5FLfsoH .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uzS5FLfsoH .nav-item .nav-link:hover,
.cid-uzS5FLfsoH .nav-item .nav-link:focus {
  color: #ff6561 !important;
  text-shadow: 2px 2px 4px #ff6561;
}
.cid-uzS5FLfsoH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzS5FLfsoH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzS5FLfsoH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzS5FLfsoH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzS5FLfsoH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-uzS5FLfsoH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzS5FLfsoH .offcanvas_box {
    display: none;
  }
}
.cid-uzS5FLfsoH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzS5FLfsoH .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzS5FLfsoH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzS5FLfsoH .container {
  display: flex;
  margin: auto;
}
.cid-uzS5FLfsoH .iconfont-wrapper {
  color: #f2ac2b;
  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-uzS5FLfsoH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzS5FLfsoH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uzS5FLfsoH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uzS5FLfsoH .navbar-nav {
    margin: 0;
  }
}
.cid-uzS5FLfsoH .dropdown-menu,
.cid-uzS5FLfsoH .navbar.opened {
  background-color: false !important;
}
.cid-uzS5FLfsoH .nav-item:focus,
.cid-uzS5FLfsoH .nav-link:focus {
  outline: none;
}
.cid-uzS5FLfsoH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzS5FLfsoH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzS5FLfsoH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzS5FLfsoH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzS5FLfsoH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzS5FLfsoH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzS5FLfsoH .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzS5FLfsoH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzS5FLfsoH .navbar.opened {
  transition: all 0.3s;
}
.cid-uzS5FLfsoH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzS5FLfsoH .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uzS5FLfsoH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uzS5FLfsoH .navbar.collapsed {
  justify-content: center;
}
.cid-uzS5FLfsoH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzS5FLfsoH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzS5FLfsoH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzS5FLfsoH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzS5FLfsoH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzS5FLfsoH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzS5FLfsoH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzS5FLfsoH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uzS5FLfsoH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uzS5FLfsoH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzS5FLfsoH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzS5FLfsoH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzS5FLfsoH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzS5FLfsoH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzS5FLfsoH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzS5FLfsoH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzS5FLfsoH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzS5FLfsoH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzS5FLfsoH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uzS5FLfsoH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzS5FLfsoH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzS5FLfsoH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzS5FLfsoH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzS5FLfsoH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzS5FLfsoH .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-uzS5FLfsoH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uzS5FLfsoH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzS5FLfsoH .dropdown-item.active,
.cid-uzS5FLfsoH .dropdown-item:active {
  background-color: transparent;
}
.cid-uzS5FLfsoH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uzS5FLfsoH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzS5FLfsoH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzS5FLfsoH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzS5FLfsoH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzS5FLfsoH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzS5FLfsoH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #232b45;
}
.cid-uzS5FLfsoH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uzS5FLfsoH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzS5FLfsoH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzS5FLfsoH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzS5FLfsoH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzS5FLfsoH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzS5FLfsoH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzS5FLfsoH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzS5FLfsoH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzS5FLfsoH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzS5FLfsoH .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-uzS5FLfsoH .navbar {
    height: 70px;
  }
  .cid-uzS5FLfsoH .navbar.opened {
    height: auto;
  }
  .cid-uzS5FLfsoH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzS5FLfsoH .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uzS5FLfsoH .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uzS5FLfsoH .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzS5FLfsoH .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uzS5FLfsoH .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uzS5FLfsoH .navbar-caption:hover {
  color: #ff6561;
}
@media (min-width: 992px) {
  .cid-uzS5FLfsoH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzS5FLfsoH .text_widget {
  margin-bottom: 32px;
}
.cid-uzS5FLfsoH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzS5FLfsoH .text_widget a:hover,
.cid-uzS5FLfsoH .text_widget a:focus {
  opacity: .6;
}
.cid-uzS5FLfsoH .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uzS5FLfsoH .navbar-caption {
  color: #f2ac2b;
}
.cid-uzS5FLfsoH .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzS5FLfsoH .mbr-section-subtitle,
.cid-uzS5FLfsoH .text_widget,
.cid-uzS5FLfsoH .mbr-section-btn {
  text-align: center;
}
.cid-uzS5FLfsoH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzS5FLUV2V {
  overflow: hidden;
  background-color: #262642;
}
.cid-uzS5FLUV2V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzS5FLUV2V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzS5FLUV2V .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uzS5FLUV2V .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzS5FLUV2V .container {
    padding: 0 24px;
  }
}
.cid-uzS5FLUV2V .row {
  position: relative;
}
.cid-uzS5FLUV2V .row .card {
  justify-content: center;
}
.cid-uzS5FLUV2V .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #ffcc1a;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uzS5FLUV2V .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-uzS5FLUV2V .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-uzS5FLUV2V .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uzS5FLUV2V .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uzS5FLUV2V .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uzS5FLUV2V .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzS5FLUV2V .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzS5FLUV2V .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uzS5FLUV2V .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uzS5FLUV2V .image-wrapper {
  position: relative;
}
.cid-uzS5FLUV2V .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzS5FLUV2V .image-wrapper img {
    height: 350px;
  }
}
.cid-uzS5FLUV2V .mbr-section-title {
  color: #F5DF4D;
}
.cid-uzS5FLUV2V .mbr-text {
  color: #FF3399;
}
.cid-uzS5FLUV2V .mbr-section-title,
.cid-uzS5FLUV2V .mbr-section-btn {
  color: #ffcc1a;
}
.cid-uzS5FLUV2V .mbr-text,
.cid-uzS5FLUV2V .mbr-section-btn {
  color: #ffffff;
}
.cid-uzS5FMlxbz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzS5FMlxbz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzS5FMlxbz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzS5FMlxbz .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uzS5FMlxbz .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uzS5FMlxbz .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-uzS5FMlxbz .card-text {
  color: #45494E;
  flex-grow: 1;
}
.cid-uzS5FMUKOL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffcc1a;
  border-top: 3px solid #f2100a;
  border-bottom: 3px solid #f2100a;
  margin-top: -3px;
}
.cid-uzS5FMUKOL blockquote {
  margin-bottom: 0;
  border-color: #000000;
  background-color: #ffffff;
  font-style: normal;
}
.cid-uzS5FMUKOL .inform div {
  padding: .3rem .5rem 0;
  border-left: 1px solid;
}
.cid-uzS5FMUKOL .inform div:first-child {
  border-left: none;
}
.cid-uzS5FMUKOL .inform .date {
  background-color: #FFA4BC;
  border-radius: 20px;
}
.cid-uzS5FMUKOL .mbr-section-title {
  text-align: center;
}
.cid-uzS5FMUKOL .mbr-text {
  text-align: center;
}
.cid-uzS5FNjyLk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzS5FNjyLk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzS5FNjyLk .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-uzS5FNjyLk .container {
    padding: 0 20px;
  }
}
.cid-uzS5FNjyLk .row {
  margin: 0;
}
.cid-uzS5FNjyLk .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzS5FNjyLk .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzS5FNjyLk .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uzS5FNjyLk .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uzS5FNjyLk .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uzS5FNjyLk .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uzS5FNjyLk .mbr-section-title {
  color: #000000;
}
.cid-uzS5FNH8xi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uzS5FNH8xi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzS5FNH8xi .item-wrapper {
  margin-bottom: 2rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #000000;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uzS5FNH8xi .item-wrapper {
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
.cid-uzS5FNH8xi .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-uzS5FNH8xi .item-wrapper:hover .card-title,
.cid-uzS5FNH8xi .item-wrapper:hover .card-text,
.cid-uzS5FNH8xi .item-wrapper:hover .card-link,
.cid-uzS5FNH8xi .item-wrapper:hover .card-link a {
  color: white !important;
}
.cid-uzS5FNH8xi .item-wrapper:hover span {
  color: #ff6561;
}
.cid-uzS5FNH8xi .card-title,
.cid-uzS5FNH8xi .card-text,
.cid-uzS5FNH8xi .card-link,
.cid-uzS5FNH8xi .card-link a {
  transition: all 0.3s;
}
.cid-uzS5FNH8xi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzS5FNH8xi .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uzS5FNH8xi .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uzS5FNH8xi .link-wrapper:hover {
  cursor: pointer;
}
.cid-uzS5FNH8xi .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uzS5FNH8xi .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uzS5FNH8xi .card-title,
.cid-uzS5FNH8xi .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uzS5FNH8xi .card-text {
  color: #232323;
}
.cid-uzS5FNH8xi .content-head {
  max-width: 800px;
}
.cid-uzS5FNH8xi .mbr-section-title {
  color: #000000;
}
.cid-uzS5FNH8xi .card-link,
.cid-uzS5FNH8xi .link-icon,
.cid-uzS5FNH8xi .link-align {
  color: #232323;
}
.cid-uzS5FOoMs8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffcc1a;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-uzS5FOoMs8 blockquote {
  margin-bottom: 0;
  border-color: #ff403d;
  background-color: #ffffff;
  font-style: normal;
}
.cid-uzS5FOoMs8 .inform div {
  padding: .3rem .5rem 0;
  border-left: 1px solid;
}
.cid-uzS5FOoMs8 .inform div:first-child {
  border-left: none;
}
.cid-uzS5FOoMs8 .inform .date {
  background-color: #FFA4BC;
  border-radius: 20px;
}
.cid-uzS5FOoMs8 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uzS5FOoMs8 .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-uzS5FORFwd {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
.cid-uzS5FORFwd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzS5FORFwd .card-link {
  position: relative;
  width: fit-content;
}
.cid-uzS5FORFwd .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uzS5FORFwd .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #000000;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uzS5FORFwd .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uzS5FORFwd .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-uzS5FORFwd .item-wrapper:hover .card-title,
.cid-uzS5FORFwd .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uzS5FORFwd .item-wrapper:hover span,
.cid-uzS5FORFwd .item-wrapper:hover .card-link,
.cid-uzS5FORFwd .item-wrapper:hover .card-link a {
  color: #ff6561 !important;
}
.cid-uzS5FORFwd .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uzS5FORFwd .card-title,
.cid-uzS5FORFwd .card-text,
.cid-uzS5FORFwd .card-link,
.cid-uzS5FORFwd .card-link a {
  transition: all 0.3s;
}
.cid-uzS5FORFwd .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uzS5FORFwd .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uzS5FORFwd .link-wrapper:hover {
  cursor: pointer;
}
.cid-uzS5FORFwd .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uzS5FORFwd .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uzS5FORFwd .card-title,
.cid-uzS5FORFwd .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uzS5FORFwd .card-text {
  color: #232323;
}
.cid-uzS5FORFwd .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uzS5FORFwd .card-link,
.cid-uzS5FORFwd .link-icon,
.cid-uzS5FORFwd .link-align {
  color: #232323;
}
.cid-uzS5FORFwd .mbr-section-subtitle {
  text-align: left;
}
.cid-uzS5FPmdVq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcc1a;
}
.cid-uzS5FPmdVq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzS5FPmdVq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzS5FPmdVq .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uzS5FPmdVq .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uzS5FPmdVq .container {
    padding: 0 30px;
  }
}
.cid-uzS5FPmdVq .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uzS5FPmdVq .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uzS5FPmdVq .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ffffff;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uzS5FPmdVq .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uzS5FPmdVq .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uzS5FPmdVq .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uzS5FPmdVq .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzS5FPmdVq .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uzS5FPmdVq .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uzS5FPmdVq .mbr-section-title {
  color: #ffffff;
}
.cid-uzS5FPmdVq .mbr-card-title {
  color: #2b2b2b;
}
.cid-uzS5FPmdVq .mbr-text {
  color: #000000;
}
.cid-uzS5FPmdVq .mbr-number {
  color: #FE5115;
}
.cid-uzS5FPNeob {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 3px solid #000000;
  background-color: #000000;
}
.cid-uzS5FPNeob .row {
  flex-direction: row-reverse;
}
.cid-uzS5FPNeob .card-wrapper {
  padding-left: 32px;
  padding-right: 32px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-uzS5FPNeob .card-wrapper {
    margin-top: 2rem !important;
    padding: 0;
  }
}
.cid-uzS5FPNeob .wrapper {
  margin-top: 120px;
}
.cid-uzS5FPNeob .wrapper .mbr-iconfont {
  font-size: 3rem;
}
@media (min-width: 992px) {
  .cid-uzS5FPNeob .wrapper .display-7 {
    font-size: 23px;
  }
}
.cid-uzS5FPNeob .wrap {
  min-height: 650px;
  position: relative;
}
.cid-uzS5FPNeob .wrap img {
  width: 144px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-uzS5FPNeob .wrap {
    display: none;
  }
}
.cid-uzS5FPNeob .wrap:hover .image-1 {
  top: -80px;
  left: -80px;
}
.cid-uzS5FPNeob .wrap:hover .image-2 {
  right: 20px;
}
.cid-uzS5FPNeob .wrap:hover .image-3 {
  left: 80px;
  top: 190px;
}
.cid-uzS5FPNeob .wrap:hover .image-4 {
  top: 260px;
  right: 30px;
}
.cid-uzS5FPNeob .wrap:hover .image-5 {
  left: -80px;
}
.cid-uzS5FPNeob .wrap:hover .image-6 {
  right: -30px;
}
.cid-uzS5FPNeob .wrap:hover .image-7 {
  bottom: 10px;
  left: 70px;
}
.cid-uzS5FPNeob .image-1 {
  top: -90px;
  left: -90px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-uzS5FPNeob .image-2 {
  right: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-uzS5FPNeob .image-3 {
  left: 80px;
  top: 200px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-uzS5FPNeob .image-4 {
  top: 250px;
  right: 20px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-uzS5FPNeob .image-5 {
  left: -90px;
  bottom: 100px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-uzS5FPNeob .image-6 {
  bottom: 0;
  right: -40px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-uzS5FPNeob .image-7 {
  bottom: 0;
  left: 80px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-uzS5FPNeob .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-uzS5FPNeob .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uzS6OvRYrb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-uzS6OvRYrb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzS6OvRYrb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzS6OvRYrb .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uzS6OvRYrb .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzS6OvRYrb .container {
    padding: 0 16px;
  }
}
.cid-uzS6OvRYrb .row {
  border-radius: 20px;
  background-color: #fdfcfc;
  padding: 90px 45px 75px;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uzS6OvRYrb .row {
    padding: 45px 32px;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .cid-uzS6OvRYrb .row {
    padding: 45px 4px;
  }
}
.cid-uzS6OvRYrb .row .card {
  justify-content: center;
}
.cid-uzS6OvRYrb .title-wrapper {
  padding-right: 100px;
  padding-right: 0;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-uzS6OvRYrb .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzS6OvRYrb .title-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-uzS6OvRYrb .title-wrapper .subtitle-wrapper {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-uzS6OvRYrb .title-wrapper .subtitle-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uzS6OvRYrb .title-wrapper .subtitle-wrapper .subtitle-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uzS6OvRYrb .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-section-subtitle {
  margin: 0 20px 0 0;
}
.cid-uzS6OvRYrb .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-iconfont {
  font-size: 30px;
  color: #d1cece;
}
.cid-uzS6OvRYrb .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzS6OvRYrb .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzS6OvRYrb .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzS6OvRYrb .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uzS6OvRYrb .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uzS6OvRYrb .image-wrapper img {
  height: 590px;
  width: 70%;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #d1cece;
}
@media (max-width: 1440px) {
  .cid-uzS6OvRYrb .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-uzS6OvRYrb .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uzS6OvRYrb .image-wrapper img {
    height: 350px;
  }
}
.cid-uzS6OvRYrb .mbr-section-subtitle {
  color: #d1cece;
}
.cid-uzS6OvRYrb .mbr-section-title {
  color: #192227;
}
.cid-uzS6OvRYrb .mbr-text {
  color: #192227;
}
.cid-uzS6OvRYrb .mbr-section-subtitle,
.cid-uzS6OvRYrb .subtitle-wrapper {
  color: #000000;
}
.cid-uzS5FQM4Ac {
  margin-top: -3px;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uzS5FQM4Ac .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.cid-uzS5FQM4Ac .row {
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
}
.cid-uzS5FQM4Ac .top-line {
  border-bottom: 3px solid #ffffff;
}
.cid-uzS5FQM4Ac .bottom-line {
  padding: 30px 0;
}
.cid-uzS5FQM4Ac .card-title {
  text-decoration: underline;
}
.cid-uzS5FQM4Ac .title {
  padding: 30px 1rem 40px;
}
.cid-uzS5FQM4Ac .title:hover {
  background-color: #FFA4BC;
  color: #ff403d;
}
.cid-uzS5FQM4Ac .title1 {
  padding: 30px 1rem 40px;
}
.cid-uzS5FQM4Ac .title1:hover {
  background-color: #006b54;
  color: #ffcc1a;
}
.cid-uzS5FQM4Ac .title2 {
  padding: 30px 1rem 40px;
}
.cid-uzS5FQM4Ac .title2:hover {
  background-color: #cbb6f2;
  color: #1b66ce;
}
@media (max-width: 991px) {
  .cid-uzS5FQM4Ac .card {
    margin-bottom: 2rem !important;
  }
  .cid-uzS5FQM4Ac .card-title,
  .cid-uzS5FQM4Ac .mbr-text {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uzS5FQM4Ac .link-wrap {
    align-items: center;
  }
}
@media (min-width: 992px) {
  .cid-uzS5FQM4Ac .card-title,
  .cid-uzS5FQM4Ac .mbr-text {
    padding: 0 70px 0 70px;
  }
}
.cid-uzS5FQM4Ac .image-wrapper img {
  border-radius: 72px;
  width: 100%;
  max-width: 400px;
  max-height: 520px;
  object-fit: cover;
  border: 3px solid;
  border-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uzS5FQM4Ac .image-wrapper img {
    max-width: 320px;
    max-height: 425px;
  }
}
.cid-uzS5FQM4Ac .img {
  padding-top: 72px;
  padding-bottom: 66px;
}
@media (max-width: 767px) {
  .cid-uzS5FQM4Ac .img {
    border-top: 3px solid #ffffff;
  }
}
@media (min-width: 768px) {
  .cid-uzS5FQM4Ac .img {
    border-left: 3px solid #ffffff;
  }
}
.cid-uzS5FQM4Ac .mbr-section-btn {
  margin-top: 65px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uzS5FQM4Ac .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-uzS5FQM4Ac .mbr-section-btn {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uzS5FQM4Ac .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uzS5FQM4Ac .btn:hover,
.cid-uzS5FQM4Ac .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-uzS5FQM4Ac .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-uzS5FQM4Ac .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-uzS5FQM4Ac .btn:hover:before,
.cid-uzS5FQM4Ac .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-uzS5FQM4Ac .btn-secondary {
  color: #000000 !important;
}
.cid-uzS5FQM4Ac .btn-secondary:hover {
  color: #000000 !important;
}
.cid-uzS5FQM4Ac .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uzS5FQM4Ac .card-title,
.cid-uzS5FQM4Ac .card-box {
  text-align: center;
}
.cid-uzS5FQM4Ac .mbr-text,
.cid-uzS5FQM4Ac .link-wrap,
.cid-uzS5FQM4Ac .mbr-section-btn {
  text-align: center;
}
.cid-uzS5FQM4Ac .mbr-text,
.cid-uzS5FQM4Ac .link-wrap {
  color: #ffffff;
}
.cid-uzS5FRjzlk {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.cid-uzS5FRjzlk .mbr-section-title {
  margin: 20px 0;
  color: #202020;
  text-align: center;
}
.cid-uzS5FRjzlk .shape {
  position: absolute;
  z-index: -1;
  bottom: -4.5rem;
  right: 0;
  max-width: 160px;
}
.cid-uzS5FRjzlk .shape img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-uzS5FRjzlk .shape {
    max-width: 80px;
  }
}
.cid-uzS5FRjzlk .mbr-text {
  text-align: center;
}
.cid-uzS5FRKo2f {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffcc1a;
}
.cid-uzS5FRKo2f .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-uzS5FRKo2f .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-uzS5FRKo2f .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-uzS5FRKo2f .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uzS5FRKo2f .btn:hover,
.cid-uzS5FRKo2f .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-uzS5FRKo2f .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-uzS5FRKo2f .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-uzS5FRKo2f .btn:hover:before,
.cid-uzS5FRKo2f .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-uzS5FRKo2f .btn-secondary {
  color: #000000 !important;
}
.cid-uzS5FRKo2f .btn-secondary:hover {
  color: #000000 !important;
}
.cid-uzS5FRKo2f .mbr-section-title,
.cid-uzS5FRKo2f .mbr-section-btn {
  color: #000000;
}
.cid-uzS5FSbP3V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffcc1a;
}
.cid-uzS5FSbP3V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzS5FSbP3V .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-uzS5FSbP3V .container {
    padding: 0 15px;
  }
}
.cid-uzS5FSbP3V .row {
  justify-content: space-between;
}
.cid-uzS5FSbP3V .panel-group {
  padding-left: 0;
  padding-right: 130px;
}
@media (max-width: 992px) {
  .cid-uzS5FSbP3V .panel-group {
    padding-left: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 1440px) {
  .cid-uzS5FSbP3V .panel-group {
    padding-left: 0;
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uzS5FSbP3V .panel-group {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzS5FSbP3V .panel-group {
    padding-left: 0;
  }
}
.cid-uzS5FSbP3V .panel-group .card {
  border-radius: 0 !important;
  padding: 0;
  margin-top: 40px;
}
.cid-uzS5FSbP3V .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uzS5FSbP3V .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0 0 20px 0;
}
.cid-uzS5FSbP3V .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uzS5FSbP3V .panel-group .card .card-header .panel-title .panel-title-edit {
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  position: relative;
}
.cid-uzS5FSbP3V .panel-group .card .card-header .panel-title .panel-title-edit::before {
  content: '/';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  color: #000000;
  font-weight: 700;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uzS5FSbP3V .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  width: 10px;
  height: 10px;
  min-width: 10px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 20px;
  transform: rotate(90deg);
  opacity: .5;
}
.cid-uzS5FSbP3V .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(270deg);
}
.cid-uzS5FSbP3V .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #000000;
}
.cid-uzS5FSbP3V .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit::before {
  left: -30px;
  opacity: 1;
}
.cid-uzS5FSbP3V .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 20px;
  border-bottom: 1px solid #232323;
}
.cid-uzS5FSbP3V .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 25px;
}
.cid-uzS5FSbP3V .panel-group .card .panel-collapse .panel-body .panel-desc {
  margin-bottom: 0;
}
.cid-uzS5FSbP3V .image-wrapper {
  position: relative;
  padding: 0 0 0 30px;
  padding: 0 30px 0 0;
}
@media (max-width: 992px) {
  .cid-uzS5FSbP3V .image-wrapper {
    padding: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uzS5FSbP3V .image-wrapper {
    padding: 0;
  }
}
.cid-uzS5FSbP3V .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 5%;
  height: 230px;
  width: 312px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.cid-uzS5FSbP3V .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 730px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzS5FSbP3V .image-wrapper img {
    height: 350px;
  }
}
.cid-uzS5FSbP3V .panel-title-edit {
  color: #ffffff;
}
.cid-uzS5FSbP3V .panel-text {
  color: #ffffff;
}
.cid-uzS5FSbP3V .panel-desc {
  color: #ec111a;
}
.cid-uzS5FT4B43 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-uzS5FT4B43 blockquote {
  margin-bottom: 0;
  border-color: #000000;
  background-color: #ffffff;
  font-style: normal;
}
.cid-uzS5FT4B43 .inform div {
  padding: .3rem .5rem 0;
  border-left: 1px solid;
}
.cid-uzS5FT4B43 .inform div:first-child {
  border-left: none;
}
.cid-uzS5FT4B43 .inform .date {
  background-color: #FFA4BC;
  border-radius: 20px;
}
.cid-uzS5FT4B43 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uzS5FT4B43 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uzSfqLtEB7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcc1a;
}
.cid-uzSfqLtEB7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzSfqLtEB7 .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-uzSfqLtEB7 .container {
    padding: 0 24px;
  }
}
.cid-uzSfqLtEB7 .row {
  justify-content: center;
}
.cid-uzSfqLtEB7 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uzSfqLtEB7 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzSfqLtEB7 .panel-group .card {
  border: none;
  border-radius: 40px;
  background-color: #ffffff;
  margin-bottom: 32px;
  min-width: 40px;
}
.cid-uzSfqLtEB7 .panel-group .card .card-header {
  padding: 40px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uzSfqLtEB7 .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-uzSfqLtEB7 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uzSfqLtEB7 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uzSfqLtEB7 .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uzSfqLtEB7 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uzSfqLtEB7 .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
  background-color: #030822;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uzSfqLtEB7 .panel-group .card .panel-collapse .panel-body {
  padding: 0 40px 40px;
}
@media (max-width: 992px) {
  .cid-uzSfqLtEB7 .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-uzSfqLtEB7 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uzSfqLtEB7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uzSfqLtEB7 .panel-title-edit {
  color: #000000;
}
.cid-uzSfqLtEB7 .panel-text {
  color: #000000;
}
.cid-uzS5FTEEx7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-uzS5FTEEx7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzS5FTEEx7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzS5FTEEx7 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uzS5FTEEx7 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzS5FTEEx7 .container {
    padding: 0 16px;
  }
}
.cid-uzS5FTEEx7 .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uzS5FTEEx7 .google-map iframe {
    height: 350px;
  }
}
.cid-uzS5FU8hY1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  background-color: #ffcc1a;
}
.cid-uzS5FU8hY1 .media-wrap {
  padding: 0;
}
.cid-uzS5FU8hY1 .media-wrap img {
  background-color: #000000;
  padding: 0;
  border-radius: 50%;
}
.cid-uzS5FU8hY1 .media-wrap img:hover {
  background-color: #1B66CE;
}
@media (max-width: 767px) {
  .cid-uzS5FU8hY1 .row {
    text-align: center;
  }
  .cid-uzS5FU8hY1 .social-row {
    justify-content: center;
  }
  .cid-uzS5FU8hY1 .logo {
    margin: 0 auto;
  }
}
.cid-uzS5FU8hY1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uzS5FU8hY1 .content {
    padding: 1px 12px 5px;
  }
}
.cid-uzS5FU8hY1 .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uzS5FU8hY1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uzS5FU8hY1 .list {
    margin-bottom: 0rem;
  }
}
.cid-uzS5FU8hY1 .list .item-wrap {
  margin-top: 3.9px;
  margin-bottom: 3.9px;
}
@media (min-width: 992px) {
  .cid-uzS5FU8hY1 .bd {
    border-left: 3px solid #000;
  }
}
.cid-uzS5FU8hY1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uzS5FU8hY1 .mbr-iconfont {
  color: black;
  transition: all .5s;
}
.cid-uzS5FU8hY1 .mbr-iconfont:hover {
  color: #1B66CE;
}
.cid-uzS5FU8hY1 .margin {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-uzS5FU8hY1 .margin {
    margin-top: 20px;
  }
}
.cid-uzS5FU8hY1 .link {
  color: #000000;
}
.cid-uzS5FU8hY1 .link a:hover {
  color: #1B66CE !important;
}
.cid-uzS5FU8hY1 .mbr-form-container {
  margin-top: 12px;
}
.cid-uzS5FU8hY1 .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  max-width: 600px;
}
.cid-uzS5FU8hY1 .link a {
  color: #fcf9f2;
}
.cid-uzS5FU8hY1 .dragArea {
  justify-content: center;
}
.cid-uzS5FU8hY1 form .row {
  margin: 0;
}
.cid-uzS5FU8hY1 form .form-group {
  padding: 0;
  flex-grow: 1;
}
.cid-uzS5FU8hY1 form .form-group .form-control,
.cid-uzS5FU8hY1 form .form-group textarea {
  height: 40px;
  padding: 0;
  padding-left: 34px;
  padding-right: 34px;
  border-radius: 10px 0 0 10px;
  border: 3px solid #000 !important;
  background: transparent;
  box-shadow: none;
  min-height: auto;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-uzS5FU8hY1 form .form-group .form-control,
  .cid-uzS5FU8hY1 form .form-group textarea {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-uzS5FU8hY1 form .form-group .form-control:active,
.cid-uzS5FU8hY1 form .form-group textarea:active,
.cid-uzS5FU8hY1 form .form-group .form-control:focus,
.cid-uzS5FU8hY1 form .form-group textarea:focus {
  border: 2px solid #1B66CE !important;
  border-right: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.cid-uzS5FU8hY1 form .form-control::placeholder {
  color: #000;
}
.cid-uzS5FU8hY1 form .form-control::-webkit-input-placeholder {
  color: #000;
}
.cid-uzS5FU8hY1 form .form-control::-moz-placeholder {
  color: #000;
}
.cid-uzS5FU8hY1 form .form-control-label,
.cid-uzS5FU8hY1 form .form-check-label {
  color: #000;
}
.cid-uzS5FU8hY1 form input::-webkit-clear-button {
  display: none;
}
.cid-uzS5FU8hY1 form input::-webkit-inner-spin-button {
  display: none;
}
.cid-uzS5FU8hY1 form input::-webkit-outer-spin-button {
  display: none;
}
.cid-uzS5FU8hY1 form input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uzS5FU8hY1 form .mbr-section-btn {
  border: 3px solid #000 !important;
  border-radius: 0 10px 10px 0;
  margin-left: -3px;
  width: auto;
  height: 40px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 1.2rem;
}
.cid-uzS5FU8hY1 form .mbr-section-btn .btn {
  color: #01152f !important;
  padding: 3px 30px 0;
}
@media (max-width: 767px) {
  .cid-uzS5FU8hY1 form .mbr-section-btn .btn {
    padding: 0 1em;
  }
}
.cid-uzS5FU8hY1 form .mbr-section-btn .btn:hover {
  background-color: #FFA4BC !important;
}
.cid-uzS5FU8hY1 form .form-group .form-control,
.cid-uzS5FU8hY1 .cid-sSq48MmVPJ form .form-group textarea {
  min-height: 40px;
}
.cid-uzS5FU8hY1 input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
}
.cid-uzS5FU8hY1 input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-uzS5FU8hY1 input[type="range"]::-webkit-slider-thumb {
  background: #FFCC1A;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -500px 0 0 500px #1b66ce;
}
.cid-uzS5FU8hY1 input[type="range"]::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-uzS5FU8hY1 input[type="range"]::-moz-range-thumb {
  background: #1B66CE;
  cursor: pointer;
  height: 7px;
  border-radius: 0px;
  box-shadow: -200px 0px 0px 200px #1b66ce;
  padding: 0px;
  margin: 0px;
}
.cid-uzS5FU8hY1 .form-check-input:checked {
  background-color: #1B66CE;
  border-color: #1B66CE;
}
.cid-uzS5FU8hY1 .mbr-text {
  color: #000000;
}
.cid-uzS5FU8hY1 .mbr-section-title,
.cid-uzS5FU8hY1 .mbr-section-btn {
  color: #000000;
}
