@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.06rem;
}
/* ---- 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.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #fab932 !important;
}
.bg-success {
  background-color: #9473d2 !important;
}
.bg-info {
  background-color: #7237a2 !important;
}
.bg-warning {
  background-color: #f8f9c4 !important;
}
.bg-danger {
  background-color: #efefef !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #fab932 !important;
  border-color: #fab932 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #fab932 !important;
  border-color: #fab932 !important;
}
.btn-primary:before {
  background-color: #da9505 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #da9505 !important;
  border-color: #da9505 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #f27d7a !important;
  border-color: #f27d7a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #f27d7a !important;
  border-color: #f27d7a !important;
}
.btn-secondary:before {
  background-color: #eb3934 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #eb3934 !important;
  border-color: #eb3934 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
}
.btn-info:before {
  background-color: #4a2469 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4a2469 !important;
  border-color: #4a2469 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-success:before {
  background-color: #693cbc !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #693cbc !important;
  border-color: #693cbc !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
  color: #aaac12 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #aaac12 !important;
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
}
.btn-warning:before {
  background-color: #f0f27f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #aaac12 !important;
  background-color: #f0f27f !important;
  border-color: #f0f27f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-danger:before {
  background-color: #c9c9c9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !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: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:before {
  background-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: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:before {
  background-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: #c18405;
  color: #c18405;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  border-color: #fab932;
}
.btn-primary-outline:before {
  background-color: #fab932;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fab932 !important;
  border-color: #fab932 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #e9221d;
  color: #e9221d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  border-color: #f27d7a;
}
.btn-secondary-outline:before {
  background-color: #f27d7a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f27d7a !important;
  border-color: #f27d7a !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #3c1d56;
  color: #3c1d56;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  border-color: #7237a2;
}
.btn-info-outline:before {
  background-color: #7237a2;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #5e36a9;
  color: #5e36a9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  border-color: #9473d2;
}
.btn-success-outline:before {
  background-color: #9473d2;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #edf067;
  color: #edf067;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #aaac12;
  border-color: #f8f9c4;
}
.btn-warning-outline:before {
  background-color: #f8f9c4;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #707070;
  border-color: #efefef;
}
.btn-danger-outline:before {
  background-color: #efefef;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #efefef !important;
  border-color: #efefef !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;
  border-color: #333333;
}
.btn-black-outline:before {
  background-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;
  border-color: #ffffff;
}
.btn-white-outline:before {
  background-color: #ffffff;
}
.btn-bgr {
  position: relative;
  transition: border 0.3s ease-in-out, color 0.5s;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.btn-bgr span {
  position: relative;
  z-index: 12;
}
.btn-bgr:before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: -2px;
  right: 105%;
  bottom: -2px;
  transition: right 0.3s ease-in-out;
  z-index: -1;
  border-radius: 100px;
}
.btn-bgr:hover:before {
  right: -2px;
}
.btn-underline {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.2s ease-out;
}
.btn-underline:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fab932;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.btn-underline:hover:before {
  width: 100%;
}
.text-primary {
  color: #fab932 !important;
}
.text-secondary {
  color: #f27d7a !important;
}
.text-success {
  color: #9473d2 !important;
}
.text-info {
  color: #7237a2 !important;
}
.text-warning {
  color: #f8f9c4 !important;
}
.text-danger {
  color: #efefef !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #c18405 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #e9221d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5e36a9 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #3c1d56 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #edf067 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bcbcbc !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: #7237a2;
}
.alert-warning {
  background-color: #f8f9c4;
}
.alert-danger {
  background-color: #efefef;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fab932;
  border-color: #fab932;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #fab932;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffdf9;
}
.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: #b083d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
blockquote {
  border-color: #fab932;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #fab932;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #fab932;
}
/*Menu*/
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.696rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fab932;
  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: #fab932;
  border-bottom-color: #fab932;
}
.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: #fab932 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f27d7a !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='%23fab932' %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-sih0wGi2jL .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-sih0wGi2jL .nav-item:focus,
.cid-sih0wGi2jL .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sih0wGi2jL .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sih0wGi2jL .nav-item .nav-link {
    position: relative;
  }
  .cid-sih0wGi2jL .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #fab932, #f27d7a);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sih0wGi2jL .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sih0wGi2jL .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sih0wGi2jL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sih0wGi2jL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sih0wGi2jL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sih0wGi2jL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sih0wGi2jL .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sih0wGi2jL .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sih0wGi2jL .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sih0wGi2jL .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sih0wGi2jL .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sih0wGi2jL .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sih0wGi2jL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sih0wGi2jL .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sih0wGi2jL .navbar.collapsed .navbar-collapse.show,
.cid-sih0wGi2jL .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sih0wGi2jL .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sih0wGi2jL .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sih0wGi2jL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sih0wGi2jL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sih0wGi2jL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sih0wGi2jL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sih0wGi2jL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sih0wGi2jL .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sih0wGi2jL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sih0wGi2jL .navbar.collapsed .right-menu,
.cid-sih0wGi2jL .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sih0wGi2jL .navbar .navbar-collapse.show,
  .cid-sih0wGi2jL .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sih0wGi2jL .navbar .navbar-collapse.show .brand-container,
  .cid-sih0wGi2jL .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sih0wGi2jL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sih0wGi2jL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sih0wGi2jL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sih0wGi2jL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sih0wGi2jL .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sih0wGi2jL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sih0wGi2jL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sih0wGi2jL .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sih0wGi2jL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sih0wGi2jL .navbar .right-menu,
  .cid-sih0wGi2jL .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sih0wGi2jL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sih0wGi2jL .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sih0wGi2jL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sih0wGi2jL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sih0wGi2jL .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sih0wGi2jL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sih0wGi2jL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sih0wGi2jL .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sih0wGi2jL .dropdown-item.active,
.cid-sih0wGi2jL .dropdown-item:active {
  background-color: transparent;
}
.cid-sih0wGi2jL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sih0wGi2jL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sih0wGi2jL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sih0wGi2jL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sih0wGi2jL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sih0wGi2jL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sih0wGi2jL ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sih0wGi2jL ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sih0wGi2jL .navbar-buttons {
  margin-left: auto;
}
.cid-sih0wGi2jL button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sih0wGi2jL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sih0wGi2jL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sih0wGi2jL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sih0wGi2jL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sih0wGi2jL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sih0wGi2jL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sih0wGi2jL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sih0wGi2jL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sih0wGi2jL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sih0wGi2jL .navbar-dropdown {
  position: fixed;
}
.cid-sih0wGi2jL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sih0wGi2jL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sih0wGi2jL .right-menu,
.cid-sih0wGi2jL .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sih0wGi2jL .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sih0wGi2jL .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sih0wGi2jL .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sih0wGi2jL .menu-top {
  text-align: center;
  width: 100%;
  background-color: #ff020f;
  padding: 0.5rem 0;
}
.cid-sih0wGi2jL .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sih0wGi2jL .card-wrapper {
  z-index: 3;
}
.cid-sih0wGi2jL .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sih0wGi2jL .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sih0wGi2jL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjlqj6tbuS {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sjlqj6tbuS .image-block {
  margin: auto;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.cid-sjlqj6tbuS .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sjlqj6tbuS .image-block:hover:before {
  opacity: 0;
}
.cid-sjlqj6tbuS .image-block:hover .wrap {
  opacity: 1;
}
.cid-sjlqj6tbuS .image-block:hover img {
  transform: scale(1.05);
}
.cid-sjlqj6tbuS h4 {
  letter-spacing: 2px;
}
.cid-sjlqj6tbuS figcaption {
  position: relative;
}
.cid-sjlqj6tbuS figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sjlqj6tbuS img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sjlqj6tbuS .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sjlqj6tbuS .wrap {
    opacity: 1!important;
  }
  .cid-sjlqj6tbuS .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sjTljCeHai {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1357.jpg");
}
.cid-sjTljCeHai .mbr-section-subtitle {
  color: #767676;
}
.cid-sjTljCeHai .btn {
  margin: 0 0 .5rem 0;
}
.cid-sjTljCeHai H2 {
  color: #ffffff;
}
.cid-sjlrTkLQN1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fab932;
}
.cid-sjlrTkLQN1 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sjlrTkLQN1 img:hover {
  transform: scale(1.1);
}
.cid-sjlrTkLQN1 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sjlrTkLQN1 h2 {
  padding: 0;
  margin: 0;
}
.cid-sjlrTkLQN1 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sjlrTkLQN1 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sjlrTkLQN1 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sjlrTkLQN1 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sjlrTkLQN1 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sjlrTkLQN1 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sjlrTkLQN1 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sjlrTkLQN1 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sjlrTkLQN1 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sjlrTkLQN1 H2 {
  color: #333333;
}
.cid-sjlrTkLQN1 .mbr-text {
  color: #2c1616;
}
.cid-sjlIgfJwuU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sjlIgfJwuU h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-sjlIgfJwuU .card-box {
  padding-top: 3rem;
}
.cid-sjlIgfJwuU .mbr-link-btn {
  width: 100%;
  text-align: center;
}
.cid-sjlIgfJwuU .btn-md {
  padding: 1rem;
}
.cid-sjlIgfJwuU .btn-primary-outline,
.cid-sjlIgfJwuU .btn-secondary-outline,
.cid-sjlIgfJwuU .btn-info-outline,
.cid-sjlIgfJwuU .btn-success-outline,
.cid-sjlIgfJwuU .btn-warning-outline,
.cid-sjlIgfJwuU .btn-danger-outline,
.cid-sjlIgfJwuU .btn-black-outline,
.cid-sjlIgfJwuU .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sjlIgfJwuU .btn-primary-outline span,
.cid-sjlIgfJwuU .btn-secondary-outline span,
.cid-sjlIgfJwuU .btn-info-outline span,
.cid-sjlIgfJwuU .btn-success-outline span,
.cid-sjlIgfJwuU .btn-warning-outline span,
.cid-sjlIgfJwuU .btn-danger-outline span,
.cid-sjlIgfJwuU .btn-black-outline span,
.cid-sjlIgfJwuU .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sjlIgfJwuU .btn-primary-outline:hover span,
.cid-sjlIgfJwuU .btn-secondary-outline:hover span,
.cid-sjlIgfJwuU .btn-info-outline:hover span,
.cid-sjlIgfJwuU .btn-success-outline:hover span,
.cid-sjlIgfJwuU .btn-warning-outline:hover span,
.cid-sjlIgfJwuU .btn-danger-outline:hover span,
.cid-sjlIgfJwuU .btn-black-outline:hover span,
.cid-sjlIgfJwuU .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-sjlIgfJwuU .btn-primary-outline:hover,
.cid-sjlIgfJwuU .btn-secondary-outline:hover,
.cid-sjlIgfJwuU .btn-info-outline:hover,
.cid-sjlIgfJwuU .btn-success-outline:hover,
.cid-sjlIgfJwuU .btn-warning-outline:hover,
.cid-sjlIgfJwuU .btn-danger-outline:hover,
.cid-sjlIgfJwuU .btn-black-outline:hover,
.cid-sjlIgfJwuU .btn-white-outline:hover {
  background-color: transparent!important;
  color: #fab932 !important;
  box-shadow: none!important;
}
.cid-sjlIgfJwuU .btn-primary-outline:active,
.cid-sjlIgfJwuU .btn-secondary-outline:active,
.cid-sjlIgfJwuU .btn-info-outline:active,
.cid-sjlIgfJwuU .btn-success-outline:active,
.cid-sjlIgfJwuU .btn-warning-outline:active,
.cid-sjlIgfJwuU .btn-danger-outline:active,
.cid-sjlIgfJwuU .btn-black-outline:active,
.cid-sjlIgfJwuU .btn-white-outline:active,
.cid-sjlIgfJwuU .btn-primary-outline:focus,
.cid-sjlIgfJwuU .btn-secondary-outline:focus,
.cid-sjlIgfJwuU .btn-info-outline:focus,
.cid-sjlIgfJwuU .btn-success-outline:focus,
.cid-sjlIgfJwuU .btn-warning-outline:focus,
.cid-sjlIgfJwuU .btn-danger-outline:focus,
.cid-sjlIgfJwuU .btn-black-outline:focus,
.cid-sjlIgfJwuU .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sjlIgfJwuU .btn-primary-outline .mbr-iconfont,
.cid-sjlIgfJwuU .btn-secondary-outline .mbr-iconfont,
.cid-sjlIgfJwuU .btn-info-outline .mbr-iconfont,
.cid-sjlIgfJwuU .btn-success-outline .mbr-iconfont,
.cid-sjlIgfJwuU .btn-warning-outline .mbr-iconfont,
.cid-sjlIgfJwuU .btn-danger-outline .mbr-iconfont,
.cid-sjlIgfJwuU .btn-black-outline .mbr-iconfont,
.cid-sjlIgfJwuU .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-sjlIgfJwuU .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-sjlIgfJwuU .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(247, 170, 168, 0.35);
  transform: translateY(-1.5rem);
}
.cid-sjlIgfJwuU .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-sjlIgfJwuU .link-wrap:hover {
  color: #fab932 !important;
}
.cid-sjlIgfJwuU .link-wrap:hover:hover .link-ico {
  color: #fab932 !important;
}
.cid-sjlIgfJwuU .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-sjlIgfJwuU img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-sjlIgfJwuU .card-title {
  color: #fab932;
  text-align: center;
}
.cid-sjlIgfJwuU .row {
  justify-content: center;
}
.cid-sjlIgfJwuU .main-title {
  text-align: center;
  color: #232323;
}
.cid-sjlIgfJwuU P {
  text-align: center;
}
.cid-sjlIgfJwuU .mbr-text,
.cid-sjlIgfJwuU .link {
  text-align: left;
  color: #767676;
}
@media (max-width: 576px) {
  .cid-sjlIgfJwuU .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-sjTJdzJNhU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sjTJdzJNhU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjTJdzJNhU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjTJdzJNhU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjTJdzJNhU .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sjTJdzJNhU .container {
  padding: 0;
}
.cid-sjTJdzJNhU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjTJdzJNhU .icon-focus {
  display: none;
}
.cid-sjTJdzJNhU .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #808080 !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-sjTJdzJNhU .btn[class*=-outline]:hover,
.cid-sjTJdzJNhU .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-sjTJdzJNhU li:hover .btn-primary-outline,
.cid-sjTJdzJNhU li:active .btn-primary-outline,
.cid-sjTJdzJNhU li.active .btn-primary-outline {
  color: #fab932 !important;
}
.cid-sjTJdzJNhU li:hover .btn-secondary-outline,
.cid-sjTJdzJNhU li:active .btn-secondary-outline,
.cid-sjTJdzJNhU li.active .btn-secondary-outline {
  color: #f27d7a !important;
}
.cid-sjTJdzJNhU li:hover .btn-info-outline,
.cid-sjTJdzJNhU li:active .btn-info-outline,
.cid-sjTJdzJNhU li.active .btn-info-outline {
  color: #7237a2 !important;
}
.cid-sjTJdzJNhU li:hover .btn-warning-outline,
.cid-sjTJdzJNhU li:active .btn-warning-outline,
.cid-sjTJdzJNhU li.active .btn-warning-outline {
  color: #f8f9c4 !important;
}
.cid-sjTJdzJNhU li:hover .btn-white-outline,
.cid-sjTJdzJNhU li:active .btn-white-outline,
.cid-sjTJdzJNhU li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-sjTJdzJNhU li:hover .btn-black-outline,
.cid-sjTJdzJNhU li:active .btn-black-outline,
.cid-sjTJdzJNhU li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-sjTJdzJNhU li:hover .btn-success-outline,
.cid-sjTJdzJNhU li:active .btn-success-outline,
.cid-sjTJdzJNhU li.active .btn-success-outline {
  color: #9473d2 !important;
}
.cid-sjTJdzJNhU li:hover .btn-danger-outline,
.cid-sjTJdzJNhU li:active .btn-danger-outline,
.cid-sjTJdzJNhU li.active .btn-danger-outline {
  color: #efefef !important;
}
.cid-sjTJdzJNhU li {
  position: relative;
}
.cid-sjTJdzJNhU .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-sjTJdzJNhU .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-sjTJdzJNhU .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sjTJdzJNhU .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-sjTJdzJNhU .btn {
  font-family: Poppins !important;
}
.cid-sjTJdzJNhU .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sjTJdzJNhU .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-sjTJdzJNhU .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-sjTJdzJNhU .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-sjlw5ismAw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sjlw5ismAw .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-sjlw5ismAw .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sjlw5ismAw .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sjlw5ismAw .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-sjlw5ismAw .logo-section img {
  width: auto;
}
.cid-sjlw5ismAw .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #fab932;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-sjlw5ismAw .icon-transition span:hover {
  background-color: #fab932;
}
.cid-sjlw5ismAw .mbr-text {
  color: #767676;
}
@media (max-width: 991px) {
  .cid-sjlw5ismAw .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-sjlw5ismAw .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-sjlw5ismAw .mbr-text {
    margin-bottom: 1.5rem;
  }
}
