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





body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 4.8rem;
  letter-spacing: -1px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.68rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.4rem;
  letter-spacing: -1px;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.84rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 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: #149dcc !important;
}
.bg-success {
  background-color: #ffda00 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #767676 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #40c0ec !important;
  border-color: #40c0ec !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #40c0ec !important;
  border-color: #40c0ec !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
  color: #000000 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #000000 !important;
  background-color: #ffe54d !important;
  border-color: #ffe54d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #ffe54d !important;
  border-color: #ffe54d !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: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #ffe54d !important;
  border-color: #ffe54d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #ffe54d !important;
  border-color: #ffe54d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !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: #ccc3a5 !important;
  border-color: #ccc3a5 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ccc3a5 !important;
  border-color: #ccc3a5 !important;
}
.btn-white {
  color: #222222 !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: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #998300;
  color: #998300;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000;
  background-color: #ffda00;
  border-color: #ffda00;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #ffda00 !important;
  border-color: #ffda00 !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: #998300;
  color: #998300;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #ffda00;
  border-color: #ffda00;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !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: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !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: #149dcc !important;
}
.text-secondary {
  color: #ffda00 !important;
}
.text-success {
  color: #ffda00 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #767676 !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: #57c8ef !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ffe966 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffe966 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a9a9a9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #767676;
}
.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: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff8cc;
}
.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: #b6b6b6;
}
.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: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  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: #149dcc;
  border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !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: #ffda00 !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='%23149dcc' %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-srVqKud5fI {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #efeeee;
}
.cid-srVqKud5fI .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #b71b1b;
}
.cid-srVqKud5fI img {
  width: 100%;
}
.cid-srVqKud5fI p {
  margin-top: 6rem;
}
.cid-srVqKud5fI .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-srVqKud5fI .content-wrapper {
  padding-top: 6rem;
}
.cid-srVqKud5fI h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-srVqKud5fI .content-wrapper {
    padding-top: 0rem;
  }
  .cid-srVqKud5fI p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-srVqKud5fI .back {
    width: 100%;
    height: 75%;
  }
  .cid-srVqKud5fI .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-srVqKud5fI p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-srVqKud5fI .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-srVqKud5fI h4 {
    right: 2rem;
  }
}
.cid-srVqKud5fI H1 {
  color: #efeeee;
}
.cid-srVqKud5fI .mbr-text,
.cid-srVqKud5fI .mbr-section-btn {
  color: #ffffff;
}
.cid-s3pUQZSoAH .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s3pUQZSoAH .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-s3pUQZSoAH a {
  font-style: normal;
}
.cid-s3pUQZSoAH .show {
  overflow: visible;
}
.cid-s3pUQZSoAH .dropdown-menu {
  max-height: 400px;
}
.cid-s3pUQZSoAH .dropdown-item:active {
  background-color: transparent;
}
.cid-s3pUQZSoAH .nav-link {
  font-weight: 600!important;
}
.cid-s3pUQZSoAH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s3pUQZSoAH .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-s3pUQZSoAH .nav-item:focus,
.cid-s3pUQZSoAH .nav-link:focus {
  outline: none;
}
.cid-s3pUQZSoAH .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s3pUQZSoAH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s3pUQZSoAH .menu-logo {
  margin-right: auto;
}
.cid-s3pUQZSoAH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3pUQZSoAH .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-s3pUQZSoAH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-s3pUQZSoAH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s3pUQZSoAH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s3pUQZSoAH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s3pUQZSoAH .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s3pUQZSoAH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-s3pUQZSoAH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s3pUQZSoAH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3pUQZSoAH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s3pUQZSoAH .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s3pUQZSoAH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-s3pUQZSoAH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3pUQZSoAH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s3pUQZSoAH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3pUQZSoAH .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s3pUQZSoAH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s3pUQZSoAH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s3pUQZSoAH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s3pUQZSoAH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s3pUQZSoAH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s3pUQZSoAH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s3pUQZSoAH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s3pUQZSoAH button.navbar-toggler:focus {
  outline: none;
}
.cid-s3pUQZSoAH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s3pUQZSoAH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3pUQZSoAH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3pUQZSoAH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3pUQZSoAH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3pUQZSoAH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3pUQZSoAH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3pUQZSoAH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3pUQZSoAH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3pUQZSoAH .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s3pUQZSoAH .collapsed .btn {
  display: -webkit-flex;
}
.cid-s3pUQZSoAH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s3pUQZSoAH .collapsed .navbar-collapse.collapsing,
.cid-s3pUQZSoAH .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-s3pUQZSoAH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s3pUQZSoAH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s3pUQZSoAH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s3pUQZSoAH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s3pUQZSoAH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s3pUQZSoAH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s3pUQZSoAH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s3pUQZSoAH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s3pUQZSoAH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-s3pUQZSoAH .collapsed button.navbar-toggler {
  display: block;
}
.cid-s3pUQZSoAH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s3pUQZSoAH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s3pUQZSoAH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s3pUQZSoAH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s3pUQZSoAH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s3pUQZSoAH .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-s3pUQZSoAH.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s3pUQZSoAH img {
    height: 3.8rem !important;
  }
  .cid-s3pUQZSoAH .btn {
    display: -webkit-flex;
  }
  .cid-s3pUQZSoAH button.navbar-toggler {
    display: block;
  }
  .cid-s3pUQZSoAH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s3pUQZSoAH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s3pUQZSoAH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s3pUQZSoAH .navbar-collapse.collapsing,
  .cid-s3pUQZSoAH .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-s3pUQZSoAH .navbar-collapse.collapsing .navbar-nav,
  .cid-s3pUQZSoAH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s3pUQZSoAH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s3pUQZSoAH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s3pUQZSoAH .navbar-collapse.collapsing .navbar-buttons,
  .cid-s3pUQZSoAH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s3pUQZSoAH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s3pUQZSoAH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s3pUQZSoAH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s3pUQZSoAH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s3pUQZSoAH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s3pUQZSoAH .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: 767px) {
  .cid-s3pUQZSoAH .nav-link {
    justify-content: start!important;
  }
  .cid-s3pUQZSoAH .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-s3pUQZSoAH .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-s3pUQZSoAH .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-s3pUQZSoAH .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s3pUQZSoAH .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s3pUQZSoAH .nav-link:hover,
.cid-s3pUQZSoAH .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-s3pUQZSoAH .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-s3pUQZSoAH .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-s3vk1wlcmH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-s3vk1wlcmH .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-s3vk1wlcmH .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (min-width: 767px) {
  .cid-s3vk1wlcmH .row {
    padding: 0 4rem;
  }
}
@media (max-width: 1400px) {
  .cid-s3vk1wlcmH .card-wrapper {
    margin: 0rem;
  }
}
.cid-s3vk1wlcmH .card {
  height: fit-content;
}
.cid-s3vk1wlcmH .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-s3vk1wlcmH .text-wrap {
  max-width: 400px;
}
.cid-s3vk1wlcmH .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #b71b1b;
}
.cid-s3vk1wlcmH .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-s3vk1wlcmH .card-box {
  background-color: #333333;
  padding: 4rem 4rem 6rem 4rem;
  width: 100%;
}
.cid-s3vk1wlcmH img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-s3vk1wlcmH .img-wrap {
  max-height: 250px;
  overflow: hidden;
}
.cid-s3vk1wlcmH .container {
  max-width: 1500px;
}
.cid-s3vk1wlcmH .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-s3vk1wlcmH .mbr-iconfont {
  font-size: 1.3rem;
  color: #efeeee;
  display: flex;
  justify-content: center;
}
.cid-s3vk1wlcmH P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-s3vk1wlcmH .img-wrap {
    max-height: 230px;
  }
  .cid-s3vk1wlcmH .text-wrap {
    padding: 0rem;
  }
}
@media (max-width: 992px) {
  .cid-s3vk1wlcmH .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-s3vk1wlcmH .text-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-s3vk1wlcmH .card-box {
    padding: 2rem 1rem 5rem 1rem;
  }
  .cid-s3vk1wlcmH .number {
    margin: auto;
  }
}
.cid-s3vk1wlcmH .mbr-text {
  color: #333333;
}
.cid-s3vk1wlcmH H3 {
  color: #333333;
}
.cid-s3vk1wlcmH H2 {
  color: #333333;
}
.cid-srUAYlVXnX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-srUAYlVXnX .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-srUAYlVXnX .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (min-width: 767px) {
  .cid-srUAYlVXnX .row {
    padding: 0 4rem;
  }
}
@media (max-width: 1400px) {
  .cid-srUAYlVXnX .card-wrapper {
    margin: 0rem;
  }
}
.cid-srUAYlVXnX .card {
  height: fit-content;
}
.cid-srUAYlVXnX .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-srUAYlVXnX .text-wrap {
  max-width: 400px;
}
.cid-srUAYlVXnX .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #b71b1b;
}
.cid-srUAYlVXnX .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-srUAYlVXnX .card-box {
  background-color: #333333;
  padding: 4rem 4rem 6rem 4rem;
  width: 100%;
}
.cid-srUAYlVXnX img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-srUAYlVXnX .img-wrap {
  max-height: 250px;
  overflow: hidden;
}
.cid-srUAYlVXnX .container {
  max-width: 1500px;
}
.cid-srUAYlVXnX .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-srUAYlVXnX .mbr-iconfont {
  font-size: 1.3rem;
  color: #efeeee;
  display: flex;
  justify-content: center;
}
.cid-srUAYlVXnX P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-srUAYlVXnX .img-wrap {
    max-height: 230px;
  }
  .cid-srUAYlVXnX .text-wrap {
    padding: 0rem;
  }
}
@media (max-width: 992px) {
  .cid-srUAYlVXnX .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-srUAYlVXnX .text-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-srUAYlVXnX .card-box {
    padding: 2rem 1rem 5rem 1rem;
  }
  .cid-srUAYlVXnX .number {
    margin: auto;
  }
}
.cid-srUAYlVXnX .mbr-text {
  color: #cccccc;
}
.cid-s3viRNGukc {
  padding-top: 90px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/dsc-964.jpeg");
}
.cid-s3viRNGukc .row {
  justify-content: flex-end;
}
.cid-s3viRNGukc .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-s3viRNGukc .block {
  background-color: #ffda00;
}
.cid-s3viRNGukc img {
  width: 100%;
}
.cid-s3viRNGukc .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-s3viRNGukc .content {
  max-width: 600px;
}
.cid-s3viRNGukc h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-s3viRNGukc .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-s3viRNGukc h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-s3viRNGukc .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-s3viRNGukc h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-s3viRNGukc .content-wrapper {
    padding: 4rem 3rem 4rem 0rem;
  }
}
.cid-s3viRNGukc .mbr-text,
.cid-s3viRNGukc .mbr-section-btn {
  text-align: left;
}
.cid-s3vmDs1cLo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-s3vmDs1cLo [class^="socicon-"]:before,
.cid-s3vmDs1cLo [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-s3vmDs1cLo .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s3vmDs1cLo .btn-social,
.cid-s3vmDs1cLo .mbr-section-title {
  color: #57468b;
}
.cid-s3vmDs1cLo .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s3vmDs1cLo .soc-item span {
  font-size: 1.6rem;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-s3vmDs1cLo .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-s3vmDs1cLo .align-left {
    text-align: center;
  }
  .cid-s3vmDs1cLo .align-right {
    text-align: center;
  }
  .cid-s3vmDs1cLo .social-list {
    justify-content: center;
  }
  .cid-s3vmDs1cLo .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-s3pUQZSoAH .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s3pUQZSoAH .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-s3pUQZSoAH a {
  font-style: normal;
}
.cid-s3pUQZSoAH .show {
  overflow: visible;
}
.cid-s3pUQZSoAH .dropdown-menu {
  max-height: 400px;
}
.cid-s3pUQZSoAH .dropdown-item:active {
  background-color: transparent;
}
.cid-s3pUQZSoAH .nav-link {
  font-weight: 600!important;
}
.cid-s3pUQZSoAH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s3pUQZSoAH .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-s3pUQZSoAH .nav-item:focus,
.cid-s3pUQZSoAH .nav-link:focus {
  outline: none;
}
.cid-s3pUQZSoAH .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s3pUQZSoAH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s3pUQZSoAH .menu-logo {
  margin-right: auto;
}
.cid-s3pUQZSoAH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3pUQZSoAH .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-s3pUQZSoAH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-s3pUQZSoAH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s3pUQZSoAH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s3pUQZSoAH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s3pUQZSoAH .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s3pUQZSoAH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-s3pUQZSoAH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s3pUQZSoAH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3pUQZSoAH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s3pUQZSoAH .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s3pUQZSoAH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-s3pUQZSoAH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3pUQZSoAH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s3pUQZSoAH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3pUQZSoAH .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s3pUQZSoAH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s3pUQZSoAH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s3pUQZSoAH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s3pUQZSoAH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s3pUQZSoAH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s3pUQZSoAH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s3pUQZSoAH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s3pUQZSoAH button.navbar-toggler:focus {
  outline: none;
}
.cid-s3pUQZSoAH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s3pUQZSoAH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3pUQZSoAH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3pUQZSoAH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3pUQZSoAH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3pUQZSoAH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3pUQZSoAH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3pUQZSoAH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3pUQZSoAH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3pUQZSoAH .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s3pUQZSoAH .collapsed .btn {
  display: -webkit-flex;
}
.cid-s3pUQZSoAH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s3pUQZSoAH .collapsed .navbar-collapse.collapsing,
.cid-s3pUQZSoAH .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-s3pUQZSoAH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s3pUQZSoAH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s3pUQZSoAH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s3pUQZSoAH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s3pUQZSoAH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s3pUQZSoAH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s3pUQZSoAH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s3pUQZSoAH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s3pUQZSoAH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-s3pUQZSoAH .collapsed button.navbar-toggler {
  display: block;
}
.cid-s3pUQZSoAH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s3pUQZSoAH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s3pUQZSoAH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s3pUQZSoAH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s3pUQZSoAH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s3pUQZSoAH .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-s3pUQZSoAH.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s3pUQZSoAH img {
    height: 3.8rem !important;
  }
  .cid-s3pUQZSoAH .btn {
    display: -webkit-flex;
  }
  .cid-s3pUQZSoAH button.navbar-toggler {
    display: block;
  }
  .cid-s3pUQZSoAH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s3pUQZSoAH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s3pUQZSoAH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s3pUQZSoAH .navbar-collapse.collapsing,
  .cid-s3pUQZSoAH .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-s3pUQZSoAH .navbar-collapse.collapsing .navbar-nav,
  .cid-s3pUQZSoAH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s3pUQZSoAH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s3pUQZSoAH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s3pUQZSoAH .navbar-collapse.collapsing .navbar-buttons,
  .cid-s3pUQZSoAH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s3pUQZSoAH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s3pUQZSoAH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s3pUQZSoAH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s3pUQZSoAH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s3pUQZSoAH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s3pUQZSoAH .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: 767px) {
  .cid-s3pUQZSoAH .nav-link {
    justify-content: start!important;
  }
  .cid-s3pUQZSoAH .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-s3pUQZSoAH .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-s3pUQZSoAH .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-s3pUQZSoAH .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s3pUQZSoAH .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s3pUQZSoAH .nav-link:hover,
.cid-s3pUQZSoAH .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-s3pUQZSoAH .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-s3pUQZSoAH .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-ssBkSK7jwh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efeeee;
}
.cid-ssBkSK7jwh .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ssBkSK7jwh .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssBkSK7jwh .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ssBkSK7jwh .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ssBkSK7jwh .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efeeee;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ssBkSK7jwh .icon-focus {
  display: none;
}
.cid-ssBkSK7jwh .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-ssBkSK7jwh ul {
  font-size: 0;
}
.cid-ssBkSK7jwh .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-ssBkSK7jwh .mbr-gallery-filter ul li .btn.active,
.cid-ssBkSK7jwh .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-ssBkSK7jwh .mbr-gallery-filter ul li .btn.active:after,
.cid-ssBkSK7jwh .mbr-gallery-filter ul li.active .btn:not(.active):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #ffda00);
}
.cid-ssBkSK7jwh .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-ssBkSK7jwh .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-ssBkSK7jwh .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-ssBkSK7jwh .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-ssBkSK7jwh .btn:hover {
  background: transparent !important;
}
.cid-ssBkSK7jwh .btn:hover:before {
  background: transparent !important;
}
.cid-ssBkSK7jwh .btn:before {
  background-color: transparent !important;
}
.cid-ssBkSK7jwh .btn:focus {
  box-shadow: none;
}
.cid-ssBkSK7jwh .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-s3vud41i5m {
  padding-top: 45px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-20.jpg");
}
.cid-s3vud41i5m .row {
  justify-content: flex-end;
}
.cid-s3vud41i5m .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-s3vud41i5m .block {
  background-color: #f7ed4a;
}
.cid-s3vud41i5m img {
  width: 100%;
}
.cid-s3vud41i5m .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-s3vud41i5m .content {
  max-width: 600px;
}
.cid-s3vud41i5m h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-s3vud41i5m .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-s3vud41i5m h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-s3vud41i5m .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-s3vud41i5m h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-s3vud41i5m .content-wrapper {
    padding: 4rem 3rem 4rem 0rem;
  }
}
.cid-s3vud41i5m H1 {
  text-align: center;
}
.cid-s3vud41i5m .mbr-text,
.cid-s3vud41i5m .mbr-section-btn {
  text-align: center;
}
.cid-s3vwqWImIA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-s3vwqWImIA [class^="socicon-"]:before,
.cid-s3vwqWImIA [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-s3vwqWImIA .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s3vwqWImIA .btn-social,
.cid-s3vwqWImIA .mbr-section-title {
  color: #57468b;
}
.cid-s3vwqWImIA .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s3vwqWImIA .soc-item span {
  font-size: 1.6rem;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-s3vwqWImIA .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-s3vwqWImIA .align-left {
    text-align: center;
  }
  .cid-s3vwqWImIA .align-right {
    text-align: center;
  }
  .cid-s3vwqWImIA .social-list {
    justify-content: center;
  }
  .cid-s3vwqWImIA .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-s3pUQZSoAH .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s3pUQZSoAH .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-s3pUQZSoAH a {
  font-style: normal;
}
.cid-s3pUQZSoAH .show {
  overflow: visible;
}
.cid-s3pUQZSoAH .dropdown-menu {
  max-height: 400px;
}
.cid-s3pUQZSoAH .dropdown-item:active {
  background-color: transparent;
}
.cid-s3pUQZSoAH .nav-link {
  font-weight: 600!important;
}
.cid-s3pUQZSoAH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s3pUQZSoAH .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-s3pUQZSoAH .nav-item:focus,
.cid-s3pUQZSoAH .nav-link:focus {
  outline: none;
}
.cid-s3pUQZSoAH .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s3pUQZSoAH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s3pUQZSoAH .menu-logo {
  margin-right: auto;
}
.cid-s3pUQZSoAH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3pUQZSoAH .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-s3pUQZSoAH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-s3pUQZSoAH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s3pUQZSoAH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s3pUQZSoAH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s3pUQZSoAH .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s3pUQZSoAH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-s3pUQZSoAH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s3pUQZSoAH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3pUQZSoAH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s3pUQZSoAH .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s3pUQZSoAH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-s3pUQZSoAH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3pUQZSoAH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s3pUQZSoAH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3pUQZSoAH .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s3pUQZSoAH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s3pUQZSoAH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s3pUQZSoAH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s3pUQZSoAH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s3pUQZSoAH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s3pUQZSoAH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s3pUQZSoAH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s3pUQZSoAH button.navbar-toggler:focus {
  outline: none;
}
.cid-s3pUQZSoAH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s3pUQZSoAH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3pUQZSoAH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3pUQZSoAH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3pUQZSoAH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3pUQZSoAH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3pUQZSoAH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3pUQZSoAH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3pUQZSoAH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3pUQZSoAH .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s3pUQZSoAH .collapsed .btn {
  display: -webkit-flex;
}
.cid-s3pUQZSoAH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s3pUQZSoAH .collapsed .navbar-collapse.collapsing,
.cid-s3pUQZSoAH .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-s3pUQZSoAH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s3pUQZSoAH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s3pUQZSoAH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s3pUQZSoAH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s3pUQZSoAH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s3pUQZSoAH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s3pUQZSoAH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s3pUQZSoAH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s3pUQZSoAH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-s3pUQZSoAH .collapsed button.navbar-toggler {
  display: block;
}
.cid-s3pUQZSoAH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s3pUQZSoAH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s3pUQZSoAH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s3pUQZSoAH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s3pUQZSoAH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s3pUQZSoAH .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-s3pUQZSoAH.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s3pUQZSoAH img {
    height: 3.8rem !important;
  }
  .cid-s3pUQZSoAH .btn {
    display: -webkit-flex;
  }
  .cid-s3pUQZSoAH button.navbar-toggler {
    display: block;
  }
  .cid-s3pUQZSoAH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s3pUQZSoAH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s3pUQZSoAH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s3pUQZSoAH .navbar-collapse.collapsing,
  .cid-s3pUQZSoAH .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-s3pUQZSoAH .navbar-collapse.collapsing .navbar-nav,
  .cid-s3pUQZSoAH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s3pUQZSoAH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s3pUQZSoAH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s3pUQZSoAH .navbar-collapse.collapsing .navbar-buttons,
  .cid-s3pUQZSoAH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s3pUQZSoAH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s3pUQZSoAH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s3pUQZSoAH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s3pUQZSoAH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s3pUQZSoAH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s3pUQZSoAH .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: 767px) {
  .cid-s3pUQZSoAH .nav-link {
    justify-content: start!important;
  }
  .cid-s3pUQZSoAH .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-s3pUQZSoAH .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-s3pUQZSoAH .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-s3pUQZSoAH .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s3pUQZSoAH .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s3pUQZSoAH .nav-link:hover,
.cid-s3pUQZSoAH .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-s3pUQZSoAH .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-s3pUQZSoAH .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-s3vBX60v1N {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s3vBX60v1N .mbr-section-title {
  margin: 0;
}
.cid-s3vBX60v1N .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-s3vBX60v1N .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-s3vBX60v1N .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s3vBX60v1N .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-s3vBX60v1N .team-item .item-image {
  position: relative !important;
}
.cid-s3vBX60v1N .team-item .item-image img {
  width: 100%;
}
.cid-s3vBX60v1N .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  pointer-events: none;
}
.cid-s3vBX60v1N .team-item .item-name p {
  margin-bottom: 0;
}
.cid-s3vBX60v1N .team-item .item-role p {
  margin-bottom: 0;
}
.cid-s3vBX60v1N .team-item .item-caption {
  background: #efefef;
}
.cid-s3vBX60v1N .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-s3vBX60v1N .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-s3vBX60v1N .item-social li a span {
  border-radius: 50%;
  background-color: #767676;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-s3vBX60v1N .item-social li a span:hover {
  background-color: #149dcc;
  color: #ffffff;
}
.cid-s3vBX60v1N .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-s3vBX60v1N .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-s3vBX60v1N .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-s3vBX60v1N .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-s3vBX60v1N .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-s3vBX60v1N .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-s3vBX60v1N .team-item:hover .item-image::after {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  visibility: visible;
}
.cid-s3vBX60v1N .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-s3vCgoHuS7 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1.jpg");
}
.cid-s3vCgoHuS7 .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-s3vCgoHuS7 .content-panel {
  padding: 3rem;
  background-color: #ffda00;
}
@media (min-width: 767px) {
  .cid-s3vCgoHuS7 .text-block {
    padding-right: 0;
    padding-left: 0;
  }
}
.cid-s3vCgoHuS7 .google-map {
  width: 100%;
  height: 30rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-s3vCgoHuS7 .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-s3vCgoHuS7 .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-s3vCgoHuS7 .google-map .place-card {
  margin-left: 40px !important;
}
.cid-s3vCgoHuS7 .mbr-section-title {
  color: #282124;
}
.cid-s3vCgoHuS7 .mbr-section-subtitle {
  color: #282124;
}
.cid-s3vD9RNjgZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #b2ccd2;
}
.cid-s3vD9RNjgZ .mbr-text {
  color: #767676;
}
.cid-s3vD9RNjgZ .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(255, 225, 51, 0.35);
}
.cid-s3vD9RNjgZ .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-s3vD9RNjgZ .card-wrapper:hover .ico2 {
  color: #149dcc !important;
}
.cid-s3vD9RNjgZ .text-info:hover {
  color: inherit!important;
}
.cid-s3vD9RNjgZ .ico2 {
  color: #767676 !important;
  transition: all 0.6s;
}
.cid-s3vD9RNjgZ .card-box {
  padding: 0rem 1rem;
}
.cid-s3vD9RNjgZ .card-img {
  width: auto;
}
.cid-s3vD9RNjgZ .ico1 {
  font-size: 3rem !important;
}
.cid-s3vD9RNjgZ h3,
.cid-s3vD9RNjgZ h4 {
  padding: 0;
  margin: 0;
}
.cid-s3vD9RNjgZ .card-title,
.cid-s3vD9RNjgZ .card-img {
  color: #232323;
}
.cid-s3vD9RNjgZ H3 {
  color: #767676;
}
.cid-s3vD9RNjgZ H1 {
  color: #232323;
}
.cid-s3vD9RNjgZ .card-title {
  color: #767676;
}
.cid-s3vExQCuCp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-s3vExQCuCp [class^="socicon-"]:before,
.cid-s3vExQCuCp [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-s3vExQCuCp .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s3vExQCuCp .btn-social,
.cid-s3vExQCuCp .mbr-section-title {
  color: #57468b;
}
.cid-s3vExQCuCp .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s3vExQCuCp .soc-item span {
  font-size: 1.6rem;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-s3vExQCuCp .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-s3vExQCuCp .align-left {
    text-align: center;
  }
  .cid-s3vExQCuCp .align-right {
    text-align: center;
  }
  .cid-s3vExQCuCp .social-list {
    justify-content: center;
  }
  .cid-s3vExQCuCp .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-s3pUQZSoAH .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s3pUQZSoAH .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-s3pUQZSoAH a {
  font-style: normal;
}
.cid-s3pUQZSoAH .show {
  overflow: visible;
}
.cid-s3pUQZSoAH .dropdown-menu {
  max-height: 400px;
}
.cid-s3pUQZSoAH .dropdown-item:active {
  background-color: transparent;
}
.cid-s3pUQZSoAH .nav-link {
  font-weight: 600!important;
}
.cid-s3pUQZSoAH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s3pUQZSoAH .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-s3pUQZSoAH .nav-item:focus,
.cid-s3pUQZSoAH .nav-link:focus {
  outline: none;
}
.cid-s3pUQZSoAH .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s3pUQZSoAH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s3pUQZSoAH .menu-logo {
  margin-right: auto;
}
.cid-s3pUQZSoAH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3pUQZSoAH .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-s3pUQZSoAH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-s3pUQZSoAH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s3pUQZSoAH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s3pUQZSoAH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s3pUQZSoAH .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s3pUQZSoAH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-s3pUQZSoAH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s3pUQZSoAH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3pUQZSoAH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s3pUQZSoAH .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s3pUQZSoAH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-s3pUQZSoAH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3pUQZSoAH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s3pUQZSoAH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3pUQZSoAH .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s3pUQZSoAH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s3pUQZSoAH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s3pUQZSoAH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s3pUQZSoAH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s3pUQZSoAH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s3pUQZSoAH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s3pUQZSoAH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s3pUQZSoAH button.navbar-toggler:focus {
  outline: none;
}
.cid-s3pUQZSoAH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s3pUQZSoAH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3pUQZSoAH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3pUQZSoAH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3pUQZSoAH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3pUQZSoAH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3pUQZSoAH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3pUQZSoAH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3pUQZSoAH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3pUQZSoAH .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s3pUQZSoAH .collapsed .btn {
  display: -webkit-flex;
}
.cid-s3pUQZSoAH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s3pUQZSoAH .collapsed .navbar-collapse.collapsing,
.cid-s3pUQZSoAH .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-s3pUQZSoAH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s3pUQZSoAH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s3pUQZSoAH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s3pUQZSoAH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s3pUQZSoAH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s3pUQZSoAH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s3pUQZSoAH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s3pUQZSoAH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s3pUQZSoAH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-s3pUQZSoAH .collapsed button.navbar-toggler {
  display: block;
}
.cid-s3pUQZSoAH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s3pUQZSoAH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s3pUQZSoAH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s3pUQZSoAH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s3pUQZSoAH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s3pUQZSoAH .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-s3pUQZSoAH.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s3pUQZSoAH img {
    height: 3.8rem !important;
  }
  .cid-s3pUQZSoAH .btn {
    display: -webkit-flex;
  }
  .cid-s3pUQZSoAH button.navbar-toggler {
    display: block;
  }
  .cid-s3pUQZSoAH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s3pUQZSoAH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s3pUQZSoAH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s3pUQZSoAH .navbar-collapse.collapsing,
  .cid-s3pUQZSoAH .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-s3pUQZSoAH .navbar-collapse.collapsing .navbar-nav,
  .cid-s3pUQZSoAH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s3pUQZSoAH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s3pUQZSoAH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s3pUQZSoAH .navbar-collapse.collapsing .navbar-buttons,
  .cid-s3pUQZSoAH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s3pUQZSoAH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s3pUQZSoAH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s3pUQZSoAH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s3pUQZSoAH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s3pUQZSoAH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s3pUQZSoAH .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: 767px) {
  .cid-s3pUQZSoAH .nav-link {
    justify-content: start!important;
  }
  .cid-s3pUQZSoAH .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-s3pUQZSoAH .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-s3pUQZSoAH .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-s3pUQZSoAH .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s3pUQZSoAH .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s3pUQZSoAH .nav-link:hover,
.cid-s3pUQZSoAH .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-s3pUQZSoAH .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-s3pUQZSoAH .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-srVFoHu5Rj {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-srVFoHu5Rj .mbr-text,
.cid-srVFoHu5Rj .ornament {
  text-align: center;
}
.cid-s3vJ8nZECc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-s3vJ8nZECc [class^="socicon-"]:before,
.cid-s3vJ8nZECc [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-s3vJ8nZECc .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s3vJ8nZECc .btn-social,
.cid-s3vJ8nZECc .mbr-section-title {
  color: #57468b;
}
.cid-s3vJ8nZECc .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s3vJ8nZECc .soc-item span {
  font-size: 1.6rem;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-s3vJ8nZECc .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-s3vJ8nZECc .align-left {
    text-align: center;
  }
  .cid-s3vJ8nZECc .align-right {
    text-align: center;
  }
  .cid-s3vJ8nZECc .social-list {
    justify-content: center;
  }
  .cid-s3vJ8nZECc .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-s3pUQZSoAH .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s3pUQZSoAH .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-s3pUQZSoAH a {
  font-style: normal;
}
.cid-s3pUQZSoAH .show {
  overflow: visible;
}
.cid-s3pUQZSoAH .dropdown-menu {
  max-height: 400px;
}
.cid-s3pUQZSoAH .dropdown-item:active {
  background-color: transparent;
}
.cid-s3pUQZSoAH .nav-link {
  font-weight: 600!important;
}
.cid-s3pUQZSoAH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s3pUQZSoAH .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-s3pUQZSoAH .nav-item:focus,
.cid-s3pUQZSoAH .nav-link:focus {
  outline: none;
}
.cid-s3pUQZSoAH .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s3pUQZSoAH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s3pUQZSoAH .menu-logo {
  margin-right: auto;
}
.cid-s3pUQZSoAH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3pUQZSoAH .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-s3pUQZSoAH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-s3pUQZSoAH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s3pUQZSoAH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s3pUQZSoAH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s3pUQZSoAH .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s3pUQZSoAH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-s3pUQZSoAH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s3pUQZSoAH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3pUQZSoAH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s3pUQZSoAH .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s3pUQZSoAH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-s3pUQZSoAH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3pUQZSoAH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s3pUQZSoAH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3pUQZSoAH .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s3pUQZSoAH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s3pUQZSoAH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s3pUQZSoAH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s3pUQZSoAH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s3pUQZSoAH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s3pUQZSoAH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s3pUQZSoAH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s3pUQZSoAH button.navbar-toggler:focus {
  outline: none;
}
.cid-s3pUQZSoAH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s3pUQZSoAH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3pUQZSoAH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3pUQZSoAH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3pUQZSoAH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3pUQZSoAH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3pUQZSoAH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3pUQZSoAH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3pUQZSoAH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3pUQZSoAH .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s3pUQZSoAH .collapsed .btn {
  display: -webkit-flex;
}
.cid-s3pUQZSoAH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s3pUQZSoAH .collapsed .navbar-collapse.collapsing,
.cid-s3pUQZSoAH .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-s3pUQZSoAH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s3pUQZSoAH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s3pUQZSoAH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s3pUQZSoAH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s3pUQZSoAH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s3pUQZSoAH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s3pUQZSoAH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s3pUQZSoAH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s3pUQZSoAH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-s3pUQZSoAH .collapsed button.navbar-toggler {
  display: block;
}
.cid-s3pUQZSoAH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s3pUQZSoAH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s3pUQZSoAH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s3pUQZSoAH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s3pUQZSoAH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s3pUQZSoAH .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-s3pUQZSoAH.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s3pUQZSoAH img {
    height: 3.8rem !important;
  }
  .cid-s3pUQZSoAH .btn {
    display: -webkit-flex;
  }
  .cid-s3pUQZSoAH button.navbar-toggler {
    display: block;
  }
  .cid-s3pUQZSoAH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s3pUQZSoAH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s3pUQZSoAH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s3pUQZSoAH .navbar-collapse.collapsing,
  .cid-s3pUQZSoAH .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-s3pUQZSoAH .navbar-collapse.collapsing .navbar-nav,
  .cid-s3pUQZSoAH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s3pUQZSoAH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s3pUQZSoAH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s3pUQZSoAH .navbar-collapse.collapsing .navbar-buttons,
  .cid-s3pUQZSoAH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s3pUQZSoAH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s3pUQZSoAH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s3pUQZSoAH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s3pUQZSoAH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s3pUQZSoAH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s3pUQZSoAH .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: 767px) {
  .cid-s3pUQZSoAH .nav-link {
    justify-content: start!important;
  }
  .cid-s3pUQZSoAH .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-s3pUQZSoAH .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-s3pUQZSoAH .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-s3pUQZSoAH .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s3pUQZSoAH .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s3pUQZSoAH .nav-link:hover,
.cid-s3pUQZSoAH .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-s3pUQZSoAH .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-s3pUQZSoAH .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-ssSzqxubFX {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-ssSzqxubFX img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-ssSzqxubFX img:hover {
  transform: scale(1.1);
}
.cid-ssSzqxubFX .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-ssSzqxubFX h2 {
  padding: 0;
  margin: 0;
}
.cid-ssSzqxubFX .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ssSzqxubFX .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-ssSzqxubFX .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-ssSzqxubFX .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-ssSzqxubFX .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-ssSzqxubFX .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-ssSzqxubFX .mbr-iconfont {
  margin: 0!important;
}
.cid-ssSzqxubFX .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-ssSzqxubFX .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ssSzqxubFX .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-ssSzqxubFX .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-ssSzqxubFX .text-col {
    padding: 2rem 1rem;
  }
}
.cid-ssSzqxubFX H2 {
  color: #333333;
}
.cid-ssSzqxubFX .mbr-text {
  color: #767676;
}
.cid-srUG9ulK2g {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-srUG9ulK2g .row {
  position: relative;
}
.cid-srUG9ulK2g .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-srUG9ulK2g .row {
    margin: 0 2rem;
  }
}
.cid-srUG9ulK2g h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-srUG9ulK2g .content-wrapper {
  max-width: 600px;
}
.cid-srUG9ulK2g H1 {
  color: #333333;
  text-align: left;
}
.cid-srUG9ulK2g .mbr-text,
.cid-srUG9ulK2g .mbr-section-btn {
  color: #333333;
}
.cid-srUG9ulK2g H3 {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-srUG9ulK2g h4 {
    left: 3rem;
  }
}
.cid-srUJITqbEX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-srUJITqbEX img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-srUJITqbEX img:hover {
  transform: scale(1.1);
}
.cid-srUJITqbEX .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-srUJITqbEX h2 {
  padding: 0;
  margin: 0;
}
.cid-srUJITqbEX .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-srUJITqbEX .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-srUJITqbEX .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-srUJITqbEX .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-srUJITqbEX .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-srUJITqbEX .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-srUJITqbEX .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-srUJITqbEX .text-col {
    padding: 2rem 1rem;
  }
}
.cid-srUJITqbEX H2 {
  color: #333333;
}
.cid-srUJITqbEX .mbr-text {
  color: #767676;
}
.cid-srUN49IDFE {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-srUN49IDFE .container {
  max-width: 1500px;
}
.cid-srUN49IDFE .row {
  background: #333333;
}
.cid-srUN49IDFE .img-col {
  padding: 0;
}
.cid-srUN49IDFE .title-col {
  padding: 4rem 8rem;
}
.cid-srUN49IDFE img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-srUN49IDFE h2 {
  padding: 0;
  margin: 0;
}
.cid-srUN49IDFE .text-wrap {
  margin: auto;
}
.cid-srUN49IDFE .mbr-text {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-srUN49IDFE .row {
    margin: 2rem;
  }
  .cid-srUN49IDFE .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-srUN49IDFE .row {
    margin: 0rem;
  }
  .cid-srUN49IDFE .title-col {
    padding: 2rem 1rem;
  }
}
.cid-srUNRRStti {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efeeee;
}
.cid-srUNRRStti .mbr-text {
  position: relative;
  text-align: center;
}
.cid-srUNRRStti .mbr-text:before {
  color: #efeeee;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-srUNRRStti .mbr-text:after {
  color: #efeeee;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-srUNRRStti .mbr-text:after,
  .cid-srUNRRStti .mbr-text:before {
    display: none;
  }
}
.cid-srUPn4fz06 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-srUPn4fz06 h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-srUPn4fz06 .mbr-section-subtitle {
  color: #767676;
}
.cid-srUPn4fz06 .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-srUPn4fz06 .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-srUPn4fz06 .article-counter-right {
  color: #767676;
}
.cid-srUPn4fz06 .article-counter-left {
  color: #767676;
}
.cid-srUQlEPFPv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #767676;
}
.cid-srUQlEPFPv .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
}
.cid-srUQlEPFPv .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-srUQlEPFPv .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-srUQlEPFPv .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-srUQlEPFPv .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-srUQlEPFPv .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-srUQlEPFPv .inner-container {
    width: 100% !important;
  }
  .cid-srUQlEPFPv .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-srUR1qcj9O {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efeeee;
}
.cid-srUR1qcj9O .row {
  position: relative;
}
.cid-srUR1qcj9O .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-srUR1qcj9O .row {
    margin: 0 2rem;
  }
}
.cid-srUR1qcj9O h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-srUR1qcj9O .content-wrapper {
  max-width: 600px;
}
.cid-srUR1qcj9O H1 {
  color: #333333;
  text-align: center;
}
.cid-srUR1qcj9O .mbr-text,
.cid-srUR1qcj9O .mbr-section-btn {
  color: #333333;
}
.cid-srUR1qcj9O H3 {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-srUR1qcj9O h4 {
    left: 3rem;
  }
}
.cid-srURIILWDV {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-srURIILWDV .mbr-text {
  position: relative;
}
.cid-srURIILWDV .mbr-text:before {
  color: #efeeee;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-srURIILWDV .mbr-text:after {
  color: #efeeee;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-srURIILWDV .mbr-text:after,
  .cid-srURIILWDV .mbr-text:before {
    display: none;
  }
}
.cid-srUWkvhiPq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efeeee;
}
.cid-srUWkvhiPq .mbr-text {
  color: #767676;
}
.cid-srUWkvhiPq .card-subtitle {
  margin: 0;
}
.cid-srUWkvhiPq .link {
  margin: 0;
}
.cid-srUWkvhiPq .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-srUWkvhiPq img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-srUWkvhiPq .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-srUWkvhiPq .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-srUWkvhiPq .card-img:hover:before {
  opacity: 0.4;
}
.cid-srUWkvhiPq .card-img:hover img {
  transform: scale(1.05);
}
.cid-srUWkvhiPq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-srUWkvhiPq .card {
    margin-bottom: 3rem;
  }
}
.cid-ssSz7hTvng {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #efeeee;
}
.cid-ssSz7hTvng .row {
  position: relative;
}
.cid-ssSz7hTvng .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-ssSz7hTvng .row {
    margin: 0 2rem;
  }
}
.cid-ssSz7hTvng h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-ssSz7hTvng .content-wrapper {
  max-width: 600px;
}
.cid-ssSz7hTvng H1 {
  color: #333333;
  text-align: left;
}
.cid-ssSz7hTvng .mbr-text,
.cid-ssSz7hTvng .mbr-section-btn {
  color: #333333;
}
.cid-ssSz7hTvng H3 {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-ssSz7hTvng h4 {
    left: 3rem;
  }
}
.cid-srUEjwzVU3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-srUEjwzVU3 [class^="socicon-"]:before,
.cid-srUEjwzVU3 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-srUEjwzVU3 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-srUEjwzVU3 .btn-social,
.cid-srUEjwzVU3 .mbr-section-title {
  color: #57468b;
}
.cid-srUEjwzVU3 .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-srUEjwzVU3 .soc-item span {
  font-size: 1.6rem;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-srUEjwzVU3 .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-srUEjwzVU3 .align-left {
    text-align: center;
  }
  .cid-srUEjwzVU3 .align-right {
    text-align: center;
  }
  .cid-srUEjwzVU3 .social-list {
    justify-content: center;
  }
  .cid-srUEjwzVU3 .mb-0 {
    padding-bottom: 1rem;
  }
}
