body {
  font-family: Epilogue;
}
.display-1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 4.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 3.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1c4650 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1c4650 !important;
  border-color: #1c4650 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0f252a !important;
  border-color: #0f252a !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0f252a !important;
  border-color: #0f252a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff3333 !important;
  border-color: #ff3333 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff3333 !important;
  border-color: #ff3333 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #338d99 !important;
  border-color: #338d99 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #338d99 !important;
  border-color: #338d99 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #2e2500 !important;
  background-color: #ffd72e !important;
  border-color: #ffd72e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd72e !important;
  border-color: #ffd72e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #1c4650;
  color: #1c4650;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #1c4650 !important;
  border-color: #1c4650 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1c4650 !important;
  border-color: #1c4650 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #121212;
  border-color: #121212;
  color: #fafafa;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #121212;
  background-color: transparent;
  border-color: #121212;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #fafafa;
  border-color: #fafafa;
  color: #121212;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #fafafa;
  background-color: transparent;
  border-color: #fafafa;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: #121212;
  color: #121212;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #fafafa;
  background-color: #121212;
  border-color: #121212;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #121212;
  background-color: #fafafa;
  border-color: #fafafa;
}
.text-primary {
  color: #1c4650 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1c4650 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff6666 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #40b0bf !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #47b5ed !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffe161 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff9966 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #232323 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #1c4650;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1c4650;
  border-color: #1c4650;
  color: #ffffff;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1c4650;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7fc2d2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #1c4650 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #1c4650;
}
/* Forms */
.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);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1c4650;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1c4650;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1c4650;
  border-bottom-color: #1c4650;
}
.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: #1c4650 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%231c4650' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-t6wQAmf4sm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t6wQAmf4sm nav.navbar {
  position: fixed;
}
.cid-t6wQAmf4sm .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-t6wQAmf4sm .btn-padding span {
  line-height: 10px;
}
.cid-t6wQAmf4sm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t6wQAmf4sm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t6wQAmf4sm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t6wQAmf4sm .dropdown-item:hover,
.cid-t6wQAmf4sm .dropdown-item:focus {
  background: #1c4650 !important;
  color: white !important;
}
.cid-t6wQAmf4sm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t6wQAmf4sm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t6wQAmf4sm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t6wQAmf4sm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t6wQAmf4sm .nav-link {
  position: relative;
}
.cid-t6wQAmf4sm .container {
  display: flex;
  margin: auto;
}
.cid-t6wQAmf4sm .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t6wQAmf4sm .dropdown-menu,
.cid-t6wQAmf4sm .navbar.opened {
  background: #121212 !important;
}
.cid-t6wQAmf4sm .nav-item:focus,
.cid-t6wQAmf4sm .nav-link:focus {
  outline: none;
}
.cid-t6wQAmf4sm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t6wQAmf4sm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t6wQAmf4sm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t6wQAmf4sm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t6wQAmf4sm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t6wQAmf4sm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t6wQAmf4sm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
}
.cid-t6wQAmf4sm .navbar.opened {
  transition: all 0.3s;
}
.cid-t6wQAmf4sm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t6wQAmf4sm .navbar .navbar-logo img {
  width: auto;
}
.cid-t6wQAmf4sm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t6wQAmf4sm .navbar.collapsed {
  justify-content: center;
}
.cid-t6wQAmf4sm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t6wQAmf4sm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t6wQAmf4sm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-t6wQAmf4sm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t6wQAmf4sm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t6wQAmf4sm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t6wQAmf4sm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t6wQAmf4sm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t6wQAmf4sm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t6wQAmf4sm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t6wQAmf4sm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t6wQAmf4sm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t6wQAmf4sm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t6wQAmf4sm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t6wQAmf4sm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t6wQAmf4sm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t6wQAmf4sm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t6wQAmf4sm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t6wQAmf4sm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t6wQAmf4sm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t6wQAmf4sm .navbar.navbar-short {
  min-height: 60px;
}
.cid-t6wQAmf4sm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t6wQAmf4sm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t6wQAmf4sm .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t6wQAmf4sm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t6wQAmf4sm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t6wQAmf4sm .dropdown-item.active,
.cid-t6wQAmf4sm .dropdown-item:active {
  background-color: transparent;
}
.cid-t6wQAmf4sm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t6wQAmf4sm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t6wQAmf4sm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t6wQAmf4sm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
}
.cid-t6wQAmf4sm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t6wQAmf4sm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t6wQAmf4sm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t6wQAmf4sm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t6wQAmf4sm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t6wQAmf4sm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t6wQAmf4sm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t6wQAmf4sm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6wQAmf4sm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6wQAmf4sm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t6wQAmf4sm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6wQAmf4sm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t6wQAmf4sm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t6wQAmf4sm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6wQAmf4sm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t6wQAmf4sm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t6wQAmf4sm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t6wQAmf4sm .navbar {
    height: 70px;
  }
  .cid-t6wQAmf4sm .navbar.opened {
    height: auto;
  }
  .cid-t6wQAmf4sm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4TMbKhoKl {
  background-image: url("../../../assets/images/bnr1b-copy-2000x1059.png");
}
.cid-t4TMbKhoKl .mbr-text,
.cid-t4TMbKhoKl .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-t4TMbKhoKl .mbr-section-btn {
  padding-bottom: 8rem;
}
.cid-t4TMbKhoKl .mbr-section-subtitle {
  color: #fafafa;
  text-align: center;
}
.cid-t4TMbKhoKl .mbr-iconfont {
  color: #ffffff;
  font-size: 1.2rem;
  transition: all 0.3s;
}
.cid-t4TMbKhoKl .icons-wrapper {
  position: absolute;
  display: flex;
  bottom: 4rem;
  width: fit-content;
  left: 4rem;
}
@media (max-width: 767px) {
  .cid-t4TMbKhoKl .icons-wrapper {
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.cid-t4TMbKhoKl .icon-wrapper {
  position: relative;
  width: 35px;
  cursor: pointer;
  margin: 0 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
}
.cid-t4TMbKhoKl .icon-wrapper:hover .mbr-iconfont {
  color: #1c4650;
}
.cid-t4TMbKhoKl .mbr-section-title {
  color: #d352c4;
  text-align: center;
}
.cid-t6xlV8Kp6A {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/home-bnr1-copy-1920x1292.jpg");
}
.cid-t6xlV8Kp6A .mbr-text,
.cid-t6xlV8Kp6A .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-t6xlV8Kp6A .mbr-section-btn {
  padding-bottom: 8rem;
}
.cid-t6xlV8Kp6A .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-t6xlV8Kp6A .mbr-iconfont {
  color: #ffffff;
  font-size: 1.2rem;
  transition: all 0.3s;
}
.cid-t6xlV8Kp6A .icons-wrapper {
  position: absolute;
  display: flex;
  bottom: 4rem;
  width: fit-content;
  left: 4rem;
}
@media (max-width: 767px) {
  .cid-t6xlV8Kp6A .icons-wrapper {
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.cid-t6xlV8Kp6A .icon-wrapper {
  position: relative;
  width: 35px;
  cursor: pointer;
  margin: 0 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
}
.cid-t6xlV8Kp6A .icon-wrapper:hover .mbr-iconfont {
  color: #1c4650;
}
.cid-t6xlV8Kp6A .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-t4Ui8LX7U4 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-t4Ui8LX7U4 h2,
.cid-t4Ui8LX7U4 h4,
.cid-t4Ui8LX7U4 p {
  margin: 0;
}
.cid-t4Ui8LX7U4 .bg-image-wrap {
  width: 50%;
  height: 150%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  background-image: url("../../../assets/images/img2-copy-2000x1134.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: rotate(15deg) scale(1.2) translate(50px, -30px);
}
@media (max-width: 1440px) {
  .cid-t4Ui8LX7U4 .bg-image-wrap {
    width: 60%;
  }
}
@media (max-width: 800px) {
  .cid-t4Ui8LX7U4 .bg-image-wrap {
    width: 65%;
  }
}
@media (max-width: 400px) {
  .cid-t4Ui8LX7U4 .bg-image-wrap {
    display: none;
  }
}
.cid-t4Ui8LX7U4 .container-fluid {
  padding: 0;
  margin: 0 auto;
  width: 1300px;
  max-width: 1300px;
}
@media (max-width: 1440px) {
  .cid-t4Ui8LX7U4 .container-fluid {
    width: 1100px;
  }
}
@media (max-width: 1200px) {
  .cid-t4Ui8LX7U4 .container-fluid {
    width: 960px;
  }
}
@media (max-width: 1024px) {
  .cid-t4Ui8LX7U4 .container-fluid {
    width: 768px;
  }
}
@media (max-width: 800px) {
  .cid-t4Ui8LX7U4 .container-fluid {
    width: 86%;
  }
}
.cid-t4Ui8LX7U4 .text-elements {
  width: 100%;
}
.cid-t4Ui8LX7U4 .heading {
  padding-right: 50%;
}
@media (max-width: 1024px) {
  .cid-t4Ui8LX7U4 .heading {
    padding-right: 38%;
  }
}
@media (max-width: 767px) {
  .cid-t4Ui8LX7U4 .heading {
    padding-right: 0;
  }
}
.cid-t4Ui8LX7U4 .mbr-section-title {
  color: #000000;
  margin-bottom: 20px;
}
.cid-t4Ui8LX7U4 .mbr-section-subtitle {
  margin-bottom: 6px;
}
.cid-t4Ui8LX7U4 .mbr-text {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-right: 73%;
}
@media (max-width: 1024px) {
  .cid-t4Ui8LX7U4 .mbr-text {
    padding-right: 63%;
  }
}
@media (max-width: 767px) {
  .cid-t4Ui8LX7U4 .mbr-text {
    padding-right: 40px;
  }
}
.cid-t4Ui8LX7U4 .link {
  font-weight: 600;
  position: relative;
  margin-right: 73%;
}
@media (max-width: 1024px) {
  .cid-t4Ui8LX7U4 .link {
    margin-right: 63%;
  }
}
@media (max-width: 767px) {
  .cid-t4Ui8LX7U4 .link {
    margin-right: 40px;
  }
}
.cid-t4Ui8LX7U4 .link::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 1;
  background-color: #ee3102;
  transition: transform 0.35s cubic-bezier(0.23, 0.02, 0.15, 0.9);
}
.cid-t4UjYJY6nw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img3-copy-2000x1333.jpg");
}
.cid-t4UjYJY6nw .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-t4UjYJY6nw .mbr-section-title a {
  font-weight: 600;
}
.cid-t4UjYJY6nw .mbr-section-title a:hover {
  background: none !important;
}
.cid-t4UjYJY6nw .mbr-text,
.cid-t4UjYJY6nw .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-t4UjYJY6nw .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-s8XeElbghg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s8XeElbghg .container {
  max-width: 100%;
  padding: 0 1rem;
}
.cid-s8XeElbghg .card {
  padding: 0!important;
}
.cid-s8XeElbghg .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
}
.cid-s8XeElbghg .card-box:focus-within {
  opacity: 1;
}
.cid-s8XeElbghg .row-center {
  height: 100%;
}
.cid-s8XeElbghg .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.cid-s8XeElbghg .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-s8XeElbghg .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 100%;
  padding: 14rem 1rem;
  transition: all 1s;
}
.cid-s8XeElbghg .card-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: black;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  transition: all 0.3s;
}
.cid-s8XeElbghg .card-wrapper:hover .card-box,
.cid-s8XeElbghg .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-s8XeElbghg .card-wrapper:hover .card-img,
.cid-s8XeElbghg .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-s8XeElbghg .card-wrapper:hover:before,
.cid-s8XeElbghg .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-s8XeElbghg .row {
  justify-content: center;
}
.cid-s8XeElbghg .card-title {
  color: #fafafa;
}
@media (max-width: 992px) {
  .cid-s8XeElbghg .card-box {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-s8XeElbghg .card-img {
    transform: scale(1.1);
  }
  .cid-s8XeElbghg .card-wrapper:before {
    opacity: 0.6;
  }
}
.cid-s8XgDaVoVa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s8XgDaVoVa .container {
  max-width: 1700px;
}
.cid-s8XgDaVoVa .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
}
.cid-s8XgDaVoVa .card-box:focus-within {
  opacity: 1;
}
.cid-s8XgDaVoVa .row-center {
  height: 100%;
}
.cid-s8XgDaVoVa .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.cid-s8XgDaVoVa .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-s8XgDaVoVa .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 100%;
  padding: 14rem 1rem;
  transition: all 1s;
}
.cid-s8XgDaVoVa .card-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: black;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  transition: all 0.3s;
}
.cid-s8XgDaVoVa .card-wrapper:hover .card-box,
.cid-s8XgDaVoVa .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-s8XgDaVoVa .card-wrapper:hover .card-img,
.cid-s8XgDaVoVa .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-s8XgDaVoVa .card-wrapper:hover:before,
.cid-s8XgDaVoVa .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-s8XgDaVoVa .row {
  justify-content: center;
}
.cid-s8XgDaVoVa .card-title {
  color: #fafafa;
}
@media (max-width: 992px) {
  .cid-s8XgDaVoVa .card-box {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-s8XgDaVoVa .card-img {
    transform: scale(1.1);
  }
  .cid-s8XgDaVoVa .card-wrapper:before {
    opacity: 0.6;
  }
}
.cid-s8XhrNzhxY {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-s8XhrNzhxY .mbr-section-title {
  color: #bbbbbb;
}
.cid-s8XhrNzhxY .mbr-section-subtitle {
  color: #707070;
}
.cid-s8XhrNzhxY .mbr-text,
.cid-s8XhrNzhxY .link {
  color: #707070;
}
.cid-s8XhrNzhxY .card-subtitle {
  color: #ff002e;
}
.cid-s8XhrNzhxY .card-wrapper,
.cid-s8XhrNzhxY .item-wrapper {
  overflow: visible;
}
.cid-s8XhrNzhxY .card-wrapper {
  margin-bottom: 5rem;
}
.cid-s8XhrNzhxY .card-title,
.cid-s8XhrNzhxY .card-box {
  color: #ffffff;
}
.cid-s8XhyqjNEB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s8XhyqjNEB .container {
  max-width: 100%;
  padding: 0 1rem;
}
.cid-s8XhyqjNEB .card {
  padding: 0!important;
}
.cid-s8XhyqjNEB .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
}
.cid-s8XhyqjNEB .card-box:focus-within {
  opacity: 1;
}
.cid-s8XhyqjNEB .row-center {
  height: 100%;
}
.cid-s8XhyqjNEB .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.cid-s8XhyqjNEB .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-s8XhyqjNEB .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 100%;
  padding: 14rem 1rem;
  transition: all 1s;
}
.cid-s8XhyqjNEB .card-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: black;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  transition: all 0.3s;
}
.cid-s8XhyqjNEB .card-wrapper:hover .card-box,
.cid-s8XhyqjNEB .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-s8XhyqjNEB .card-wrapper:hover .card-img,
.cid-s8XhyqjNEB .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-s8XhyqjNEB .card-wrapper:hover:before,
.cid-s8XhyqjNEB .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-s8XhyqjNEB .row {
  justify-content: center;
}
.cid-s8XhyqjNEB .card-title {
  color: #fafafa;
}
@media (max-width: 992px) {
  .cid-s8XhyqjNEB .card-box {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-s8XhyqjNEB .card-img {
    transform: scale(1.1);
  }
  .cid-s8XhyqjNEB .card-wrapper:before {
    opacity: 0.6;
  }
}
.cid-t4UuSEyf6p {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-t4UuSEyf6p .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t4UuSEyf6p .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4UuSEyf6p .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t4UuSEyf6p .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t4UuSEyf6p .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #707070;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #707070, #fafafa);
}
.cid-t4UuSEyf6p .icon-focus,
.cid-t4UuSEyf6p .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-t4UuSEyf6p .icon-focus:before,
.cid-t4UuSEyf6p .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t4UuSEyf6p .icon-video {
  font-size: 1.5rem !important;
}
.cid-t4UuSEyf6p .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-t4UuSEyf6p ul {
  font-size: 0;
}
.cid-t4UuSEyf6p .mbr-gallery-filter ul {
  text-align: left;
}
.cid-t4UuSEyf6p .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-t4UuSEyf6p .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem !important;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #f23801 !important;
}
.cid-t4UuSEyf6p .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-t4UuSEyf6p .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-t4UuSEyf6p .mbr-gallery-filter ul li.active .btn:after {
  border-color: #f23801;
}
.cid-t4UuSEyf6p .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-t4UuSEyf6p .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-t4UuSEyf6p .mbr-gallery-filter ul li:first-child,
.cid-t4UuSEyf6p .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-t4UuSEyf6p .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-t4UuSEyf6p .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-t4UuSEyf6p .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-t4UuSEyf6p .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-t4UuSEyf6p .mbr-section-title b:last-child,
.cid-t4UuSEyf6p .mbr-section-title strong:last-child {
  color: #bbbbbb;
}
.cid-t4UuSEyf6p .mbr-gallery-filter {
  padding-left: 0;
  padding-right: 0;
}
.cid-t4UuSEyf6p .mbr-gallery-filter ul li .btn:after {
  transform: none !important;
}
.cid-t4UuSEyf6p .mbr-section-title,
.cid-t4UuSEyf6p .mbr-gallery-filter ul {
  color: #707070;
}
.cid-t4UkQwfPc7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t4UkQwfPc7 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-t4UkQwfPc7 h4 {
  margin-bottom: 2rem;
}
.cid-t4UkQwfPc7 .col-auto {
  display: flex;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .cid-t4UkQwfPc7 .col-auto {
    justify-content: center;
  }
}
.cid-t4UkQwfPc7 .form-control,
.cid-t4UkQwfPc7 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #bbbbbb !important;
  color: #000000;
  border-radius: 0;
  transition: 0s;
  box-shadow: none;
  outline: none;
}
.cid-t4UkQwfPc7 .form-control::-webkit-input-placeholder,
.cid-t4UkQwfPc7 .field-input::-webkit-input-placeholder,
.cid-t4UkQwfPc7 .form-control::-webkit-input-placeholder,
.cid-t4UkQwfPc7 .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-t4UkQwfPc7 .form-control:-moz-placeholder,
.cid-t4UkQwfPc7 .field-input:-moz-placeholder,
.cid-t4UkQwfPc7 .form-control:-moz-placeholder,
.cid-t4UkQwfPc7 .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-t4UkQwfPc7 .form-control:hover,
.cid-t4UkQwfPc7 .field-input:hover,
.cid-t4UkQwfPc7 .form-control:focus,
.cid-t4UkQwfPc7 .field-input:focus {
  background-color: #ffffff;
  border: none !important;
  border-bottom: 1px solid #bbbbbb !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-t4UkQwfPc7 .form-control:hover::-webkit-input-placeholder,
.cid-t4UkQwfPc7 .field-input:hover::-webkit-input-placeholder,
.cid-t4UkQwfPc7 .form-control:focus::-webkit-input-placeholder,
.cid-t4UkQwfPc7 .field-input:focus::-webkit-input-placeholder,
.cid-t4UkQwfPc7 .form-control:hover::-webkit-input-placeholder,
.cid-t4UkQwfPc7 .field-input:hover::-webkit-input-placeholder,
.cid-t4UkQwfPc7 .form-control:focus::-webkit-input-placeholder,
.cid-t4UkQwfPc7 .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-t4UkQwfPc7 .form-control:hover:-moz-placeholder,
.cid-t4UkQwfPc7 .field-input:hover:-moz-placeholder,
.cid-t4UkQwfPc7 .form-control:focus:-moz-placeholder,
.cid-t4UkQwfPc7 .field-input:focus:-moz-placeholder,
.cid-t4UkQwfPc7 .form-control:hover:-moz-placeholder,
.cid-t4UkQwfPc7 .field-input:hover:-moz-placeholder,
.cid-t4UkQwfPc7 .form-control:focus:-moz-placeholder,
.cid-t4UkQwfPc7 .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-t4UkQwfPc7 .jq-number__spin:hover,
.cid-t4UkQwfPc7 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #bbbbbb;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-t4UkQwfPc7 .jq-number__spin {
  background-color: #ffffff;
  border-color: #bbbbbb;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t4UkQwfPc7 .jq-selectbox li,
.cid-t4UkQwfPc7 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-t4UkQwfPc7 .jq-selectbox li:hover,
.cid-t4UkQwfPc7 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-t4UkQwfPc7 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-t4UkQwfPc7 .jq-number__spin.minus:hover:after,
.cid-t4UkQwfPc7 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-t4UkQwfPc7 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-t4UkQwfPc7 .jq-number__spin.minus:after,
.cid-t4UkQwfPc7 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-t4UkQwfPc7 input::-webkit-clear-button {
  display: none;
}
.cid-t4UkQwfPc7 input::-webkit-inner-spin-button {
  display: none;
}
.cid-t4UkQwfPc7 input::-webkit-outer-spin-button {
  display: none;
}
.cid-t4UkQwfPc7 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-t4UkQwfPc7 H4 {
  color: #1c4650;
}
.cid-t4UkQwfPc7 .mbr-text-title {
  color: #ffffff;
}
.cid-s8XeT7p4iU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-s8XeT7p4iU .google-map {
  height: 30rem;
  position: relative;
}
.cid-s8XeT7p4iU .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s8XeT7p4iU .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s8XeT7p4iU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s8XeT7p4iU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t4UrgdZ3Tb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t4UrgdZ3Tb img {
  width: 100px;
  height: auto;
  display: inline;
}
.cid-t4UrgdZ3Tb .si {
  width: 100%;
}
.cid-t4UrgdZ3Tb .text {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 48px;
  padding-top: 8px;
}
.cid-t4UrgdZ3Tb .number {
  font-weight: 600;
  padding-bottom: 12px;
  color: #bbbbbb;
}
.cid-t4UrgdZ3Tb .subtitle {
  color: #bbbbbb;
}
.cid-t4UrgdZ3Tb .text,
.cid-t4UrgdZ3Tb .si {
  text-align: center;
}
.cid-t4UrgdZ3Tb .copyright {
  padding-top: 120px;
}
