body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 3.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.4rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #5758e0 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #200960 !important;
  border-color: #200960 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #09021a !important;
  border-color: #09021a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #09021a !important;
  border-color: #09021a !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #2122b0;
  color: #2122b0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #5758e0;
  border-color: #5758e0;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #010003;
  color: #010003;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #200960;
  border-color: #200960;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #200960 !important;
  border-color: #200960 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #5758e0 !important;
}
.text-secondary {
  color: #200960 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #2122b0 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #010003 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #4d4d4d !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5758e0;
  border-color: #5758e0;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #5758e0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #5758e0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5758e0;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #5758e0;
  border-bottom-color: #5758e0;
}
.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: #5758e0 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #200960 !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%;
}
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='%235758e0' %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;
}
.cid-rVtXU1FAs3 {
  padding-top: 225px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/captura1-1-1598x699.png");
}
.cid-rVtXU1FAs3 .link-align {
  width: 100%;
}
.cid-rVtXU1FAs3 .link-wrap {
  display: inline-block;
}
.cid-rVtXU1FAs3 .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-rVtXU1FAs3 .link:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 60px;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0.8;
  left: -80px;
}
.cid-rVtXU1FAs3 .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  left: -80px;
}
.cid-rVtXU1FAs3 .link:hover:before {
  width: 60px;
}
.cid-rVtXU1FAs3 .mbr-text,
.cid-rVtXU1FAs3 .link-align {
  color: #e5e5e5;
}
.cid-sJ0D9Hwn2V {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJ0D9Hwn2V .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sJ0D9Hwn2V .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sJ0D9Hwn2V .btn {
  margin: 0px !important;
}
.cid-sJ0D9Hwn2V .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJ0D9Hwn2V .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJ0D9Hwn2V .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sJ0D9Hwn2V .carousel-item .wrap-img {
  text-align: center;
}
.cid-sJ0D9Hwn2V .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-sJ0D9Hwn2V .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sJ0D9Hwn2V .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sJ0D9Hwn2V .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-sJ0D9Hwn2V .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-sJ0D9Hwn2V .second-col {
    padding-top: 2rem;
  }
}
.cid-rVtXUpDj2u {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f3f3f3;
}
.cid-rVtXUpDj2u .mbr-iconfont {
  font-size: 4rem;
  color: #5758e0;
  min-width: 100px;
  margin-bottom: 2rem;
  display: block;
  background: -webkit-linear-gradient(#5758e0, #f77991);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-rVtXUpDj2u .card-wrapper {
  background-color: #ffffff;
  padding: 1rem;
  transition: all 0.3s;
}
.cid-rVtXUpDj2u .card-wrapper:hover {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
.cid-rVtXUpDj2u .card-box {
  border: 1px solid transparent;
  padding: 2rem 1rem;
  transition: all 0.3s;
}
.cid-rVtXUpDj2u .card-title {
  position: relative;
  cursor: pointer;
  color: #000000;
}
.cid-rVtXUpDj2u .card {
  overflow: visible;
}
.cid-rVtXUpDj2u .card:hover {
  cursor: pointer;
}
.cid-rVtXUpDj2u .card:hover .card-box {
  border: 1px solid #f3f3f3;
}
.cid-rVtXUpDj2u .card-title,
.cid-rVtXUpDj2u .card-box {
  text-align: center;
}
.cid-rVtXUpDj2u .card-text {
  color: #999999;
  text-align: center;
}
.cid-rVtXUpDj2u .link {
  color: #999999;
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  .cid-rVtXUpDj2u .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rVtXUpDj2u .card-box {
    border: 1px solid #f3f3f3;
  }
}
.cid-rVtXUpDj2u .main-subtitle {
  color: #999999;
}
.cid-sJ0ZOgSmiA {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #f3f3f3;
}
.cid-sJ0ZOgSmiA .mbr-iconfont {
  font-size: 4rem;
  color: #5758e0;
  min-width: 100px;
  margin-bottom: 2rem;
  display: block;
  background: -webkit-linear-gradient(#5758e0, #f77991);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sJ0ZOgSmiA .card-wrapper {
  background-color: #ffffff;
  padding: 1rem;
  transition: all 0.3s;
}
.cid-sJ0ZOgSmiA .card-wrapper:hover {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
.cid-sJ0ZOgSmiA .card-box {
  border: 1px solid transparent;
  padding: 2rem 1rem;
  transition: all 0.3s;
}
.cid-sJ0ZOgSmiA .card-title {
  position: relative;
  cursor: pointer;
  color: #000000;
}
.cid-sJ0ZOgSmiA .card {
  overflow: visible;
}
.cid-sJ0ZOgSmiA .card:hover {
  cursor: pointer;
}
.cid-sJ0ZOgSmiA .card:hover .card-box {
  border: 1px solid #f3f3f3;
}
.cid-sJ0ZOgSmiA .card-title,
.cid-sJ0ZOgSmiA .card-box {
  text-align: center;
}
.cid-sJ0ZOgSmiA .card-text {
  color: #999999;
  text-align: center;
}
.cid-sJ0ZOgSmiA .link {
  color: #999999;
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  .cid-sJ0ZOgSmiA .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sJ0ZOgSmiA .card-box {
    border: 1px solid #f3f3f3;
  }
}
.cid-sJ0ZOgSmiA .main-subtitle {
  color: #999999;
}
.cid-sJ17IUlFRg {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/banner-medium-2000x1063.jpg");
}
.cid-sJ17IUlFRg .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sJ17IUlFRg .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sJ17IUlFRg .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-rVtXV4e5vI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rVtXV4e5vI .mbr-iconfont {
  font-size: 4rem;
  color: #000000;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
}
.cid-rVtXV4e5vI .card-title {
  cursor: pointer;
  color: #000000;
}
.cid-rVtXV4e5vI .card:hover {
  cursor: pointer;
}
.cid-rVtXV4e5vI .card:hover .card-title:before {
  width: 100%;
}
.cid-rVtXV4e5vI .card-text {
  color: #999999;
}
.cid-sJ0TwGr5sF {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sJ0TwGr5sF .mbr-iconfont {
  font-size: 4rem;
  color: #000000;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
}
.cid-sJ0TwGr5sF .card-title {
  cursor: pointer;
  color: #000000;
}
.cid-sJ0TwGr5sF .card:hover {
  cursor: pointer;
}
.cid-sJ0TwGr5sF .card:hover .card-title:before {
  width: 100%;
}
.cid-sJ0TwGr5sF .card-text {
  color: #999999;
}
.cid-sJ0TVXBQNx {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sJ0TVXBQNx .mbr-iconfont {
  font-size: 4rem;
  color: #000000;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
}
.cid-sJ0TVXBQNx .card-title {
  cursor: pointer;
  color: #000000;
}
.cid-sJ0TVXBQNx .card:hover {
  cursor: pointer;
}
.cid-sJ0TVXBQNx .card:hover .card-title:before {
  width: 100%;
}
.cid-sJ0TVXBQNx .card-text {
  color: #999999;
}
.cid-sJ10yqHsMZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background-banner-2000x862.jpg");
}
.cid-sJ10yqHsMZ .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sJ10yqHsMZ .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sJ10yqHsMZ .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sJ0lps2yOc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sJ0lps2yOc a {
  color: #232323;
}
.cid-sJ0lps2yOc a:hover {
  color: #5758e0;
}
.cid-sJ0lps2yOc h5.mbr-text {
  color: #444444;
}
.cid-sJ0lps2yOc .card {
  padding: 1rem 2rem;
}
.cid-sJ0lps2yOc .card img {
  position: relative;
  width: 70%;
  border-radius: 50%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-sJ0lps2yOc .card-title {
  color: #444444;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.cid-sJ0lps2yOc .mbr-iconfont {
  font-size: 20px;
  color: #444444;
}
.cid-sJ0lps2yOc .card-box p {
  margin-bottom: 0;
}
.cid-sJ0lps2yOc .specialty {
  padding-top: .5rem;
}
.cid-sJ0lps2yOc .social-links {
  padding-top: .5rem;
}
@media (min-width: 992px) {
  .cid-sJ0lps2yOc .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sJ0BD2mqQG {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sJ0BD2mqQG a {
  color: #232323;
}
.cid-sJ0BD2mqQG a:hover {
  color: #5758e0;
}
.cid-sJ0BD2mqQG h5.mbr-text {
  color: #444444;
}
.cid-sJ0BD2mqQG .card {
  padding: 1rem 2rem;
}
.cid-sJ0BD2mqQG .card img {
  position: relative;
  width: 70%;
  border-radius: 50%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-sJ0BD2mqQG .card-title {
  color: #444444;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.cid-sJ0BD2mqQG .mbr-iconfont {
  font-size: 20px;
  color: #444444;
}
.cid-sJ0BD2mqQG .card-box p {
  margin-bottom: 0;
}
.cid-sJ0BD2mqQG .specialty {
  padding-top: .5rem;
}
.cid-sJ0BD2mqQG .social-links {
  padding-top: .5rem;
}
@media (min-width: 992px) {
  .cid-sJ0BD2mqQG .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rVtXYXLpmT {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #232323;
}
.cid-rVtXYXLpmT .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-rVtXYXLpmT .container {
  max-width: 1400px;
}
.cid-rVtXYXLpmT .form-row {
  margin: auto;
}
.cid-rVtXYXLpmT .btn {
  margin: 0!important;
  height: 56px;
  padding: 10px 20px;
}
.cid-rVtXYXLpmT .btn span {
  font-size: 1rem;
  margin: 0;
}
.cid-rVtXYXLpmT input {
  padding: 1rem;
  border-radius: 0;
}
.cid-rVtXYXLpmT .col-auto,
.cid-rVtXYXLpmT .col {
  padding: 0;
}
.cid-rVtXYXLpmT .time {
  line-height: 2;
}
.cid-rVtXYXLpmT .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-rVtXYXLpmT .text-wrap {
  width: 100%;
}
.cid-rVtXYXLpmT .item-wrap {
  display: inline-block;
}
.cid-rVtXYXLpmT .item-wrap span,
.cid-rVtXYXLpmT .item-wrap p {
  transition: all 0.3s;
}
.cid-rVtXYXLpmT .item-wrap:hover span,
.cid-rVtXYXLpmT .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-rVtXYXLpmT .form-control,
.cid-rVtXYXLpmT .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rVtXYXLpmT .form-control::-webkit-input-placeholder,
.cid-rVtXYXLpmT .field-input::-webkit-input-placeholder,
.cid-rVtXYXLpmT .form-control::-webkit-input-placeholder,
.cid-rVtXYXLpmT .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-rVtXYXLpmT .form-control:-moz-placeholder,
.cid-rVtXYXLpmT .field-input:-moz-placeholder,
.cid-rVtXYXLpmT .form-control:-moz-placeholder,
.cid-rVtXYXLpmT .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-rVtXYXLpmT .form-control:hover,
.cid-rVtXYXLpmT .field-input:hover,
.cid-rVtXYXLpmT .form-control:focus,
.cid-rVtXYXLpmT .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-rVtXYXLpmT .form-control:hover::-webkit-input-placeholder,
.cid-rVtXYXLpmT .field-input:hover::-webkit-input-placeholder,
.cid-rVtXYXLpmT .form-control:focus::-webkit-input-placeholder,
.cid-rVtXYXLpmT .field-input:focus::-webkit-input-placeholder,
.cid-rVtXYXLpmT .form-control:hover::-webkit-input-placeholder,
.cid-rVtXYXLpmT .field-input:hover::-webkit-input-placeholder,
.cid-rVtXYXLpmT .form-control:focus::-webkit-input-placeholder,
.cid-rVtXYXLpmT .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-rVtXYXLpmT .form-control:hover:-moz-placeholder,
.cid-rVtXYXLpmT .field-input:hover:-moz-placeholder,
.cid-rVtXYXLpmT .form-control:focus:-moz-placeholder,
.cid-rVtXYXLpmT .field-input:focus:-moz-placeholder,
.cid-rVtXYXLpmT .form-control:hover:-moz-placeholder,
.cid-rVtXYXLpmT .field-input:hover:-moz-placeholder,
.cid-rVtXYXLpmT .form-control:focus:-moz-placeholder,
.cid-rVtXYXLpmT .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-rVtXYXLpmT .jq-number__spin:hover,
.cid-rVtXYXLpmT .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rVtXYXLpmT .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rVtXYXLpmT .jq-selectbox li,
.cid-rVtXYXLpmT .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rVtXYXLpmT .jq-selectbox li:hover,
.cid-rVtXYXLpmT .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-rVtXYXLpmT .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rVtXYXLpmT .jq-number__spin.minus:hover:after,
.cid-rVtXYXLpmT .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rVtXYXLpmT .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rVtXYXLpmT .jq-number__spin.minus:after,
.cid-rVtXYXLpmT .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-rVtXYXLpmT input::-webkit-clear-button {
  display: none;
}
.cid-rVtXYXLpmT input::-webkit-inner-spin-button {
  display: none;
}
.cid-rVtXYXLpmT input::-webkit-outer-spin-button {
  display: none;
}
.cid-rVtXYXLpmT input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rVtXYXLpmT .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rVtXYXLpmT .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  margin-right: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-rVtXYXLpmT .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-rVtXYXLpmT .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-rVtXYXLpmT .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rVtXYXLpmT .socicon-wrap {
    margin: auto;
  }
  .cid-rVtXYXLpmT .mbr-iconfont {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
}
.cid-rVtXYXLpmT .title {
  color: #ffffff;
}
.cid-rVtXYXLpmT .mbr-text {
  color: #999999;
}
.cid-rVtXYXLpmT .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-rVtXYXLpmT .icon-title,
.cid-rVtXYXLpmT .align-wrap {
  color: #999999;
  width: 100%;
}
.cid-rVtXYXLpmT .mbr-form-text {
  color: #999999;
}
.cid-rVtY3mp3xY .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVtY3mp3xY .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-rVtY3mp3xY .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-rVtY3mp3xY .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-rVtY3mp3xY .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rVtY3mp3xY .navbar.opened {
  transition: all .3s;
}
.cid-rVtY3mp3xY .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-rVtY3mp3xY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rVtY3mp3xY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rVtY3mp3xY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rVtY3mp3xY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-rVtY3mp3xY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVtY3mp3xY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rVtY3mp3xY .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-rVtY3mp3xY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rVtY3mp3xY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rVtY3mp3xY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rVtY3mp3xY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rVtY3mp3xY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVtY3mp3xY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVtY3mp3xY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rVtY3mp3xY .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-rVtY3mp3xY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rVtY3mp3xY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rVtY3mp3xY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rVtY3mp3xY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-rVtY3mp3xY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rVtY3mp3xY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rVtY3mp3xY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rVtY3mp3xY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rVtY3mp3xY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVtY3mp3xY .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-rVtY3mp3xY .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-rVtY3mp3xY .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-rVtY3mp3xY .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-rVtY3mp3xY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-rVtY3mp3xY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rVtY3mp3xY .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rVtY3mp3xY .navbar-caption {
  padding-right: 4rem;
}
.cid-rVtY3mp3xY .navbar-nav {
  justify-content: right;
  width: -webkit-fill-available;
}
.cid-rVtY3mp3xY .dropdown-menu,
.cid-rVtY3mp3xY .navbar.opened {
  background: #ffffff !important;
}
.cid-rVtY3mp3xY .nav-item:focus,
.cid-rVtY3mp3xY .nav-link:focus {
  outline: none;
}
.cid-rVtY3mp3xY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVtY3mp3xY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVtY3mp3xY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rVtY3mp3xY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVtY3mp3xY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVtY3mp3xY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rVtY3mp3xY .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rVtY3mp3xY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rVtY3mp3xY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVtY3mp3xY .dropdown-item.active,
.cid-rVtY3mp3xY .dropdown-item:active {
  background-color: transparent;
}
.cid-rVtY3mp3xY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rVtY3mp3xY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rVtY3mp3xY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rVtY3mp3xY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rVtY3mp3xY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rVtY3mp3xY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rVtY3mp3xY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVtY3mp3xY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-rVtY3mp3xY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVtY3mp3xY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rVtY3mp3xY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rVtY3mp3xY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rVtY3mp3xY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rVtY3mp3xY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rVtY3mp3xY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVtY3mp3xY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rVtY3mp3xY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rVtY3mp3xY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVtY3mp3xY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rVtY3mp3xY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVtY3mp3xY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rVtY3mp3xY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVtY3mp3xY .navbar {
    height: 77px;
  }
  .cid-rVtY3mp3xY .navbar.opened {
    height: auto;
  }
  .cid-rVtY3mp3xY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJ6hQ9W25z {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/06.jpg");
}
.cid-sJ6hQ9W25z .title {
  margin-bottom: 2rem;
}
.cid-sJ6hQ9W25z .mbr-section-subtitle {
  color: #767676;
}
.cid-sJ6hQ9W25z a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sJ6hQ9W25z a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sJ6hQ9W25z .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sJ6hQ9W25z .input-group-btn {
  display: block;
  text-align: left;
}
.cid-sJ6hQ9W25z h3 {
  color: #444;
  letter-spacing: 0.03em;
}
.cid-sJ6hQ9W25z .form-control {
  border-radius: 0px !important;
  padding-left: 15px;
}
.cid-sJ6hQ9W25z .google-map {
  width: 100%;
  height: 25rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-sJ6hQ9W25z .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-sJ6hQ9W25z .google-map [data-state-details] {
  color: #444444;
  font-family: Muli;
  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-sJ6hQ9W25z .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sJ6hQ9W25z .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sJ6hQ9W25z textarea.form-control {
  min-height: 154px;
}
@media (max-width: 991px) {
  .cid-sJ6hQ9W25z .mbr-section-title {
    text-align: center;
  }
  .cid-sJ6hQ9W25z .mbr-section-subtitle {
    text-align: center;
  }
  .cid-sJ6hQ9W25z .input-group-btn {
    text-align: center;
  }
}
.cid-sJ6gEWtw1L {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #232323;
}
.cid-sJ6gEWtw1L .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sJ6gEWtw1L .container {
  max-width: 1400px;
}
.cid-sJ6gEWtw1L .form-row {
  margin: auto;
}
.cid-sJ6gEWtw1L .btn {
  margin: 0!important;
  height: 56px;
  padding: 10px 20px;
}
.cid-sJ6gEWtw1L .btn span {
  font-size: 1rem;
  margin: 0;
}
.cid-sJ6gEWtw1L input {
  padding: 1rem;
  border-radius: 0;
}
.cid-sJ6gEWtw1L .col-auto,
.cid-sJ6gEWtw1L .col {
  padding: 0;
}
.cid-sJ6gEWtw1L .time {
  line-height: 2;
}
.cid-sJ6gEWtw1L .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sJ6gEWtw1L .text-wrap {
  width: 100%;
}
.cid-sJ6gEWtw1L .item-wrap {
  display: inline-block;
}
.cid-sJ6gEWtw1L .item-wrap span,
.cid-sJ6gEWtw1L .item-wrap p {
  transition: all 0.3s;
}
.cid-sJ6gEWtw1L .item-wrap:hover span,
.cid-sJ6gEWtw1L .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-sJ6gEWtw1L .form-control,
.cid-sJ6gEWtw1L .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sJ6gEWtw1L .form-control::-webkit-input-placeholder,
.cid-sJ6gEWtw1L .field-input::-webkit-input-placeholder,
.cid-sJ6gEWtw1L .form-control::-webkit-input-placeholder,
.cid-sJ6gEWtw1L .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-sJ6gEWtw1L .form-control:-moz-placeholder,
.cid-sJ6gEWtw1L .field-input:-moz-placeholder,
.cid-sJ6gEWtw1L .form-control:-moz-placeholder,
.cid-sJ6gEWtw1L .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-sJ6gEWtw1L .form-control:hover,
.cid-sJ6gEWtw1L .field-input:hover,
.cid-sJ6gEWtw1L .form-control:focus,
.cid-sJ6gEWtw1L .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-sJ6gEWtw1L .form-control:hover::-webkit-input-placeholder,
.cid-sJ6gEWtw1L .field-input:hover::-webkit-input-placeholder,
.cid-sJ6gEWtw1L .form-control:focus::-webkit-input-placeholder,
.cid-sJ6gEWtw1L .field-input:focus::-webkit-input-placeholder,
.cid-sJ6gEWtw1L .form-control:hover::-webkit-input-placeholder,
.cid-sJ6gEWtw1L .field-input:hover::-webkit-input-placeholder,
.cid-sJ6gEWtw1L .form-control:focus::-webkit-input-placeholder,
.cid-sJ6gEWtw1L .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-sJ6gEWtw1L .form-control:hover:-moz-placeholder,
.cid-sJ6gEWtw1L .field-input:hover:-moz-placeholder,
.cid-sJ6gEWtw1L .form-control:focus:-moz-placeholder,
.cid-sJ6gEWtw1L .field-input:focus:-moz-placeholder,
.cid-sJ6gEWtw1L .form-control:hover:-moz-placeholder,
.cid-sJ6gEWtw1L .field-input:hover:-moz-placeholder,
.cid-sJ6gEWtw1L .form-control:focus:-moz-placeholder,
.cid-sJ6gEWtw1L .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-sJ6gEWtw1L .jq-number__spin:hover,
.cid-sJ6gEWtw1L .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sJ6gEWtw1L .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sJ6gEWtw1L .jq-selectbox li,
.cid-sJ6gEWtw1L .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sJ6gEWtw1L .jq-selectbox li:hover,
.cid-sJ6gEWtw1L .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-sJ6gEWtw1L .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sJ6gEWtw1L .jq-number__spin.minus:hover:after,
.cid-sJ6gEWtw1L .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sJ6gEWtw1L .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sJ6gEWtw1L .jq-number__spin.minus:after,
.cid-sJ6gEWtw1L .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-sJ6gEWtw1L input::-webkit-clear-button {
  display: none;
}
.cid-sJ6gEWtw1L input::-webkit-inner-spin-button {
  display: none;
}
.cid-sJ6gEWtw1L input::-webkit-outer-spin-button {
  display: none;
}
.cid-sJ6gEWtw1L input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sJ6gEWtw1L .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sJ6gEWtw1L .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  margin-right: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sJ6gEWtw1L .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-sJ6gEWtw1L .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sJ6gEWtw1L .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sJ6gEWtw1L .socicon-wrap {
    margin: auto;
  }
  .cid-sJ6gEWtw1L .mbr-iconfont {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
}
.cid-sJ6gEWtw1L .title {
  color: #ffffff;
}
.cid-sJ6gEWtw1L .mbr-text {
  color: #999999;
}
.cid-sJ6gEWtw1L .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-sJ6gEWtw1L .icon-title,
.cid-sJ6gEWtw1L .align-wrap {
  color: #999999;
  width: 100%;
}
.cid-sJ6gEWtw1L .mbr-form-text {
  color: #999999;
}
.cid-sJ6gEWNVCs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sJ6gEWNVCs .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-sJ6gEWNVCs .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sJ6gEWNVCs .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-sJ6gEWNVCs .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sJ6gEWNVCs .navbar.opened {
  transition: all .3s;
}
.cid-sJ6gEWNVCs .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sJ6gEWNVCs .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sJ6gEWNVCs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJ6gEWNVCs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sJ6gEWNVCs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-sJ6gEWNVCs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJ6gEWNVCs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJ6gEWNVCs .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-sJ6gEWNVCs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJ6gEWNVCs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sJ6gEWNVCs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sJ6gEWNVCs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJ6gEWNVCs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJ6gEWNVCs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJ6gEWNVCs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJ6gEWNVCs .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-sJ6gEWNVCs .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sJ6gEWNVCs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJ6gEWNVCs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJ6gEWNVCs .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJ6gEWNVCs .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sJ6gEWNVCs .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sJ6gEWNVCs .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sJ6gEWNVCs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sJ6gEWNVCs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sJ6gEWNVCs .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sJ6gEWNVCs .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sJ6gEWNVCs .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sJ6gEWNVCs .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sJ6gEWNVCs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-sJ6gEWNVCs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJ6gEWNVCs .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sJ6gEWNVCs .navbar-caption {
  padding-right: 4rem;
}
.cid-sJ6gEWNVCs .navbar-nav {
  justify-content: right;
  width: -webkit-fill-available;
}
.cid-sJ6gEWNVCs .dropdown-menu,
.cid-sJ6gEWNVCs .navbar.opened {
  background: #ffffff !important;
}
.cid-sJ6gEWNVCs .nav-item:focus,
.cid-sJ6gEWNVCs .nav-link:focus {
  outline: none;
}
.cid-sJ6gEWNVCs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sJ6gEWNVCs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJ6gEWNVCs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sJ6gEWNVCs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sJ6gEWNVCs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJ6gEWNVCs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJ6gEWNVCs .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJ6gEWNVCs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJ6gEWNVCs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJ6gEWNVCs .dropdown-item.active,
.cid-sJ6gEWNVCs .dropdown-item:active {
  background-color: transparent;
}
.cid-sJ6gEWNVCs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJ6gEWNVCs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJ6gEWNVCs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJ6gEWNVCs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sJ6gEWNVCs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJ6gEWNVCs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJ6gEWNVCs ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sJ6gEWNVCs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sJ6gEWNVCs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sJ6gEWNVCs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sJ6gEWNVCs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sJ6gEWNVCs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sJ6gEWNVCs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sJ6gEWNVCs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sJ6gEWNVCs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJ6gEWNVCs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sJ6gEWNVCs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sJ6gEWNVCs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJ6gEWNVCs .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sJ6gEWNVCs a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJ6gEWNVCs .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sJ6gEWNVCs .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJ6gEWNVCs .navbar {
    height: 77px;
  }
  .cid-sJ6gEWNVCs .navbar.opened {
    height: auto;
  }
  .cid-sJ6gEWNVCs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
