body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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.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: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #da9b02 !important;
}
.bg-success {
  background-color: #e1201d !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #da9b02 !important;
  border-color: #da9b02 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #8e6501 !important;
  border-color: #8e6501 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8e6501 !important;
  border-color: #8e6501 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  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 {
  background-color: #e1201d !important;
  border-color: #e1201d !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  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 {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  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 {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  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 {
  background: none;
  border-color: #755301;
  color: #755301;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #da9b02;
  border-color: #da9b02;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #da9b02 !important;
  border-color: #da9b02 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  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 {
  background: none;
  border-color: #871311;
  color: #871311;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #e1201d;
  border-color: #e1201d;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  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 {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  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: #da9b02 !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #e1201d !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !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: #755301 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0b566f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #871311 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !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: #879a9f;
}
.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: #da9b02;
  border-color: #da9b02;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #da9b02;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fee6aa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f9d2d1;
}
.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: #ced6d8;
}
.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: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #da9b02;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #da9b02;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #da9b02;
  border-bottom-color: #da9b02;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #da9b02 !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: #149dcc !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='%23da9b02' %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-tg1ciQnaUz .modal-body .close {
  background: #1b1b1b;
}
.cid-tg1ciQnaUz .modal-body .close span {
  font-style: normal;
}
.cid-tg1ciQnaUz .carousel-inner > .active,
.cid-tg1ciQnaUz .carousel-inner > .next,
.cid-tg1ciQnaUz .carousel-inner > .prev {
  display: flex;
}
.cid-tg1ciQnaUz .carousel-control .icon-next,
.cid-tg1ciQnaUz .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tg1ciQnaUz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tg1ciQnaUz .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tg1ciQnaUz .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tg1ciQnaUz .boxed-slider > div {
  position: relative;
}
.cid-tg1ciQnaUz .container img {
  width: 100%;
}
.cid-tg1ciQnaUz .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tg1ciQnaUz .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tg1ciQnaUz .mbr-table-cell {
  padding: 0;
}
.cid-tg1ciQnaUz .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tg1ciQnaUz .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tg1ciQnaUz .mbr-overlay {
  z-index: 1;
}
.cid-tg1ciQnaUz .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tg1ciQnaUz .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tg1ciQnaUz .carousel-item.active.right,
.cid-tg1ciQnaUz .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tg1ciQnaUz .carousel-item.active.left,
.cid-tg1ciQnaUz .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tg1ciQnaUz .carousel-item.active,
.cid-tg1ciQnaUz .carousel-item.next.left,
.cid-tg1ciQnaUz .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tg1ciQnaUz .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-tg1ciQnaUz .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tg1ciQnaUz .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tg1ciQnaUz .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tg1ciQnaUz .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tg1ciQnaUz .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tg1ciQnaUz .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tg1ciQnaUz .mbr-slider .carousel-indicators li.active,
.cid-tg1ciQnaUz .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tg1ciQnaUz .mbr-slider .carousel-indicators li::after,
.cid-tg1ciQnaUz .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tg1ciQnaUz .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tg1ciQnaUz .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tg1ciQnaUz .mbr-slider > .container img {
  width: 100%;
}
.cid-tg1ciQnaUz .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tg1ciQnaUz .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tg1ciQnaUz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tg1ciQnaUz .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tg1ciQnaUz .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tg1ciQnaUz .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tg1ciQnaUz .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tg1ciQnaUz .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tg1ciQnaUz .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tg1ciQnaUz .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tg1ciQnaUz .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tg1ciQnaUz .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tg1ciQnaUz .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tg1ciQnaUz H2 {
  color: #ffffff;
}
.cid-sjoi2XyVd6 {
  background: #4f4943;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-sjoi2XyVd6 .image-block {
  margin: auto;
  height: 400px;
  overflow: hidden;
}
.cid-sjoi2XyVd6 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sjoi2XyVd6 .image-block:hover:before {
  opacity: 0.2;
}
.cid-sjoi2XyVd6 .image-block:hover .wrap {
  opacity: 1;
}
.cid-sjoi2XyVd6 h4 {
  letter-spacing: 2px;
}
.cid-sjoi2XyVd6 figcaption {
  position: relative;
}
.cid-sjoi2XyVd6 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sjoi2XyVd6 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-sjoi2XyVd6 .card {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sjoi2XyVd6 .wrap {
    opacity: 1 !important;
  }
  .cid-sjoi2XyVd6 .image-block:before {
    opacity: 0.2 !important;
  }
}
.cid-sjmIoNCW1I {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sjmIoNCW1I h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sjmIoNCW1I h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sjmIoNCW1I h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sjmIoNCW1I .mbr-text,
.cid-sjmIoNCW1I .mbr-section-btn {
  color: #767676;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sjmIoNCW1I h3:before,
  .cid-sjmIoNCW1I h3:after {
    display: none;
  }
}
.cid-sjmOGvGlQU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sjmOGvGlQU .mbr-text {
  color: #767676;
}
.cid-sjmOGvGlQU .mbr-iconfont {
  color: #e1201d !important;
  font-size: 3.5rem !important;
}
.cid-sjmOGvGlQU .link {
  margin: 0;
}
.cid-sjmOGvGlQU .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sjmOGvGlQU .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-sjmOGvGlQU .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sjmOGvGlQU .card {
    margin-bottom: 3rem;
  }
}
.cid-sk2KI07b62 {
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-sk2KI07b62 h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sk2KI07b62 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sk2KI07b62 .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-sk2KI07b62 h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-sk2KI07b62 h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-tvSssozhnp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/house-b-1806x1157.jpg");
}
.cid-tvSssozhnp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tvSssozhnp .mbr-section-title {
  color: #0f7699;
}
.cid-tvSz6G9XUn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #042d3a;
}
.cid-tvSz6G9XUn .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-tvSz6G9XUn .mbr-section-title {
  text-align: center;
  color: #ffffff;
  margin: auto;
}
.cid-tvSz6G9XUn .row {
  align-items: center;
  height: 100%;
}
.cid-tvSz6G9XUn .wrapper {
  margin: auto;
}
.cid-tvSqqjqCvW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b2ccd2;
}
@media (min-width: 991px) {
  .cid-tvSqqjqCvW .container-fluid {
    padding-left: 0;
  }
}
.cid-tvSqqjqCvW .mbr-text,
.cid-tvSqqjqCvW .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tvSqqjqCvW .mbr-text,
  .cid-tvSqqjqCvW .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tvSqqjqCvW .mbr-text,
  .cid-tvSqqjqCvW .mbr-section-title {
    text-align: center;
  }
}
.cid-tvSqqjqCvW a.btn {
  height: 100%;
  margin: 0;
}
.cid-tvSqqjqCvW .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tvSqqjqCvW .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tvSqqjqCvW .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tvSqqjqCvW .justify-content-center {
  align-items: center;
}
.cid-tvSqqjqCvW .mbr-section-title {
  color: #000000;
}
.cid-tvSqqjqCvW .mbr-text {
  color: #000000;
}
.cid-tvSqqjqCvW P {
  text-align: center;
}
.cid-twCQ4tBpFI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #042d3a;
}
.cid-twCQ4tBpFI .content-inner .left-content {
  display: block;
}
.cid-twCQ4tBpFI .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-twCQ4tBpFI .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-twCQ4tBpFI .content-inner .right-content {
  display: block;
}
.cid-twCQ4tBpFI .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-twCQ4tBpFI .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-twCQ4tBpFI .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-twCQ4tBpFI .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
@media (max-width: 991px) {
  .cid-twCQ4tBpFI .content-inner {
    justify-content: center !important;
  }
  .cid-twCQ4tBpFI * {
    text-align: center;
  }
}
.cid-twCQ4tBpFI .mbr-fallback-image.disabled {
  display: none;
}
.cid-twCQ4tBpFI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twCQ4tBpFI .content-inner .left-content .mbr-text,
.cid-twCQ4tBpFI .mbr-section-btn {
  color: #b2ccd2;
}
.cid-rEvfA6F6XI {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rEvfA6F6XI h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rEvfA6F6XI h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rEvfA6F6XI h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rEvfA6F6XI .mbr-text,
.cid-rEvfA6F6XI .mbr-section-btn {
  color: #767676;
}
.cid-rEvfCBFgG6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rEvfCBFgG6 .mbr-section-subtitle {
  color: #767676;
}
.cid-rEvfCBFgG6 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-rEvfCBFgG6 .container {
    max-width: 1600px;
  }
}
.cid-rEvfCBFgG6 .container {
  padding: 0 2rem;
}
.cid-rEvfCBFgG6 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-rEvfCBFgG6 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-rEvfCBFgG6 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-rEvfCBFgG6 .bg1 {
  background: #073b4c;
}
.cid-rEvfCBFgG6 .bg2 {
  background: #a93a03;
}
.cid-rEvfCBFgG6 .bg3 {
  background: #073b4c;
}
.cid-rEvfCBFgG6 .bg4 {
  background: #a93a03;
}
.cid-rEvfCBFgG6 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-rEvfCBFgG6 .team-item:hover .item-social {
  opacity: 1;
}
.cid-rEvfCBFgG6 .team-item .item-image img {
  width: 100%;
}
.cid-rEvfCBFgG6 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rEvfCBFgG6 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rEvfCBFgG6 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rEvfCBFgG6 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rEvfCBFgG6 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 767px) {
  .cid-rEvfCBFgG6 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-rEvfCBFgG6 .item-social {
    opacity: 1;
  }
}
.cid-rEvfCBFgG6 .item-name {
  text-align: center;
}
.cid-rEvfCBFgG6 .item-text {
  text-align: center;
}
.cid-rEvfCNgHKY {
  padding-top: 60px;
  padding-bottom: 75px;
  position: relative;
  background-color: #efefef;
}
.cid-rEvfCNgHKY .accordion .card {
  overflow: visible;
}
.cid-rEvfCNgHKY .mbr-iconfont {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
}
.cid-rEvfCNgHKY .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rEvfCNgHKY .panel-text {
  padding: 1rem;
  text-align: left;
}
.cid-rEvfCNgHKY .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rEvfCNgHKY .card .card-header {
  border-radius: 0px;
  border: 1px solid lightgray;
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
}
.cid-rEvfCNgHKY .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-rEvfCNgHKY .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rEvfCNgHKY .card .card-header a.panel-title h4 {
  padding: 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-rEvfCNgHKY .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rEvfCNgHKY .card .panel-body {
  color: #767676;
}
.cid-rEvfCNgHKY .panel-collapse {
  border: 1px solid lightgray;
  margin-top: -1px;
}
.cid-rEvfCNgHKY H4 {
  color: #767676;
}
.cid-sjn8XVoS9G {
  background-image: url("../../../assets/images/floor34-1920x1280.jpeg");
}
.cid-sjn8XVoS9G .row {
  justify-content: flex-end;
}
.cid-sjn8XVoS9G h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sjn8XVoS9G h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sjn8XVoS9G .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-sjn8XVoS9G h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-sjn8XVoS9G h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-sjn8XVoS9G .mbr-text,
.cid-sjn8XVoS9G .mbr-section-btn {
  color: #efefef;
}
.cid-tgq8uApwNd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/painting-hero-1920x550.jpg");
}
.cid-tgq8uApwNd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgq8uApwNd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgq8uApwNd .row {
  justify-content: flex-end;
}
.cid-tgq8uApwNd .mbr-text,
.cid-tgq8uApwNd .mbr-section-btn {
  color: #232323;
  text-align: right;
}
.cid-tgq8uApwNd .mbr-section-title {
  text-align: left;
  color: #073b4c;
}
.cid-tgpYSEVwd4 {
  background-image: url("../../../assets/images/bigstock-lounge-area-3465891-2000x1311.jpg");
}
.cid-tgpYSEVwd4 h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tgpYSEVwd4 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tgpYSEVwd4 .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-tgpYSEVwd4 h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-tgpYSEVwd4 h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-tgqgRtwxdO {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgqgRtwxdO .mbr-section-subtitle {
  color: #767676;
}
.cid-tgqgRtwxdO .mbr-section-title {
  color: #465052;
}
.cid-tgqwIyJqAk {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgqwIyJqAk .mbr-text {
  color: #767676;
}
.cid-tgqwIyJqAk .card-subtitle {
  margin: 0;
  color: #0f7699;
}
.cid-tgqwIyJqAk .link {
  margin: 0;
}
.cid-tgqwIyJqAk .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-tgqwIyJqAk .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-tgqwIyJqAk img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-tgqwIyJqAk .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-tgqwIyJqAk .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tgqwIyJqAk .card-img:hover:before {
  opacity: 0.4;
}
.cid-tgqwIyJqAk .card-img:hover img {
  transform: scale(1.05);
}
.cid-tgqwIyJqAk .row {
  justify-content: center;
}
.cid-tgqwIyJqAk .card {
  margin-bottom: 4rem;
}
.cid-tgHhsuU5zG {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-tgHhsuU5zG .carousel-item {
  justify-content: center;
}
.cid-tgHhsuU5zG .carousel-item.active,
.cid-tgHhsuU5zG .carousel-item-next,
.cid-tgHhsuU5zG .carousel-item-prev {
  display: flex;
}
.cid-tgHhsuU5zG .title_block {
  margin-bottom: 80px;
}
.cid-tgHhsuU5zG .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #000000;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-tgHhsuU5zG .mbr-section-title {
  color: #000000;
}
.cid-tgHhsuU5zG .card_title {
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tgHhsuU5zG .user_descr {
  margin: 0;
}
.cid-tgHhsuU5zG .user:hover img {
  transform: scale(1.1);
}
.cid-tgHhsuU5zG .user:hover .card_title a {
  color: #da9b02 !important;
}
.cid-tgHhsuU5zG .user_image {
  margin-bottom: 25px;
  overflow: hidden;
}
.cid-tgHhsuU5zG .user_image img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tgHhsuU5zG li {
  opacity: 1;
  border: none;
  width: 15px;
  height: 2px;
  margin: 0 5px;
  max-width: 30px;
  max-height: 2px;
  background: rgba(65, 84, 241, 0.3);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tgHhsuU5zG li.active {
  opacity: 1;
  background-color: #4154f1;
  width: 27px;
  height: 2px;
}
.cid-tgHhsuU5zG .carousel-indicators {
  align-items: center;
  position: static;
  margin: 60px 0 0;
}
.cid-tgHhsuU5zG .carousel-indicators li {
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-tgHhsuU5zG .title_block {
    margin-bottom: 40px;
  }
  .cid-tgHhsuU5zG .carousel-indicators {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tgHhsuU5zG .user {
    margin-top: 40px;
  }
  .cid-tgHhsuU5zG .user:first-child {
    margin-top: 0;
  }
}
.cid-tgppy9ukWM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/color-8-1920x800-1920x800.jpg");
}
.cid-tgppy9ukWM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tgppy9ukWM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tgppy9ukWM .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sjn8WXKVPP {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sjn8WXKVPP h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sjn8WXKVPP h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sjn8WXKVPP h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sjn8WXKVPP .mbr-text,
.cid-sjn8WXKVPP .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-sjn8WXKVPP h3:before,
  .cid-sjn8WXKVPP h3:after {
    display: none;
  }
}
.cid-thsgAA4EO0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-thsgAA4EO0 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-thsgAA4EO0 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-thsgAA4EO0 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-thsgAA4EO0 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-thsgAA4EO0 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-thsgAA4EO0 .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-thsgAA4EO0 .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-thsgAA4EO0 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-thsgAA4EO0 .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-thsgAA4EO0 .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #149dcc !important;
}
.cid-thsgAA4EO0 .mbr-gallery-filter ul {
  display: block;
}
.cid-thsgAA4EO0 .mbr-gallery-filter ul li {
  position: relative;
}
.cid-thsgAA4EO0 .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-thsgAA4EO0 .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-thsgAA4EO0 .mbr-gallery-filter li.active::after,
.cid-thsgAA4EO0 .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-thsgAA4EO0 .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-thsgAA4EO0 .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-thsgAA4EO0 .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-thsgAA4EO0 .icon-focus:before {
  content: '\e95e';
}
.cid-thsgAA4EO0 .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-thsgAA4EO0 .mbr-section-title {
  margin: 0;
}
.cid-thsgAA4EO0 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-thsgAA4EO0 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-tgr6sOrma5 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tgr6sOrma5 .mbr-section-head {
  margin-bottom: 1rem;
}
.cid-tgr6sOrma5 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tgr6sOrma5 .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tgr6sOrma5 .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-top: 25px;
  margin-bottom: 0;
}
.cid-tgr6sOrma5 .card-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.cid-tgr6sOrma5 .card {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  height: 75px;
  margin: 50px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tgr6sOrma5 .card:hover {
  transform: translateY(-5px);
}
@media (max-width: 1199px) {
  .cid-tgr6sOrma5 .card {
    height: 62px;
    margin-top: 30px;
  }
}
.cid-tgr6sOrma5 img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  padding: 5px 38px;
}
@media (max-width: 1199px) {
  .cid-tgr6sOrma5 img {
    padding: 5px 20px;
  }
}
.cid-skqBEHIP8s {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/1600x541-12-1600x541.jpg");
}
.cid-skqBEHIP8s .progress {
  width: 100%;
}
.cid-skqBEHIP8s .container {
  max-width: 1400px;
}
.cid-skqBEHIP8s .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-skqBEHIP8s .progress_value {
  color: #ffffff !important;
  position: relative;
  word-break: keep-all;
}
.cid-skqBEHIP8s .img-wrap {
  height: 100%;
  overflow: hidden;
  justify-content: center;
  display: flex;
}
.cid-skqBEHIP8s .img-wrap img {
  object-fit: cover;
}
.cid-skqBEHIP8s progress {
  height: 3px;
}
.cid-skqBEHIP8s .progressbar-number {
  display: inline-block;
}
.cid-skqBEHIP8s .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-skqBEHIP8s .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-skqBEHIP8s .section-content-title {
  font-weight: 500;
}
.cid-skqBEHIP8s .progress1 .progressbar-number:before,
.cid-skqBEHIP8s .progress2 .progressbar-number:before,
.cid-skqBEHIP8s .progress3 .progressbar-number:before,
.cid-skqBEHIP8s .progress4 .progressbar-number:before,
.cid-skqBEHIP8s .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-skqBEHIP8s progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-skqBEHIP8s progress::-webkit-progress-value {
  background: #149dcc;
}
.cid-skqBEHIP8s progress[value]::-moz-progress-bar {
  background: #149dcc;
}
.cid-skqBEHIP8s progress::-ms-fill {
  background: #149dcc;
}
.cid-skqBEHIP8s .progress1 .progressbar-number:before {
  content: '100';
}
.cid-skqBEHIP8s .progress2 .progressbar-number:before {
  content: '100';
}
.cid-skqBEHIP8s .progress3 .progressbar-number:before {
  content: '100';
}
.cid-skqBEHIP8s .progress4 .progressbar-number:before {
  content: '100';
}
.cid-skqBEHIP8s .progress5 .progressbar-number:before {
  content: '100';
}
@media (min-width: 767px) {
  .cid-skqBEHIP8s .progress_elements,
  .cid-skqBEHIP8s .img-col {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-skqBEHIP8s .progress_elements {
    padding-bottom: 3rem;
  }
}
.cid-skqBEHIP8s .progressbar-title p,
.cid-skqBEHIP8s .progress_value {
  color: #e4d295;
}
.cid-sjouJPW9LI {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sjouJPW9LI h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sjouJPW9LI h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sjouJPW9LI h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sjouJPW9LI .mbr-text,
.cid-sjouJPW9LI .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-sjouJPW9LI h3:before,
  .cid-sjouJPW9LI h3:after {
    display: none;
  }
}
.cid-sjogEcfLzw {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sjogEcfLzw .carousel {
  z-index: 2;
  position: relative;
}
.cid-sjogEcfLzw .user {
  padding: 0 !important;
}
.cid-sjogEcfLzw .user_image {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 0.5rem auto;
  border: 1px solid lightgray;
  position: relative;
}
.cid-sjogEcfLzw .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sjogEcfLzw .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  border: 7px solid #ffffff;
  z-index: 0;
  pointer-events: none;
}
.cid-sjogEcfLzw .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sjogEcfLzw .carousel-item.active,
.cid-sjogEcfLzw .carousel-item-next,
.cid-sjogEcfLzw .carousel-item-prev {
  display: flex;
}
.cid-sjogEcfLzw .user_name {
  margin: 0;
  color: #767676;
}
.cid-sjogEcfLzw .carousel-controls a {
  font-size: 2rem;
}
.cid-sjogEcfLzw .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #465052;
  background: transparent;
  opacity: 0.5;
}
.cid-sjogEcfLzw .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-sjogEcfLzw ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-sjogEcfLzw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #465052;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-sjogEcfLzw .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sjogEcfLzw .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-sjogEcfLzw .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #465052;
  z-index: -1;
}
.cid-sjogEcfLzw .user_status {
  color: #767676;
}
.cid-sjouF2MQ5q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sjouF2MQ5q .mbr-text {
    text-align: center;
  }
}
.cid-sjouF2MQ5q .container-fluid {
  padding: 0;
}
.cid-sjouF2MQ5q .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-sjouF2MQ5q img {
  height: 100%;
  object-fit: cover;
}
.cid-sjouF2MQ5q .mbr-figure {
  height: 100%;
}
.cid-sjouF2MQ5q .col-lg-7 {
  padding: 0;
}
.cid-sjouF2MQ5q .row {
  margin: 0;
}
.cid-rEvfDl4UXD {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-rEvfDl4UXD .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rEvfDl4UXD .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-rEvfDl4UXD .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-rEvfDl4UXD .media-content {
  padding-left: 2rem;
}
.cid-rEvfDl4UXD textarea {
  min-height: 150px;
}
.cid-rEvfDl4UXD .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-rEvfDl4UXD .form-control,
.cid-rEvfDl4UXD .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #465052;
  color: #465052 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-rEvfDl4UXD .form-control input::-webkit-input-placeholder,
.cid-rEvfDl4UXD .field-input input::-webkit-input-placeholder,
.cid-rEvfDl4UXD .form-control textarea::-webkit-input-placeholder,
.cid-rEvfDl4UXD .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-rEvfDl4UXD .form-control input:-moz-placeholder,
.cid-rEvfDl4UXD .field-input input:-moz-placeholder,
.cid-rEvfDl4UXD .form-control textarea:-moz-placeholder,
.cid-rEvfDl4UXD .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-rEvfDl4UXD .form-control:hover,
.cid-rEvfDl4UXD .field-input:hover,
.cid-rEvfDl4UXD .form-control:focus,
.cid-rEvfDl4UXD .field-input:focus {
  background-color: #ffffff;
  border-color: #149dcc;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rEvfDl4UXD .form-control:hover input::-webkit-input-placeholder,
.cid-rEvfDl4UXD .field-input:hover input::-webkit-input-placeholder,
.cid-rEvfDl4UXD .form-control:focus input::-webkit-input-placeholder,
.cid-rEvfDl4UXD .field-input:focus input::-webkit-input-placeholder,
.cid-rEvfDl4UXD .form-control:hover textarea::-webkit-input-placeholder,
.cid-rEvfDl4UXD .field-input:hover textarea::-webkit-input-placeholder,
.cid-rEvfDl4UXD .form-control:focus textarea::-webkit-input-placeholder,
.cid-rEvfDl4UXD .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rEvfDl4UXD .form-control:hover input:-moz-placeholder,
.cid-rEvfDl4UXD .field-input:hover input:-moz-placeholder,
.cid-rEvfDl4UXD .form-control:focus input:-moz-placeholder,
.cid-rEvfDl4UXD .field-input:focus input:-moz-placeholder,
.cid-rEvfDl4UXD .form-control:hover textarea:-moz-placeholder,
.cid-rEvfDl4UXD .field-input:hover textarea:-moz-placeholder,
.cid-rEvfDl4UXD .form-control:focus textarea:-moz-placeholder,
.cid-rEvfDl4UXD .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-rEvfDl4UXD .jq-number__spin:hover,
.cid-rEvfDl4UXD .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #149dcc;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rEvfDl4UXD .jq-number__spin {
  background-color: #ffffff;
  border-color: #465052;
  color: #465052;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rEvfDl4UXD .jq-selectbox li,
.cid-rEvfDl4UXD .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rEvfDl4UXD .jq-selectbox li:hover,
.cid-rEvfDl4UXD .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rEvfDl4UXD .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rEvfDl4UXD .jq-number__spin.minus:hover:after,
.cid-rEvfDl4UXD .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rEvfDl4UXD .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rEvfDl4UXD .jq-number__spin.minus:after,
.cid-rEvfDl4UXD .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rEvfDl4UXD input::-webkit-clear-button {
  display: none;
}
.cid-rEvfDl4UXD input::-webkit-inner-spin-button {
  display: none;
}
.cid-rEvfDl4UXD input::-webkit-outer-spin-button {
  display: none;
}
.cid-rEvfDl4UXD input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rEvfDl4UXD .mbr-text,
.cid-rEvfDl4UXD .mbr-section-btn {
  color: #767676;
}
.cid-rEvfDl4UXD .text2,
.cid-rEvfDl4UXD .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-rEvfDl4UXD .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-sjoJI0FH7N .google-map {
  height: 50rem;
  position: relative;
  filter: grayscale(1);
}
.cid-sjoJI0FH7N .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sjoJI0FH7N .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-sjoJI0FH7N .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sjoJI0FH7N .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-rEvfF5lB7r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rEvfF5lB7r .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rEvfF5lB7r .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rEvfF5lB7r .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rEvfF5lB7r .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rEvfF5lB7r .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rEvfF5lB7r .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rEvfF5lB7r .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rEvfF5lB7r .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rEvfF5lB7r .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rEvfF5lB7r .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-thJNKKBAUf .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-thJNKKBAUf .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-thJNKKBAUf a {
  font-style: normal;
}
.cid-thJNKKBAUf .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-thJNKKBAUf .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-thJNKKBAUf .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-thJNKKBAUf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-thJNKKBAUf .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-thJNKKBAUf .nav-item:focus,
.cid-thJNKKBAUf .nav-link:focus {
  outline: none;
}
.cid-thJNKKBAUf .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-thJNKKBAUf .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-thJNKKBAUf .menu-logo {
  margin-right: auto;
}
.cid-thJNKKBAUf .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thJNKKBAUf .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-thJNKKBAUf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-thJNKKBAUf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-thJNKKBAUf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-thJNKKBAUf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-thJNKKBAUf .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-thJNKKBAUf .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-thJNKKBAUf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-thJNKKBAUf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-thJNKKBAUf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-thJNKKBAUf .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-thJNKKBAUf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-thJNKKBAUf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thJNKKBAUf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-thJNKKBAUf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thJNKKBAUf .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-thJNKKBAUf .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-thJNKKBAUf .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-thJNKKBAUf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-thJNKKBAUf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-thJNKKBAUf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-thJNKKBAUf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-thJNKKBAUf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-thJNKKBAUf button.navbar-toggler:focus {
  outline: none;
}
.cid-thJNKKBAUf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-thJNKKBAUf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thJNKKBAUf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thJNKKBAUf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thJNKKBAUf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thJNKKBAUf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thJNKKBAUf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thJNKKBAUf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thJNKKBAUf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thJNKKBAUf .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thJNKKBAUf .collapsed .btn {
  display: -webkit-flex;
}
.cid-thJNKKBAUf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-thJNKKBAUf .collapsed .navbar-collapse.collapsing,
.cid-thJNKKBAUf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-thJNKKBAUf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-thJNKKBAUf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-thJNKKBAUf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-thJNKKBAUf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-thJNKKBAUf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-thJNKKBAUf .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-thJNKKBAUf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-thJNKKBAUf .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-thJNKKBAUf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-thJNKKBAUf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-thJNKKBAUf .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-thJNKKBAUf .collapsed button.navbar-toggler {
  display: block;
}
.cid-thJNKKBAUf .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-thJNKKBAUf .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thJNKKBAUf .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-thJNKKBAUf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-thJNKKBAUf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-thJNKKBAUf .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-thJNKKBAUf.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thJNKKBAUf img {
    height: 3.8rem !important;
  }
  .cid-thJNKKBAUf .icon-wrap {
    margin-top: 1rem;
  }
  .cid-thJNKKBAUf .menu-wrap {
    flex-direction: column;
  }
  .cid-thJNKKBAUf .btn {
    display: -webkit-flex;
  }
  .cid-thJNKKBAUf button.navbar-toggler {
    display: block;
  }
  .cid-thJNKKBAUf .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-thJNKKBAUf .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thJNKKBAUf .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-thJNKKBAUf .navbar-collapse.collapsing,
  .cid-thJNKKBAUf .navbar-collapse.show {
    display: block !important;
  }
  .cid-thJNKKBAUf .navbar-collapse.collapsing .navbar-nav,
  .cid-thJNKKBAUf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-thJNKKBAUf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-thJNKKBAUf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-thJNKKBAUf .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-thJNKKBAUf .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-thJNKKBAUf .navbar-collapse.collapsing .navbar-buttons,
  .cid-thJNKKBAUf .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-thJNKKBAUf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-thJNKKBAUf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-thJNKKBAUf .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-thJNKKBAUf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-thJNKKBAUf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-thJNKKBAUf .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-thJNKKBAUf .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-thJNKKBAUf .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-thJNKKBAUf .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-thJNKKBAUf .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-thJNKKBAUf .nav-link:hover,
.cid-thJNKKBAUf .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-thJNKKBAUf .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-thJNKKBAUf .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-thJNKKBAUf a {
  font-style: normal;
}
.cid-thJNKKBAUf .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-thJNKKBAUf .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-thJNKKBAUf .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-thJNKKBAUf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-thJNKKBAUf .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-thJNKKBAUf .nav-item:focus,
.cid-thJNKKBAUf .nav-link:focus {
  outline: none;
}
.cid-thJNKKBAUf .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-thJNKKBAUf .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-thJNKKBAUf .menu-logo {
  margin-right: auto;
}
.cid-thJNKKBAUf .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thJNKKBAUf .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-thJNKKBAUf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-thJNKKBAUf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-thJNKKBAUf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-thJNKKBAUf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-thJNKKBAUf .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-thJNKKBAUf .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-thJNKKBAUf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-thJNKKBAUf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-thJNKKBAUf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-thJNKKBAUf .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-thJNKKBAUf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-thJNKKBAUf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thJNKKBAUf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-thJNKKBAUf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thJNKKBAUf .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-thJNKKBAUf .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-thJNKKBAUf .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-thJNKKBAUf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-thJNKKBAUf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-thJNKKBAUf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-thJNKKBAUf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-thJNKKBAUf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-thJNKKBAUf button.navbar-toggler:focus {
  outline: none;
}
.cid-thJNKKBAUf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-thJNKKBAUf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thJNKKBAUf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thJNKKBAUf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thJNKKBAUf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thJNKKBAUf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thJNKKBAUf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thJNKKBAUf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thJNKKBAUf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thJNKKBAUf .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thJNKKBAUf .collapsed .btn {
  display: -webkit-flex;
}
.cid-thJNKKBAUf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-thJNKKBAUf .collapsed .navbar-collapse.collapsing,
.cid-thJNKKBAUf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-thJNKKBAUf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-thJNKKBAUf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-thJNKKBAUf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-thJNKKBAUf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-thJNKKBAUf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-thJNKKBAUf .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-thJNKKBAUf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-thJNKKBAUf .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-thJNKKBAUf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-thJNKKBAUf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-thJNKKBAUf .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-thJNKKBAUf .collapsed button.navbar-toggler {
  display: block;
}
.cid-thJNKKBAUf .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-thJNKKBAUf .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thJNKKBAUf .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-thJNKKBAUf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-thJNKKBAUf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-thJNKKBAUf .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-thJNKKBAUf.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thJNKKBAUf img {
    height: 3.8rem !important;
  }
  .cid-thJNKKBAUf .icon-wrap {
    margin-top: 1rem;
  }
  .cid-thJNKKBAUf .menu-wrap {
    flex-direction: column;
  }
  .cid-thJNKKBAUf .btn {
    display: -webkit-flex;
  }
  .cid-thJNKKBAUf button.navbar-toggler {
    display: block;
  }
  .cid-thJNKKBAUf .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-thJNKKBAUf .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thJNKKBAUf .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-thJNKKBAUf .navbar-collapse.collapsing,
  .cid-thJNKKBAUf .navbar-collapse.show {
    display: block !important;
  }
  .cid-thJNKKBAUf .navbar-collapse.collapsing .navbar-nav,
  .cid-thJNKKBAUf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-thJNKKBAUf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-thJNKKBAUf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-thJNKKBAUf .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-thJNKKBAUf .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-thJNKKBAUf .navbar-collapse.collapsing .navbar-buttons,
  .cid-thJNKKBAUf .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-thJNKKBAUf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-thJNKKBAUf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-thJNKKBAUf .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-thJNKKBAUf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-thJNKKBAUf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-thJNKKBAUf .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-thJNKKBAUf .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-thJNKKBAUf .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-thJNKKBAUf .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-thJNKKBAUf .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-thJNKKBAUf .nav-link:hover,
.cid-thJNKKBAUf .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-skx4FOu7na {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/oscarpayment2-2000x943.jpg");
}
.cid-skx4FOu7na h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-skx4FOu7na h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-skx4FOu7na h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-skx4FOu7na h3:before,
  .cid-skx4FOu7na h3:after {
    display: none;
  }
}
.cid-skx2VCsxSr {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-skx2VCsxSr .mbr-text {
  color: #767676;
}
.cid-skx2VCsxSr .card-subtitle {
  margin: 0;
}
.cid-skx2VCsxSr .link {
  margin: 0;
}
.cid-skx2VCsxSr .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-skx2VCsxSr .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-skx2VCsxSr img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-skx2VCsxSr .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-skx2VCsxSr .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-skx2VCsxSr .card-img:hover:before {
  opacity: 0.4;
}
.cid-skx2VCsxSr .card-img:hover img {
  transform: scale(1.05);
}
.cid-skx2VCsxSr .row {
  justify-content: center;
}
.cid-skx2VCsxSr .card {
  margin-bottom: 4rem;
}
.cid-thDWotDsfS {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-thDWotDsfS .mbr-text {
    text-align: center;
  }
}
.cid-thDWotDsfS .container-fluid {
  padding: 0;
}
.cid-thDWotDsfS .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-thDWotDsfS img {
  height: 100%;
  object-fit: cover;
}
.cid-thDWotDsfS .mbr-figure {
  height: 100%;
}
.cid-thDWotDsfS .col-lg-7 {
  padding: 0;
}
.cid-thDWotDsfS .row {
  margin: 0;
}
.cid-skx2Ggw18e {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-skx2Ggw18e .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skx2Ggw18e .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skx2Ggw18e .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-skx2Ggw18e .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-skx2Ggw18e .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-skx2Ggw18e .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-skx2Ggw18e .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-skx2Ggw18e .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-skx2Ggw18e .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-skx2Ggw18e .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-skx2Ggw18e .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-skx2Ggw18e .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-skx2Ggw18e .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-skx2Ggw18e .media-container-row .row-copirayt p {
  width: 100%;
}
