body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.11rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.576rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.33rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.728rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.288rem;
    font-size: calc( 2.0885000000000002rem + (4.11 - 2.0885000000000002) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.0885000000000002rem + (4.11 - 2.0885000000000002) * ((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.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.864rem;
    font-size: calc( 1.4655rem + (2.33 - 1.4655) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4655rem + (2.33 - 1.4655) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-sm {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.bg-primary {
  background-color: #f28b00 !important;
}
.bg-success {
  background-color: #e5e5e5 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #f92400 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #f28b00 !important;
  border-color: #f28b00 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #a55f00 !important;
  border-color: #a55f00 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a55f00 !important;
  border-color: #a55f00 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #484848 !important;
  border-color: #484848 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
  transition: all .5s;
  color: #666666 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  transition: all .5s;
  color: #666666 !important;
  background-color: #bfbfbf !important;
  border-color: #bfbfbf !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #666666 !important;
  background-color: #bfbfbf !important;
  border-color: #bfbfbf !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #f92400 !important;
  border-color: #f92400 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #ad1900 !important;
  border-color: #ad1900 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ad1900 !important;
  border-color: #ad1900 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all .5s;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  transition: all .5s;
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all .5s;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  transition: all .5s;
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  transition: all .5s;
  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,
.btn-primary-outline.active {
  background: none !important;
  border-color: #8c5000 !important;
  color: #8c5000 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #f28b00 !important;
  border-color: #f28b00 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f28b00 !important;
  border-color: #f28b00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #151515 !important;
  color: #151515 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #b2b2b2 !important;
  color: #b2b2b2 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #666666 !important;
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #666666 !important;
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #931500 !important;
  color: #931500 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #f92400 !important;
  border-color: #f92400 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f92400 !important;
  border-color: #f92400 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #cccccc !important;
  color: #cccccc !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.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: #f28b00 !important;
}
.text-secondary {
  color: #484848 !important;
}
.text-success {
  color: #e5e5e5 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #f92400 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #8c5000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #151515 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #b2b2b2 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #931500 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cccccc !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: #e5e5e5;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #f92400;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn a.btn {
  border-radius: 100px;
}
.mbr-section-btn a.btn:hover,
.mbr-section-btn a.btn:focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f28b00;
  border-color: #f28b00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f28b00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffe4bf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffcec6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.mbr-arrow-up a {
  width: 61px;
  height: 61px;
}
#scrollToTop a {
  background: #188ef4;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #ffffff;
  width: 3%;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mbr-arrow i {
  color: #188ef4;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #f28b00;
}
/* 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;
}
.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;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #f28b00;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #f28b00;
}
.btn-social + .btn {
  margin-left: .1rem;
}
@media (min-width: 768px) {
  .rounded-left {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }
  .rounded-left {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f28b00;
  color: #ffffff;
}
.jq-number__spin {
  background-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: #f28b00;
  border-bottom-color: #f28b00;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f28b00 !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: #484848 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23f28b00' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-sgSlEYA9q5 .navbar {
  background: #f28b00;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgSlEYA9q5 .navbar-dropdown.bg-color.transparent.opened {
  background: #f28b00;
}
.cid-sgSlEYA9q5 a {
  font-style: normal;
}
.cid-sgSlEYA9q5 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sgSlEYA9q5 .show {
  overflow: visible;
}
.cid-sgSlEYA9q5 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sgSlEYA9q5 .dropdown-item:active {
  background-color: transparent;
}
.cid-sgSlEYA9q5 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sgSlEYA9q5 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sgSlEYA9q5 .nav-item:focus,
.cid-sgSlEYA9q5 .nav-link:focus {
  outline: none;
}
.cid-sgSlEYA9q5 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgSlEYA9q5 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sgSlEYA9q5 .menu-logo {
  margin-right: auto;
}
.cid-sgSlEYA9q5 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgSlEYA9q5 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sgSlEYA9q5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgSlEYA9q5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgSlEYA9q5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sgSlEYA9q5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgSlEYA9q5 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sgSlEYA9q5 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sgSlEYA9q5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgSlEYA9q5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgSlEYA9q5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgSlEYA9q5 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sgSlEYA9q5 .dropdown .dropdown-menu {
  background: #f28b00;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sgSlEYA9q5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sgSlEYA9q5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgSlEYA9q5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgSlEYA9q5 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgSlEYA9q5 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sgSlEYA9q5 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sgSlEYA9q5 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sgSlEYA9q5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgSlEYA9q5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgSlEYA9q5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sgSlEYA9q5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgSlEYA9q5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sgSlEYA9q5 button.navbar-toggler:focus {
  outline: none;
}
.cid-sgSlEYA9q5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sgSlEYA9q5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgSlEYA9q5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgSlEYA9q5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgSlEYA9q5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgSlEYA9q5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgSlEYA9q5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgSlEYA9q5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgSlEYA9q5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sgSlEYA9q5 .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sgSlEYA9q5 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgSlEYA9q5 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sgSlEYA9q5 .collapsed .outstanding {
  display: -webkit-flex;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sgSlEYA9q5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgSlEYA9q5 .collapsed .navbar-collapse.collapsing,
.cid-sgSlEYA9q5 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sgSlEYA9q5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgSlEYA9q5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgSlEYA9q5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgSlEYA9q5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgSlEYA9q5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgSlEYA9q5 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sgSlEYA9q5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgSlEYA9q5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sgSlEYA9q5 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-sgSlEYA9q5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgSlEYA9q5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sgSlEYA9q5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgSlEYA9q5 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sgSlEYA9q5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgSlEYA9q5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgSlEYA9q5 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sgSlEYA9q5.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgSlEYA9q5 img {
    height: 3.8rem !important;
  }
  .cid-sgSlEYA9q5 .btn {
    display: -webkit-flex;
  }
  .cid-sgSlEYA9q5 button.navbar-toggler {
    display: block;
  }
  .cid-sgSlEYA9q5 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sgSlEYA9q5 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgSlEYA9q5 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgSlEYA9q5 .navbar-collapse.collapsing,
  .cid-sgSlEYA9q5 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sgSlEYA9q5 .navbar-collapse.collapsing .navbar-nav,
  .cid-sgSlEYA9q5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgSlEYA9q5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgSlEYA9q5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgSlEYA9q5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgSlEYA9q5 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sgSlEYA9q5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgSlEYA9q5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgSlEYA9q5 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sgSlEYA9q5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgSlEYA9q5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgSlEYA9q5 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sgSlEYA9q5 .nav-link {
    justify-content: start !important;
  }
  .cid-sgSlEYA9q5 .navbar.opened {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sgSlEYA9q5 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sgSlEYA9q5 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sgSlEYA9q5 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sgSlEYA9q5 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sgSlEYA9q5 .nav-link:hover,
.cid-sgSlEYA9q5 .dropdown-item:hover {
  color: #000000 !important;
  opacity: .75;
}
.cid-sgSlEYA9q5 .nav-link:active,
.cid-sgSlEYA9q5 .dropdown-item:active {
  color: #f92400;
}
@media (min-width: 1500px) {
  .cid-sgSlEYA9q5 .navbar-toggleable-sm .navbar-collapse {
    max-width: 90% !important;
    padding-right: 5rem;
  }
  .cid-sgSlEYA9q5 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sgSlEYA9q5 .outstanding {
  display: inline-block;
  padding: 0 2rem;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sgSlEYA9q5 .outstanding {
    padding: 0.7rem 0 !important;
    display: -webkit-flex;
    margin: 0rem 1.25rem !important;
    -webkit-align-items: center;
  }
}
.cid-sgSmWvbLuF {
  padding-top: 7rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sgSmWvbLuF [class*="col"] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-sgSmWvbLuF .container-fluid {
  padding: 0 !important;
  margin: 3rem 0;
}
.cid-sgSmWvbLuF .carousel-item {
  justify-content: center;
  text-align: left;
  transition: none;
}
@media (min-width: 992px) {
  .cid-sgSmWvbLuF .carousel-item {
    width: calc(100% + 100% / 3);
    left: calc(-100% / (2 * 3));
    margin-right: calc(-100% - 100% / 3);
  }
}
.cid-sgSmWvbLuF .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-sgSmWvbLuF .carousel-item .slider__image {
  height: 500px;
  width: 100%;
  overflow: hidden;
}
.cid-sgSmWvbLuF .carousel-item .slider__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}
.cid-sgSmWvbLuF .carousel-item .slider__image:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sgSmWvbLuF .slider__content .slider__title {
  margin-top: 2rem;
}
@media (max-width: 992px) {
  .cid-sgSmWvbLuF .slider__title {
    margin-left: 2rem;
  }
}
.cid-sgSmWvbLuF .carousel-item.active,
.cid-sgSmWvbLuF .carousel-item-next,
.cid-sgSmWvbLuF .carousel-item-prev {
  display: flex;
}
.cid-sgSmWvbLuF .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sgSmWvbLuF .carousel-control-next,
.cid-sgSmWvbLuF .carousel-control-prev {
  opacity: 1 !important;
}
.cid-sgSmWvbLuF .carousel-control-next:hover,
.cid-sgSmWvbLuF .carousel-control-prev:hover {
  opacity: 1 !important;
}
.cid-sgSmWvbLuF .carousel-controls {
  width: 100%;
  position: absolute;
  z-index: 20;
  top: 43.3%;
  transform: translateY(-50%);
}
.cid-sgSmWvbLuF .carousel-controls a span {
  width: 95.7px;
  height: 95.7px;
  line-height: 75.7px;
  font-size: 20px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: #484848;
}
.cid-sgSmWvbLuF .carousel-controls a span:hover {
  transform: scale(1.07);
  transform-origin: center;
  transition: transform 0.2s ease 0s;
}
.cid-sgSmWvbLuF .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sgSmWvbLuF .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sgSmWvbLuF .carousel-inner {
    padding-bottom: 3px;
  }
}
@media (max-width: 991px) {
  .cid-sgSmWvbLuF .carousel-item .slider__item {
    margin-right: 0;
  }
  .cid-sgSmWvbLuF .cloneditem-1,
  .cid-sgSmWvbLuF .cloneditem-2,
  .cid-sgSmWvbLuF .cloneditem-3 {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-sgSmWvbLuF .carousel-controls {
    display: none;
  }
  .cid-sgSmWvbLuF .mbr-text,
  .cid-sgSmWvbLuF .mbr-section-title {
    padding: 0 1rem;
  }
}
.cid-sgSmWvbLuF .slider__content .slider__title {
  color: #484848;
}
.cid-sgSmWvbLuF .mbr-section-title {
  color: #484848;
}
.cid-sgSp10p89F {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #484848;
}
.cid-sgSp10p89F .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-sgSp10p89F .social-row {
    justify-content: center;
  }
  .cid-sgSp10p89F .social-row .soc-item {
    margin-right: 0;
    margin: 0 .5rem .5rem 0;
  }
}
.cid-sgSp10p89F .mbr-section-subtitle {
  text-align: left;
  color: #f28b00;
}
.cid-sgSp10p89F a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sgSp10p89F .addres-list li {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sgSp10p89F .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #f28b00;
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-sgSp10p89F .soc-item:hover .mbr-iconfont {
  color: #f28b00;
}
.cid-sgSp10p89F .list {
  list-style: none;
  padding-left: 0;
  margin-top: 1.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sgSp10p89F .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sgSp10p89F .list {
    margin-bottom: 0rem;
  }
}
.cid-sgSp10p89F .mbr-iconfont {
  transition: color 0.3s;
  color: #f28b00;
  font-size: 1.2rem;
}
.cid-sgSp10p89F .addres-list {
  text-align: left;
}
.cid-sgSp10p89F li {
  margin-bottom: .5rem;
}
.cid-sgSp10p89F li:hover {
  opacity: .75;
}
.cid-sgSp10p89F .privacy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  margin-top: 4rem;
  border-top: 2px solid #444;
}
.cid-sgSp10p89F SPAN {
  text-align: left;
}
.cid-sgSp10p89F .privacy-text {
  text-align: left;
}
