body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #495e66 !important;
}
.bg-success {
  background-color: #232323 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #495e66 !important;
  border-color: #495e66 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #293539 !important;
  border-color: #293539 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #293539 !important;
  border-color: #293539 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #1e272b;
  color: #1e272b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #495e66;
  border-color: #495e66;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #495e66 !important;
  border-color: #495e66 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !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: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #232323;
  border-color: #232323;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #495e66 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #232323 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #1e272b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #495e66;
  border-color: #495e66;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #495e66;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #869fa8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #495e66;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #495e66;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #495e66;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #495e66;
  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: #495e66;
  border-bottom-color: #495e66;
}
.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: #495e66 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !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: 100px;
  height: 100px;
  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='%23495e66' %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.3;
}
.cid-sscWGPAsFJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #879a9f;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sscWGPAsFJ .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sscWGPAsFJ .nav-item,
.cid-sscWGPAsFJ .nav-link,
.cid-sscWGPAsFJ .navbar-caption {
  font-weight: normal;
}
.cid-sscWGPAsFJ .nav-item:focus,
.cid-sscWGPAsFJ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sscWGPAsFJ .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sscWGPAsFJ .nav-item .nav-link {
    position: relative;
  }
  .cid-sscWGPAsFJ .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #879a9f;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sscWGPAsFJ .nav-item:hover .nav-link:before,
  .cid-sscWGPAsFJ .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sscWGPAsFJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sscWGPAsFJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sscWGPAsFJ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sscWGPAsFJ .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sscWGPAsFJ .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sscWGPAsFJ .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sscWGPAsFJ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sscWGPAsFJ .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sscWGPAsFJ .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sscWGPAsFJ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sscWGPAsFJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sscWGPAsFJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sscWGPAsFJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sscWGPAsFJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sscWGPAsFJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sscWGPAsFJ .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sscWGPAsFJ .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sscWGPAsFJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sscWGPAsFJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sscWGPAsFJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sscWGPAsFJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sscWGPAsFJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sscWGPAsFJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sscWGPAsFJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sscWGPAsFJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sscWGPAsFJ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sscWGPAsFJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sscWGPAsFJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sscWGPAsFJ .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sscWGPAsFJ .dropdown-item.active,
.cid-sscWGPAsFJ .dropdown-item:active {
  background-color: transparent;
}
.cid-sscWGPAsFJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sscWGPAsFJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sscWGPAsFJ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sscWGPAsFJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sscWGPAsFJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sscWGPAsFJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sscWGPAsFJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sscWGPAsFJ .navbar-buttons {
  text-align: center;
}
.cid-sscWGPAsFJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sscWGPAsFJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sscWGPAsFJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sscWGPAsFJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sscWGPAsFJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sscWGPAsFJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sscWGPAsFJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sscWGPAsFJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sscWGPAsFJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sscWGPAsFJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sscWGPAsFJ .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sscWGPAsFJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sscWGPAsFJ .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sscWGPAsFJ .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sscWGPAsFJ .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sscWGPAsFJ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sscWGPAsFJ a.nav-link .mbr-iconfont-btn,
.cid-sscWGPAsFJ a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sscWGPAsFJ a.nav-link:hover .mbr-iconfont-btn,
.cid-sscWGPAsFJ a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sscWGPAsFJ a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sscWGPAsFJ .navbar {
    height: 77px;
  }
  .cid-sscWGPAsFJ .navbar.opened {
    height: auto;
  }
  .cid-sscWGPAsFJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sscUeO6BDy .modal-body .close {
  background: #1b1b1b;
}
.cid-sscUeO6BDy .modal-body .close span {
  font-style: normal;
}
.cid-sscUeO6BDy .carousel-inner > .active,
.cid-sscUeO6BDy .carousel-inner > .next,
.cid-sscUeO6BDy .carousel-inner > .prev {
  display: flex;
}
.cid-sscUeO6BDy .carousel-control .icon-next,
.cid-sscUeO6BDy .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sscUeO6BDy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sscUeO6BDy .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sscUeO6BDy .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sscUeO6BDy .boxed-slider > div {
  position: relative;
}
.cid-sscUeO6BDy .container img {
  width: 100%;
}
.cid-sscUeO6BDy .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sscUeO6BDy .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sscUeO6BDy .mbr-table-cell {
  padding: 0;
}
.cid-sscUeO6BDy .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sscUeO6BDy .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sscUeO6BDy .mbr-overlay {
  z-index: 1;
}
.cid-sscUeO6BDy .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sscUeO6BDy .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sscUeO6BDy .carousel-item.active.right,
.cid-sscUeO6BDy .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sscUeO6BDy .carousel-item.active.left,
.cid-sscUeO6BDy .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sscUeO6BDy .carousel-item.active,
.cid-sscUeO6BDy .carousel-item.next.left,
.cid-sscUeO6BDy .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sscUeO6BDy .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-sscUeO6BDy .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sscUeO6BDy .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sscUeO6BDy .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sscUeO6BDy .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sscUeO6BDy .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sscUeO6BDy .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sscUeO6BDy .mbr-slider .carousel-indicators li.active,
.cid-sscUeO6BDy .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sscUeO6BDy .mbr-slider .carousel-indicators li::after,
.cid-sscUeO6BDy .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sscUeO6BDy .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sscUeO6BDy .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sscUeO6BDy .mbr-slider > .container img {
  width: 100%;
}
.cid-sscUeO6BDy .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sscUeO6BDy .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sscUeO6BDy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sscUeO6BDy .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sscUeO6BDy .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sscUeO6BDy .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sscUeO6BDy .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sscUeO6BDy .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sscUeO6BDy .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sscUeO6BDy .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sscUeO6BDy .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sscUeO6BDy .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sscUeO6BDy .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-ssd0QZ0lgn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ssd0QZ0lgn .mbr-section-subtitle {
  color: #767676;
}
.cid-ssd0QZ0lgn .btn {
  margin: 0 0 .5rem 0;
}
.cid-tUxhXEfgsz {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/dsc-9768-1200-1200x801.jpg");
}
.cid-tUxhXEfgsz .mbr-text {
  color: #767676;
}
.cid-tUxhXEfgsz .card-subtitle {
  margin: 0;
}
.cid-tUxhXEfgsz .link {
  margin: 0;
}
.cid-tUxhXEfgsz .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-tUxhXEfgsz .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-tUxhXEfgsz img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-tUxhXEfgsz .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-tUxhXEfgsz .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-tUxhXEfgsz .card-img:hover:before {
  opacity: 0.4;
}
.cid-tUxhXEfgsz .card-img:hover img {
  transform: scale(1.05);
}
.cid-tUxhXEfgsz .row {
  justify-content: center;
}
.cid-tUxhXEfgsz .card {
  margin-bottom: 4rem;
}
.cid-tUxhXEfgsz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUxhXEfgsz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUxhXEfgsz .mbr-text,
.cid-tUxhXEfgsz .link {
  color: #232323;
}
.cid-svM0BNRzii {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-svM0BNRzii .mbr-iconfont-social {
  font-size: 32px;
  color: #232323;
}
.cid-svM0BNRzii .social-list a:focus {
  text-decoration: none;
}
.cid-ssdfZOVYO1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-ssdfZOVYO1 .content {
    text-align: center;
  }
  .cid-ssdfZOVYO1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ssdfZOVYO1 .logo-subtitle {
  color: #8d97ad;
}
.cid-ssdfZOVYO1 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ssdfZOVYO1 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ssdfZOVYO1 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ssdfZOVYO1 .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-ssdfZOVYO1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ssdfZOVYO1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-ssdfZOVYO1 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ssdfZOVYO1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ssdfZOVYO1 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ssdfZOVYO1 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ssdfZOVYO1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ssdfZOVYO1 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ssdfZOVYO1 .list-item {
  display: flex;
}
.cid-ssdfZOVYO1 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-ssdfZOVYO1 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ssdfZOVYO1 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-ssdfZOVYO1 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-ssdfZOVYO1 .logo-subtitle,
.cid-ssdfZOVYO1 .media-wrap {
  text-align: center;
}
.cid-sscWGPAsFJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #879a9f;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sscWGPAsFJ .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sscWGPAsFJ .nav-item,
.cid-sscWGPAsFJ .nav-link,
.cid-sscWGPAsFJ .navbar-caption {
  font-weight: normal;
}
.cid-sscWGPAsFJ .nav-item:focus,
.cid-sscWGPAsFJ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sscWGPAsFJ .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sscWGPAsFJ .nav-item .nav-link {
    position: relative;
  }
  .cid-sscWGPAsFJ .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #879a9f;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sscWGPAsFJ .nav-item:hover .nav-link:before,
  .cid-sscWGPAsFJ .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sscWGPAsFJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sscWGPAsFJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sscWGPAsFJ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sscWGPAsFJ .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sscWGPAsFJ .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sscWGPAsFJ .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sscWGPAsFJ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sscWGPAsFJ .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sscWGPAsFJ .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sscWGPAsFJ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sscWGPAsFJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sscWGPAsFJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sscWGPAsFJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sscWGPAsFJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sscWGPAsFJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sscWGPAsFJ .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sscWGPAsFJ .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sscWGPAsFJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sscWGPAsFJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sscWGPAsFJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sscWGPAsFJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sscWGPAsFJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sscWGPAsFJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sscWGPAsFJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sscWGPAsFJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sscWGPAsFJ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sscWGPAsFJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sscWGPAsFJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sscWGPAsFJ .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sscWGPAsFJ .dropdown-item.active,
.cid-sscWGPAsFJ .dropdown-item:active {
  background-color: transparent;
}
.cid-sscWGPAsFJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sscWGPAsFJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sscWGPAsFJ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sscWGPAsFJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sscWGPAsFJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sscWGPAsFJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sscWGPAsFJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sscWGPAsFJ .navbar-buttons {
  text-align: center;
}
.cid-sscWGPAsFJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sscWGPAsFJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sscWGPAsFJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sscWGPAsFJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sscWGPAsFJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sscWGPAsFJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sscWGPAsFJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sscWGPAsFJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sscWGPAsFJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sscWGPAsFJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sscWGPAsFJ .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sscWGPAsFJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sscWGPAsFJ .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sscWGPAsFJ .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sscWGPAsFJ .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sscWGPAsFJ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sscWGPAsFJ a.nav-link .mbr-iconfont-btn,
.cid-sscWGPAsFJ a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sscWGPAsFJ a.nav-link:hover .mbr-iconfont-btn,
.cid-sscWGPAsFJ a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sscWGPAsFJ a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sscWGPAsFJ .navbar {
    height: 77px;
  }
  .cid-sscWGPAsFJ .navbar.opened {
    height: auto;
  }
  .cid-sscWGPAsFJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sscZDpZFaJ {
  padding-top: 10rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-image: url("../../../assets/images/img-20180801-204350.jpg");
}
.cid-sscZDpZFaJ .date__block {
  margin-top: 88px;
  margin-bottom: 16px;
}
.cid-sscZDpZFaJ .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #b1a374;
}
.cid-sscZDpZFaJ .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #46877e;
}
.cid-sscZDpZFaJ .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-sscZDpZFaJ .mbr-section-title {
  margin-bottom: 28px;
}
.cid-sscZDpZFaJ .mbr-text {
  margin-bottom: 23px;
}
.cid-sscZDpZFaJ .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sscZDpZFaJ .link a {
  font-weight: 700;
}
.cid-sscZDpZFaJ .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sscZDpZFaJ .link:hover span {
  transform: translateX(9px);
}
.cid-sscZDpZFaJ .image {
  width: 100%;
  height: 575px;
  position: relative;
}
.cid-sscZDpZFaJ .image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ddebe9;
  z-index: 1;
}
.cid-sscZDpZFaJ .image img {
  position: absolute;
  width: 50%;
  height: 80%;
  top: 60px;
  left: 50%;
  z-index: 5;
  transform: translatex(-50%);
  border-radius: 50%;
  max-height: 575px;
  object-fit: cover;
  border: 4px solid #46877e;
}
@media (max-width: 991px) {
  .cid-sscZDpZFaJ .date__block {
    margin-top: 0;
    margin-bottom: 14px;
  }
  .cid-sscZDpZFaJ .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-sscZDpZFaJ .mbr-text {
    margin-bottom: 12px;
  }
  .cid-sscZDpZFaJ .image__block {
    margin-top: 60px;
  }
  .cid-sscZDpZFaJ .image__block:before {
    top: -50px;
    left: 70px;
    height: calc(100% + 150px);
  }
}
@media (max-width: 767px) {
  .cid-sscZDpZFaJ .image {
    height: 460px;
  }
  .cid-sscZDpZFaJ .image img {
    top: 45px;
    width: 60%;
  }
}
@media (max-width: 575px) {
  .cid-sscZDpZFaJ .image {
    height: 420px;
  }
  .cid-sscZDpZFaJ .image img {
    top: 40px;
    width: 60%;
  }
}
@media (max-width: 380px) {
  .cid-sscZDpZFaJ .image {
    height: 300px;
  }
  .cid-sscZDpZFaJ .image img {
    top: 30px;
    width: 60%;
  }
}
.cid-ssdfZOVYO1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-ssdfZOVYO1 .content {
    text-align: center;
  }
  .cid-ssdfZOVYO1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ssdfZOVYO1 .logo-subtitle {
  color: #8d97ad;
}
.cid-ssdfZOVYO1 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ssdfZOVYO1 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ssdfZOVYO1 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ssdfZOVYO1 .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-ssdfZOVYO1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ssdfZOVYO1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-ssdfZOVYO1 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ssdfZOVYO1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ssdfZOVYO1 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ssdfZOVYO1 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ssdfZOVYO1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ssdfZOVYO1 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ssdfZOVYO1 .list-item {
  display: flex;
}
.cid-ssdfZOVYO1 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-ssdfZOVYO1 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ssdfZOVYO1 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-ssdfZOVYO1 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-ssdfZOVYO1 .logo-subtitle,
.cid-ssdfZOVYO1 .media-wrap {
  text-align: center;
}
.cid-sscWGPAsFJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #879a9f;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sscWGPAsFJ .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sscWGPAsFJ .nav-item,
.cid-sscWGPAsFJ .nav-link,
.cid-sscWGPAsFJ .navbar-caption {
  font-weight: normal;
}
.cid-sscWGPAsFJ .nav-item:focus,
.cid-sscWGPAsFJ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sscWGPAsFJ .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sscWGPAsFJ .nav-item .nav-link {
    position: relative;
  }
  .cid-sscWGPAsFJ .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #879a9f;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sscWGPAsFJ .nav-item:hover .nav-link:before,
  .cid-sscWGPAsFJ .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sscWGPAsFJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sscWGPAsFJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sscWGPAsFJ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sscWGPAsFJ .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sscWGPAsFJ .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sscWGPAsFJ .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sscWGPAsFJ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sscWGPAsFJ .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sscWGPAsFJ .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sscWGPAsFJ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sscWGPAsFJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sscWGPAsFJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sscWGPAsFJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sscWGPAsFJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sscWGPAsFJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sscWGPAsFJ .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sscWGPAsFJ .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sscWGPAsFJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sscWGPAsFJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sscWGPAsFJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sscWGPAsFJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sscWGPAsFJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sscWGPAsFJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sscWGPAsFJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sscWGPAsFJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sscWGPAsFJ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sscWGPAsFJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sscWGPAsFJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sscWGPAsFJ .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sscWGPAsFJ .dropdown-item.active,
.cid-sscWGPAsFJ .dropdown-item:active {
  background-color: transparent;
}
.cid-sscWGPAsFJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sscWGPAsFJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sscWGPAsFJ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sscWGPAsFJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sscWGPAsFJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sscWGPAsFJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sscWGPAsFJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sscWGPAsFJ .navbar-buttons {
  text-align: center;
}
.cid-sscWGPAsFJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sscWGPAsFJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sscWGPAsFJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sscWGPAsFJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sscWGPAsFJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sscWGPAsFJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sscWGPAsFJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sscWGPAsFJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sscWGPAsFJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sscWGPAsFJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sscWGPAsFJ .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sscWGPAsFJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sscWGPAsFJ .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sscWGPAsFJ .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sscWGPAsFJ .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sscWGPAsFJ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sscWGPAsFJ a.nav-link .mbr-iconfont-btn,
.cid-sscWGPAsFJ a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sscWGPAsFJ a.nav-link:hover .mbr-iconfont-btn,
.cid-sscWGPAsFJ a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sscWGPAsFJ a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sscWGPAsFJ .navbar {
    height: 77px;
  }
  .cid-sscWGPAsFJ .navbar.opened {
    height: auto;
  }
  .cid-sscWGPAsFJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ssd3KdMeje {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ssd3KdMeje .mbr-section-subtitle {
  color: #767676;
}
.cid-svM2dKWPXU {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-svM2dKWPXU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-svM2dKWPXU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-svM2dKWPXU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-svM2dKWPXU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-svM2dKWPXU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-svM2dKWPXU .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-svM2dKWPXU .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-svM2dKWPXU .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-svM2dKWPXU .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-svM2dKWPXU .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-svM2dKWPXU .mbr-gallery-filter ul {
  display: block;
}
.cid-svM2dKWPXU .mbr-gallery-filter ul li {
  position: relative;
}
.cid-svM2dKWPXU .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-svM2dKWPXU .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-svM2dKWPXU .mbr-gallery-filter li.active::after,
.cid-svM2dKWPXU .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-svM2dKWPXU .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-svM2dKWPXU .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-svM2dKWPXU .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-svM2dKWPXU .icon-focus:before {
  content: '\e95e';
}
.cid-svM2dKWPXU .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-svM2dKWPXU .mbr-section-title {
  margin: 0;
}
.cid-svM2dKWPXU .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-svM2dKWPXU .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-ssdfZOVYO1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-ssdfZOVYO1 .content {
    text-align: center;
  }
  .cid-ssdfZOVYO1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ssdfZOVYO1 .logo-subtitle {
  color: #8d97ad;
}
.cid-ssdfZOVYO1 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ssdfZOVYO1 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ssdfZOVYO1 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ssdfZOVYO1 .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-ssdfZOVYO1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ssdfZOVYO1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-ssdfZOVYO1 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ssdfZOVYO1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ssdfZOVYO1 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ssdfZOVYO1 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ssdfZOVYO1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ssdfZOVYO1 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ssdfZOVYO1 .list-item {
  display: flex;
}
.cid-ssdfZOVYO1 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-ssdfZOVYO1 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ssdfZOVYO1 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-ssdfZOVYO1 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-ssdfZOVYO1 .logo-subtitle,
.cid-ssdfZOVYO1 .media-wrap {
  text-align: center;
}
.cid-ssd3TYftG8 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #879a9f;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssd3TYftG8 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-ssd3TYftG8 .nav-item,
.cid-ssd3TYftG8 .nav-link,
.cid-ssd3TYftG8 .navbar-caption {
  font-weight: normal;
}
.cid-ssd3TYftG8 .nav-item:focus,
.cid-ssd3TYftG8 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ssd3TYftG8 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-ssd3TYftG8 .nav-item .nav-link {
    position: relative;
  }
  .cid-ssd3TYftG8 .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #879a9f;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-ssd3TYftG8 .nav-item:hover .nav-link:before,
  .cid-ssd3TYftG8 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-ssd3TYftG8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-ssd3TYftG8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssd3TYftG8 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-ssd3TYftG8 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ssd3TYftG8 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ssd3TYftG8 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssd3TYftG8 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ssd3TYftG8 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ssd3TYftG8 .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-ssd3TYftG8 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ssd3TYftG8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ssd3TYftG8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ssd3TYftG8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ssd3TYftG8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ssd3TYftG8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ssd3TYftG8 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ssd3TYftG8 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ssd3TYftG8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ssd3TYftG8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ssd3TYftG8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ssd3TYftG8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ssd3TYftG8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ssd3TYftG8 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ssd3TYftG8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ssd3TYftG8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ssd3TYftG8 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssd3TYftG8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssd3TYftG8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssd3TYftG8 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ssd3TYftG8 .dropdown-item.active,
.cid-ssd3TYftG8 .dropdown-item:active {
  background-color: transparent;
}
.cid-ssd3TYftG8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssd3TYftG8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ssd3TYftG8 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ssd3TYftG8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-ssd3TYftG8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssd3TYftG8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssd3TYftG8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ssd3TYftG8 .navbar-buttons {
  text-align: center;
}
.cid-ssd3TYftG8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ssd3TYftG8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ssd3TYftG8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssd3TYftG8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssd3TYftG8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssd3TYftG8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssd3TYftG8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssd3TYftG8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssd3TYftG8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssd3TYftG8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssd3TYftG8 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ssd3TYftG8 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssd3TYftG8 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-ssd3TYftG8 .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-ssd3TYftG8 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-ssd3TYftG8 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssd3TYftG8 a.nav-link .mbr-iconfont-btn,
.cid-ssd3TYftG8 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-ssd3TYftG8 a.nav-link:hover .mbr-iconfont-btn,
.cid-ssd3TYftG8 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-ssd3TYftG8 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssd3TYftG8 .navbar {
    height: 77px;
  }
  .cid-ssd3TYftG8 .navbar.opened {
    height: auto;
  }
  .cid-ssd3TYftG8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ssd3TZEGex {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ssd3TZEGex .mbr-section-subtitle {
  color: #767676;
}
.cid-svM7zjD1WU {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-svM7zjD1WU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-svM7zjD1WU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-svM7zjD1WU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-svM7zjD1WU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-svM7zjD1WU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-svM7zjD1WU .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-svM7zjD1WU .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-svM7zjD1WU .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-svM7zjD1WU .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-svM7zjD1WU .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-svM7zjD1WU .mbr-gallery-filter ul {
  display: block;
}
.cid-svM7zjD1WU .mbr-gallery-filter ul li {
  position: relative;
}
.cid-svM7zjD1WU .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-svM7zjD1WU .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-svM7zjD1WU .mbr-gallery-filter li.active::after,
.cid-svM7zjD1WU .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-svM7zjD1WU .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-svM7zjD1WU .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-svM7zjD1WU .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-svM7zjD1WU .icon-focus:before {
  content: '\e95e';
}
.cid-svM7zjD1WU .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-svM7zjD1WU .mbr-section-title {
  margin: 0;
}
.cid-svM7zjD1WU .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-svM7zjD1WU .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-ssdfZOVYO1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-ssdfZOVYO1 .content {
    text-align: center;
  }
  .cid-ssdfZOVYO1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ssdfZOVYO1 .logo-subtitle {
  color: #8d97ad;
}
.cid-ssdfZOVYO1 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ssdfZOVYO1 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ssdfZOVYO1 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ssdfZOVYO1 .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-ssdfZOVYO1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ssdfZOVYO1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-ssdfZOVYO1 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ssdfZOVYO1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ssdfZOVYO1 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ssdfZOVYO1 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ssdfZOVYO1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ssdfZOVYO1 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ssdfZOVYO1 .list-item {
  display: flex;
}
.cid-ssdfZOVYO1 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-ssdfZOVYO1 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ssdfZOVYO1 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-ssdfZOVYO1 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-ssdfZOVYO1 .logo-subtitle,
.cid-ssdfZOVYO1 .media-wrap {
  text-align: center;
}
.cid-ssd3XIK3RJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #879a9f;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssd3XIK3RJ .navbar-buttons {
  flex-wrap: wrap;
}
.cid-ssd3XIK3RJ .nav-item,
.cid-ssd3XIK3RJ .nav-link,
.cid-ssd3XIK3RJ .navbar-caption {
  font-weight: normal;
}
.cid-ssd3XIK3RJ .nav-item:focus,
.cid-ssd3XIK3RJ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ssd3XIK3RJ .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-ssd3XIK3RJ .nav-item .nav-link {
    position: relative;
  }
  .cid-ssd3XIK3RJ .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #879a9f;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-ssd3XIK3RJ .nav-item:hover .nav-link:before,
  .cid-ssd3XIK3RJ .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-ssd3XIK3RJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-ssd3XIK3RJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssd3XIK3RJ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-ssd3XIK3RJ .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ssd3XIK3RJ .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ssd3XIK3RJ .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssd3XIK3RJ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ssd3XIK3RJ .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ssd3XIK3RJ .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-ssd3XIK3RJ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ssd3XIK3RJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ssd3XIK3RJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ssd3XIK3RJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ssd3XIK3RJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ssd3XIK3RJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ssd3XIK3RJ .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ssd3XIK3RJ .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ssd3XIK3RJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ssd3XIK3RJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ssd3XIK3RJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ssd3XIK3RJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ssd3XIK3RJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ssd3XIK3RJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ssd3XIK3RJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ssd3XIK3RJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ssd3XIK3RJ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssd3XIK3RJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssd3XIK3RJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssd3XIK3RJ .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ssd3XIK3RJ .dropdown-item.active,
.cid-ssd3XIK3RJ .dropdown-item:active {
  background-color: transparent;
}
.cid-ssd3XIK3RJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssd3XIK3RJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ssd3XIK3RJ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ssd3XIK3RJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-ssd3XIK3RJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssd3XIK3RJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssd3XIK3RJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ssd3XIK3RJ .navbar-buttons {
  text-align: center;
}
.cid-ssd3XIK3RJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ssd3XIK3RJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ssd3XIK3RJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssd3XIK3RJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssd3XIK3RJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssd3XIK3RJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssd3XIK3RJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssd3XIK3RJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssd3XIK3RJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssd3XIK3RJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssd3XIK3RJ .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ssd3XIK3RJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssd3XIK3RJ .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-ssd3XIK3RJ .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-ssd3XIK3RJ .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-ssd3XIK3RJ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssd3XIK3RJ a.nav-link .mbr-iconfont-btn,
.cid-ssd3XIK3RJ a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-ssd3XIK3RJ a.nav-link:hover .mbr-iconfont-btn,
.cid-ssd3XIK3RJ a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-ssd3XIK3RJ a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssd3XIK3RJ .navbar {
    height: 77px;
  }
  .cid-ssd3XIK3RJ .navbar.opened {
    height: auto;
  }
  .cid-ssd3XIK3RJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ssd3XJKwcc {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ssd3XJKwcc .mbr-section-subtitle {
  color: #767676;
}
.cid-svM8ZI2HcM {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-svM8ZI2HcM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-svM8ZI2HcM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-svM8ZI2HcM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-svM8ZI2HcM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-svM8ZI2HcM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-svM8ZI2HcM .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-svM8ZI2HcM .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-svM8ZI2HcM .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-svM8ZI2HcM .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-svM8ZI2HcM .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-svM8ZI2HcM .mbr-gallery-filter ul {
  display: block;
}
.cid-svM8ZI2HcM .mbr-gallery-filter ul li {
  position: relative;
}
.cid-svM8ZI2HcM .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-svM8ZI2HcM .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-svM8ZI2HcM .mbr-gallery-filter li.active::after,
.cid-svM8ZI2HcM .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-svM8ZI2HcM .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-svM8ZI2HcM .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-svM8ZI2HcM .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-svM8ZI2HcM .icon-focus:before {
  content: '\e95e';
}
.cid-svM8ZI2HcM .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-svM8ZI2HcM .mbr-section-title {
  margin: 0;
}
.cid-svM8ZI2HcM .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-svM8ZI2HcM .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-ssdfZOVYO1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-ssdfZOVYO1 .content {
    text-align: center;
  }
  .cid-ssdfZOVYO1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ssdfZOVYO1 .logo-subtitle {
  color: #8d97ad;
}
.cid-ssdfZOVYO1 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ssdfZOVYO1 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ssdfZOVYO1 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ssdfZOVYO1 .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-ssdfZOVYO1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ssdfZOVYO1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-ssdfZOVYO1 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ssdfZOVYO1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ssdfZOVYO1 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ssdfZOVYO1 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ssdfZOVYO1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ssdfZOVYO1 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ssdfZOVYO1 .list-item {
  display: flex;
}
.cid-ssdfZOVYO1 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-ssdfZOVYO1 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ssdfZOVYO1 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-ssdfZOVYO1 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-ssdfZOVYO1 .logo-subtitle,
.cid-ssdfZOVYO1 .media-wrap {
  text-align: center;
}
.cid-sscWGPAsFJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #879a9f;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sscWGPAsFJ .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sscWGPAsFJ .nav-item,
.cid-sscWGPAsFJ .nav-link,
.cid-sscWGPAsFJ .navbar-caption {
  font-weight: normal;
}
.cid-sscWGPAsFJ .nav-item:focus,
.cid-sscWGPAsFJ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sscWGPAsFJ .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sscWGPAsFJ .nav-item .nav-link {
    position: relative;
  }
  .cid-sscWGPAsFJ .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #879a9f;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sscWGPAsFJ .nav-item:hover .nav-link:before,
  .cid-sscWGPAsFJ .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sscWGPAsFJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sscWGPAsFJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sscWGPAsFJ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sscWGPAsFJ .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sscWGPAsFJ .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sscWGPAsFJ .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sscWGPAsFJ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sscWGPAsFJ .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sscWGPAsFJ .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sscWGPAsFJ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sscWGPAsFJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sscWGPAsFJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sscWGPAsFJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sscWGPAsFJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sscWGPAsFJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sscWGPAsFJ .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sscWGPAsFJ .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sscWGPAsFJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sscWGPAsFJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sscWGPAsFJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sscWGPAsFJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sscWGPAsFJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sscWGPAsFJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sscWGPAsFJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sscWGPAsFJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sscWGPAsFJ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sscWGPAsFJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sscWGPAsFJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sscWGPAsFJ .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sscWGPAsFJ .dropdown-item.active,
.cid-sscWGPAsFJ .dropdown-item:active {
  background-color: transparent;
}
.cid-sscWGPAsFJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sscWGPAsFJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sscWGPAsFJ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sscWGPAsFJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sscWGPAsFJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sscWGPAsFJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sscWGPAsFJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sscWGPAsFJ .navbar-buttons {
  text-align: center;
}
.cid-sscWGPAsFJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sscWGPAsFJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sscWGPAsFJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sscWGPAsFJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sscWGPAsFJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sscWGPAsFJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sscWGPAsFJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sscWGPAsFJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sscWGPAsFJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sscWGPAsFJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sscWGPAsFJ .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sscWGPAsFJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sscWGPAsFJ .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sscWGPAsFJ .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sscWGPAsFJ .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sscWGPAsFJ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sscWGPAsFJ a.nav-link .mbr-iconfont-btn,
.cid-sscWGPAsFJ a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sscWGPAsFJ a.nav-link:hover .mbr-iconfont-btn,
.cid-sscWGPAsFJ a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sscWGPAsFJ a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sscWGPAsFJ .navbar {
    height: 77px;
  }
  .cid-sscWGPAsFJ .navbar.opened {
    height: auto;
  }
  .cid-sscWGPAsFJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ssdfcVyxAd {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ssdfcVyxAd .mbr-section-subtitle {
  color: #767676;
}
#RS6STARContactFormGRRCV3-1k h3 {
  font-size: 46px;
}
#RS6STARContactFormGRRCV3-1k small {
  font-size: 26px;
}
#RS6STARContactFormGRRCV3-1k .form-check-inline {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormGRRCV3-1k .form-check-inline1 {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormGRRCV3-1k .form-check-inline2 {
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormGRRCV3-1k .form-checkbox-inline {
  width: 100%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormGRRCV3-1k .form-check-input {
  margin-left: 2.25rem;
}
#RS6STARContactFormGRRCV3-1k #genderRadio1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormGRRCV3-1k #genderRadio2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormGRRCV3-1k #genderRadio3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormGRRCV3-1k #gender-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS6STARContactFormGRRCV3-1k #optcheck1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormGRRCV3-1k #optcheck2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormGRRCV3-1k #optcheck3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormGRRCV3-1k #optcheck-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS6STARContactFormGRRCV3-1k #terms-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS6STARContactFormGRRCV3-1k #privacy-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS6STARContactFormGRRCV3-1k #sendbutton {
  text-align: left;
}
#RS6STARContactFormGRRCV3-1k .engine {
  display: none !important;
}
@media (max-width: 767px) {
  #RS6STARContactFormGRRCV3-1k .form-check-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormGRRCV3-1k .form-check-inline1 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormGRRCV3-1k .form-check-inline2 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormGRRCV3-1k .form-checkbox-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormGRRCV3-1k .form-check-input {
    margin-left: 1.25rem;
  }
  #RS6STARContactFormGRRCV3-1k #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormGRRCV3-1k #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormGRRCV3-1k #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormGRRCV3-1k #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormGRRCV3-1k #genderRadio1 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormGRRCV3-1k #genderRadio2 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormGRRCV3-1k #genderRadio3 {
    margin-left: 2.25rem;
  }
  #RS6STARContactFormGRRCV3-1k #optcheck1 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormGRRCV3-1k #optcheck2 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormGRRCV3-1k #optcheck3 {
    margin-left: 0.25rem;
  }
}
@media (max-width: 962px) {
  #RS6STARContactFormGRRCV3-1k #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormGRRCV3-1k #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormGRRCV3-1k #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormGRRCV3-1k #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormGRRCV3-1k #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormGRRCV3-1k #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormGRRCV3-1k #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormGRRCV3-1k #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormGRRCV3-1k #genderRadio3 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormGRRCV3-1k #optcheck1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormGRRCV3-1k #optcheck2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormGRRCV3-1k #optcheck3 {
    margin-left: -0.5rem;
  }
}
#RS6STARContactFormGRRCV3-1k .form-control {
  padding: .5em .5em !important;
}
.cid-uzLuOsU5kN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uzLuOsU5kN .title_block {
  margin-bottom: 50px;
}
.cid-uzLuOsU5kN .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ffffff;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uzLuOsU5kN .mbr-section-title {
  color: #232323;
}
.cid-uzLuOsU5kN .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(73, 94, 102, 0.4);
  background-image: linear-gradient(40deg, #495e66 0%, #77939e 100%);
}
.cid-uzLuOsU5kN .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(35, 35, 35, 0.4);
  background-image: linear-gradient(40deg, #232323 0%, #565656 100%);
}
.cid-uzLuOsU5kN .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(135, 154, 159, 0.4);
  background-image: linear-gradient(40deg, #879a9f 0%, #c0cacc 100%);
}
.cid-uzLuOsU5kN .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(177, 163, 116, 0.4);
  background-image: linear-gradient(40deg, #b1a374 0%, #d6ceb5 100%);
}
.cid-uzLuOsU5kN .item:nth-child(5) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(130, 120, 110, 0.4);
  background-image: linear-gradient(40deg, #82786e 0%, #b2aba4 100%);
}
.cid-uzLuOsU5kN .item:nth-child(6) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(255, 51, 102, 0.4);
  background-image: linear-gradient(40deg, #ff3366 0%, #ff99b3 100%);
}
.cid-uzLuOsU5kN .iconfont-wrapper {
  left: 50%;
  top: -35px;
  width: 70px;
  height: 70px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  transform: translateX(-50%);
}
.cid-uzLuOsU5kN .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 34px;
  line-height: 70px;
}
.cid-uzLuOsU5kN .card_wrap {
  padding: 45px;
  padding-top: 65px;
  margin-top: 60px;
  border-radius: 5px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uzLuOsU5kN .card_wrap:hover {
  transform: translateY(-16px);
}
.cid-uzLuOsU5kN .card_title {
  margin-bottom: 20px;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uzLuOsU5kN .title_block {
    margin-bottom: 30px;
  }
  .cid-uzLuOsU5kN .card_wrap {
    padding: 35px;
    padding-top: 65px;
  }
}
.cid-ssdfZOVYO1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-ssdfZOVYO1 .content {
    text-align: center;
  }
  .cid-ssdfZOVYO1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ssdfZOVYO1 .logo-subtitle {
  color: #8d97ad;
}
.cid-ssdfZOVYO1 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ssdfZOVYO1 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ssdfZOVYO1 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ssdfZOVYO1 .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-ssdfZOVYO1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ssdfZOVYO1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-ssdfZOVYO1 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ssdfZOVYO1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ssdfZOVYO1 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ssdfZOVYO1 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ssdfZOVYO1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ssdfZOVYO1 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ssdfZOVYO1 .list-item {
  display: flex;
}
.cid-ssdfZOVYO1 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-ssdfZOVYO1 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ssdfZOVYO1 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-ssdfZOVYO1 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-ssdfZOVYO1 .logo-subtitle,
.cid-ssdfZOVYO1 .media-wrap {
  text-align: center;
}
.cid-ssd41aiwpS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #879a9f;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssd41aiwpS .navbar-buttons {
  flex-wrap: wrap;
}
.cid-ssd41aiwpS .nav-item,
.cid-ssd41aiwpS .nav-link,
.cid-ssd41aiwpS .navbar-caption {
  font-weight: normal;
}
.cid-ssd41aiwpS .nav-item:focus,
.cid-ssd41aiwpS .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ssd41aiwpS .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-ssd41aiwpS .nav-item .nav-link {
    position: relative;
  }
  .cid-ssd41aiwpS .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #879a9f;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-ssd41aiwpS .nav-item:hover .nav-link:before,
  .cid-ssd41aiwpS .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-ssd41aiwpS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-ssd41aiwpS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssd41aiwpS .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-ssd41aiwpS .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ssd41aiwpS .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ssd41aiwpS .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssd41aiwpS .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ssd41aiwpS .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ssd41aiwpS .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-ssd41aiwpS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ssd41aiwpS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ssd41aiwpS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ssd41aiwpS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ssd41aiwpS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ssd41aiwpS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ssd41aiwpS .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ssd41aiwpS .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ssd41aiwpS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ssd41aiwpS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ssd41aiwpS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ssd41aiwpS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ssd41aiwpS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ssd41aiwpS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ssd41aiwpS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ssd41aiwpS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ssd41aiwpS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssd41aiwpS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssd41aiwpS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssd41aiwpS .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ssd41aiwpS .dropdown-item.active,
.cid-ssd41aiwpS .dropdown-item:active {
  background-color: transparent;
}
.cid-ssd41aiwpS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssd41aiwpS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ssd41aiwpS .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ssd41aiwpS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-ssd41aiwpS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssd41aiwpS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssd41aiwpS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ssd41aiwpS .navbar-buttons {
  text-align: center;
}
.cid-ssd41aiwpS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ssd41aiwpS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ssd41aiwpS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssd41aiwpS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssd41aiwpS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssd41aiwpS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssd41aiwpS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssd41aiwpS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssd41aiwpS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssd41aiwpS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssd41aiwpS .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ssd41aiwpS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssd41aiwpS .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-ssd41aiwpS .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-ssd41aiwpS .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-ssd41aiwpS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssd41aiwpS a.nav-link .mbr-iconfont-btn,
.cid-ssd41aiwpS a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-ssd41aiwpS a.nav-link:hover .mbr-iconfont-btn,
.cid-ssd41aiwpS a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-ssd41aiwpS a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssd41aiwpS .navbar {
    height: 77px;
  }
  .cid-ssd41aiwpS .navbar.opened {
    height: auto;
  }
  .cid-ssd41aiwpS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ssd41bmnj7 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ssd41bmnj7 .mbr-section-subtitle {
  color: #767676;
}
.cid-svMcWF0j5T {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-svMcWF0j5T .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-svMcWF0j5T .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-svMcWF0j5T .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-svMcWF0j5T .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-svMcWF0j5T .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-svMcWF0j5T .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-svMcWF0j5T .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-svMcWF0j5T .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-svMcWF0j5T .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-svMcWF0j5T .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-svMcWF0j5T .mbr-gallery-filter ul {
  display: block;
}
.cid-svMcWF0j5T .mbr-gallery-filter ul li {
  position: relative;
}
.cid-svMcWF0j5T .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-svMcWF0j5T .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-svMcWF0j5T .mbr-gallery-filter li.active::after,
.cid-svMcWF0j5T .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-svMcWF0j5T .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-svMcWF0j5T .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-svMcWF0j5T .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-svMcWF0j5T .icon-focus:before {
  content: '\e95e';
}
.cid-svMcWF0j5T .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-svMcWF0j5T .mbr-section-title {
  margin: 0;
}
.cid-svMcWF0j5T .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-svMcWF0j5T .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-ssdfZOVYO1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-ssdfZOVYO1 .content {
    text-align: center;
  }
  .cid-ssdfZOVYO1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ssdfZOVYO1 .logo-subtitle {
  color: #8d97ad;
}
.cid-ssdfZOVYO1 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ssdfZOVYO1 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ssdfZOVYO1 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ssdfZOVYO1 .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-ssdfZOVYO1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ssdfZOVYO1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-ssdfZOVYO1 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ssdfZOVYO1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ssdfZOVYO1 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ssdfZOVYO1 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ssdfZOVYO1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ssdfZOVYO1 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ssdfZOVYO1 .list-item {
  display: flex;
}
.cid-ssdfZOVYO1 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-ssdfZOVYO1 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ssdfZOVYO1 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-ssdfZOVYO1 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-ssdfZOVYO1 .logo-subtitle,
.cid-ssdfZOVYO1 .media-wrap {
  text-align: center;
}
