body {
  font-family: Jost;
}
.display-1 {
  font-family: 'MuseoModerno', display;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'MuseoModerno', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'MuseoModerno', display;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  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.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((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: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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-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: #33358c !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #72dfe9 !important;
}
.bg-warning {
  background-color: #a8aaf1 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #33358c !important;
  border-color: #33358c !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: #1c1d4c !important;
  border-color: #1c1d4c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1c1d4c !important;
  border-color: #1c1d4c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff9083 !important;
  border-color: #ff9083 !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: #ff422c !important;
  border-color: #ff422c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff422c !important;
  border-color: #ff422c !important;
}
.btn-info,
.btn-info:active {
  background-color: #72dfe9 !important;
  border-color: #72dfe9 !important;
  color: #0c4a50 !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: #27cedd !important;
  border-color: #27cedd !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #0c4a50 !important;
  background-color: #27cedd !important;
  border-color: #27cedd !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !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: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a8aaf1 !important;
  border-color: #a8aaf1 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5d61e5 !important;
  border-color: #5d61e5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5d61e5 !important;
  border-color: #5d61e5 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #33358c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1c1d4c !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: #33358c !important;
  border-color: #33358c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9083;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff422c !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: #ff9083 !important;
  border-color: #ff9083 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #72dfe9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #27cedd !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #0c4a50 !important;
  background-color: #72dfe9 !important;
  border-color: #72dfe9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !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: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a8aaf1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5d61e5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a8aaf1 !important;
  border-color: #a8aaf1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !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: #ff9966 !important;
  border-color: #ff9966 !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: #33358c !important;
}
.text-secondary {
  color: #ff9083 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #72dfe9 !important;
}
.text-warning {
  color: #a8aaf1 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #181941 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff351d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #21c5d4 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #5054e3 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #33358c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #72dfe9;
}
.alert-warning {
  background-color: #a8aaf1;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #33358c;
  border-color: #33358c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #33358c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7375cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #33358c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #33358c;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #33358c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #33358c;
}
.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: #33358c;
  border-bottom-color: #33358c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #33358c !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: #ff9083 !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='%2333358c' %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-s5yY0qI2Sb {
  padding-top: 4rem;
  padding-bottom: 8rem;
}
.cid-s5yY0qI2Sb .mbr-section-subtitle {
  color: #33358c;
}
.cid-s5yY0qI2Sb .mbr-text,
.cid-s5yY0qI2Sb .mbr-section-btn {
  color: #000000;
}
.cid-s5yY0qI2Sb .row {
  justify-content: space-between;
}
.cid-s5yY0qI2Sb img {
  border-radius: 8px;
}
.cid-sEntELWC1f {
  display: flex;
  background-image: url("../../../assets/images/background11.jpg");
}
.cid-sEntELWC1f .mbr-overlay {
  background: #353535;
  background: linear-gradient(90deg, #353535, #adcde9);
}
.cid-sEntELWC1f .mbr-section-title {
  margin: 0;
}
.cid-sEntELWC1f .mbr-text {
  color: #efefef;
}
.cid-sEntELWC1f .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-sEntELWC1f .card-img {
  text-align: left;
}
.cid-sEntELWC1f .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-sEntELWC1f .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sEntELWC1f .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sEntELWC1f .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sEntELWC1f .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sEntELWC1f .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-s5yYW0uWxF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c25;
}
.cid-s5yYW0uWxF .mbr-section-title {
  color: #ffffff;
}
.cid-s5yYW0uWxF .mbr-text,
.cid-s5yYW0uWxF .mbr-section-btn {
  color: #ffffff;
}
.cid-s5yYW0uWxF .btn {
  color: white!important;
  border-color: white!important;
}
.cid-s5yZooZ026 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-s5yZooZ026 .arrow {
  position: absolute;
  font-size: 1.5rem;
  color: #efefef;
  top: 1rem;
  transition: all 0.3s;
  right: 1.3rem;
  transform: rotate(-30deg);
}
.cid-s5yZooZ026 .card {
  padding: 0;
  margin-right: -2px;
  margin-top: -2px;
}
.cid-s5yZooZ026 .card:hover .arrow {
  transform: rotate(330deg);
}
.cid-s5yZooZ026 .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-s5yZooZ026 .card-title {
  transition: all 0.3s;
}
.cid-s5yZooZ026 .mbr-iconfont {
  font-size: 5rem;
  color: #ff9083;
  padding-right: 1.5rem;
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-s5yZooZ026 .card-text {
  color: #616161;
}
.cid-s5yZooZ026 .main-text {
  color: #777d74;
}
.cid-s5yZooZ026 .main-sub-title,
.cid-s5yZooZ026 .align-wrapper {
  color: #33358c;
}
.cid-s5yZooZ026 .card-title,
.cid-s5yZooZ026 .card-text,
.cid-s5yZooZ026 .mbr-iconfont {
  transition: all 0.3s;
}
.cid-s5yZooZ026 .card-wrapper {
  display: flex;
  padding: 3rem 2rem;
  background: #ffffff;
  transition: all 0.3s;
  border: 2px solid #efefef;
  flex-direction: column;
}
.cid-s5yZooZ026 .card-wrapper:hover {
  background: #42424c;
  border-color: #42424c;
}
.cid-s5yZooZ026 .card-wrapper:hover .card-title,
.cid-s5yZooZ026 .card-wrapper:hover .card-text,
.cid-s5yZooZ026 .card-wrapper:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-sDgQJIgDFk {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sDgQJIgDFk .arrow {
  position: absolute;
  font-size: 1.5rem;
  color: #efefef;
  top: 1rem;
  transition: all 0.3s;
  right: 1.3rem;
  transform: rotate(-30deg);
}
.cid-sDgQJIgDFk .card {
  padding: 0;
  margin-right: -2px;
  margin-top: -2px;
}
.cid-sDgQJIgDFk .card:hover .arrow {
  transform: rotate(330deg);
}
.cid-sDgQJIgDFk .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-sDgQJIgDFk .card-title {
  transition: all 0.3s;
}
.cid-sDgQJIgDFk .mbr-iconfont {
  font-size: 5rem;
  color: #ff9083;
  padding-right: 1.5rem;
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sDgQJIgDFk .card-text {
  color: #616161;
}
.cid-sDgQJIgDFk .main-text {
  color: #777d74;
}
.cid-sDgQJIgDFk .main-sub-title,
.cid-sDgQJIgDFk .align-wrapper {
  color: #33358c;
}
.cid-sDgQJIgDFk .card-title,
.cid-sDgQJIgDFk .card-text,
.cid-sDgQJIgDFk .mbr-iconfont {
  transition: all 0.3s;
}
.cid-sDgQJIgDFk .card-wrapper {
  display: flex;
  padding: 3rem 2rem;
  background: #ffffff;
  transition: all 0.3s;
  border: 2px solid #efefef;
  flex-direction: column;
}
.cid-sDgQJIgDFk .card-wrapper:hover {
  background: #42424c;
  border-color: #42424c;
}
.cid-sDgQJIgDFk .card-wrapper:hover .card-title,
.cid-sDgQJIgDFk .card-wrapper:hover .card-text,
.cid-sDgQJIgDFk .card-wrapper:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tuqQrjcQJf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuqQrjcQJf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuqQrjcQJf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuqQrjcQJf .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tuqQrjcQJf .bg-instagram:hover {
  background: #bd005c;
}
.cid-tuqQrjcQJf .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tuqQrjcQJf [class^="socicon-"]:before,
.cid-tuqQrjcQJf [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sEnynlTrSp {
  padding-top: 20px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-sEnynlTrSp .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sEnynlTrSp .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-sEnxNdgHBQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sEnxNdgHBQ img {
  width: 120px;
  margin: auto;
}
.cid-sEnxNdgHBQ .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sEnxNdgHBQ .card {
    max-width: 12.5%;
  }
}
.cid-sEnCg9dnPD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sEnCg9dnPD img {
  width: 120px;
  margin: auto;
}
.cid-sEnCg9dnPD .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sEnCg9dnPD .card {
    max-width: 12.5%;
  }
}
.cid-sEyLc8oOxk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sEyLc8oOxk .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sEyLc8oOxk .btn {
  border-radius: 100px!important;
  padding: 0.7rem 2.2rem;
  position: relative;
  z-index: 2;
}
.cid-sEyLc8oOxk .btn:before {
  content: none;
}
.cid-sEyLc8oOxk .col-auto {
  position: relative;
  margin-top: 2rem;
  padding: 0;
  min-height: 30px;
}
.cid-sEyLc8oOxk .col-auto:before {
  content: '';
  border-radius: 30px;
  transform: translate(6px, 6px);
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
  left: 0;
  background: #ff9083;
  width: 100%;
  height: 100%;
}
.cid-sEyLc8oOxk .col-auto:hover:before {
  transform: translate(0px, 0px);
}
@media (max-width: 767px) {
  .cid-sEyLc8oOxk .col-auto:before {
    transform: translate(0px, 0px);
  }
}
.cid-sEyLc8oOxk .wrapper {
  border: 2px solid #f8f8f8;
  border-radius: 30px;
  padding: 3rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-sEyLc8oOxk .wrapper {
    padding: 1rem;
    padding-bottom: 3rem;
  }
}
.cid-sEyLc8oOxk h4 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.cid-sEyLc8oOxk .form-control,
.cid-sEyLc8oOxk .field-input {
  padding: 1rem 1.5rem!important;
  border-radius: 30px;
}
.cid-sEyLc8oOxk textarea {
  min-height: 200px;
}
.cid-sEyLc8oOxk .form-control,
.cid-sEyLc8oOxk .field-input {
  padding: 0.5rem;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sEyLc8oOxk .form-control::-webkit-input-placeholder,
.cid-sEyLc8oOxk .field-input::-webkit-input-placeholder,
.cid-sEyLc8oOxk .form-control::-webkit-input-placeholder,
.cid-sEyLc8oOxk .field-input::-webkit-input-placeholder {
  color: #777d74;
}
.cid-sEyLc8oOxk .form-control:-moz-placeholder,
.cid-sEyLc8oOxk .field-input:-moz-placeholder,
.cid-sEyLc8oOxk .form-control:-moz-placeholder,
.cid-sEyLc8oOxk .field-input:-moz-placeholder {
  color: #777d74;
}
.cid-sEyLc8oOxk .form-control:hover,
.cid-sEyLc8oOxk .field-input:hover,
.cid-sEyLc8oOxk .form-control:focus,
.cid-sEyLc8oOxk .field-input:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sEyLc8oOxk .form-control:hover::-webkit-input-placeholder,
.cid-sEyLc8oOxk .field-input:hover::-webkit-input-placeholder,
.cid-sEyLc8oOxk .form-control:focus::-webkit-input-placeholder,
.cid-sEyLc8oOxk .field-input:focus::-webkit-input-placeholder,
.cid-sEyLc8oOxk .form-control:hover::-webkit-input-placeholder,
.cid-sEyLc8oOxk .field-input:hover::-webkit-input-placeholder,
.cid-sEyLc8oOxk .form-control:focus::-webkit-input-placeholder,
.cid-sEyLc8oOxk .field-input:focus::-webkit-input-placeholder {
  color: #777d74;
}
.cid-sEyLc8oOxk .form-control:hover:-moz-placeholder,
.cid-sEyLc8oOxk .field-input:hover:-moz-placeholder,
.cid-sEyLc8oOxk .form-control:focus:-moz-placeholder,
.cid-sEyLc8oOxk .field-input:focus:-moz-placeholder,
.cid-sEyLc8oOxk .form-control:hover:-moz-placeholder,
.cid-sEyLc8oOxk .field-input:hover:-moz-placeholder,
.cid-sEyLc8oOxk .form-control:focus:-moz-placeholder,
.cid-sEyLc8oOxk .field-input:focus:-moz-placeholder {
  color: #777d74;
}
.cid-sEyLc8oOxk .jq-number__spin:hover,
.cid-sEyLc8oOxk .jq-number__spin:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sEyLc8oOxk .jq-number__spin {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sEyLc8oOxk .jq-selectbox li,
.cid-sEyLc8oOxk .jq-selectbox li {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-sEyLc8oOxk .jq-selectbox li:hover,
.cid-sEyLc8oOxk .jq-selectbox li.selected {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-sEyLc8oOxk .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sEyLc8oOxk .jq-number__spin.minus:hover:after,
.cid-sEyLc8oOxk .jq-number__spin.plus:hover:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-sEyLc8oOxk .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sEyLc8oOxk .jq-number__spin.minus:after,
.cid-sEyLc8oOxk .jq-number__spin.plus:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-sEyLc8oOxk input::-webkit-clear-button {
  display: none;
}
.cid-sEyLc8oOxk input::-webkit-inner-spin-button {
  display: none;
}
.cid-sEyLc8oOxk input::-webkit-outer-spin-button {
  display: none;
}
.cid-sEyLc8oOxk input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 767px) {
  .cid-sEyLc8oOxk .col-auto {
    margin: auto;
    margin-top: 2rem;
  }
}
.cid-s5yYFm1Usm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-s5yYFm1Usm .google-map {
  height: 30rem;
  position: relative;
}
.cid-s5yYFm1Usm .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s5yYFm1Usm .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s5yYFm1Usm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s5yYFm1Usm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s5yYzYeNiJ {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-color: #1c1c25;
  z-index: 0;
}
.cid-s5yYzYeNiJ .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-s5yYzYeNiJ img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-s5yYzYeNiJ .icon1 {
  background: #a8aaf1;
}
.cid-s5yYzYeNiJ .icon2 {
  background: #ff9083;
}
.cid-s5yYzYeNiJ .icon3 {
  background: #72dfe9;
}
.cid-s5yYzYeNiJ .card-box {
  padding-left: 1rem;
}
.cid-s5yYzYeNiJ .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s5yYzYeNiJ .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-s5yYzYeNiJ .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-s5yYzYeNiJ .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-s5yYzYeNiJ .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s5yYzYeNiJ .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-s5yYzYeNiJ .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-s5yYzYeNiJ .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-s5yYzYeNiJ .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-s5yYzYeNiJ .card-text {
  color: #ffffff;
}
.cid-s5yYzYeNiJ .title {
  color: #ffffff;
}
.cid-sDawRlZfhT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1c1c25;
}
.cid-sDawRlZfhT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sDawRlZfhT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sDawRlZfhT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sDawRlZfhT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sDawRlZfhT .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sDawRlZfhT .media-container-row .foot-menu li:hover {
  color: #ff9083;
}
.cid-sDawRlZfhT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDawRlZfhT .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sDawRlZfhT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDawRlZfhT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDawRlZfhT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sDawRlZfhT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDawRlZfhT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDawRlZfhT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDawRlZfhT .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sDawRlZfhT .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sDawRlZfhT .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-sDaOjE092y {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sDaOjE092y nav.navbar {
  position: fixed;
}
.cid-sDaOjE092y img {
  width: 50px!important;
  height: 50px!important;
}
.cid-sDaOjE092y .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-sDaOjE092y .navbar-short .nav-link {
  color: black!important;
}
.cid-sDaOjE092y .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sDaOjE092y .navbar.opened {
  transition: all .3s;
}
.cid-sDaOjE092y .navbar .navbar-logo img {
  width: auto;
}
.cid-sDaOjE092y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sDaOjE092y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sDaOjE092y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sDaOjE092y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sDaOjE092y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sDaOjE092y .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sDaOjE092y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sDaOjE092y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sDaOjE092y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sDaOjE092y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sDaOjE092y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sDaOjE092y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sDaOjE092y .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sDaOjE092y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDaOjE092y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-sDaOjE092y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sDaOjE092y .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-sDaOjE092y .navbar.navbar-short {
  min-height: 60px;
}
.cid-sDaOjE092y .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sDaOjE092y .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sDaOjE092y .navbar-logo {
  margin-right: 1rem!important;
}
.cid-sDaOjE092y .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sDaOjE092y .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #ff9083;
}
.cid-sDaOjE092y .nav-link:hover,
.cid-sDaOjE092y .nav-link:focus {
  color: #ff9083 !important;
}
.cid-sDaOjE092y .nav-link:hover:before,
.cid-sDaOjE092y .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-sDaOjE092y .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-sDaOjE092y .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-sDaOjE092y .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #ff9083;
}
.cid-sDaOjE092y .dropdown-item:hover,
.cid-sDaOjE092y .dropdown-item:focus {
  color: #ff9083 !important;
  transform: translateX(10px);
}
.cid-sDaOjE092y .dropdown-item:hover:before,
.cid-sDaOjE092y .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-sDaOjE092y .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sDaOjE092y .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #ff9083 inset;
}
.cid-sDaOjE092y .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sDaOjE092y .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sDaOjE092y .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-sDaOjE092y .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #ff9083;
}
.cid-sDaOjE092y .navbar-nav {
  margin: auto;
}
.cid-sDaOjE092y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sDaOjE092y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sDaOjE092y .container {
  display: flex;
  margin: auto;
}
.cid-sDaOjE092y .navbar-caption {
  padding-right: 4rem;
}
.cid-sDaOjE092y .dropdown-menu,
.cid-sDaOjE092y .navbar.opened {
  background: #ffffff !important;
}
.cid-sDaOjE092y .nav-item:focus,
.cid-sDaOjE092y .nav-link:focus {
  outline: none;
}
.cid-sDaOjE092y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sDaOjE092y .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sDaOjE092y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDaOjE092y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sDaOjE092y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDaOjE092y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDaOjE092y .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sDaOjE092y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sDaOjE092y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDaOjE092y .dropdown-item.active,
.cid-sDaOjE092y .dropdown-item:active {
  background-color: transparent;
}
.cid-sDaOjE092y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sDaOjE092y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sDaOjE092y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sDaOjE092y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sDaOjE092y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sDaOjE092y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDaOjE092y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sDaOjE092y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sDaOjE092y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sDaOjE092y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sDaOjE092y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDaOjE092y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDaOjE092y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDaOjE092y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDaOjE092y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDaOjE092y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDaOjE092y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDaOjE092y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDaOjE092y .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sDaOjE092y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sDaOjE092y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDaOjE092y .navbar {
    height: 77px;
  }
  .cid-sDaOjE092y .navbar.opened {
    height: auto;
  }
  .cid-sDaOjE092y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-sDaOjE092y .navbar {
    background: #ffffff;
  }
  .cid-sDaOjE092y .nav-link {
    color: black!important;
  }
}
.cid-sDaOjE092y {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sDaOjE092y nav.navbar {
  position: fixed;
}
.cid-sDaOjE092y img {
  width: 50px!important;
  height: 50px!important;
}
.cid-sDaOjE092y .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-sDaOjE092y .navbar-short .nav-link {
  color: black!important;
}
.cid-sDaOjE092y .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sDaOjE092y .navbar.opened {
  transition: all .3s;
}
.cid-sDaOjE092y .navbar .navbar-logo img {
  width: auto;
}
.cid-sDaOjE092y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sDaOjE092y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sDaOjE092y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sDaOjE092y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sDaOjE092y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sDaOjE092y .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sDaOjE092y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sDaOjE092y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sDaOjE092y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sDaOjE092y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sDaOjE092y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sDaOjE092y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sDaOjE092y .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sDaOjE092y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDaOjE092y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-sDaOjE092y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sDaOjE092y .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-sDaOjE092y .navbar.navbar-short {
  min-height: 60px;
}
.cid-sDaOjE092y .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sDaOjE092y .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sDaOjE092y .navbar-logo {
  margin-right: 1rem!important;
}
.cid-sDaOjE092y .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sDaOjE092y .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #ff9083;
}
.cid-sDaOjE092y .nav-link:hover,
.cid-sDaOjE092y .nav-link:focus {
  color: #ff9083 !important;
}
.cid-sDaOjE092y .nav-link:hover:before,
.cid-sDaOjE092y .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-sDaOjE092y .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-sDaOjE092y .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-sDaOjE092y .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #ff9083;
}
.cid-sDaOjE092y .dropdown-item:hover,
.cid-sDaOjE092y .dropdown-item:focus {
  color: #ff9083 !important;
  transform: translateX(10px);
}
.cid-sDaOjE092y .dropdown-item:hover:before,
.cid-sDaOjE092y .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-sDaOjE092y .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sDaOjE092y .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #ff9083 inset;
}
.cid-sDaOjE092y .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sDaOjE092y .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sDaOjE092y .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-sDaOjE092y .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #ff9083;
}
.cid-sDaOjE092y .navbar-nav {
  margin: auto;
}
.cid-sDaOjE092y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sDaOjE092y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sDaOjE092y .container {
  display: flex;
  margin: auto;
}
.cid-sDaOjE092y .navbar-caption {
  padding-right: 4rem;
}
.cid-sDaOjE092y .dropdown-menu,
.cid-sDaOjE092y .navbar.opened {
  background: #ffffff !important;
}
.cid-sDaOjE092y .nav-item:focus,
.cid-sDaOjE092y .nav-link:focus {
  outline: none;
}
.cid-sDaOjE092y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sDaOjE092y .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sDaOjE092y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDaOjE092y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sDaOjE092y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDaOjE092y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDaOjE092y .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sDaOjE092y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sDaOjE092y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDaOjE092y .dropdown-item.active,
.cid-sDaOjE092y .dropdown-item:active {
  background-color: transparent;
}
.cid-sDaOjE092y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sDaOjE092y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sDaOjE092y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sDaOjE092y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sDaOjE092y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sDaOjE092y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDaOjE092y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sDaOjE092y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sDaOjE092y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sDaOjE092y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sDaOjE092y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDaOjE092y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDaOjE092y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDaOjE092y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDaOjE092y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDaOjE092y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDaOjE092y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDaOjE092y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDaOjE092y .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sDaOjE092y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sDaOjE092y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDaOjE092y .navbar {
    height: 77px;
  }
  .cid-sDaOjE092y .navbar.opened {
    height: auto;
  }
  .cid-sDaOjE092y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-sDaOjE092y .navbar {
    background: #ffffff;
  }
  .cid-sDaOjE092y .nav-link {
    color: black!important;
  }
}
.cid-sDaPHGf35q {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sDaPHGf35q img,
.cid-sDaPHGf35q .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sDaPHGf35q .item:focus,
.cid-sDaPHGf35q span:focus {
  outline: none;
}
.cid-sDaPHGf35q .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sDaPHGf35q .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sDaPHGf35q .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sDaPHGf35q .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDaPHGf35q .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sDaPHGf35q .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sDaPHGf35q .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sDaPHGf35q .mbr-section-title {
  color: #ffffff;
}
.cid-sDaPHGf35q .mbr-text,
.cid-sDaPHGf35q .mbr-section-btn {
  text-align: center;
}
.cid-sDaPHGf35q .item-title {
  text-align: center;
}
.cid-sDaPHGf35q .item-subtitle {
  text-align: left;
}
.cid-sDaR67vYvr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sDaR67vYvr img,
.cid-sDaR67vYvr .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sDaR67vYvr .item:focus,
.cid-sDaR67vYvr span:focus {
  outline: none;
}
.cid-sDaR67vYvr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sDaR67vYvr .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sDaR67vYvr .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sDaR67vYvr .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDaR67vYvr .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sDaR67vYvr .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sDaR67vYvr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sDaR67vYvr .mbr-section-title {
  color: #ffffff;
}
.cid-sDaR67vYvr .mbr-text,
.cid-sDaR67vYvr .mbr-section-btn {
  text-align: center;
}
.cid-sDaR67vYvr .item-title {
  text-align: center;
}
.cid-sDaR67vYvr .item-subtitle {
  text-align: left;
}
.cid-sEnYAU2TT0 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #bbbbbb;
}
.cid-sEnYAU2TT0 img,
.cid-sEnYAU2TT0 .item-img {
  width: 100%;
}
.cid-sEnYAU2TT0 .item:focus,
.cid-sEnYAU2TT0 span:focus {
  outline: none;
}
.cid-sEnYAU2TT0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sEnYAU2TT0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sEnYAU2TT0 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sEnYAU2TT0 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sEnYAU2TT0 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sEnYAU2TT0 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sEnYAU2TT0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sEnYAU2TT0 .mbr-section-title {
  color: #ffffff;
}
.cid-sEnYAU2TT0 .mbr-text,
.cid-sEnYAU2TT0 .mbr-section-btn {
  text-align: center;
}
.cid-sEnYAU2TT0 .item-title {
  text-align: center;
}
.cid-sEnYAU2TT0 .item-subtitle {
  text-align: left;
}
.cid-sDaQDcby3q {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sDaQDcby3q .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sDaQDcby3q .btn {
  border-radius: 100px!important;
  padding: 0.7rem 2.2rem;
  position: relative;
  z-index: 2;
}
.cid-sDaQDcby3q .btn:before {
  content: none;
}
.cid-sDaQDcby3q .col-auto {
  position: relative;
  margin-top: 2rem;
  padding: 0;
  min-height: 30px;
}
.cid-sDaQDcby3q .col-auto:before {
  content: '';
  border-radius: 30px;
  transform: translate(6px, 6px);
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
  left: 0;
  background: #ff9083;
  width: 100%;
  height: 100%;
}
.cid-sDaQDcby3q .col-auto:hover:before {
  transform: translate(0px, 0px);
}
@media (max-width: 767px) {
  .cid-sDaQDcby3q .col-auto:before {
    transform: translate(0px, 0px);
  }
}
.cid-sDaQDcby3q .wrapper {
  border: 2px solid #f8f8f8;
  border-radius: 30px;
  padding: 3rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-sDaQDcby3q .wrapper {
    padding: 1rem;
    padding-bottom: 3rem;
  }
}
.cid-sDaQDcby3q h4 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.cid-sDaQDcby3q .form-control,
.cid-sDaQDcby3q .field-input {
  padding: 1rem 1.5rem!important;
  border-radius: 30px;
}
.cid-sDaQDcby3q textarea {
  min-height: 200px;
}
.cid-sDaQDcby3q .form-control,
.cid-sDaQDcby3q .field-input {
  padding: 0.5rem;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sDaQDcby3q .form-control::-webkit-input-placeholder,
.cid-sDaQDcby3q .field-input::-webkit-input-placeholder,
.cid-sDaQDcby3q .form-control::-webkit-input-placeholder,
.cid-sDaQDcby3q .field-input::-webkit-input-placeholder {
  color: #777d74;
}
.cid-sDaQDcby3q .form-control:-moz-placeholder,
.cid-sDaQDcby3q .field-input:-moz-placeholder,
.cid-sDaQDcby3q .form-control:-moz-placeholder,
.cid-sDaQDcby3q .field-input:-moz-placeholder {
  color: #777d74;
}
.cid-sDaQDcby3q .form-control:hover,
.cid-sDaQDcby3q .field-input:hover,
.cid-sDaQDcby3q .form-control:focus,
.cid-sDaQDcby3q .field-input:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sDaQDcby3q .form-control:hover::-webkit-input-placeholder,
.cid-sDaQDcby3q .field-input:hover::-webkit-input-placeholder,
.cid-sDaQDcby3q .form-control:focus::-webkit-input-placeholder,
.cid-sDaQDcby3q .field-input:focus::-webkit-input-placeholder,
.cid-sDaQDcby3q .form-control:hover::-webkit-input-placeholder,
.cid-sDaQDcby3q .field-input:hover::-webkit-input-placeholder,
.cid-sDaQDcby3q .form-control:focus::-webkit-input-placeholder,
.cid-sDaQDcby3q .field-input:focus::-webkit-input-placeholder {
  color: #777d74;
}
.cid-sDaQDcby3q .form-control:hover:-moz-placeholder,
.cid-sDaQDcby3q .field-input:hover:-moz-placeholder,
.cid-sDaQDcby3q .form-control:focus:-moz-placeholder,
.cid-sDaQDcby3q .field-input:focus:-moz-placeholder,
.cid-sDaQDcby3q .form-control:hover:-moz-placeholder,
.cid-sDaQDcby3q .field-input:hover:-moz-placeholder,
.cid-sDaQDcby3q .form-control:focus:-moz-placeholder,
.cid-sDaQDcby3q .field-input:focus:-moz-placeholder {
  color: #777d74;
}
.cid-sDaQDcby3q .jq-number__spin:hover,
.cid-sDaQDcby3q .jq-number__spin:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sDaQDcby3q .jq-number__spin {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sDaQDcby3q .jq-selectbox li,
.cid-sDaQDcby3q .jq-selectbox li {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-sDaQDcby3q .jq-selectbox li:hover,
.cid-sDaQDcby3q .jq-selectbox li.selected {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-sDaQDcby3q .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sDaQDcby3q .jq-number__spin.minus:hover:after,
.cid-sDaQDcby3q .jq-number__spin.plus:hover:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-sDaQDcby3q .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sDaQDcby3q .jq-number__spin.minus:after,
.cid-sDaQDcby3q .jq-number__spin.plus:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-sDaQDcby3q input::-webkit-clear-button {
  display: none;
}
.cid-sDaQDcby3q input::-webkit-inner-spin-button {
  display: none;
}
.cid-sDaQDcby3q input::-webkit-outer-spin-button {
  display: none;
}
.cid-sDaQDcby3q input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 767px) {
  .cid-sDaQDcby3q .col-auto {
    margin: auto;
    margin-top: 2rem;
  }
}
.cid-sDgVQDKH59 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sDgVQDKH59 .google-map {
  height: 30rem;
  position: relative;
}
.cid-sDgVQDKH59 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sDgVQDKH59 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sDgVQDKH59 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sDgVQDKH59 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sDaQBUTwE3 {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-color: #1c1c25;
  z-index: 0;
}
.cid-sDaQBUTwE3 .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-sDaQBUTwE3 img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-sDaQBUTwE3 .icon1 {
  background: #a8aaf1;
}
.cid-sDaQBUTwE3 .icon2 {
  background: #ff9083;
}
.cid-sDaQBUTwE3 .icon3 {
  background: #72dfe9;
}
.cid-sDaQBUTwE3 .card-box {
  padding-left: 1rem;
}
.cid-sDaQBUTwE3 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sDaQBUTwE3 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-sDaQBUTwE3 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sDaQBUTwE3 .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sDaQBUTwE3 .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDaQBUTwE3 .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-sDaQBUTwE3 .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-sDaQBUTwE3 .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-sDaQBUTwE3 .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-sDaQBUTwE3 .card-text {
  color: #ffffff;
}
.cid-sDaQBUTwE3 .title {
  color: #ffffff;
}
.cid-sDaQzuVLX3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1c1c25;
}
.cid-sDaQzuVLX3 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sDaQzuVLX3 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sDaQzuVLX3 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sDaQzuVLX3 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sDaQzuVLX3 .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sDaQzuVLX3 .media-container-row .foot-menu li:hover {
  color: #ff9083;
}
.cid-sDaQzuVLX3 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDaQzuVLX3 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sDaQzuVLX3 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDaQzuVLX3 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDaQzuVLX3 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sDaQzuVLX3 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDaQzuVLX3 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDaQzuVLX3 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDaQzuVLX3 .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sDaQzuVLX3 .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sDaQzuVLX3 .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-sDfoT4Hopa {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #000000;
}
.cid-sDfoT4Hopa .carousel {
  width: 100%;
}
.cid-sDfoT4Hopa .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-sDfoT4Hopa .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-sDfoT4Hopa .mbr-overlay {
  z-index: 1;
}
.cid-sDfoT4Hopa .carousel-caption {
  bottom: 40px;
}
.cid-sDfoT4Hopa .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sDfoT4Hopa .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sDfoT4Hopa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sDfoT4Hopa .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sDfoT4Hopa .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sDfoT4Hopa .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sDfoT4Hopa .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sDfoT4Hopa .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sDfoT4Hopa .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sDfoT4Hopa .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sDfoT4Hopa .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sDfoT4Hopa .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sDfoT4Hopa .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sDfoT4Hopa .carousel-indicators li.active,
.cid-sDfoT4Hopa .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sDfoT4Hopa .carousel-indicators li::after,
.cid-sDfoT4Hopa .carousel-indicators li::before {
  content: none;
}
.cid-sDfoT4Hopa .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sDfoT4Hopa .carousel-indicators {
    display: none !important;
  }
}
.cid-sDfoT4Hopa H5 {
  color: #e6c63b;
}
.cid-sDfnBOs2X6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1152.jpg");
}
.cid-sDfnBOs2X6 .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sDfnBOs2X6 .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sDfnBOs2X6 .btn {
  margin: 0px !important;
}
.cid-sDfnBOs2X6 .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDfnBOs2X6 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDfnBOs2X6 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sDfnBOs2X6 .carousel-item .wrap-img {
  text-align: center;
}
.cid-sDfnBOs2X6 .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-sDfnBOs2X6 .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sDfnBOs2X6 .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sDfnBOs2X6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #bbbbbb;
  display: inline-block;
  border: 4px solid #bbbbbb;
}
.cid-sDfnBOs2X6 .carousel-indicators li.active {
  border-color: #898989;
}
@media (max-width: 768px) {
  .cid-sDfnBOs2X6 .second-col {
    padding-top: 2rem;
  }
}
.cid-sDfnBPtrvv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sDfnBPtrvv .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sDfnBPtrvv .container {
    max-width: 1400px;
  }
}
.cid-sDfnBPtrvv .card {
  margin: auto;
}
.cid-sDfnBPtrvv .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sDfnBPtrvv .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sDfnBPtrvv .row {
  justify-content: center;
}
.cid-sDfnBQ5bfu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #bbbbbb;
}
.cid-sDfnBQ5bfu .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sDfnBQ5bfu .container {
    max-width: 1400px;
  }
}
.cid-sDfnBQ5bfu .card {
  margin: auto;
}
.cid-sDfnBQ5bfu .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sDfnBQ5bfu .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sDfnBQ5bfu .row {
  justify-content: center;
}
.cid-sDfrymqGNX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sDfrymqGNX .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sDfrymqGNX .container {
    max-width: 1400px;
  }
}
.cid-sDfrymqGNX .card {
  margin: auto;
}
.cid-sDfrymqGNX .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sDfrymqGNX .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sDfrymqGNX .row {
  justify-content: center;
}
.cid-sDfnBQEmF3 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #bbbbbb;
}
.cid-sDfnBQEmF3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sDfnBQEmF3 .btn {
  border-radius: 100px!important;
  padding: 0.7rem 2.2rem;
  position: relative;
  z-index: 2;
}
.cid-sDfnBQEmF3 .btn:before {
  content: none;
}
.cid-sDfnBQEmF3 .col-auto {
  position: relative;
  margin-top: 2rem;
  padding: 0;
  min-height: 30px;
}
.cid-sDfnBQEmF3 .col-auto:before {
  content: '';
  border-radius: 30px;
  transform: translate(6px, 6px);
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
  left: 0;
  background: #ff9083;
  width: 100%;
  height: 100%;
}
.cid-sDfnBQEmF3 .col-auto:hover:before {
  transform: translate(0px, 0px);
}
@media (max-width: 767px) {
  .cid-sDfnBQEmF3 .col-auto:before {
    transform: translate(0px, 0px);
  }
}
.cid-sDfnBQEmF3 .wrapper {
  border: 2px solid #f8f8f8;
  border-radius: 30px;
  padding: 3rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-sDfnBQEmF3 .wrapper {
    padding: 1rem;
    padding-bottom: 3rem;
  }
}
.cid-sDfnBQEmF3 h4 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.cid-sDfnBQEmF3 .form-control,
.cid-sDfnBQEmF3 .field-input {
  padding: 1rem 1.5rem!important;
  border-radius: 30px;
}
.cid-sDfnBQEmF3 textarea {
  min-height: 200px;
}
.cid-sDfnBQEmF3 .form-control,
.cid-sDfnBQEmF3 .field-input {
  padding: 0.5rem;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sDfnBQEmF3 .form-control::-webkit-input-placeholder,
.cid-sDfnBQEmF3 .field-input::-webkit-input-placeholder,
.cid-sDfnBQEmF3 .form-control::-webkit-input-placeholder,
.cid-sDfnBQEmF3 .field-input::-webkit-input-placeholder {
  color: #777d74;
}
.cid-sDfnBQEmF3 .form-control:-moz-placeholder,
.cid-sDfnBQEmF3 .field-input:-moz-placeholder,
.cid-sDfnBQEmF3 .form-control:-moz-placeholder,
.cid-sDfnBQEmF3 .field-input:-moz-placeholder {
  color: #777d74;
}
.cid-sDfnBQEmF3 .form-control:hover,
.cid-sDfnBQEmF3 .field-input:hover,
.cid-sDfnBQEmF3 .form-control:focus,
.cid-sDfnBQEmF3 .field-input:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sDfnBQEmF3 .form-control:hover::-webkit-input-placeholder,
.cid-sDfnBQEmF3 .field-input:hover::-webkit-input-placeholder,
.cid-sDfnBQEmF3 .form-control:focus::-webkit-input-placeholder,
.cid-sDfnBQEmF3 .field-input:focus::-webkit-input-placeholder,
.cid-sDfnBQEmF3 .form-control:hover::-webkit-input-placeholder,
.cid-sDfnBQEmF3 .field-input:hover::-webkit-input-placeholder,
.cid-sDfnBQEmF3 .form-control:focus::-webkit-input-placeholder,
.cid-sDfnBQEmF3 .field-input:focus::-webkit-input-placeholder {
  color: #777d74;
}
.cid-sDfnBQEmF3 .form-control:hover:-moz-placeholder,
.cid-sDfnBQEmF3 .field-input:hover:-moz-placeholder,
.cid-sDfnBQEmF3 .form-control:focus:-moz-placeholder,
.cid-sDfnBQEmF3 .field-input:focus:-moz-placeholder,
.cid-sDfnBQEmF3 .form-control:hover:-moz-placeholder,
.cid-sDfnBQEmF3 .field-input:hover:-moz-placeholder,
.cid-sDfnBQEmF3 .form-control:focus:-moz-placeholder,
.cid-sDfnBQEmF3 .field-input:focus:-moz-placeholder {
  color: #777d74;
}
.cid-sDfnBQEmF3 .jq-number__spin:hover,
.cid-sDfnBQEmF3 .jq-number__spin:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sDfnBQEmF3 .jq-number__spin {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sDfnBQEmF3 .jq-selectbox li,
.cid-sDfnBQEmF3 .jq-selectbox li {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-sDfnBQEmF3 .jq-selectbox li:hover,
.cid-sDfnBQEmF3 .jq-selectbox li.selected {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-sDfnBQEmF3 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sDfnBQEmF3 .jq-number__spin.minus:hover:after,
.cid-sDfnBQEmF3 .jq-number__spin.plus:hover:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-sDfnBQEmF3 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sDfnBQEmF3 .jq-number__spin.minus:after,
.cid-sDfnBQEmF3 .jq-number__spin.plus:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-sDfnBQEmF3 input::-webkit-clear-button {
  display: none;
}
.cid-sDfnBQEmF3 input::-webkit-inner-spin-button {
  display: none;
}
.cid-sDfnBQEmF3 input::-webkit-outer-spin-button {
  display: none;
}
.cid-sDfnBQEmF3 input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 767px) {
  .cid-sDfnBQEmF3 .col-auto {
    margin: auto;
    margin-top: 2rem;
  }
}
.cid-sDfnBR2kAs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sDfnBR2kAs .google-map {
  height: 30rem;
  position: relative;
}
.cid-sDfnBR2kAs .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sDfnBR2kAs .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sDfnBR2kAs .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sDfnBR2kAs .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sDfnBRNLBY {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-color: #1c1c25;
  z-index: 0;
}
.cid-sDfnBRNLBY .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-sDfnBRNLBY img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-sDfnBRNLBY .icon1 {
  background: #a8aaf1;
}
.cid-sDfnBRNLBY .icon2 {
  background: #ff9083;
}
.cid-sDfnBRNLBY .icon3 {
  background: #72dfe9;
}
.cid-sDfnBRNLBY .card-box {
  padding-left: 1rem;
}
.cid-sDfnBRNLBY .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sDfnBRNLBY .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-sDfnBRNLBY .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sDfnBRNLBY .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sDfnBRNLBY .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDfnBRNLBY .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-sDfnBRNLBY .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-sDfnBRNLBY .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-sDfnBRNLBY .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-sDfnBRNLBY .card-text {
  color: #ffffff;
}
.cid-sDfnBRNLBY .title {
  color: #ffffff;
}
.cid-sDfnBSfy9b {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1c1c25;
}
.cid-sDfnBSfy9b .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sDfnBSfy9b .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sDfnBSfy9b .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sDfnBSfy9b .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sDfnBSfy9b .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sDfnBSfy9b .media-container-row .foot-menu li:hover {
  color: #ff9083;
}
.cid-sDfnBSfy9b .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDfnBSfy9b .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sDfnBSfy9b .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDfnBSfy9b .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDfnBSfy9b .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sDfnBSfy9b .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDfnBSfy9b .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDfnBSfy9b .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDfnBSfy9b .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sDfnBSfy9b .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sDfnBSfy9b .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-sDfnBSLy0U {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sDfnBSLy0U nav.navbar {
  position: fixed;
}
.cid-sDfnBSLy0U img {
  width: 50px!important;
  height: 50px!important;
}
.cid-sDfnBSLy0U .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-sDfnBSLy0U .navbar-short .nav-link {
  color: black!important;
}
.cid-sDfnBSLy0U .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sDfnBSLy0U .navbar.opened {
  transition: all .3s;
}
.cid-sDfnBSLy0U .navbar .navbar-logo img {
  width: auto;
}
.cid-sDfnBSLy0U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sDfnBSLy0U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sDfnBSLy0U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sDfnBSLy0U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sDfnBSLy0U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sDfnBSLy0U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sDfnBSLy0U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sDfnBSLy0U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sDfnBSLy0U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sDfnBSLy0U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sDfnBSLy0U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sDfnBSLy0U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sDfnBSLy0U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sDfnBSLy0U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDfnBSLy0U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-sDfnBSLy0U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sDfnBSLy0U .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-sDfnBSLy0U .navbar.navbar-short {
  min-height: 60px;
}
.cid-sDfnBSLy0U .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sDfnBSLy0U .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sDfnBSLy0U .navbar-logo {
  margin-right: 1rem!important;
}
.cid-sDfnBSLy0U .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sDfnBSLy0U .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #ff9083;
}
.cid-sDfnBSLy0U .nav-link:hover,
.cid-sDfnBSLy0U .nav-link:focus {
  color: #ff9083 !important;
}
.cid-sDfnBSLy0U .nav-link:hover:before,
.cid-sDfnBSLy0U .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-sDfnBSLy0U .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-sDfnBSLy0U .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-sDfnBSLy0U .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #ff9083;
}
.cid-sDfnBSLy0U .dropdown-item:hover,
.cid-sDfnBSLy0U .dropdown-item:focus {
  color: #ff9083 !important;
  transform: translateX(10px);
}
.cid-sDfnBSLy0U .dropdown-item:hover:before,
.cid-sDfnBSLy0U .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-sDfnBSLy0U .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sDfnBSLy0U .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #ff9083 inset;
}
.cid-sDfnBSLy0U .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sDfnBSLy0U .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sDfnBSLy0U .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-sDfnBSLy0U .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #ff9083;
}
.cid-sDfnBSLy0U .navbar-nav {
  margin: auto;
}
.cid-sDfnBSLy0U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sDfnBSLy0U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sDfnBSLy0U .container {
  display: flex;
  margin: auto;
}
.cid-sDfnBSLy0U .navbar-caption {
  padding-right: 4rem;
}
.cid-sDfnBSLy0U .dropdown-menu,
.cid-sDfnBSLy0U .navbar.opened {
  background: #ffffff !important;
}
.cid-sDfnBSLy0U .nav-item:focus,
.cid-sDfnBSLy0U .nav-link:focus {
  outline: none;
}
.cid-sDfnBSLy0U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sDfnBSLy0U .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sDfnBSLy0U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDfnBSLy0U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sDfnBSLy0U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDfnBSLy0U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDfnBSLy0U .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sDfnBSLy0U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sDfnBSLy0U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDfnBSLy0U .dropdown-item.active,
.cid-sDfnBSLy0U .dropdown-item:active {
  background-color: transparent;
}
.cid-sDfnBSLy0U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sDfnBSLy0U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sDfnBSLy0U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sDfnBSLy0U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sDfnBSLy0U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sDfnBSLy0U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDfnBSLy0U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sDfnBSLy0U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sDfnBSLy0U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sDfnBSLy0U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sDfnBSLy0U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDfnBSLy0U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDfnBSLy0U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDfnBSLy0U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDfnBSLy0U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDfnBSLy0U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDfnBSLy0U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDfnBSLy0U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDfnBSLy0U .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sDfnBSLy0U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sDfnBSLy0U .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDfnBSLy0U .navbar {
    height: 77px;
  }
  .cid-sDfnBSLy0U .navbar.opened {
    height: auto;
  }
  .cid-sDfnBSLy0U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-sDfnBSLy0U .navbar {
    background: #ffffff;
  }
  .cid-sDfnBSLy0U .nav-link {
    color: black!important;
  }
}
.cid-sDgJ74fQzx {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #f8f9fe;
}
.cid-sDgJ74fQzx .carousel {
  width: 100%;
}
.cid-sDgJ74fQzx .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-sDgJ74fQzx .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-sDgJ74fQzx .mbr-overlay {
  z-index: 1;
}
.cid-sDgJ74fQzx .carousel-caption {
  bottom: 40px;
}
.cid-sDgJ74fQzx .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sDgJ74fQzx .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sDgJ74fQzx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sDgJ74fQzx .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sDgJ74fQzx .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sDgJ74fQzx .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sDgJ74fQzx .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sDgJ74fQzx .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sDgJ74fQzx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sDgJ74fQzx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sDgJ74fQzx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sDgJ74fQzx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sDgJ74fQzx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sDgJ74fQzx .carousel-indicators li.active,
.cid-sDgJ74fQzx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sDgJ74fQzx .carousel-indicators li::after,
.cid-sDgJ74fQzx .carousel-indicators li::before {
  content: none;
}
.cid-sDgJ74fQzx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sDgJ74fQzx .carousel-indicators {
    display: none !important;
  }
}
.cid-sDgJ74fQzx H5 {
  color: #e6c63b;
}
.cid-sDb21qRQJQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-sDb21qRQJQ .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sDb21qRQJQ .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sDb21qRQJQ .btn {
  margin: 0px !important;
}
.cid-sDb21qRQJQ .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDb21qRQJQ .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDb21qRQJQ .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sDb21qRQJQ .carousel-item .wrap-img {
  text-align: center;
}
.cid-sDb21qRQJQ .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-sDb21qRQJQ .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sDb21qRQJQ .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sDb21qRQJQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #bbbbbb;
  display: inline-block;
  border: 4px solid #bbbbbb;
}
.cid-sDb21qRQJQ .carousel-indicators li.active {
  border-color: #898989;
}
@media (max-width: 768px) {
  .cid-sDb21qRQJQ .second-col {
    padding-top: 2rem;
  }
}
.cid-sDb5gWPOsv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sDb5gWPOsv .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sDb5gWPOsv .container {
    max-width: 1400px;
  }
}
.cid-sDb5gWPOsv .card {
  margin: auto;
}
.cid-sDb5gWPOsv .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sDb5gWPOsv .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sDb5gWPOsv .row {
  justify-content: center;
}
.cid-sDb5Cg6lcS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #bbbbbb;
}
.cid-sDb5Cg6lcS .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sDb5Cg6lcS .container {
    max-width: 1400px;
  }
}
.cid-sDb5Cg6lcS .card {
  margin: auto;
}
.cid-sDb5Cg6lcS .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sDb5Cg6lcS .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sDb5Cg6lcS .row {
  justify-content: center;
}
.cid-sDaWWGAokj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sDaWWGAokj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sDaWWGAokj .btn {
  border-radius: 100px!important;
  padding: 0.7rem 2.2rem;
  position: relative;
  z-index: 2;
}
.cid-sDaWWGAokj .btn:before {
  content: none;
}
.cid-sDaWWGAokj .col-auto {
  position: relative;
  margin-top: 2rem;
  padding: 0;
  min-height: 30px;
}
.cid-sDaWWGAokj .col-auto:before {
  content: '';
  border-radius: 30px;
  transform: translate(6px, 6px);
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
  left: 0;
  background: #ff9083;
  width: 100%;
  height: 100%;
}
.cid-sDaWWGAokj .col-auto:hover:before {
  transform: translate(0px, 0px);
}
@media (max-width: 767px) {
  .cid-sDaWWGAokj .col-auto:before {
    transform: translate(0px, 0px);
  }
}
.cid-sDaWWGAokj .wrapper {
  border: 2px solid #f8f8f8;
  border-radius: 30px;
  padding: 3rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-sDaWWGAokj .wrapper {
    padding: 1rem;
    padding-bottom: 3rem;
  }
}
.cid-sDaWWGAokj h4 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.cid-sDaWWGAokj .form-control,
.cid-sDaWWGAokj .field-input {
  padding: 1rem 1.5rem!important;
  border-radius: 30px;
}
.cid-sDaWWGAokj textarea {
  min-height: 200px;
}
.cid-sDaWWGAokj .form-control,
.cid-sDaWWGAokj .field-input {
  padding: 0.5rem;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sDaWWGAokj .form-control::-webkit-input-placeholder,
.cid-sDaWWGAokj .field-input::-webkit-input-placeholder,
.cid-sDaWWGAokj .form-control::-webkit-input-placeholder,
.cid-sDaWWGAokj .field-input::-webkit-input-placeholder {
  color: #777d74;
}
.cid-sDaWWGAokj .form-control:-moz-placeholder,
.cid-sDaWWGAokj .field-input:-moz-placeholder,
.cid-sDaWWGAokj .form-control:-moz-placeholder,
.cid-sDaWWGAokj .field-input:-moz-placeholder {
  color: #777d74;
}
.cid-sDaWWGAokj .form-control:hover,
.cid-sDaWWGAokj .field-input:hover,
.cid-sDaWWGAokj .form-control:focus,
.cid-sDaWWGAokj .field-input:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sDaWWGAokj .form-control:hover::-webkit-input-placeholder,
.cid-sDaWWGAokj .field-input:hover::-webkit-input-placeholder,
.cid-sDaWWGAokj .form-control:focus::-webkit-input-placeholder,
.cid-sDaWWGAokj .field-input:focus::-webkit-input-placeholder,
.cid-sDaWWGAokj .form-control:hover::-webkit-input-placeholder,
.cid-sDaWWGAokj .field-input:hover::-webkit-input-placeholder,
.cid-sDaWWGAokj .form-control:focus::-webkit-input-placeholder,
.cid-sDaWWGAokj .field-input:focus::-webkit-input-placeholder {
  color: #777d74;
}
.cid-sDaWWGAokj .form-control:hover:-moz-placeholder,
.cid-sDaWWGAokj .field-input:hover:-moz-placeholder,
.cid-sDaWWGAokj .form-control:focus:-moz-placeholder,
.cid-sDaWWGAokj .field-input:focus:-moz-placeholder,
.cid-sDaWWGAokj .form-control:hover:-moz-placeholder,
.cid-sDaWWGAokj .field-input:hover:-moz-placeholder,
.cid-sDaWWGAokj .form-control:focus:-moz-placeholder,
.cid-sDaWWGAokj .field-input:focus:-moz-placeholder {
  color: #777d74;
}
.cid-sDaWWGAokj .jq-number__spin:hover,
.cid-sDaWWGAokj .jq-number__spin:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sDaWWGAokj .jq-number__spin {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sDaWWGAokj .jq-selectbox li,
.cid-sDaWWGAokj .jq-selectbox li {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-sDaWWGAokj .jq-selectbox li:hover,
.cid-sDaWWGAokj .jq-selectbox li.selected {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-sDaWWGAokj .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sDaWWGAokj .jq-number__spin.minus:hover:after,
.cid-sDaWWGAokj .jq-number__spin.plus:hover:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-sDaWWGAokj .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sDaWWGAokj .jq-number__spin.minus:after,
.cid-sDaWWGAokj .jq-number__spin.plus:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-sDaWWGAokj input::-webkit-clear-button {
  display: none;
}
.cid-sDaWWGAokj input::-webkit-inner-spin-button {
  display: none;
}
.cid-sDaWWGAokj input::-webkit-outer-spin-button {
  display: none;
}
.cid-sDaWWGAokj input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 767px) {
  .cid-sDaWWGAokj .col-auto {
    margin: auto;
    margin-top: 2rem;
  }
}
.cid-sDaWWGYO5m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sDaWWGYO5m .google-map {
  height: 30rem;
  position: relative;
}
.cid-sDaWWGYO5m .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sDaWWGYO5m .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sDaWWGYO5m .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sDaWWGYO5m .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sDaWWHPSBO {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-color: #1c1c25;
  z-index: 0;
}
.cid-sDaWWHPSBO .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-sDaWWHPSBO img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-sDaWWHPSBO .icon1 {
  background: #a8aaf1;
}
.cid-sDaWWHPSBO .icon2 {
  background: #ff9083;
}
.cid-sDaWWHPSBO .icon3 {
  background: #72dfe9;
}
.cid-sDaWWHPSBO .card-box {
  padding-left: 1rem;
}
.cid-sDaWWHPSBO .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sDaWWHPSBO .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-sDaWWHPSBO .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sDaWWHPSBO .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sDaWWHPSBO .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDaWWHPSBO .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-sDaWWHPSBO .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-sDaWWHPSBO .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-sDaWWHPSBO .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-sDaWWHPSBO .card-text {
  color: #ffffff;
}
.cid-sDaWWHPSBO .title {
  color: #ffffff;
}
.cid-sDaWWIgqlW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1c1c25;
}
.cid-sDaWWIgqlW .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sDaWWIgqlW .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sDaWWIgqlW .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sDaWWIgqlW .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sDaWWIgqlW .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sDaWWIgqlW .media-container-row .foot-menu li:hover {
  color: #ff9083;
}
.cid-sDaWWIgqlW .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDaWWIgqlW .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sDaWWIgqlW .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDaWWIgqlW .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDaWWIgqlW .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sDaWWIgqlW .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDaWWIgqlW .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDaWWIgqlW .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDaWWIgqlW .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sDaWWIgqlW .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sDaWWIgqlW .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-sDaWWIFABn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sDaWWIFABn nav.navbar {
  position: fixed;
}
.cid-sDaWWIFABn img {
  width: 50px!important;
  height: 50px!important;
}
.cid-sDaWWIFABn .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-sDaWWIFABn .navbar-short .nav-link {
  color: black!important;
}
.cid-sDaWWIFABn .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sDaWWIFABn .navbar.opened {
  transition: all .3s;
}
.cid-sDaWWIFABn .navbar .navbar-logo img {
  width: auto;
}
.cid-sDaWWIFABn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sDaWWIFABn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sDaWWIFABn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sDaWWIFABn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sDaWWIFABn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sDaWWIFABn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sDaWWIFABn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sDaWWIFABn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sDaWWIFABn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sDaWWIFABn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sDaWWIFABn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sDaWWIFABn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sDaWWIFABn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sDaWWIFABn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDaWWIFABn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-sDaWWIFABn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sDaWWIFABn .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-sDaWWIFABn .navbar.navbar-short {
  min-height: 60px;
}
.cid-sDaWWIFABn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sDaWWIFABn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sDaWWIFABn .navbar-logo {
  margin-right: 1rem!important;
}
.cid-sDaWWIFABn .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sDaWWIFABn .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #ff9083;
}
.cid-sDaWWIFABn .nav-link:hover,
.cid-sDaWWIFABn .nav-link:focus {
  color: #ff9083 !important;
}
.cid-sDaWWIFABn .nav-link:hover:before,
.cid-sDaWWIFABn .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-sDaWWIFABn .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-sDaWWIFABn .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-sDaWWIFABn .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #ff9083;
}
.cid-sDaWWIFABn .dropdown-item:hover,
.cid-sDaWWIFABn .dropdown-item:focus {
  color: #ff9083 !important;
  transform: translateX(10px);
}
.cid-sDaWWIFABn .dropdown-item:hover:before,
.cid-sDaWWIFABn .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-sDaWWIFABn .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sDaWWIFABn .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #ff9083 inset;
}
.cid-sDaWWIFABn .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sDaWWIFABn .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sDaWWIFABn .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-sDaWWIFABn .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #ff9083;
}
.cid-sDaWWIFABn .navbar-nav {
  margin: auto;
}
.cid-sDaWWIFABn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sDaWWIFABn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sDaWWIFABn .container {
  display: flex;
  margin: auto;
}
.cid-sDaWWIFABn .navbar-caption {
  padding-right: 4rem;
}
.cid-sDaWWIFABn .dropdown-menu,
.cid-sDaWWIFABn .navbar.opened {
  background: #ffffff !important;
}
.cid-sDaWWIFABn .nav-item:focus,
.cid-sDaWWIFABn .nav-link:focus {
  outline: none;
}
.cid-sDaWWIFABn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sDaWWIFABn .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sDaWWIFABn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDaWWIFABn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sDaWWIFABn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDaWWIFABn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDaWWIFABn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sDaWWIFABn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sDaWWIFABn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDaWWIFABn .dropdown-item.active,
.cid-sDaWWIFABn .dropdown-item:active {
  background-color: transparent;
}
.cid-sDaWWIFABn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sDaWWIFABn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sDaWWIFABn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sDaWWIFABn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sDaWWIFABn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sDaWWIFABn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDaWWIFABn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sDaWWIFABn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sDaWWIFABn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sDaWWIFABn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sDaWWIFABn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDaWWIFABn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDaWWIFABn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDaWWIFABn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDaWWIFABn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDaWWIFABn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDaWWIFABn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDaWWIFABn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDaWWIFABn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sDaWWIFABn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sDaWWIFABn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDaWWIFABn .navbar {
    height: 77px;
  }
  .cid-sDaWWIFABn .navbar.opened {
    height: auto;
  }
  .cid-sDaWWIFABn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-sDaWWIFABn .navbar {
    background: #ffffff;
  }
  .cid-sDaWWIFABn .nav-link {
    color: black!important;
  }
}
.cid-sDgzKbhw5a {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #000000;
}
.cid-sDgzKbhw5a .carousel {
  width: 100%;
}
.cid-sDgzKbhw5a .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-sDgzKbhw5a .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-sDgzKbhw5a .mbr-overlay {
  z-index: 1;
}
.cid-sDgzKbhw5a .carousel-caption {
  bottom: 40px;
}
.cid-sDgzKbhw5a .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sDgzKbhw5a .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sDgzKbhw5a .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sDgzKbhw5a .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sDgzKbhw5a .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sDgzKbhw5a .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sDgzKbhw5a .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sDgzKbhw5a .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sDgzKbhw5a .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sDgzKbhw5a .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sDgzKbhw5a .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sDgzKbhw5a .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sDgzKbhw5a .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sDgzKbhw5a .carousel-indicators li.active,
.cid-sDgzKbhw5a .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sDgzKbhw5a .carousel-indicators li::after,
.cid-sDgzKbhw5a .carousel-indicators li::before {
  content: none;
}
.cid-sDgzKbhw5a .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sDgzKbhw5a .carousel-indicators {
    display: none !important;
  }
}
.cid-sDgzKbhw5a H5 {
  color: #e6c63b;
}
.cid-sDgzKbZ4qI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1152.jpg");
}
.cid-sDgzKbZ4qI .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sDgzKbZ4qI .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sDgzKbZ4qI .btn {
  margin: 0px !important;
}
.cid-sDgzKbZ4qI .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDgzKbZ4qI .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDgzKbZ4qI .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sDgzKbZ4qI .carousel-item .wrap-img {
  text-align: center;
}
.cid-sDgzKbZ4qI .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-sDgzKbZ4qI .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sDgzKbZ4qI .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sDgzKbZ4qI .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #bbbbbb;
  display: inline-block;
  border: 4px solid #bbbbbb;
}
.cid-sDgzKbZ4qI .carousel-indicators li.active {
  border-color: #898989;
}
@media (max-width: 768px) {
  .cid-sDgzKbZ4qI .second-col {
    padding-top: 2rem;
  }
}
.cid-sDgzKcEt2K {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sDgzKcEt2K .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sDgzKcEt2K .container {
    max-width: 1400px;
  }
}
.cid-sDgzKcEt2K .card {
  margin: auto;
}
.cid-sDgzKcEt2K .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sDgzKcEt2K .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sDgzKcEt2K .row {
  justify-content: center;
}
.cid-sDgzKde9X9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #bbbbbb;
}
.cid-sDgzKde9X9 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sDgzKde9X9 .container {
    max-width: 1400px;
  }
}
.cid-sDgzKde9X9 .card {
  margin: auto;
}
.cid-sDgzKde9X9 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sDgzKde9X9 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sDgzKde9X9 .row {
  justify-content: center;
}
.cid-sDgzKeseSQ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #bbbbbb;
}
.cid-sDgzKeseSQ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sDgzKeseSQ .btn {
  border-radius: 100px!important;
  padding: 0.7rem 2.2rem;
  position: relative;
  z-index: 2;
}
.cid-sDgzKeseSQ .btn:before {
  content: none;
}
.cid-sDgzKeseSQ .col-auto {
  position: relative;
  margin-top: 2rem;
  padding: 0;
  min-height: 30px;
}
.cid-sDgzKeseSQ .col-auto:before {
  content: '';
  border-radius: 30px;
  transform: translate(6px, 6px);
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
  left: 0;
  background: #ff9083;
  width: 100%;
  height: 100%;
}
.cid-sDgzKeseSQ .col-auto:hover:before {
  transform: translate(0px, 0px);
}
@media (max-width: 767px) {
  .cid-sDgzKeseSQ .col-auto:before {
    transform: translate(0px, 0px);
  }
}
.cid-sDgzKeseSQ .wrapper {
  border: 2px solid #f8f8f8;
  border-radius: 30px;
  padding: 3rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-sDgzKeseSQ .wrapper {
    padding: 1rem;
    padding-bottom: 3rem;
  }
}
.cid-sDgzKeseSQ h4 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.cid-sDgzKeseSQ .form-control,
.cid-sDgzKeseSQ .field-input {
  padding: 1rem 1.5rem!important;
  border-radius: 30px;
}
.cid-sDgzKeseSQ textarea {
  min-height: 200px;
}
.cid-sDgzKeseSQ .form-control,
.cid-sDgzKeseSQ .field-input {
  padding: 0.5rem;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sDgzKeseSQ .form-control::-webkit-input-placeholder,
.cid-sDgzKeseSQ .field-input::-webkit-input-placeholder,
.cid-sDgzKeseSQ .form-control::-webkit-input-placeholder,
.cid-sDgzKeseSQ .field-input::-webkit-input-placeholder {
  color: #777d74;
}
.cid-sDgzKeseSQ .form-control:-moz-placeholder,
.cid-sDgzKeseSQ .field-input:-moz-placeholder,
.cid-sDgzKeseSQ .form-control:-moz-placeholder,
.cid-sDgzKeseSQ .field-input:-moz-placeholder {
  color: #777d74;
}
.cid-sDgzKeseSQ .form-control:hover,
.cid-sDgzKeseSQ .field-input:hover,
.cid-sDgzKeseSQ .form-control:focus,
.cid-sDgzKeseSQ .field-input:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sDgzKeseSQ .form-control:hover::-webkit-input-placeholder,
.cid-sDgzKeseSQ .field-input:hover::-webkit-input-placeholder,
.cid-sDgzKeseSQ .form-control:focus::-webkit-input-placeholder,
.cid-sDgzKeseSQ .field-input:focus::-webkit-input-placeholder,
.cid-sDgzKeseSQ .form-control:hover::-webkit-input-placeholder,
.cid-sDgzKeseSQ .field-input:hover::-webkit-input-placeholder,
.cid-sDgzKeseSQ .form-control:focus::-webkit-input-placeholder,
.cid-sDgzKeseSQ .field-input:focus::-webkit-input-placeholder {
  color: #777d74;
}
.cid-sDgzKeseSQ .form-control:hover:-moz-placeholder,
.cid-sDgzKeseSQ .field-input:hover:-moz-placeholder,
.cid-sDgzKeseSQ .form-control:focus:-moz-placeholder,
.cid-sDgzKeseSQ .field-input:focus:-moz-placeholder,
.cid-sDgzKeseSQ .form-control:hover:-moz-placeholder,
.cid-sDgzKeseSQ .field-input:hover:-moz-placeholder,
.cid-sDgzKeseSQ .form-control:focus:-moz-placeholder,
.cid-sDgzKeseSQ .field-input:focus:-moz-placeholder {
  color: #777d74;
}
.cid-sDgzKeseSQ .jq-number__spin:hover,
.cid-sDgzKeseSQ .jq-number__spin:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sDgzKeseSQ .jq-number__spin {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sDgzKeseSQ .jq-selectbox li,
.cid-sDgzKeseSQ .jq-selectbox li {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-sDgzKeseSQ .jq-selectbox li:hover,
.cid-sDgzKeseSQ .jq-selectbox li.selected {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-sDgzKeseSQ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sDgzKeseSQ .jq-number__spin.minus:hover:after,
.cid-sDgzKeseSQ .jq-number__spin.plus:hover:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-sDgzKeseSQ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sDgzKeseSQ .jq-number__spin.minus:after,
.cid-sDgzKeseSQ .jq-number__spin.plus:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-sDgzKeseSQ input::-webkit-clear-button {
  display: none;
}
.cid-sDgzKeseSQ input::-webkit-inner-spin-button {
  display: none;
}
.cid-sDgzKeseSQ input::-webkit-outer-spin-button {
  display: none;
}
.cid-sDgzKeseSQ input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 767px) {
  .cid-sDgzKeseSQ .col-auto {
    margin: auto;
    margin-top: 2rem;
  }
}
.cid-sDgzKeOULv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sDgzKeOULv .google-map {
  height: 30rem;
  position: relative;
}
.cid-sDgzKeOULv .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sDgzKeOULv .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sDgzKeOULv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sDgzKeOULv .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sDgzKfthkn {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-color: #1c1c25;
  z-index: 0;
}
.cid-sDgzKfthkn .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-sDgzKfthkn img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-sDgzKfthkn .icon1 {
  background: #a8aaf1;
}
.cid-sDgzKfthkn .icon2 {
  background: #ff9083;
}
.cid-sDgzKfthkn .icon3 {
  background: #72dfe9;
}
.cid-sDgzKfthkn .card-box {
  padding-left: 1rem;
}
.cid-sDgzKfthkn .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sDgzKfthkn .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-sDgzKfthkn .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sDgzKfthkn .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sDgzKfthkn .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDgzKfthkn .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-sDgzKfthkn .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-sDgzKfthkn .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-sDgzKfthkn .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-sDgzKfthkn .card-text {
  color: #ffffff;
}
.cid-sDgzKfthkn .title {
  color: #ffffff;
}
.cid-sDgzKfWbEo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1c1c25;
}
.cid-sDgzKfWbEo .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sDgzKfWbEo .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sDgzKfWbEo .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sDgzKfWbEo .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sDgzKfWbEo .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sDgzKfWbEo .media-container-row .foot-menu li:hover {
  color: #ff9083;
}
.cid-sDgzKfWbEo .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDgzKfWbEo .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sDgzKfWbEo .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDgzKfWbEo .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDgzKfWbEo .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sDgzKfWbEo .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDgzKfWbEo .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDgzKfWbEo .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDgzKfWbEo .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sDgzKfWbEo .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sDgzKfWbEo .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-sDgzKgtP1v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sDgzKgtP1v nav.navbar {
  position: fixed;
}
.cid-sDgzKgtP1v img {
  width: 50px!important;
  height: 50px!important;
}
.cid-sDgzKgtP1v .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-sDgzKgtP1v .navbar-short .nav-link {
  color: black!important;
}
.cid-sDgzKgtP1v .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sDgzKgtP1v .navbar.opened {
  transition: all .3s;
}
.cid-sDgzKgtP1v .navbar .navbar-logo img {
  width: auto;
}
.cid-sDgzKgtP1v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sDgzKgtP1v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sDgzKgtP1v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sDgzKgtP1v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sDgzKgtP1v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sDgzKgtP1v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sDgzKgtP1v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sDgzKgtP1v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sDgzKgtP1v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sDgzKgtP1v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sDgzKgtP1v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sDgzKgtP1v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sDgzKgtP1v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sDgzKgtP1v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDgzKgtP1v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-sDgzKgtP1v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sDgzKgtP1v .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-sDgzKgtP1v .navbar.navbar-short {
  min-height: 60px;
}
.cid-sDgzKgtP1v .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sDgzKgtP1v .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sDgzKgtP1v .navbar-logo {
  margin-right: 1rem!important;
}
.cid-sDgzKgtP1v .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sDgzKgtP1v .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #ff9083;
}
.cid-sDgzKgtP1v .nav-link:hover,
.cid-sDgzKgtP1v .nav-link:focus {
  color: #ff9083 !important;
}
.cid-sDgzKgtP1v .nav-link:hover:before,
.cid-sDgzKgtP1v .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-sDgzKgtP1v .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-sDgzKgtP1v .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-sDgzKgtP1v .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #ff9083;
}
.cid-sDgzKgtP1v .dropdown-item:hover,
.cid-sDgzKgtP1v .dropdown-item:focus {
  color: #ff9083 !important;
  transform: translateX(10px);
}
.cid-sDgzKgtP1v .dropdown-item:hover:before,
.cid-sDgzKgtP1v .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-sDgzKgtP1v .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sDgzKgtP1v .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #ff9083 inset;
}
.cid-sDgzKgtP1v .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sDgzKgtP1v .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sDgzKgtP1v .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-sDgzKgtP1v .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #ff9083;
}
.cid-sDgzKgtP1v .navbar-nav {
  margin: auto;
}
.cid-sDgzKgtP1v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sDgzKgtP1v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sDgzKgtP1v .container {
  display: flex;
  margin: auto;
}
.cid-sDgzKgtP1v .navbar-caption {
  padding-right: 4rem;
}
.cid-sDgzKgtP1v .dropdown-menu,
.cid-sDgzKgtP1v .navbar.opened {
  background: #ffffff !important;
}
.cid-sDgzKgtP1v .nav-item:focus,
.cid-sDgzKgtP1v .nav-link:focus {
  outline: none;
}
.cid-sDgzKgtP1v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sDgzKgtP1v .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sDgzKgtP1v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDgzKgtP1v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sDgzKgtP1v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDgzKgtP1v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDgzKgtP1v .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sDgzKgtP1v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sDgzKgtP1v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDgzKgtP1v .dropdown-item.active,
.cid-sDgzKgtP1v .dropdown-item:active {
  background-color: transparent;
}
.cid-sDgzKgtP1v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sDgzKgtP1v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sDgzKgtP1v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sDgzKgtP1v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sDgzKgtP1v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sDgzKgtP1v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDgzKgtP1v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sDgzKgtP1v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sDgzKgtP1v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sDgzKgtP1v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sDgzKgtP1v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDgzKgtP1v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDgzKgtP1v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDgzKgtP1v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDgzKgtP1v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDgzKgtP1v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDgzKgtP1v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDgzKgtP1v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDgzKgtP1v .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sDgzKgtP1v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sDgzKgtP1v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDgzKgtP1v .navbar {
    height: 77px;
  }
  .cid-sDgzKgtP1v .navbar.opened {
    height: auto;
  }
  .cid-sDgzKgtP1v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-sDgzKgtP1v .navbar {
    background: #ffffff;
  }
  .cid-sDgzKgtP1v .nav-link {
    color: black!important;
  }
}
.cid-sDgDJY1XeT {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #000000;
}
.cid-sDgDJY1XeT .carousel {
  width: 100%;
}
.cid-sDgDJY1XeT .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-sDgDJY1XeT .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-sDgDJY1XeT .mbr-overlay {
  z-index: 1;
}
.cid-sDgDJY1XeT .carousel-caption {
  bottom: 40px;
}
.cid-sDgDJY1XeT .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sDgDJY1XeT .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sDgDJY1XeT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sDgDJY1XeT .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sDgDJY1XeT .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sDgDJY1XeT .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sDgDJY1XeT .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sDgDJY1XeT .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sDgDJY1XeT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sDgDJY1XeT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sDgDJY1XeT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sDgDJY1XeT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sDgDJY1XeT .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sDgDJY1XeT .carousel-indicators li.active,
.cid-sDgDJY1XeT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sDgDJY1XeT .carousel-indicators li::after,
.cid-sDgDJY1XeT .carousel-indicators li::before {
  content: none;
}
.cid-sDgDJY1XeT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sDgDJY1XeT .carousel-indicators {
    display: none !important;
  }
}
.cid-sDgDJY1XeT H5 {
  color: #e6c63b;
}
.cid-sDgDJYKYxf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1152.jpg");
}
.cid-sDgDJYKYxf .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sDgDJYKYxf .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sDgDJYKYxf .btn {
  margin: 0px !important;
}
.cid-sDgDJYKYxf .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDgDJYKYxf .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDgDJYKYxf .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sDgDJYKYxf .carousel-item .wrap-img {
  text-align: center;
}
.cid-sDgDJYKYxf .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-sDgDJYKYxf .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sDgDJYKYxf .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sDgDJYKYxf .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #bbbbbb;
  display: inline-block;
  border: 4px solid #bbbbbb;
}
.cid-sDgDJYKYxf .carousel-indicators li.active {
  border-color: #898989;
}
@media (max-width: 768px) {
  .cid-sDgDJYKYxf .second-col {
    padding-top: 2rem;
  }
}
.cid-sDgDJZtfaV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sDgDJZtfaV .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sDgDJZtfaV .container {
    max-width: 1400px;
  }
}
.cid-sDgDJZtfaV .card {
  margin: auto;
}
.cid-sDgDJZtfaV .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sDgDJZtfaV .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sDgDJZtfaV .row {
  justify-content: center;
}
.cid-sDgDK1k0AM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #bbbbbb;
}
.cid-sDgDK1k0AM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sDgDK1k0AM .btn {
  border-radius: 100px!important;
  padding: 0.7rem 2.2rem;
  position: relative;
  z-index: 2;
}
.cid-sDgDK1k0AM .btn:before {
  content: none;
}
.cid-sDgDK1k0AM .col-auto {
  position: relative;
  margin-top: 2rem;
  padding: 0;
  min-height: 30px;
}
.cid-sDgDK1k0AM .col-auto:before {
  content: '';
  border-radius: 30px;
  transform: translate(6px, 6px);
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
  left: 0;
  background: #ff9083;
  width: 100%;
  height: 100%;
}
.cid-sDgDK1k0AM .col-auto:hover:before {
  transform: translate(0px, 0px);
}
@media (max-width: 767px) {
  .cid-sDgDK1k0AM .col-auto:before {
    transform: translate(0px, 0px);
  }
}
.cid-sDgDK1k0AM .wrapper {
  border: 2px solid #f8f8f8;
  border-radius: 30px;
  padding: 3rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-sDgDK1k0AM .wrapper {
    padding: 1rem;
    padding-bottom: 3rem;
  }
}
.cid-sDgDK1k0AM h4 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.cid-sDgDK1k0AM .form-control,
.cid-sDgDK1k0AM .field-input {
  padding: 1rem 1.5rem!important;
  border-radius: 30px;
}
.cid-sDgDK1k0AM textarea {
  min-height: 200px;
}
.cid-sDgDK1k0AM .form-control,
.cid-sDgDK1k0AM .field-input {
  padding: 0.5rem;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sDgDK1k0AM .form-control::-webkit-input-placeholder,
.cid-sDgDK1k0AM .field-input::-webkit-input-placeholder,
.cid-sDgDK1k0AM .form-control::-webkit-input-placeholder,
.cid-sDgDK1k0AM .field-input::-webkit-input-placeholder {
  color: #777d74;
}
.cid-sDgDK1k0AM .form-control:-moz-placeholder,
.cid-sDgDK1k0AM .field-input:-moz-placeholder,
.cid-sDgDK1k0AM .form-control:-moz-placeholder,
.cid-sDgDK1k0AM .field-input:-moz-placeholder {
  color: #777d74;
}
.cid-sDgDK1k0AM .form-control:hover,
.cid-sDgDK1k0AM .field-input:hover,
.cid-sDgDK1k0AM .form-control:focus,
.cid-sDgDK1k0AM .field-input:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sDgDK1k0AM .form-control:hover::-webkit-input-placeholder,
.cid-sDgDK1k0AM .field-input:hover::-webkit-input-placeholder,
.cid-sDgDK1k0AM .form-control:focus::-webkit-input-placeholder,
.cid-sDgDK1k0AM .field-input:focus::-webkit-input-placeholder,
.cid-sDgDK1k0AM .form-control:hover::-webkit-input-placeholder,
.cid-sDgDK1k0AM .field-input:hover::-webkit-input-placeholder,
.cid-sDgDK1k0AM .form-control:focus::-webkit-input-placeholder,
.cid-sDgDK1k0AM .field-input:focus::-webkit-input-placeholder {
  color: #777d74;
}
.cid-sDgDK1k0AM .form-control:hover:-moz-placeholder,
.cid-sDgDK1k0AM .field-input:hover:-moz-placeholder,
.cid-sDgDK1k0AM .form-control:focus:-moz-placeholder,
.cid-sDgDK1k0AM .field-input:focus:-moz-placeholder,
.cid-sDgDK1k0AM .form-control:hover:-moz-placeholder,
.cid-sDgDK1k0AM .field-input:hover:-moz-placeholder,
.cid-sDgDK1k0AM .form-control:focus:-moz-placeholder,
.cid-sDgDK1k0AM .field-input:focus:-moz-placeholder {
  color: #777d74;
}
.cid-sDgDK1k0AM .jq-number__spin:hover,
.cid-sDgDK1k0AM .jq-number__spin:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sDgDK1k0AM .jq-number__spin {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sDgDK1k0AM .jq-selectbox li,
.cid-sDgDK1k0AM .jq-selectbox li {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-sDgDK1k0AM .jq-selectbox li:hover,
.cid-sDgDK1k0AM .jq-selectbox li.selected {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-sDgDK1k0AM .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sDgDK1k0AM .jq-number__spin.minus:hover:after,
.cid-sDgDK1k0AM .jq-number__spin.plus:hover:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-sDgDK1k0AM .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sDgDK1k0AM .jq-number__spin.minus:after,
.cid-sDgDK1k0AM .jq-number__spin.plus:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-sDgDK1k0AM input::-webkit-clear-button {
  display: none;
}
.cid-sDgDK1k0AM input::-webkit-inner-spin-button {
  display: none;
}
.cid-sDgDK1k0AM input::-webkit-outer-spin-button {
  display: none;
}
.cid-sDgDK1k0AM input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 767px) {
  .cid-sDgDK1k0AM .col-auto {
    margin: auto;
    margin-top: 2rem;
  }
}
.cid-sDgDK1KUUc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sDgDK1KUUc .google-map {
  height: 30rem;
  position: relative;
}
.cid-sDgDK1KUUc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sDgDK1KUUc .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sDgDK1KUUc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sDgDK1KUUc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sDgDK2u5cm {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-color: #1c1c25;
  z-index: 0;
}
.cid-sDgDK2u5cm .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-sDgDK2u5cm img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-sDgDK2u5cm .icon1 {
  background: #a8aaf1;
}
.cid-sDgDK2u5cm .icon2 {
  background: #ff9083;
}
.cid-sDgDK2u5cm .icon3 {
  background: #72dfe9;
}
.cid-sDgDK2u5cm .card-box {
  padding-left: 1rem;
}
.cid-sDgDK2u5cm .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sDgDK2u5cm .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-sDgDK2u5cm .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sDgDK2u5cm .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sDgDK2u5cm .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDgDK2u5cm .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-sDgDK2u5cm .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-sDgDK2u5cm .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-sDgDK2u5cm .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-sDgDK2u5cm .card-text {
  color: #ffffff;
}
.cid-sDgDK2u5cm .title {
  color: #ffffff;
}
.cid-sDgDK2WaiL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1c1c25;
}
.cid-sDgDK2WaiL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sDgDK2WaiL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sDgDK2WaiL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sDgDK2WaiL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sDgDK2WaiL .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sDgDK2WaiL .media-container-row .foot-menu li:hover {
  color: #ff9083;
}
.cid-sDgDK2WaiL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDgDK2WaiL .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sDgDK2WaiL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDgDK2WaiL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDgDK2WaiL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sDgDK2WaiL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDgDK2WaiL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDgDK2WaiL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDgDK2WaiL .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sDgDK2WaiL .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sDgDK2WaiL .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-sDgDK3rgpa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sDgDK3rgpa nav.navbar {
  position: fixed;
}
.cid-sDgDK3rgpa img {
  width: 50px!important;
  height: 50px!important;
}
.cid-sDgDK3rgpa .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-sDgDK3rgpa .navbar-short .nav-link {
  color: black!important;
}
.cid-sDgDK3rgpa .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sDgDK3rgpa .navbar.opened {
  transition: all .3s;
}
.cid-sDgDK3rgpa .navbar .navbar-logo img {
  width: auto;
}
.cid-sDgDK3rgpa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sDgDK3rgpa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sDgDK3rgpa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sDgDK3rgpa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sDgDK3rgpa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sDgDK3rgpa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sDgDK3rgpa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sDgDK3rgpa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sDgDK3rgpa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sDgDK3rgpa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sDgDK3rgpa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sDgDK3rgpa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sDgDK3rgpa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sDgDK3rgpa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDgDK3rgpa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-sDgDK3rgpa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sDgDK3rgpa .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-sDgDK3rgpa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sDgDK3rgpa .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sDgDK3rgpa .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sDgDK3rgpa .navbar-logo {
  margin-right: 1rem!important;
}
.cid-sDgDK3rgpa .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sDgDK3rgpa .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #ff9083;
}
.cid-sDgDK3rgpa .nav-link:hover,
.cid-sDgDK3rgpa .nav-link:focus {
  color: #ff9083 !important;
}
.cid-sDgDK3rgpa .nav-link:hover:before,
.cid-sDgDK3rgpa .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-sDgDK3rgpa .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-sDgDK3rgpa .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-sDgDK3rgpa .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #ff9083;
}
.cid-sDgDK3rgpa .dropdown-item:hover,
.cid-sDgDK3rgpa .dropdown-item:focus {
  color: #ff9083 !important;
  transform: translateX(10px);
}
.cid-sDgDK3rgpa .dropdown-item:hover:before,
.cid-sDgDK3rgpa .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-sDgDK3rgpa .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sDgDK3rgpa .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #ff9083 inset;
}
.cid-sDgDK3rgpa .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sDgDK3rgpa .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sDgDK3rgpa .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-sDgDK3rgpa .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #ff9083;
}
.cid-sDgDK3rgpa .navbar-nav {
  margin: auto;
}
.cid-sDgDK3rgpa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sDgDK3rgpa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sDgDK3rgpa .container {
  display: flex;
  margin: auto;
}
.cid-sDgDK3rgpa .navbar-caption {
  padding-right: 4rem;
}
.cid-sDgDK3rgpa .dropdown-menu,
.cid-sDgDK3rgpa .navbar.opened {
  background: #ffffff !important;
}
.cid-sDgDK3rgpa .nav-item:focus,
.cid-sDgDK3rgpa .nav-link:focus {
  outline: none;
}
.cid-sDgDK3rgpa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sDgDK3rgpa .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sDgDK3rgpa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDgDK3rgpa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sDgDK3rgpa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDgDK3rgpa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDgDK3rgpa .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sDgDK3rgpa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sDgDK3rgpa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDgDK3rgpa .dropdown-item.active,
.cid-sDgDK3rgpa .dropdown-item:active {
  background-color: transparent;
}
.cid-sDgDK3rgpa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sDgDK3rgpa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sDgDK3rgpa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sDgDK3rgpa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sDgDK3rgpa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sDgDK3rgpa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDgDK3rgpa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sDgDK3rgpa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sDgDK3rgpa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sDgDK3rgpa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sDgDK3rgpa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDgDK3rgpa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDgDK3rgpa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDgDK3rgpa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDgDK3rgpa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDgDK3rgpa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDgDK3rgpa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDgDK3rgpa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDgDK3rgpa .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sDgDK3rgpa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sDgDK3rgpa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDgDK3rgpa .navbar {
    height: 77px;
  }
  .cid-sDgDK3rgpa .navbar.opened {
    height: auto;
  }
  .cid-sDgDK3rgpa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-sDgDK3rgpa .navbar {
    background: #ffffff;
  }
  .cid-sDgDK3rgpa .nav-link {
    color: black!important;
  }
}
.cid-sEnMFNGsJl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-sEnMFNGsJl .mbr-section-title,
.cid-sEnMFNGsJl .mbr-section-subtitle {
  color: #000000;
}
.cid-sEnMFNGsJl .mbr-section-text {
  color: #232323;
}
.cid-sEnMFNGsJl .mbr-text,
.cid-sEnMFNGsJl .typed-text,
.cid-sEnMFNGsJl .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sEnMFNGsJl .btn {
  margin-left: 4px !important;
}
.cid-sEnMFNGsJl .animated-element {
  color: #ff3366;
}
.cid-sEnMFNGsJl .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sEnMFNGsJl .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sEnMFNGsJl .typed-text,
  .cid-sEnMFNGsJl .mbr-section-subtitle,
  .cid-sEnMFNGsJl .mbr-section-text,
  .cid-sEnMFNGsJl .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sEnNp85oRm {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-sEnNp85oRm .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sEnNp85oRm .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sEnNp85oRm .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sDgMCu0Vmh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sDgMCu0Vmh .row {
  flex-direction: row-reverse;
}
.cid-sDgMnBufr2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-sDgMP6lnO1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sDgMP6lnO1 .row {
  flex-direction: row-reverse;
}
.cid-sDgK3iXX3N {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #bbbbbb;
}
.cid-sDgK3iXX3N .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sDgK3iXX3N .btn {
  border-radius: 100px!important;
  padding: 0.7rem 2.2rem;
  position: relative;
  z-index: 2;
}
.cid-sDgK3iXX3N .btn:before {
  content: none;
}
.cid-sDgK3iXX3N .col-auto {
  position: relative;
  margin-top: 2rem;
  padding: 0;
  min-height: 30px;
}
.cid-sDgK3iXX3N .col-auto:before {
  content: '';
  border-radius: 30px;
  transform: translate(6px, 6px);
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
  left: 0;
  background: #ff9083;
  width: 100%;
  height: 100%;
}
.cid-sDgK3iXX3N .col-auto:hover:before {
  transform: translate(0px, 0px);
}
@media (max-width: 767px) {
  .cid-sDgK3iXX3N .col-auto:before {
    transform: translate(0px, 0px);
  }
}
.cid-sDgK3iXX3N .wrapper {
  border: 2px solid #f8f8f8;
  border-radius: 30px;
  padding: 3rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-sDgK3iXX3N .wrapper {
    padding: 1rem;
    padding-bottom: 3rem;
  }
}
.cid-sDgK3iXX3N h4 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.cid-sDgK3iXX3N .form-control,
.cid-sDgK3iXX3N .field-input {
  padding: 1rem 1.5rem!important;
  border-radius: 30px;
}
.cid-sDgK3iXX3N textarea {
  min-height: 200px;
}
.cid-sDgK3iXX3N .form-control,
.cid-sDgK3iXX3N .field-input {
  padding: 0.5rem;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sDgK3iXX3N .form-control::-webkit-input-placeholder,
.cid-sDgK3iXX3N .field-input::-webkit-input-placeholder,
.cid-sDgK3iXX3N .form-control::-webkit-input-placeholder,
.cid-sDgK3iXX3N .field-input::-webkit-input-placeholder {
  color: #777d74;
}
.cid-sDgK3iXX3N .form-control:-moz-placeholder,
.cid-sDgK3iXX3N .field-input:-moz-placeholder,
.cid-sDgK3iXX3N .form-control:-moz-placeholder,
.cid-sDgK3iXX3N .field-input:-moz-placeholder {
  color: #777d74;
}
.cid-sDgK3iXX3N .form-control:hover,
.cid-sDgK3iXX3N .field-input:hover,
.cid-sDgK3iXX3N .form-control:focus,
.cid-sDgK3iXX3N .field-input:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sDgK3iXX3N .form-control:hover::-webkit-input-placeholder,
.cid-sDgK3iXX3N .field-input:hover::-webkit-input-placeholder,
.cid-sDgK3iXX3N .form-control:focus::-webkit-input-placeholder,
.cid-sDgK3iXX3N .field-input:focus::-webkit-input-placeholder,
.cid-sDgK3iXX3N .form-control:hover::-webkit-input-placeholder,
.cid-sDgK3iXX3N .field-input:hover::-webkit-input-placeholder,
.cid-sDgK3iXX3N .form-control:focus::-webkit-input-placeholder,
.cid-sDgK3iXX3N .field-input:focus::-webkit-input-placeholder {
  color: #777d74;
}
.cid-sDgK3iXX3N .form-control:hover:-moz-placeholder,
.cid-sDgK3iXX3N .field-input:hover:-moz-placeholder,
.cid-sDgK3iXX3N .form-control:focus:-moz-placeholder,
.cid-sDgK3iXX3N .field-input:focus:-moz-placeholder,
.cid-sDgK3iXX3N .form-control:hover:-moz-placeholder,
.cid-sDgK3iXX3N .field-input:hover:-moz-placeholder,
.cid-sDgK3iXX3N .form-control:focus:-moz-placeholder,
.cid-sDgK3iXX3N .field-input:focus:-moz-placeholder {
  color: #777d74;
}
.cid-sDgK3iXX3N .jq-number__spin:hover,
.cid-sDgK3iXX3N .jq-number__spin:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sDgK3iXX3N .jq-number__spin {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sDgK3iXX3N .jq-selectbox li,
.cid-sDgK3iXX3N .jq-selectbox li {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-sDgK3iXX3N .jq-selectbox li:hover,
.cid-sDgK3iXX3N .jq-selectbox li.selected {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-sDgK3iXX3N .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sDgK3iXX3N .jq-number__spin.minus:hover:after,
.cid-sDgK3iXX3N .jq-number__spin.plus:hover:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-sDgK3iXX3N .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sDgK3iXX3N .jq-number__spin.minus:after,
.cid-sDgK3iXX3N .jq-number__spin.plus:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-sDgK3iXX3N input::-webkit-clear-button {
  display: none;
}
.cid-sDgK3iXX3N input::-webkit-inner-spin-button {
  display: none;
}
.cid-sDgK3iXX3N input::-webkit-outer-spin-button {
  display: none;
}
.cid-sDgK3iXX3N input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 767px) {
  .cid-sDgK3iXX3N .col-auto {
    margin: auto;
    margin-top: 2rem;
  }
}
.cid-sDgK3jkYUu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sDgK3jkYUu .google-map {
  height: 30rem;
  position: relative;
}
.cid-sDgK3jkYUu .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sDgK3jkYUu .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sDgK3jkYUu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sDgK3jkYUu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sDgK3jZg8h {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-color: #1c1c25;
  z-index: 0;
}
.cid-sDgK3jZg8h .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-sDgK3jZg8h img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-sDgK3jZg8h .icon1 {
  background: #a8aaf1;
}
.cid-sDgK3jZg8h .icon2 {
  background: #ff9083;
}
.cid-sDgK3jZg8h .icon3 {
  background: #72dfe9;
}
.cid-sDgK3jZg8h .card-box {
  padding-left: 1rem;
}
.cid-sDgK3jZg8h .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sDgK3jZg8h .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-sDgK3jZg8h .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sDgK3jZg8h .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sDgK3jZg8h .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDgK3jZg8h .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-sDgK3jZg8h .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-sDgK3jZg8h .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-sDgK3jZg8h .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-sDgK3jZg8h .card-text {
  color: #ffffff;
}
.cid-sDgK3jZg8h .title {
  color: #ffffff;
}
.cid-sDgK3ksQsF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1c1c25;
}
.cid-sDgK3ksQsF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sDgK3ksQsF .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sDgK3ksQsF .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sDgK3ksQsF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sDgK3ksQsF .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sDgK3ksQsF .media-container-row .foot-menu li:hover {
  color: #ff9083;
}
.cid-sDgK3ksQsF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDgK3ksQsF .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sDgK3ksQsF .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDgK3ksQsF .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDgK3ksQsF .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sDgK3ksQsF .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDgK3ksQsF .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDgK3ksQsF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDgK3ksQsF .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sDgK3ksQsF .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sDgK3ksQsF .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-sDgK3l2RcT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sDgK3l2RcT nav.navbar {
  position: fixed;
}
.cid-sDgK3l2RcT img {
  width: 50px!important;
  height: 50px!important;
}
.cid-sDgK3l2RcT .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-sDgK3l2RcT .navbar-short .nav-link {
  color: black!important;
}
.cid-sDgK3l2RcT .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sDgK3l2RcT .navbar.opened {
  transition: all .3s;
}
.cid-sDgK3l2RcT .navbar .navbar-logo img {
  width: auto;
}
.cid-sDgK3l2RcT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sDgK3l2RcT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sDgK3l2RcT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sDgK3l2RcT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sDgK3l2RcT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sDgK3l2RcT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sDgK3l2RcT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sDgK3l2RcT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sDgK3l2RcT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sDgK3l2RcT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sDgK3l2RcT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sDgK3l2RcT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sDgK3l2RcT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sDgK3l2RcT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDgK3l2RcT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-sDgK3l2RcT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sDgK3l2RcT .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-sDgK3l2RcT .navbar.navbar-short {
  min-height: 60px;
}
.cid-sDgK3l2RcT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sDgK3l2RcT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sDgK3l2RcT .navbar-logo {
  margin-right: 1rem!important;
}
.cid-sDgK3l2RcT .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sDgK3l2RcT .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #ff9083;
}
.cid-sDgK3l2RcT .nav-link:hover,
.cid-sDgK3l2RcT .nav-link:focus {
  color: #ff9083 !important;
}
.cid-sDgK3l2RcT .nav-link:hover:before,
.cid-sDgK3l2RcT .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-sDgK3l2RcT .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-sDgK3l2RcT .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-sDgK3l2RcT .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #ff9083;
}
.cid-sDgK3l2RcT .dropdown-item:hover,
.cid-sDgK3l2RcT .dropdown-item:focus {
  color: #ff9083 !important;
  transform: translateX(10px);
}
.cid-sDgK3l2RcT .dropdown-item:hover:before,
.cid-sDgK3l2RcT .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-sDgK3l2RcT .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sDgK3l2RcT .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #ff9083 inset;
}
.cid-sDgK3l2RcT .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sDgK3l2RcT .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sDgK3l2RcT .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-sDgK3l2RcT .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #ff9083;
}
.cid-sDgK3l2RcT .navbar-nav {
  margin: auto;
}
.cid-sDgK3l2RcT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sDgK3l2RcT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sDgK3l2RcT .container {
  display: flex;
  margin: auto;
}
.cid-sDgK3l2RcT .navbar-caption {
  padding-right: 4rem;
}
.cid-sDgK3l2RcT .dropdown-menu,
.cid-sDgK3l2RcT .navbar.opened {
  background: #ffffff !important;
}
.cid-sDgK3l2RcT .nav-item:focus,
.cid-sDgK3l2RcT .nav-link:focus {
  outline: none;
}
.cid-sDgK3l2RcT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sDgK3l2RcT .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sDgK3l2RcT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDgK3l2RcT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sDgK3l2RcT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDgK3l2RcT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDgK3l2RcT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sDgK3l2RcT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sDgK3l2RcT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDgK3l2RcT .dropdown-item.active,
.cid-sDgK3l2RcT .dropdown-item:active {
  background-color: transparent;
}
.cid-sDgK3l2RcT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sDgK3l2RcT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sDgK3l2RcT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sDgK3l2RcT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sDgK3l2RcT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sDgK3l2RcT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDgK3l2RcT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sDgK3l2RcT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sDgK3l2RcT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sDgK3l2RcT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sDgK3l2RcT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDgK3l2RcT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDgK3l2RcT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDgK3l2RcT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDgK3l2RcT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDgK3l2RcT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDgK3l2RcT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDgK3l2RcT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDgK3l2RcT .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sDgK3l2RcT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sDgK3l2RcT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDgK3l2RcT .navbar {
    height: 77px;
  }
  .cid-sDgK3l2RcT .navbar.opened {
    height: auto;
  }
  .cid-sDgK3l2RcT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-sDgK3l2RcT .navbar {
    background: #ffffff;
  }
  .cid-sDgK3l2RcT .nav-link {
    color: black!important;
  }
}
.cid-sEnNW4W69m {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-sEnNW4W69m .mbr-section-title,
.cid-sEnNW4W69m .mbr-section-subtitle {
  color: #000000;
}
.cid-sEnNW4W69m .mbr-section-text {
  color: #232323;
}
.cid-sEnNW4W69m .mbr-text,
.cid-sEnNW4W69m .typed-text,
.cid-sEnNW4W69m .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sEnNW4W69m .btn {
  margin-left: 4px !important;
}
.cid-sEnNW4W69m .animated-element {
  color: #ff3366;
}
.cid-sEnNW4W69m .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sEnNW4W69m .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sEnNW4W69m .typed-text,
  .cid-sEnNW4W69m .mbr-section-subtitle,
  .cid-sEnNW4W69m .mbr-section-text,
  .cid-sEnNW4W69m .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sEnO9hYnRU {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-sEnO9hYnRU .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sEnO9hYnRU .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sEnO9hYnRU .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sEnP06k2Ci {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-770x549.jpg");
}
.cid-sEnP06k2Ci .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sEnP06k2Ci .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-sEnP06k2Ci .card .wrapper .mbr-section-title span:first-child {
  color: #ff4e3c;
}
.cid-sEnP06k2Ci .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sEnP06k2Ci .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sEnP06k2Ci .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sEnP06k2Ci .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-sEnP06k2Ci .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #ffffff;
}
.cid-sEnP06k2Ci .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sEnP06k2Ci .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-sEnP06k2Ci .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ff4e3c;
  display: inline-block;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-sEnP06k2Ci .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 12px 35px;
  line-height: 1.0625;
}
.cid-sDgNsxj1wc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #bbbbbb;
}
.cid-sDgNsxj1wc .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sDgNsxj1wc .btn {
  border-radius: 100px!important;
  padding: 0.7rem 2.2rem;
  position: relative;
  z-index: 2;
}
.cid-sDgNsxj1wc .btn:before {
  content: none;
}
.cid-sDgNsxj1wc .col-auto {
  position: relative;
  margin-top: 2rem;
  padding: 0;
  min-height: 30px;
}
.cid-sDgNsxj1wc .col-auto:before {
  content: '';
  border-radius: 30px;
  transform: translate(6px, 6px);
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
  left: 0;
  background: #ff9083;
  width: 100%;
  height: 100%;
}
.cid-sDgNsxj1wc .col-auto:hover:before {
  transform: translate(0px, 0px);
}
@media (max-width: 767px) {
  .cid-sDgNsxj1wc .col-auto:before {
    transform: translate(0px, 0px);
  }
}
.cid-sDgNsxj1wc .wrapper {
  border: 2px solid #f8f8f8;
  border-radius: 30px;
  padding: 3rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-sDgNsxj1wc .wrapper {
    padding: 1rem;
    padding-bottom: 3rem;
  }
}
.cid-sDgNsxj1wc h4 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.cid-sDgNsxj1wc .form-control,
.cid-sDgNsxj1wc .field-input {
  padding: 1rem 1.5rem!important;
  border-radius: 30px;
}
.cid-sDgNsxj1wc textarea {
  min-height: 200px;
}
.cid-sDgNsxj1wc .form-control,
.cid-sDgNsxj1wc .field-input {
  padding: 0.5rem;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sDgNsxj1wc .form-control::-webkit-input-placeholder,
.cid-sDgNsxj1wc .field-input::-webkit-input-placeholder,
.cid-sDgNsxj1wc .form-control::-webkit-input-placeholder,
.cid-sDgNsxj1wc .field-input::-webkit-input-placeholder {
  color: #777d74;
}
.cid-sDgNsxj1wc .form-control:-moz-placeholder,
.cid-sDgNsxj1wc .field-input:-moz-placeholder,
.cid-sDgNsxj1wc .form-control:-moz-placeholder,
.cid-sDgNsxj1wc .field-input:-moz-placeholder {
  color: #777d74;
}
.cid-sDgNsxj1wc .form-control:hover,
.cid-sDgNsxj1wc .field-input:hover,
.cid-sDgNsxj1wc .form-control:focus,
.cid-sDgNsxj1wc .field-input:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sDgNsxj1wc .form-control:hover::-webkit-input-placeholder,
.cid-sDgNsxj1wc .field-input:hover::-webkit-input-placeholder,
.cid-sDgNsxj1wc .form-control:focus::-webkit-input-placeholder,
.cid-sDgNsxj1wc .field-input:focus::-webkit-input-placeholder,
.cid-sDgNsxj1wc .form-control:hover::-webkit-input-placeholder,
.cid-sDgNsxj1wc .field-input:hover::-webkit-input-placeholder,
.cid-sDgNsxj1wc .form-control:focus::-webkit-input-placeholder,
.cid-sDgNsxj1wc .field-input:focus::-webkit-input-placeholder {
  color: #777d74;
}
.cid-sDgNsxj1wc .form-control:hover:-moz-placeholder,
.cid-sDgNsxj1wc .field-input:hover:-moz-placeholder,
.cid-sDgNsxj1wc .form-control:focus:-moz-placeholder,
.cid-sDgNsxj1wc .field-input:focus:-moz-placeholder,
.cid-sDgNsxj1wc .form-control:hover:-moz-placeholder,
.cid-sDgNsxj1wc .field-input:hover:-moz-placeholder,
.cid-sDgNsxj1wc .form-control:focus:-moz-placeholder,
.cid-sDgNsxj1wc .field-input:focus:-moz-placeholder {
  color: #777d74;
}
.cid-sDgNsxj1wc .jq-number__spin:hover,
.cid-sDgNsxj1wc .jq-number__spin:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sDgNsxj1wc .jq-number__spin {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sDgNsxj1wc .jq-selectbox li,
.cid-sDgNsxj1wc .jq-selectbox li {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-sDgNsxj1wc .jq-selectbox li:hover,
.cid-sDgNsxj1wc .jq-selectbox li.selected {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-sDgNsxj1wc .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sDgNsxj1wc .jq-number__spin.minus:hover:after,
.cid-sDgNsxj1wc .jq-number__spin.plus:hover:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-sDgNsxj1wc .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sDgNsxj1wc .jq-number__spin.minus:after,
.cid-sDgNsxj1wc .jq-number__spin.plus:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-sDgNsxj1wc input::-webkit-clear-button {
  display: none;
}
.cid-sDgNsxj1wc input::-webkit-inner-spin-button {
  display: none;
}
.cid-sDgNsxj1wc input::-webkit-outer-spin-button {
  display: none;
}
.cid-sDgNsxj1wc input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 767px) {
  .cid-sDgNsxj1wc .col-auto {
    margin: auto;
    margin-top: 2rem;
  }
}
.cid-sDgNsxO2Wn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sDgNsxO2Wn .google-map {
  height: 30rem;
  position: relative;
}
.cid-sDgNsxO2Wn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sDgNsxO2Wn .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sDgNsxO2Wn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sDgNsxO2Wn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sDgNsyDSTi {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-color: #1c1c25;
  z-index: 0;
}
.cid-sDgNsyDSTi .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-sDgNsyDSTi img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-sDgNsyDSTi .icon1 {
  background: #a8aaf1;
}
.cid-sDgNsyDSTi .icon2 {
  background: #ff9083;
}
.cid-sDgNsyDSTi .icon3 {
  background: #72dfe9;
}
.cid-sDgNsyDSTi .card-box {
  padding-left: 1rem;
}
.cid-sDgNsyDSTi .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sDgNsyDSTi .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-sDgNsyDSTi .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sDgNsyDSTi .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sDgNsyDSTi .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDgNsyDSTi .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-sDgNsyDSTi .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-sDgNsyDSTi .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-sDgNsyDSTi .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-sDgNsyDSTi .card-text {
  color: #ffffff;
}
.cid-sDgNsyDSTi .title {
  color: #ffffff;
}
.cid-sDgNszd1OT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1c1c25;
}
.cid-sDgNszd1OT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sDgNszd1OT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sDgNszd1OT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sDgNszd1OT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sDgNszd1OT .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sDgNszd1OT .media-container-row .foot-menu li:hover {
  color: #ff9083;
}
.cid-sDgNszd1OT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDgNszd1OT .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sDgNszd1OT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDgNszd1OT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDgNszd1OT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sDgNszd1OT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDgNszd1OT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDgNszd1OT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDgNszd1OT .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sDgNszd1OT .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sDgNszd1OT .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-sDgNszM1LP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sDgNszM1LP nav.navbar {
  position: fixed;
}
.cid-sDgNszM1LP img {
  width: 50px!important;
  height: 50px!important;
}
.cid-sDgNszM1LP .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-sDgNszM1LP .navbar-short .nav-link {
  color: black!important;
}
.cid-sDgNszM1LP .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sDgNszM1LP .navbar.opened {
  transition: all .3s;
}
.cid-sDgNszM1LP .navbar .navbar-logo img {
  width: auto;
}
.cid-sDgNszM1LP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sDgNszM1LP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sDgNszM1LP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sDgNszM1LP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sDgNszM1LP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sDgNszM1LP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sDgNszM1LP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sDgNszM1LP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sDgNszM1LP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sDgNszM1LP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sDgNszM1LP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sDgNszM1LP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sDgNszM1LP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sDgNszM1LP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDgNszM1LP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-sDgNszM1LP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sDgNszM1LP .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-sDgNszM1LP .navbar.navbar-short {
  min-height: 60px;
}
.cid-sDgNszM1LP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sDgNszM1LP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sDgNszM1LP .navbar-logo {
  margin-right: 1rem!important;
}
.cid-sDgNszM1LP .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sDgNszM1LP .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #ff9083;
}
.cid-sDgNszM1LP .nav-link:hover,
.cid-sDgNszM1LP .nav-link:focus {
  color: #ff9083 !important;
}
.cid-sDgNszM1LP .nav-link:hover:before,
.cid-sDgNszM1LP .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-sDgNszM1LP .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-sDgNszM1LP .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-sDgNszM1LP .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #ff9083;
}
.cid-sDgNszM1LP .dropdown-item:hover,
.cid-sDgNszM1LP .dropdown-item:focus {
  color: #ff9083 !important;
  transform: translateX(10px);
}
.cid-sDgNszM1LP .dropdown-item:hover:before,
.cid-sDgNszM1LP .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-sDgNszM1LP .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sDgNszM1LP .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #ff9083 inset;
}
.cid-sDgNszM1LP .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sDgNszM1LP .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sDgNszM1LP .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-sDgNszM1LP .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #ff9083;
}
.cid-sDgNszM1LP .navbar-nav {
  margin: auto;
}
.cid-sDgNszM1LP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sDgNszM1LP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sDgNszM1LP .container {
  display: flex;
  margin: auto;
}
.cid-sDgNszM1LP .navbar-caption {
  padding-right: 4rem;
}
.cid-sDgNszM1LP .dropdown-menu,
.cid-sDgNszM1LP .navbar.opened {
  background: #ffffff !important;
}
.cid-sDgNszM1LP .nav-item:focus,
.cid-sDgNszM1LP .nav-link:focus {
  outline: none;
}
.cid-sDgNszM1LP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sDgNszM1LP .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sDgNszM1LP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDgNszM1LP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sDgNszM1LP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDgNszM1LP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDgNszM1LP .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sDgNszM1LP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sDgNszM1LP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDgNszM1LP .dropdown-item.active,
.cid-sDgNszM1LP .dropdown-item:active {
  background-color: transparent;
}
.cid-sDgNszM1LP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sDgNszM1LP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sDgNszM1LP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sDgNszM1LP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sDgNszM1LP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sDgNszM1LP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDgNszM1LP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sDgNszM1LP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sDgNszM1LP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sDgNszM1LP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sDgNszM1LP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDgNszM1LP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDgNszM1LP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDgNszM1LP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDgNszM1LP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDgNszM1LP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDgNszM1LP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDgNszM1LP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDgNszM1LP .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sDgNszM1LP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sDgNszM1LP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDgNszM1LP .navbar {
    height: 77px;
  }
  .cid-sDgNszM1LP .navbar.opened {
    height: auto;
  }
  .cid-sDgNszM1LP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-sDgNszM1LP .navbar {
    background: #ffffff;
  }
  .cid-sDgNszM1LP .nav-link {
    color: black!important;
  }
}
.cid-sDgGz5HwyN {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #000000;
}
.cid-sDgGz5HwyN .carousel {
  width: 100%;
}
.cid-sDgGz5HwyN .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-sDgGz5HwyN .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-sDgGz5HwyN .mbr-overlay {
  z-index: 1;
}
.cid-sDgGz5HwyN .carousel-caption {
  bottom: 40px;
}
.cid-sDgGz5HwyN .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sDgGz5HwyN .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sDgGz5HwyN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sDgGz5HwyN .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sDgGz5HwyN .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sDgGz5HwyN .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sDgGz5HwyN .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sDgGz5HwyN .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sDgGz5HwyN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sDgGz5HwyN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sDgGz5HwyN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sDgGz5HwyN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sDgGz5HwyN .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sDgGz5HwyN .carousel-indicators li.active,
.cid-sDgGz5HwyN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sDgGz5HwyN .carousel-indicators li::after,
.cid-sDgGz5HwyN .carousel-indicators li::before {
  content: none;
}
.cid-sDgGz5HwyN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sDgGz5HwyN .carousel-indicators {
    display: none !important;
  }
}
.cid-sDgGz5HwyN H5 {
  color: #e6c63b;
}
.cid-sDgGz6p3xO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1152.jpg");
}
.cid-sDgGz6p3xO .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sDgGz6p3xO .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sDgGz6p3xO .btn {
  margin: 0px !important;
}
.cid-sDgGz6p3xO .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDgGz6p3xO .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDgGz6p3xO .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sDgGz6p3xO .carousel-item .wrap-img {
  text-align: center;
}
.cid-sDgGz6p3xO .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-sDgGz6p3xO .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sDgGz6p3xO .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sDgGz6p3xO .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #bbbbbb;
  display: inline-block;
  border: 4px solid #bbbbbb;
}
.cid-sDgGz6p3xO .carousel-indicators li.active {
  border-color: #898989;
}
@media (max-width: 768px) {
  .cid-sDgGz6p3xO .second-col {
    padding-top: 2rem;
  }
}
.cid-sDgGz8lip5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sDgGz8lip5 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sDgGz8lip5 .container {
    max-width: 1400px;
  }
}
.cid-sDgGz8lip5 .card {
  margin: auto;
}
.cid-sDgGz8lip5 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sDgGz8lip5 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sDgGz8lip5 .row {
  justify-content: center;
}
.cid-sDgGz8WgtN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #bbbbbb;
}
.cid-sDgGz8WgtN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sDgGz8WgtN .btn {
  border-radius: 100px!important;
  padding: 0.7rem 2.2rem;
  position: relative;
  z-index: 2;
}
.cid-sDgGz8WgtN .btn:before {
  content: none;
}
.cid-sDgGz8WgtN .col-auto {
  position: relative;
  margin-top: 2rem;
  padding: 0;
  min-height: 30px;
}
.cid-sDgGz8WgtN .col-auto:before {
  content: '';
  border-radius: 30px;
  transform: translate(6px, 6px);
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
  left: 0;
  background: #ff9083;
  width: 100%;
  height: 100%;
}
.cid-sDgGz8WgtN .col-auto:hover:before {
  transform: translate(0px, 0px);
}
@media (max-width: 767px) {
  .cid-sDgGz8WgtN .col-auto:before {
    transform: translate(0px, 0px);
  }
}
.cid-sDgGz8WgtN .wrapper {
  border: 2px solid #f8f8f8;
  border-radius: 30px;
  padding: 3rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-sDgGz8WgtN .wrapper {
    padding: 1rem;
    padding-bottom: 3rem;
  }
}
.cid-sDgGz8WgtN h4 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.cid-sDgGz8WgtN .form-control,
.cid-sDgGz8WgtN .field-input {
  padding: 1rem 1.5rem!important;
  border-radius: 30px;
}
.cid-sDgGz8WgtN textarea {
  min-height: 200px;
}
.cid-sDgGz8WgtN .form-control,
.cid-sDgGz8WgtN .field-input {
  padding: 0.5rem;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sDgGz8WgtN .form-control::-webkit-input-placeholder,
.cid-sDgGz8WgtN .field-input::-webkit-input-placeholder,
.cid-sDgGz8WgtN .form-control::-webkit-input-placeholder,
.cid-sDgGz8WgtN .field-input::-webkit-input-placeholder {
  color: #777d74;
}
.cid-sDgGz8WgtN .form-control:-moz-placeholder,
.cid-sDgGz8WgtN .field-input:-moz-placeholder,
.cid-sDgGz8WgtN .form-control:-moz-placeholder,
.cid-sDgGz8WgtN .field-input:-moz-placeholder {
  color: #777d74;
}
.cid-sDgGz8WgtN .form-control:hover,
.cid-sDgGz8WgtN .field-input:hover,
.cid-sDgGz8WgtN .form-control:focus,
.cid-sDgGz8WgtN .field-input:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sDgGz8WgtN .form-control:hover::-webkit-input-placeholder,
.cid-sDgGz8WgtN .field-input:hover::-webkit-input-placeholder,
.cid-sDgGz8WgtN .form-control:focus::-webkit-input-placeholder,
.cid-sDgGz8WgtN .field-input:focus::-webkit-input-placeholder,
.cid-sDgGz8WgtN .form-control:hover::-webkit-input-placeholder,
.cid-sDgGz8WgtN .field-input:hover::-webkit-input-placeholder,
.cid-sDgGz8WgtN .form-control:focus::-webkit-input-placeholder,
.cid-sDgGz8WgtN .field-input:focus::-webkit-input-placeholder {
  color: #777d74;
}
.cid-sDgGz8WgtN .form-control:hover:-moz-placeholder,
.cid-sDgGz8WgtN .field-input:hover:-moz-placeholder,
.cid-sDgGz8WgtN .form-control:focus:-moz-placeholder,
.cid-sDgGz8WgtN .field-input:focus:-moz-placeholder,
.cid-sDgGz8WgtN .form-control:hover:-moz-placeholder,
.cid-sDgGz8WgtN .field-input:hover:-moz-placeholder,
.cid-sDgGz8WgtN .form-control:focus:-moz-placeholder,
.cid-sDgGz8WgtN .field-input:focus:-moz-placeholder {
  color: #777d74;
}
.cid-sDgGz8WgtN .jq-number__spin:hover,
.cid-sDgGz8WgtN .jq-number__spin:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sDgGz8WgtN .jq-number__spin {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sDgGz8WgtN .jq-selectbox li,
.cid-sDgGz8WgtN .jq-selectbox li {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-sDgGz8WgtN .jq-selectbox li:hover,
.cid-sDgGz8WgtN .jq-selectbox li.selected {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-sDgGz8WgtN .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sDgGz8WgtN .jq-number__spin.minus:hover:after,
.cid-sDgGz8WgtN .jq-number__spin.plus:hover:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-sDgGz8WgtN .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sDgGz8WgtN .jq-number__spin.minus:after,
.cid-sDgGz8WgtN .jq-number__spin.plus:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-sDgGz8WgtN input::-webkit-clear-button {
  display: none;
}
.cid-sDgGz8WgtN input::-webkit-inner-spin-button {
  display: none;
}
.cid-sDgGz8WgtN input::-webkit-outer-spin-button {
  display: none;
}
.cid-sDgGz8WgtN input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 767px) {
  .cid-sDgGz8WgtN .col-auto {
    margin: auto;
    margin-top: 2rem;
  }
}
.cid-sDgGz9j1WJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sDgGz9j1WJ .google-map {
  height: 30rem;
  position: relative;
}
.cid-sDgGz9j1WJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sDgGz9j1WJ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sDgGz9j1WJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sDgGz9j1WJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sDgGza33mE {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-color: #1c1c25;
  z-index: 0;
}
.cid-sDgGza33mE .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-sDgGza33mE img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-sDgGza33mE .icon1 {
  background: #a8aaf1;
}
.cid-sDgGza33mE .icon2 {
  background: #ff9083;
}
.cid-sDgGza33mE .icon3 {
  background: #72dfe9;
}
.cid-sDgGza33mE .card-box {
  padding-left: 1rem;
}
.cid-sDgGza33mE .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sDgGza33mE .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-sDgGza33mE .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sDgGza33mE .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sDgGza33mE .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDgGza33mE .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-sDgGza33mE .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-sDgGza33mE .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-sDgGza33mE .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-sDgGza33mE .card-text {
  color: #ffffff;
}
.cid-sDgGza33mE .title {
  color: #ffffff;
}
.cid-sDgGzawYip {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1c1c25;
}
.cid-sDgGzawYip .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sDgGzawYip .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sDgGzawYip .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sDgGzawYip .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sDgGzawYip .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sDgGzawYip .media-container-row .foot-menu li:hover {
  color: #ff9083;
}
.cid-sDgGzawYip .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDgGzawYip .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sDgGzawYip .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDgGzawYip .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDgGzawYip .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sDgGzawYip .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDgGzawYip .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDgGzawYip .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDgGzawYip .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sDgGzawYip .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sDgGzawYip .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-sDgGzb4Lyg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sDgGzb4Lyg nav.navbar {
  position: fixed;
}
.cid-sDgGzb4Lyg img {
  width: 50px!important;
  height: 50px!important;
}
.cid-sDgGzb4Lyg .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-sDgGzb4Lyg .navbar-short .nav-link {
  color: black!important;
}
.cid-sDgGzb4Lyg .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sDgGzb4Lyg .navbar.opened {
  transition: all .3s;
}
.cid-sDgGzb4Lyg .navbar .navbar-logo img {
  width: auto;
}
.cid-sDgGzb4Lyg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sDgGzb4Lyg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sDgGzb4Lyg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sDgGzb4Lyg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sDgGzb4Lyg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sDgGzb4Lyg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sDgGzb4Lyg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sDgGzb4Lyg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sDgGzb4Lyg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sDgGzb4Lyg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sDgGzb4Lyg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sDgGzb4Lyg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sDgGzb4Lyg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sDgGzb4Lyg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDgGzb4Lyg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-sDgGzb4Lyg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sDgGzb4Lyg .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-sDgGzb4Lyg .navbar.navbar-short {
  min-height: 60px;
}
.cid-sDgGzb4Lyg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sDgGzb4Lyg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sDgGzb4Lyg .navbar-logo {
  margin-right: 1rem!important;
}
.cid-sDgGzb4Lyg .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sDgGzb4Lyg .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #ff9083;
}
.cid-sDgGzb4Lyg .nav-link:hover,
.cid-sDgGzb4Lyg .nav-link:focus {
  color: #ff9083 !important;
}
.cid-sDgGzb4Lyg .nav-link:hover:before,
.cid-sDgGzb4Lyg .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-sDgGzb4Lyg .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-sDgGzb4Lyg .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-sDgGzb4Lyg .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #ff9083;
}
.cid-sDgGzb4Lyg .dropdown-item:hover,
.cid-sDgGzb4Lyg .dropdown-item:focus {
  color: #ff9083 !important;
  transform: translateX(10px);
}
.cid-sDgGzb4Lyg .dropdown-item:hover:before,
.cid-sDgGzb4Lyg .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-sDgGzb4Lyg .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sDgGzb4Lyg .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #ff9083 inset;
}
.cid-sDgGzb4Lyg .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sDgGzb4Lyg .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sDgGzb4Lyg .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-sDgGzb4Lyg .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #ff9083;
}
.cid-sDgGzb4Lyg .navbar-nav {
  margin: auto;
}
.cid-sDgGzb4Lyg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sDgGzb4Lyg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sDgGzb4Lyg .container {
  display: flex;
  margin: auto;
}
.cid-sDgGzb4Lyg .navbar-caption {
  padding-right: 4rem;
}
.cid-sDgGzb4Lyg .dropdown-menu,
.cid-sDgGzb4Lyg .navbar.opened {
  background: #ffffff !important;
}
.cid-sDgGzb4Lyg .nav-item:focus,
.cid-sDgGzb4Lyg .nav-link:focus {
  outline: none;
}
.cid-sDgGzb4Lyg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sDgGzb4Lyg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sDgGzb4Lyg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDgGzb4Lyg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sDgGzb4Lyg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDgGzb4Lyg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDgGzb4Lyg .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sDgGzb4Lyg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sDgGzb4Lyg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDgGzb4Lyg .dropdown-item.active,
.cid-sDgGzb4Lyg .dropdown-item:active {
  background-color: transparent;
}
.cid-sDgGzb4Lyg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sDgGzb4Lyg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sDgGzb4Lyg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sDgGzb4Lyg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sDgGzb4Lyg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sDgGzb4Lyg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDgGzb4Lyg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sDgGzb4Lyg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sDgGzb4Lyg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sDgGzb4Lyg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sDgGzb4Lyg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDgGzb4Lyg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDgGzb4Lyg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDgGzb4Lyg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDgGzb4Lyg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDgGzb4Lyg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDgGzb4Lyg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDgGzb4Lyg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDgGzb4Lyg .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sDgGzb4Lyg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sDgGzb4Lyg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDgGzb4Lyg .navbar {
    height: 77px;
  }
  .cid-sDgGzb4Lyg .navbar.opened {
    height: auto;
  }
  .cid-sDgGzb4Lyg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-sDgGzb4Lyg .navbar {
    background: #ffffff;
  }
  .cid-sDgGzb4Lyg .nav-link {
    color: black!important;
  }
}
.cid-sDgwm5zWwj {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #000000;
}
.cid-sDgwm5zWwj .carousel {
  width: 100%;
}
.cid-sDgwm5zWwj .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-sDgwm5zWwj .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-sDgwm5zWwj .mbr-overlay {
  z-index: 1;
}
.cid-sDgwm5zWwj .carousel-caption {
  bottom: 40px;
}
.cid-sDgwm5zWwj .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sDgwm5zWwj .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sDgwm5zWwj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sDgwm5zWwj .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sDgwm5zWwj .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sDgwm5zWwj .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sDgwm5zWwj .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sDgwm5zWwj .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sDgwm5zWwj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sDgwm5zWwj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sDgwm5zWwj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sDgwm5zWwj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sDgwm5zWwj .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sDgwm5zWwj .carousel-indicators li.active,
.cid-sDgwm5zWwj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sDgwm5zWwj .carousel-indicators li::after,
.cid-sDgwm5zWwj .carousel-indicators li::before {
  content: none;
}
.cid-sDgwm5zWwj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sDgwm5zWwj .carousel-indicators {
    display: none !important;
  }
}
.cid-sDgwm5zWwj H5 {
  color: #e6c63b;
}
.cid-sDgwm652Gp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1152.jpg");
}
.cid-sDgwm652Gp .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sDgwm652Gp .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sDgwm652Gp .btn {
  margin: 0px !important;
}
.cid-sDgwm652Gp .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDgwm652Gp .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDgwm652Gp .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sDgwm652Gp .carousel-item .wrap-img {
  text-align: center;
}
.cid-sDgwm652Gp .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-sDgwm652Gp .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sDgwm652Gp .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sDgwm652Gp .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #bbbbbb;
  display: inline-block;
  border: 4px solid #bbbbbb;
}
.cid-sDgwm652Gp .carousel-indicators li.active {
  border-color: #898989;
}
@media (max-width: 768px) {
  .cid-sDgwm652Gp .second-col {
    padding-top: 2rem;
  }
}
.cid-sDgwm7QE9b {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sDgwm7QE9b .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sDgwm7QE9b .container {
    max-width: 1400px;
  }
}
.cid-sDgwm7QE9b .card {
  margin: auto;
}
.cid-sDgwm7QE9b .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sDgwm7QE9b .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sDgwm7QE9b .row {
  justify-content: center;
}
.cid-sDgwm8iNDE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #bbbbbb;
}
.cid-sDgwm8iNDE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sDgwm8iNDE .btn {
  border-radius: 100px!important;
  padding: 0.7rem 2.2rem;
  position: relative;
  z-index: 2;
}
.cid-sDgwm8iNDE .btn:before {
  content: none;
}
.cid-sDgwm8iNDE .col-auto {
  position: relative;
  margin-top: 2rem;
  padding: 0;
  min-height: 30px;
}
.cid-sDgwm8iNDE .col-auto:before {
  content: '';
  border-radius: 30px;
  transform: translate(6px, 6px);
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
  left: 0;
  background: #ff9083;
  width: 100%;
  height: 100%;
}
.cid-sDgwm8iNDE .col-auto:hover:before {
  transform: translate(0px, 0px);
}
@media (max-width: 767px) {
  .cid-sDgwm8iNDE .col-auto:before {
    transform: translate(0px, 0px);
  }
}
.cid-sDgwm8iNDE .wrapper {
  border: 2px solid #f8f8f8;
  border-radius: 30px;
  padding: 3rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-sDgwm8iNDE .wrapper {
    padding: 1rem;
    padding-bottom: 3rem;
  }
}
.cid-sDgwm8iNDE h4 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.cid-sDgwm8iNDE .form-control,
.cid-sDgwm8iNDE .field-input {
  padding: 1rem 1.5rem!important;
  border-radius: 30px;
}
.cid-sDgwm8iNDE textarea {
  min-height: 200px;
}
.cid-sDgwm8iNDE .form-control,
.cid-sDgwm8iNDE .field-input {
  padding: 0.5rem;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sDgwm8iNDE .form-control::-webkit-input-placeholder,
.cid-sDgwm8iNDE .field-input::-webkit-input-placeholder,
.cid-sDgwm8iNDE .form-control::-webkit-input-placeholder,
.cid-sDgwm8iNDE .field-input::-webkit-input-placeholder {
  color: #777d74;
}
.cid-sDgwm8iNDE .form-control:-moz-placeholder,
.cid-sDgwm8iNDE .field-input:-moz-placeholder,
.cid-sDgwm8iNDE .form-control:-moz-placeholder,
.cid-sDgwm8iNDE .field-input:-moz-placeholder {
  color: #777d74;
}
.cid-sDgwm8iNDE .form-control:hover,
.cid-sDgwm8iNDE .field-input:hover,
.cid-sDgwm8iNDE .form-control:focus,
.cid-sDgwm8iNDE .field-input:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sDgwm8iNDE .form-control:hover::-webkit-input-placeholder,
.cid-sDgwm8iNDE .field-input:hover::-webkit-input-placeholder,
.cid-sDgwm8iNDE .form-control:focus::-webkit-input-placeholder,
.cid-sDgwm8iNDE .field-input:focus::-webkit-input-placeholder,
.cid-sDgwm8iNDE .form-control:hover::-webkit-input-placeholder,
.cid-sDgwm8iNDE .field-input:hover::-webkit-input-placeholder,
.cid-sDgwm8iNDE .form-control:focus::-webkit-input-placeholder,
.cid-sDgwm8iNDE .field-input:focus::-webkit-input-placeholder {
  color: #777d74;
}
.cid-sDgwm8iNDE .form-control:hover:-moz-placeholder,
.cid-sDgwm8iNDE .field-input:hover:-moz-placeholder,
.cid-sDgwm8iNDE .form-control:focus:-moz-placeholder,
.cid-sDgwm8iNDE .field-input:focus:-moz-placeholder,
.cid-sDgwm8iNDE .form-control:hover:-moz-placeholder,
.cid-sDgwm8iNDE .field-input:hover:-moz-placeholder,
.cid-sDgwm8iNDE .form-control:focus:-moz-placeholder,
.cid-sDgwm8iNDE .field-input:focus:-moz-placeholder {
  color: #777d74;
}
.cid-sDgwm8iNDE .jq-number__spin:hover,
.cid-sDgwm8iNDE .jq-number__spin:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sDgwm8iNDE .jq-number__spin {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sDgwm8iNDE .jq-selectbox li,
.cid-sDgwm8iNDE .jq-selectbox li {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-sDgwm8iNDE .jq-selectbox li:hover,
.cid-sDgwm8iNDE .jq-selectbox li.selected {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-sDgwm8iNDE .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sDgwm8iNDE .jq-number__spin.minus:hover:after,
.cid-sDgwm8iNDE .jq-number__spin.plus:hover:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-sDgwm8iNDE .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sDgwm8iNDE .jq-number__spin.minus:after,
.cid-sDgwm8iNDE .jq-number__spin.plus:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-sDgwm8iNDE input::-webkit-clear-button {
  display: none;
}
.cid-sDgwm8iNDE input::-webkit-inner-spin-button {
  display: none;
}
.cid-sDgwm8iNDE input::-webkit-outer-spin-button {
  display: none;
}
.cid-sDgwm8iNDE input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 767px) {
  .cid-sDgwm8iNDE .col-auto {
    margin: auto;
    margin-top: 2rem;
  }
}
.cid-sDgwm8GrMN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sDgwm8GrMN .google-map {
  height: 30rem;
  position: relative;
}
.cid-sDgwm8GrMN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sDgwm8GrMN .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sDgwm8GrMN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sDgwm8GrMN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sDgwmalq6w {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-color: #1c1c25;
  z-index: 0;
}
.cid-sDgwmalq6w .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-sDgwmalq6w img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-sDgwmalq6w .icon1 {
  background: #a8aaf1;
}
.cid-sDgwmalq6w .icon2 {
  background: #ff9083;
}
.cid-sDgwmalq6w .icon3 {
  background: #72dfe9;
}
.cid-sDgwmalq6w .card-box {
  padding-left: 1rem;
}
.cid-sDgwmalq6w .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sDgwmalq6w .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-sDgwmalq6w .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sDgwmalq6w .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sDgwmalq6w .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDgwmalq6w .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-sDgwmalq6w .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-sDgwmalq6w .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-sDgwmalq6w .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-sDgwmalq6w .card-text {
  color: #ffffff;
}
.cid-sDgwmalq6w .title {
  color: #ffffff;
}
.cid-sDgwmaX4eL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1c1c25;
}
.cid-sDgwmaX4eL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sDgwmaX4eL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sDgwmaX4eL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sDgwmaX4eL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sDgwmaX4eL .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sDgwmaX4eL .media-container-row .foot-menu li:hover {
  color: #ff9083;
}
.cid-sDgwmaX4eL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDgwmaX4eL .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sDgwmaX4eL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDgwmaX4eL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDgwmaX4eL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sDgwmaX4eL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDgwmaX4eL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDgwmaX4eL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDgwmaX4eL .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sDgwmaX4eL .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sDgwmaX4eL .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-sDgwmbzejm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sDgwmbzejm nav.navbar {
  position: fixed;
}
.cid-sDgwmbzejm img {
  width: 50px!important;
  height: 50px!important;
}
.cid-sDgwmbzejm .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-sDgwmbzejm .navbar-short .nav-link {
  color: black!important;
}
.cid-sDgwmbzejm .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sDgwmbzejm .navbar.opened {
  transition: all .3s;
}
.cid-sDgwmbzejm .navbar .navbar-logo img {
  width: auto;
}
.cid-sDgwmbzejm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sDgwmbzejm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sDgwmbzejm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sDgwmbzejm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sDgwmbzejm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sDgwmbzejm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sDgwmbzejm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sDgwmbzejm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sDgwmbzejm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sDgwmbzejm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sDgwmbzejm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sDgwmbzejm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sDgwmbzejm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sDgwmbzejm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDgwmbzejm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-sDgwmbzejm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sDgwmbzejm .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-sDgwmbzejm .navbar.navbar-short {
  min-height: 60px;
}
.cid-sDgwmbzejm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sDgwmbzejm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sDgwmbzejm .navbar-logo {
  margin-right: 1rem!important;
}
.cid-sDgwmbzejm .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sDgwmbzejm .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #ff9083;
}
.cid-sDgwmbzejm .nav-link:hover,
.cid-sDgwmbzejm .nav-link:focus {
  color: #ff9083 !important;
}
.cid-sDgwmbzejm .nav-link:hover:before,
.cid-sDgwmbzejm .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-sDgwmbzejm .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-sDgwmbzejm .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-sDgwmbzejm .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #ff9083;
}
.cid-sDgwmbzejm .dropdown-item:hover,
.cid-sDgwmbzejm .dropdown-item:focus {
  color: #ff9083 !important;
  transform: translateX(10px);
}
.cid-sDgwmbzejm .dropdown-item:hover:before,
.cid-sDgwmbzejm .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-sDgwmbzejm .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sDgwmbzejm .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #ff9083 inset;
}
.cid-sDgwmbzejm .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sDgwmbzejm .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sDgwmbzejm .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-sDgwmbzejm .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #ff9083;
}
.cid-sDgwmbzejm .navbar-nav {
  margin: auto;
}
.cid-sDgwmbzejm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sDgwmbzejm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sDgwmbzejm .container {
  display: flex;
  margin: auto;
}
.cid-sDgwmbzejm .navbar-caption {
  padding-right: 4rem;
}
.cid-sDgwmbzejm .dropdown-menu,
.cid-sDgwmbzejm .navbar.opened {
  background: #ffffff !important;
}
.cid-sDgwmbzejm .nav-item:focus,
.cid-sDgwmbzejm .nav-link:focus {
  outline: none;
}
.cid-sDgwmbzejm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sDgwmbzejm .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sDgwmbzejm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDgwmbzejm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sDgwmbzejm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDgwmbzejm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDgwmbzejm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sDgwmbzejm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sDgwmbzejm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDgwmbzejm .dropdown-item.active,
.cid-sDgwmbzejm .dropdown-item:active {
  background-color: transparent;
}
.cid-sDgwmbzejm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sDgwmbzejm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sDgwmbzejm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sDgwmbzejm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sDgwmbzejm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sDgwmbzejm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDgwmbzejm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sDgwmbzejm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sDgwmbzejm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sDgwmbzejm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sDgwmbzejm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDgwmbzejm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDgwmbzejm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDgwmbzejm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDgwmbzejm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDgwmbzejm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDgwmbzejm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDgwmbzejm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDgwmbzejm .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sDgwmbzejm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sDgwmbzejm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDgwmbzejm .navbar {
    height: 77px;
  }
  .cid-sDgwmbzejm .navbar.opened {
    height: auto;
  }
  .cid-sDgwmbzejm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-sDgwmbzejm .navbar {
    background: #ffffff;
  }
  .cid-sDgwmbzejm .nav-link {
    color: black!important;
  }
}
.cid-sEnMjXx6gw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sEnMjXx6gw nav.navbar {
  position: fixed;
}
.cid-sEnMjXx6gw img {
  width: 50px!important;
  height: 50px!important;
}
.cid-sEnMjXx6gw .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-sEnMjXx6gw .navbar-short .nav-link {
  color: black!important;
}
.cid-sEnMjXx6gw .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sEnMjXx6gw .navbar.opened {
  transition: all .3s;
}
.cid-sEnMjXx6gw .navbar .navbar-logo img {
  width: auto;
}
.cid-sEnMjXx6gw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sEnMjXx6gw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEnMjXx6gw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sEnMjXx6gw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEnMjXx6gw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sEnMjXx6gw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sEnMjXx6gw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEnMjXx6gw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sEnMjXx6gw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEnMjXx6gw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEnMjXx6gw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEnMjXx6gw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sEnMjXx6gw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sEnMjXx6gw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEnMjXx6gw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-sEnMjXx6gw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sEnMjXx6gw .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-sEnMjXx6gw .navbar.navbar-short {
  min-height: 60px;
}
.cid-sEnMjXx6gw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sEnMjXx6gw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sEnMjXx6gw .navbar-logo {
  margin-right: 1rem!important;
}
.cid-sEnMjXx6gw .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sEnMjXx6gw .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #ff9083;
}
.cid-sEnMjXx6gw .nav-link:hover,
.cid-sEnMjXx6gw .nav-link:focus {
  color: #ff9083 !important;
}
.cid-sEnMjXx6gw .nav-link:hover:before,
.cid-sEnMjXx6gw .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-sEnMjXx6gw .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-sEnMjXx6gw .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-sEnMjXx6gw .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #ff9083;
}
.cid-sEnMjXx6gw .dropdown-item:hover,
.cid-sEnMjXx6gw .dropdown-item:focus {
  color: #ff9083 !important;
  transform: translateX(10px);
}
.cid-sEnMjXx6gw .dropdown-item:hover:before,
.cid-sEnMjXx6gw .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-sEnMjXx6gw .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sEnMjXx6gw .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #ff9083 inset;
}
.cid-sEnMjXx6gw .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sEnMjXx6gw .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sEnMjXx6gw .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-sEnMjXx6gw .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #ff9083;
}
.cid-sEnMjXx6gw .navbar-nav {
  margin: auto;
}
.cid-sEnMjXx6gw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sEnMjXx6gw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sEnMjXx6gw .container {
  display: flex;
  margin: auto;
}
.cid-sEnMjXx6gw .navbar-caption {
  padding-right: 4rem;
}
.cid-sEnMjXx6gw .dropdown-menu,
.cid-sEnMjXx6gw .navbar.opened {
  background: #ffffff !important;
}
.cid-sEnMjXx6gw .nav-item:focus,
.cid-sEnMjXx6gw .nav-link:focus {
  outline: none;
}
.cid-sEnMjXx6gw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sEnMjXx6gw .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sEnMjXx6gw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sEnMjXx6gw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sEnMjXx6gw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEnMjXx6gw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEnMjXx6gw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sEnMjXx6gw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEnMjXx6gw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEnMjXx6gw .dropdown-item.active,
.cid-sEnMjXx6gw .dropdown-item:active {
  background-color: transparent;
}
.cid-sEnMjXx6gw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sEnMjXx6gw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEnMjXx6gw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEnMjXx6gw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sEnMjXx6gw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEnMjXx6gw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEnMjXx6gw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sEnMjXx6gw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sEnMjXx6gw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sEnMjXx6gw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sEnMjXx6gw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sEnMjXx6gw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sEnMjXx6gw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sEnMjXx6gw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sEnMjXx6gw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sEnMjXx6gw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sEnMjXx6gw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sEnMjXx6gw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sEnMjXx6gw .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sEnMjXx6gw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sEnMjXx6gw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sEnMjXx6gw .navbar {
    height: 77px;
  }
  .cid-sEnMjXx6gw .navbar.opened {
    height: auto;
  }
  .cid-sEnMjXx6gw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-sEnMjXx6gw .navbar {
    background: #ffffff;
  }
  .cid-sEnMjXx6gw .nav-link {
    color: black!important;
  }
}
.cid-sEnFRV9dlw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sEnFRV9dlw .mbr-section-title,
.cid-sEnFRV9dlw .mbr-section-subtitle {
  color: #000000;
}
.cid-sEnFRV9dlw .mbr-section-text {
  color: #232323;
}
.cid-sEnFRV9dlw .mbr-text,
.cid-sEnFRV9dlw .typed-text,
.cid-sEnFRV9dlw .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sEnFRV9dlw .btn {
  margin-left: 4px !important;
}
.cid-sEnFRV9dlw .animated-element {
  color: #ff3366;
}
.cid-sEnFRV9dlw .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sEnFRV9dlw .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sEnFRV9dlw .typed-text,
  .cid-sEnFRV9dlw .mbr-section-subtitle,
  .cid-sEnFRV9dlw .mbr-section-text,
  .cid-sEnFRV9dlw .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sEnI7jzM9e {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-sEnI7jzM9e .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sEnI7jzM9e .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sEnI7jzM9e .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sEnJtXLtAG {
  flex-direction: column !important;
  justify-content: center;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-sEnJtXLtAG .row.heading {
  margin-bottom: 72px;
}
.cid-sEnJtXLtAG .card {
  flex-direction: row;
  justify-content: center;
}
.cid-sEnJtXLtAG .card-box {
  display: flex;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-sEnJtXLtAG .card-box .card-title {
  color: #ffffff;
}
.cid-sEnJtXLtAG .card-box .mbr-text {
  color: #ffffff;
}
.cid-sEnJtXLtAG .card-box .link .btn {
  margin: 0;
}
.cid-sEnJtXLtAG .card .card-img {
  border-radius: 70px;
  text-align: center;
  padding: 0;
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  border: 2px solid #ffffff;
}
.cid-sEnJtXLtAG .card .card-img span {
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.65;
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-sEnJtXLtAG .card {
    flex-direction: column;
    align-items: center;
  }
  .cid-sEnJtXLtAG .card .card-img {
    margin-bottom: 1.5rem;
  }
  .cid-sEnJtXLtAG .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-sEnJtXLtAG .card .card-box .card-title,
  .cid-sEnJtXLtAG .card .card-box .mbr-text,
  .cid-sEnJtXLtAG .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-sEnJtXLtAG .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.cid-sEnF68HtiN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #bbbbbb;
}
.cid-sEnF68HtiN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sEnF68HtiN .btn {
  border-radius: 100px!important;
  padding: 0.7rem 2.2rem;
  position: relative;
  z-index: 2;
}
.cid-sEnF68HtiN .btn:before {
  content: none;
}
.cid-sEnF68HtiN .col-auto {
  position: relative;
  margin-top: 2rem;
  padding: 0;
  min-height: 30px;
}
.cid-sEnF68HtiN .col-auto:before {
  content: '';
  border-radius: 30px;
  transform: translate(6px, 6px);
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
  left: 0;
  background: #ff9083;
  width: 100%;
  height: 100%;
}
.cid-sEnF68HtiN .col-auto:hover:before {
  transform: translate(0px, 0px);
}
@media (max-width: 767px) {
  .cid-sEnF68HtiN .col-auto:before {
    transform: translate(0px, 0px);
  }
}
.cid-sEnF68HtiN .wrapper {
  border: 2px solid #f8f8f8;
  border-radius: 30px;
  padding: 3rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-sEnF68HtiN .wrapper {
    padding: 1rem;
    padding-bottom: 3rem;
  }
}
.cid-sEnF68HtiN h4 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.cid-sEnF68HtiN .form-control,
.cid-sEnF68HtiN .field-input {
  padding: 1rem 1.5rem!important;
  border-radius: 30px;
}
.cid-sEnF68HtiN textarea {
  min-height: 200px;
}
.cid-sEnF68HtiN .form-control,
.cid-sEnF68HtiN .field-input {
  padding: 0.5rem;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sEnF68HtiN .form-control::-webkit-input-placeholder,
.cid-sEnF68HtiN .field-input::-webkit-input-placeholder,
.cid-sEnF68HtiN .form-control::-webkit-input-placeholder,
.cid-sEnF68HtiN .field-input::-webkit-input-placeholder {
  color: #777d74;
}
.cid-sEnF68HtiN .form-control:-moz-placeholder,
.cid-sEnF68HtiN .field-input:-moz-placeholder,
.cid-sEnF68HtiN .form-control:-moz-placeholder,
.cid-sEnF68HtiN .field-input:-moz-placeholder {
  color: #777d74;
}
.cid-sEnF68HtiN .form-control:hover,
.cid-sEnF68HtiN .field-input:hover,
.cid-sEnF68HtiN .form-control:focus,
.cid-sEnF68HtiN .field-input:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sEnF68HtiN .form-control:hover::-webkit-input-placeholder,
.cid-sEnF68HtiN .field-input:hover::-webkit-input-placeholder,
.cid-sEnF68HtiN .form-control:focus::-webkit-input-placeholder,
.cid-sEnF68HtiN .field-input:focus::-webkit-input-placeholder,
.cid-sEnF68HtiN .form-control:hover::-webkit-input-placeholder,
.cid-sEnF68HtiN .field-input:hover::-webkit-input-placeholder,
.cid-sEnF68HtiN .form-control:focus::-webkit-input-placeholder,
.cid-sEnF68HtiN .field-input:focus::-webkit-input-placeholder {
  color: #777d74;
}
.cid-sEnF68HtiN .form-control:hover:-moz-placeholder,
.cid-sEnF68HtiN .field-input:hover:-moz-placeholder,
.cid-sEnF68HtiN .form-control:focus:-moz-placeholder,
.cid-sEnF68HtiN .field-input:focus:-moz-placeholder,
.cid-sEnF68HtiN .form-control:hover:-moz-placeholder,
.cid-sEnF68HtiN .field-input:hover:-moz-placeholder,
.cid-sEnF68HtiN .form-control:focus:-moz-placeholder,
.cid-sEnF68HtiN .field-input:focus:-moz-placeholder {
  color: #777d74;
}
.cid-sEnF68HtiN .jq-number__spin:hover,
.cid-sEnF68HtiN .jq-number__spin:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sEnF68HtiN .jq-number__spin {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sEnF68HtiN .jq-selectbox li,
.cid-sEnF68HtiN .jq-selectbox li {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-sEnF68HtiN .jq-selectbox li:hover,
.cid-sEnF68HtiN .jq-selectbox li.selected {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-sEnF68HtiN .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sEnF68HtiN .jq-number__spin.minus:hover:after,
.cid-sEnF68HtiN .jq-number__spin.plus:hover:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-sEnF68HtiN .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sEnF68HtiN .jq-number__spin.minus:after,
.cid-sEnF68HtiN .jq-number__spin.plus:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-sEnF68HtiN input::-webkit-clear-button {
  display: none;
}
.cid-sEnF68HtiN input::-webkit-inner-spin-button {
  display: none;
}
.cid-sEnF68HtiN input::-webkit-outer-spin-button {
  display: none;
}
.cid-sEnF68HtiN input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 767px) {
  .cid-sEnF68HtiN .col-auto {
    margin: auto;
    margin-top: 2rem;
  }
}
.cid-sEnF6956GW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sEnF6956GW .google-map {
  height: 30rem;
  position: relative;
}
.cid-sEnF6956GW .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sEnF6956GW .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sEnF6956GW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sEnF6956GW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sEnF69O53R {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-color: #1c1c25;
  z-index: 0;
}
.cid-sEnF69O53R .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-sEnF69O53R img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-sEnF69O53R .icon1 {
  background: #a8aaf1;
}
.cid-sEnF69O53R .icon2 {
  background: #ff9083;
}
.cid-sEnF69O53R .icon3 {
  background: #72dfe9;
}
.cid-sEnF69O53R .card-box {
  padding-left: 1rem;
}
.cid-sEnF69O53R .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sEnF69O53R .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-sEnF69O53R .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sEnF69O53R .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sEnF69O53R .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sEnF69O53R .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-sEnF69O53R .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-sEnF69O53R .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-sEnF69O53R .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-sEnF69O53R .card-text {
  color: #ffffff;
}
.cid-sEnF69O53R .title {
  color: #ffffff;
}
.cid-sEnF6aqDBh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1c1c25;
}
.cid-sEnF6aqDBh .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sEnF6aqDBh .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sEnF6aqDBh .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sEnF6aqDBh .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sEnF6aqDBh .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sEnF6aqDBh .media-container-row .foot-menu li:hover {
  color: #ff9083;
}
.cid-sEnF6aqDBh .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sEnF6aqDBh .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sEnF6aqDBh .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sEnF6aqDBh .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sEnF6aqDBh .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sEnF6aqDBh .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sEnF6aqDBh .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sEnF6aqDBh .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sEnF6aqDBh .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sEnF6aqDBh .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sEnF6aqDBh .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-sEnRj8PPJ0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sEnRj8PPJ0 nav.navbar {
  position: fixed;
}
.cid-sEnRj8PPJ0 img {
  width: 50px!important;
  height: 50px!important;
}
.cid-sEnRj8PPJ0 .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-sEnRj8PPJ0 .navbar-short .nav-link {
  color: black!important;
}
.cid-sEnRj8PPJ0 .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sEnRj8PPJ0 .navbar.opened {
  transition: all .3s;
}
.cid-sEnRj8PPJ0 .navbar .navbar-logo img {
  width: auto;
}
.cid-sEnRj8PPJ0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sEnRj8PPJ0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEnRj8PPJ0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sEnRj8PPJ0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEnRj8PPJ0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sEnRj8PPJ0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sEnRj8PPJ0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEnRj8PPJ0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sEnRj8PPJ0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEnRj8PPJ0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEnRj8PPJ0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEnRj8PPJ0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sEnRj8PPJ0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sEnRj8PPJ0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEnRj8PPJ0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-sEnRj8PPJ0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sEnRj8PPJ0 .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-sEnRj8PPJ0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sEnRj8PPJ0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sEnRj8PPJ0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sEnRj8PPJ0 .navbar-logo {
  margin-right: 1rem!important;
}
.cid-sEnRj8PPJ0 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sEnRj8PPJ0 .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #ff9083;
}
.cid-sEnRj8PPJ0 .nav-link:hover,
.cid-sEnRj8PPJ0 .nav-link:focus {
  color: #ff9083 !important;
}
.cid-sEnRj8PPJ0 .nav-link:hover:before,
.cid-sEnRj8PPJ0 .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-sEnRj8PPJ0 .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-sEnRj8PPJ0 .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-sEnRj8PPJ0 .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #ff9083;
}
.cid-sEnRj8PPJ0 .dropdown-item:hover,
.cid-sEnRj8PPJ0 .dropdown-item:focus {
  color: #ff9083 !important;
  transform: translateX(10px);
}
.cid-sEnRj8PPJ0 .dropdown-item:hover:before,
.cid-sEnRj8PPJ0 .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-sEnRj8PPJ0 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sEnRj8PPJ0 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #ff9083 inset;
}
.cid-sEnRj8PPJ0 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sEnRj8PPJ0 .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sEnRj8PPJ0 .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-sEnRj8PPJ0 .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #ff9083;
}
.cid-sEnRj8PPJ0 .navbar-nav {
  margin: auto;
}
.cid-sEnRj8PPJ0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sEnRj8PPJ0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sEnRj8PPJ0 .container {
  display: flex;
  margin: auto;
}
.cid-sEnRj8PPJ0 .navbar-caption {
  padding-right: 4rem;
}
.cid-sEnRj8PPJ0 .dropdown-menu,
.cid-sEnRj8PPJ0 .navbar.opened {
  background: #ffffff !important;
}
.cid-sEnRj8PPJ0 .nav-item:focus,
.cid-sEnRj8PPJ0 .nav-link:focus {
  outline: none;
}
.cid-sEnRj8PPJ0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sEnRj8PPJ0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sEnRj8PPJ0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sEnRj8PPJ0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sEnRj8PPJ0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEnRj8PPJ0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEnRj8PPJ0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sEnRj8PPJ0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEnRj8PPJ0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEnRj8PPJ0 .dropdown-item.active,
.cid-sEnRj8PPJ0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sEnRj8PPJ0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sEnRj8PPJ0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEnRj8PPJ0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEnRj8PPJ0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sEnRj8PPJ0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEnRj8PPJ0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEnRj8PPJ0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sEnRj8PPJ0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sEnRj8PPJ0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sEnRj8PPJ0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sEnRj8PPJ0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sEnRj8PPJ0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sEnRj8PPJ0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sEnRj8PPJ0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sEnRj8PPJ0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sEnRj8PPJ0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sEnRj8PPJ0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sEnRj8PPJ0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sEnRj8PPJ0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sEnRj8PPJ0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sEnRj8PPJ0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sEnRj8PPJ0 .navbar {
    height: 77px;
  }
  .cid-sEnRj8PPJ0 .navbar.opened {
    height: auto;
  }
  .cid-sEnRj8PPJ0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-sEnRj8PPJ0 .navbar {
    background: #ffffff;
  }
  .cid-sEnRj8PPJ0 .nav-link {
    color: black!important;
  }
}
.cid-sEnRj9sFHZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sEnRj9sFHZ .mbr-section-title,
.cid-sEnRj9sFHZ .mbr-section-subtitle {
  color: #000000;
}
.cid-sEnRj9sFHZ .mbr-section-text {
  color: #232323;
}
.cid-sEnRj9sFHZ .mbr-text,
.cid-sEnRj9sFHZ .typed-text,
.cid-sEnRj9sFHZ .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sEnRj9sFHZ .btn {
  margin-left: 4px !important;
}
.cid-sEnRj9sFHZ .animated-element {
  color: #ff3366;
}
.cid-sEnRj9sFHZ .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sEnRj9sFHZ .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sEnRj9sFHZ .typed-text,
  .cid-sEnRj9sFHZ .mbr-section-subtitle,
  .cid-sEnRj9sFHZ .mbr-section-text,
  .cid-sEnRj9sFHZ .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sEnRja7bvE {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-sEnRja7bvE .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sEnRja7bvE .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sEnRja7bvE .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sEnRjavGyZ {
  flex-direction: column !important;
  justify-content: center;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-sEnRjavGyZ .row.heading {
  margin-bottom: 72px;
}
.cid-sEnRjavGyZ .card {
  flex-direction: row;
  justify-content: center;
}
.cid-sEnRjavGyZ .card-box {
  display: flex;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-sEnRjavGyZ .card-box .card-title {
  color: #ffffff;
}
.cid-sEnRjavGyZ .card-box .mbr-text {
  color: #ffffff;
}
.cid-sEnRjavGyZ .card-box .link .btn {
  margin: 0;
}
.cid-sEnRjavGyZ .card .card-img {
  border-radius: 70px;
  text-align: center;
  padding: 0;
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  border: 2px solid #ffffff;
}
.cid-sEnRjavGyZ .card .card-img span {
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.65;
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-sEnRjavGyZ .card {
    flex-direction: column;
    align-items: center;
  }
  .cid-sEnRjavGyZ .card .card-img {
    margin-bottom: 1.5rem;
  }
  .cid-sEnRjavGyZ .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-sEnRjavGyZ .card .card-box .card-title,
  .cid-sEnRjavGyZ .card .card-box .mbr-text,
  .cid-sEnRjavGyZ .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-sEnRjavGyZ .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.cid-sEnUshTRug {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
  background: linear-gradient(to right top, #bbbbbb, #ff9966);
}
.cid-sEnUshTRug .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-sEnUshTRug .img-wrap img {
  width: 89%;
  margin: auto;
}
.cid-sEnUshTRug .mbr-text,
.cid-sEnUshTRug .mbr-section-btn {
  color: #ffffff;
}
.cid-sEnUshTRug .mbr-section-title {
  color: #ffffff;
}
.cid-sEnUshTRug .buttons-wrap .link {
  display: flex;
}
.cid-sEnUshTRug .mbr-arrow {
  bottom: 0;
}
.cid-sEnRjbpmAn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #bbbbbb;
}
.cid-sEnRjbpmAn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sEnRjbpmAn .btn {
  border-radius: 100px!important;
  padding: 0.7rem 2.2rem;
  position: relative;
  z-index: 2;
}
.cid-sEnRjbpmAn .btn:before {
  content: none;
}
.cid-sEnRjbpmAn .col-auto {
  position: relative;
  margin-top: 2rem;
  padding: 0;
  min-height: 30px;
}
.cid-sEnRjbpmAn .col-auto:before {
  content: '';
  border-radius: 30px;
  transform: translate(6px, 6px);
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
  left: 0;
  background: #ff9083;
  width: 100%;
  height: 100%;
}
.cid-sEnRjbpmAn .col-auto:hover:before {
  transform: translate(0px, 0px);
}
@media (max-width: 767px) {
  .cid-sEnRjbpmAn .col-auto:before {
    transform: translate(0px, 0px);
  }
}
.cid-sEnRjbpmAn .wrapper {
  border: 2px solid #f8f8f8;
  border-radius: 30px;
  padding: 3rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-sEnRjbpmAn .wrapper {
    padding: 1rem;
    padding-bottom: 3rem;
  }
}
.cid-sEnRjbpmAn h4 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.cid-sEnRjbpmAn .form-control,
.cid-sEnRjbpmAn .field-input {
  padding: 1rem 1.5rem!important;
  border-radius: 30px;
}
.cid-sEnRjbpmAn textarea {
  min-height: 200px;
}
.cid-sEnRjbpmAn .form-control,
.cid-sEnRjbpmAn .field-input {
  padding: 0.5rem;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sEnRjbpmAn .form-control::-webkit-input-placeholder,
.cid-sEnRjbpmAn .field-input::-webkit-input-placeholder,
.cid-sEnRjbpmAn .form-control::-webkit-input-placeholder,
.cid-sEnRjbpmAn .field-input::-webkit-input-placeholder {
  color: #777d74;
}
.cid-sEnRjbpmAn .form-control:-moz-placeholder,
.cid-sEnRjbpmAn .field-input:-moz-placeholder,
.cid-sEnRjbpmAn .form-control:-moz-placeholder,
.cid-sEnRjbpmAn .field-input:-moz-placeholder {
  color: #777d74;
}
.cid-sEnRjbpmAn .form-control:hover,
.cid-sEnRjbpmAn .field-input:hover,
.cid-sEnRjbpmAn .form-control:focus,
.cid-sEnRjbpmAn .field-input:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sEnRjbpmAn .form-control:hover::-webkit-input-placeholder,
.cid-sEnRjbpmAn .field-input:hover::-webkit-input-placeholder,
.cid-sEnRjbpmAn .form-control:focus::-webkit-input-placeholder,
.cid-sEnRjbpmAn .field-input:focus::-webkit-input-placeholder,
.cid-sEnRjbpmAn .form-control:hover::-webkit-input-placeholder,
.cid-sEnRjbpmAn .field-input:hover::-webkit-input-placeholder,
.cid-sEnRjbpmAn .form-control:focus::-webkit-input-placeholder,
.cid-sEnRjbpmAn .field-input:focus::-webkit-input-placeholder {
  color: #777d74;
}
.cid-sEnRjbpmAn .form-control:hover:-moz-placeholder,
.cid-sEnRjbpmAn .field-input:hover:-moz-placeholder,
.cid-sEnRjbpmAn .form-control:focus:-moz-placeholder,
.cid-sEnRjbpmAn .field-input:focus:-moz-placeholder,
.cid-sEnRjbpmAn .form-control:hover:-moz-placeholder,
.cid-sEnRjbpmAn .field-input:hover:-moz-placeholder,
.cid-sEnRjbpmAn .form-control:focus:-moz-placeholder,
.cid-sEnRjbpmAn .field-input:focus:-moz-placeholder {
  color: #777d74;
}
.cid-sEnRjbpmAn .jq-number__spin:hover,
.cid-sEnRjbpmAn .jq-number__spin:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sEnRjbpmAn .jq-number__spin {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sEnRjbpmAn .jq-selectbox li,
.cid-sEnRjbpmAn .jq-selectbox li {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-sEnRjbpmAn .jq-selectbox li:hover,
.cid-sEnRjbpmAn .jq-selectbox li.selected {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-sEnRjbpmAn .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sEnRjbpmAn .jq-number__spin.minus:hover:after,
.cid-sEnRjbpmAn .jq-number__spin.plus:hover:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-sEnRjbpmAn .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sEnRjbpmAn .jq-number__spin.minus:after,
.cid-sEnRjbpmAn .jq-number__spin.plus:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-sEnRjbpmAn input::-webkit-clear-button {
  display: none;
}
.cid-sEnRjbpmAn input::-webkit-inner-spin-button {
  display: none;
}
.cid-sEnRjbpmAn input::-webkit-outer-spin-button {
  display: none;
}
.cid-sEnRjbpmAn input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 767px) {
  .cid-sEnRjbpmAn .col-auto {
    margin: auto;
    margin-top: 2rem;
  }
}
.cid-sEnRjbKBDP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sEnRjbKBDP .google-map {
  height: 30rem;
  position: relative;
}
.cid-sEnRjbKBDP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sEnRjbKBDP .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sEnRjbKBDP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sEnRjbKBDP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sEnRjclz7Z {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-color: #1c1c25;
  z-index: 0;
}
.cid-sEnRjclz7Z .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-sEnRjclz7Z img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-sEnRjclz7Z .icon1 {
  background: #a8aaf1;
}
.cid-sEnRjclz7Z .icon2 {
  background: #ff9083;
}
.cid-sEnRjclz7Z .icon3 {
  background: #72dfe9;
}
.cid-sEnRjclz7Z .card-box {
  padding-left: 1rem;
}
.cid-sEnRjclz7Z .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sEnRjclz7Z .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-sEnRjclz7Z .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sEnRjclz7Z .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sEnRjclz7Z .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sEnRjclz7Z .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-sEnRjclz7Z .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-sEnRjclz7Z .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-sEnRjclz7Z .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-sEnRjclz7Z .card-text {
  color: #ffffff;
}
.cid-sEnRjclz7Z .title {
  color: #ffffff;
}
.cid-sEnRjcTbth {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1c1c25;
}
.cid-sEnRjcTbth .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sEnRjcTbth .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sEnRjcTbth .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sEnRjcTbth .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sEnRjcTbth .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sEnRjcTbth .media-container-row .foot-menu li:hover {
  color: #ff9083;
}
.cid-sEnRjcTbth .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sEnRjcTbth .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sEnRjcTbth .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sEnRjcTbth .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sEnRjcTbth .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sEnRjcTbth .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sEnRjcTbth .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sEnRjcTbth .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sEnRjcTbth .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sEnRjcTbth .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sEnRjcTbth .media-container-row .mbr-text {
  color: #c8c8c8;
}
