body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 4.25rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 2.375rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.975rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.9rem;
    font-size: calc( 1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((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 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f0c48a !important;
}
.bg-success {
  background-color: #ffe161 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #9f6d2a !important;
}
.bg-danger {
  background-color: #73460b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f0c48a !important;
  border-color: #f0c48a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #e69d3d !important;
  border-color: #e69d3d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e69d3d !important;
  border-color: #e69d3d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c69453 !important;
  border-color: #c69453 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #926830 !important;
  border-color: #926830 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #926830 !important;
  border-color: #926830 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9f6d2a !important;
  border-color: #9f6d2a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a3e18 !important;
  border-color: #5a3e18 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a3e18 !important;
  border-color: #5a3e18 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #73460b !important;
  border-color: #73460b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #241603 !important;
  border-color: #241603 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #241603 !important;
  border-color: #241603 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f9f7f5 !important;
  border-color: #f9f7f5 !important;
  color: #95785a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #5f4c39 !important;
  background-color: #d8ccbf !important;
  border-color: #d8ccbf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #95785a !important;
  background-color: #d8ccbf !important;
  border-color: #d8ccbf !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f0c48a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #e69d3d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f0c48a !important;
  border-color: #f0c48a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c69453;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #926830 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #c69453 !important;
  border-color: #c69453 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!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: transparent;
  color: #ffe161;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9f6d2a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5a3e18 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9f6d2a !important;
  border-color: #9f6d2a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #73460b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #241603 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #73460b !important;
  border-color: #73460b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #222222;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f9f7f5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d8ccbf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #95785a !important;
  background-color: #f9f7f5 !important;
  border-color: #f9f7f5 !important;
}
.text-primary {
  color: #f0c48a !important;
}
.text-secondary {
  color: #c69453 !important;
}
.text-success {
  color: #ffe161 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #9f6d2a !important;
}
.text-danger {
  color: #73460b !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #e49630 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #865f2d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #facb00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #4e3615 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #160d02 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #d3c4b5 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  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]):not(.navbar-caption):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: #f0c48a;
}
.nav-tabs .nav-link:not(.active) {
  color: #222222;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #9f6d2a;
}
.alert-danger {
  background-color: #73460b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f0c48a;
  border-color: #f0c48a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f0c48a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d9ac6f;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e78d16;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #f0c48a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #f0c48a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f0c48a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f0c48a;
}
.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: #f0c48a;
  border-bottom-color: #f0c48a;
}
.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: #f0c48a !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: #c69453 !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='%23f0c48a' %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;
}
.container {
  max-width: 1302px;
}
.btn {
  padding: 12px 24px;
  border-radius: 0;
  letter-spacing: 3px;
}
.btn-big {
  padding: 20px 40px !important;
}
.btn-scale {
  transition: 0.3s all;
}
.btn-scale:hover {
  transform: scale(0.9);
}
.cid-t3Fu26L9JK .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-t3Fu26L9JK .navbar-fixed-top {
  padding-top: 0;
}
.cid-t3Fu26L9JK .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-t3Fu26L9JK .collapse {
  justify-content: space-between !important;
}
.cid-t3Fu26L9JK .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-t3Fu26L9JK .mbr-iconfont {
  cursor: pointer;
}
.cid-t3Fu26L9JK .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-t3Fu26L9JK .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #f0c48a;
  border-radius: 50%;
}
.cid-t3Fu26L9JK .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-t3Fu26L9JK .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-t3Fu26L9JK .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t3Fu26L9JK .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-t3Fu26L9JK .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t3Fu26L9JK .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t3Fu26L9JK .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-t3Fu26L9JK .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t3Fu26L9JK .menu-content-top {
  background: #0c992f;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-t3Fu26L9JK .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-t3Fu26L9JK .dropdown-item,
.cid-t3Fu26L9JK .nav-link,
.cid-t3Fu26L9JK .brand-name {
  font-style: normal;
}
.cid-t3Fu26L9JK .dropdown-item:hover,
.cid-t3Fu26L9JK .nav-link:hover,
.cid-t3Fu26L9JK .brand-name:hover {
  color: #f0c48a !important;
}
.cid-t3Fu26L9JK .dropdown-menu {
  background-color: #ffffff;
}
.cid-t3Fu26L9JK .dropdown-item:active {
  background-color: #ffffff;
}
.cid-t3Fu26L9JK .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-t3Fu26L9JK .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t3Fu26L9JK .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: 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-t3Fu26L9JK .content-text {
  margin-bottom: 0;
}
.cid-t3Fu26L9JK .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-t3Fu26L9JK .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f0c48a;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-t3Fu26L9JK .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-t3Fu26L9JK .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-t3Fu26L9JK .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t3Fu26L9JK .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t3Fu26L9JK .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-t3Fu26L9JK .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t3Fu26L9JK .nav-dropdown .link {
  font-weight: 400;
}
.cid-t3Fu26L9JK .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-t3Fu26L9JK .content-right-side {
  text-align: center;
}
.cid-t3Fu26L9JK .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-t3Fu26L9JK .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-t3Fu26L9JK .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-t3Fu26L9JK .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-t3Fu26L9JK .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-t3Fu26L9JK .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t3Fu26L9JK .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-t3Fu26L9JK .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-t3Fu26L9JK .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-t3Fu26L9JK .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-t3Fu26L9JK .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-t3Fu26L9JK .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-t3Fu26L9JK .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-t3Fu26L9JK .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-t3Fu26L9JK .navbar {
    display: block;
    padding: 0;
  }
  .cid-t3Fu26L9JK .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-t3Fu26L9JK .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-t3Fu26L9JK .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-t3Fu26L9JK .navbar-toggler {
    display: none;
  }
}
.cid-t3Fu26L9JK .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-t3Fu26L9JK .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t3Fu26L9JK .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-t3Fu26L9JK .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-t3Fu26L9JK .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-t3Fu26L9JK .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t3Fu26L9JK .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t3Fu26L9JK .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t3Fu26L9JK .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t3Fu26L9JK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t3Fu26L9JK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3Fu26L9JK .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-t3Fu26L9JK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t3Fu26L9JK .dropdown .dropdown-menu .dropdown-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-t3Fu26L9JK .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t3Fu26L9JK .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3Fu26L9JK .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-t3Fu26L9JK .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-t3Fu26L9JK .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t3Fu26L9JK .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t3Fu26L9JK .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t3Fu26L9JK .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t3Fu26L9JK button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-t3Fu26L9JK button.navbar-toggler:focus {
  outline: none;
}
.cid-t3Fu26L9JK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #200960;
}
.cid-t3Fu26L9JK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3Fu26L9JK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3Fu26L9JK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3Fu26L9JK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3Fu26L9JK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3Fu26L9JK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3Fu26L9JK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3Fu26L9JK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3Fu26L9JK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3Fu26L9JK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3Fu26L9JK .collapsed .btn {
  display: flex;
}
.cid-t3Fu26L9JK .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t3Fu26L9JK .collapsed .navbar-collapse.collapsing,
.cid-t3Fu26L9JK .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t3Fu26L9JK .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t3Fu26L9JK .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t3Fu26L9JK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t3Fu26L9JK .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t3Fu26L9JK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t3Fu26L9JK .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t3Fu26L9JK .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t3Fu26L9JK .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-t3Fu26L9JK .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t3Fu26L9JK .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t3Fu26L9JK .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t3Fu26L9JK .collapsed button.navbar-toggler {
  display: block;
}
.cid-t3Fu26L9JK .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-t3Fu26L9JK .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t3Fu26L9JK .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-t3Fu26L9JK .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t3Fu26L9JK .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t3Fu26L9JK .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;
}
.cid-t3Fu26L9JK .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-t3Fu26L9JK .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-t3Fu26L9JK .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-t3Fu26L9JK .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t3Fu26L9JK .navbar-collapse.collapsing,
  .cid-t3Fu26L9JK .navbar-collapse.show {
    display: block !important;
  }
  .cid-t3Fu26L9JK .navbar-collapse.collapsing .navbar-nav,
  .cid-t3Fu26L9JK .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t3Fu26L9JK .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t3Fu26L9JK .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t3Fu26L9JK .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t3Fu26L9JK .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t3Fu26L9JK .navbar-collapse.collapsing .navbar-buttons,
  .cid-t3Fu26L9JK .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-t3Fu26L9JK .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t3Fu26L9JK .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t3Fu26L9JK img {
    height: 3.8rem !important;
  }
  .cid-t3Fu26L9JK .btn {
    display: flex;
  }
  .cid-t3Fu26L9JK button.navbar-toggler {
    display: block;
  }
  .cid-t3Fu26L9JK .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-t3Fu26L9JK .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-t3Fu26L9JK .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-t3Fu26L9JK .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t3Fu26L9JK .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t3Fu26L9JK .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;
  }
  .cid-t3Fu26L9JK .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-t3Fu26L9JK .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-t3Fu26L9JK .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-t3Fu26L9JK .nav-link:focus {
  outline: none;
}
.cid-t3Fu26L9JK .navbar-toggler {
  position: relative;
}
.cid-t3Fu26L9JK .dropdown-item.active,
.cid-t3Fu26L9JK .dropdown-item:active {
  color: initial;
}
.cid-t3Fu26L9JK .widget-title,
.cid-t3Fu26L9JK .widget-icon {
  color: #ffffff;
}
.cid-t3Fu26L9JK .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-t3Fu26L9JK .menu-logo {
    display: none;
  }
  .cid-t3Fu26L9JK .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-t3Fu26L9JK .nav-item:before {
    content: none;
  }
  .cid-t3Fu26L9JK .navbar {
    padding: 0;
  }
  .cid-t3Fu26L9JK .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-t3Fu26L9JK button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-t2km6BnGws {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1080.jpg");
}
.cid-t2km6BnGws .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-t2km6BnGws .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t2km6BnGws .col-text {
    padding: 30px;
  }
}
.cid-t2km6BnGws .col-form {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t2km6BnGws .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t2km6BnGws .col-form {
    padding: 30px;
    min-height: 540px;
  }
}
@media (min-width: 768px) {
  .cid-t2km6BnGws .col-form {
    max-height: 440px;
  }
}
.cid-t2km6BnGws .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-t2km6BnGws .text-wrapper {
    text-align: center !important;
  }
}
.cid-t2km6BnGws .mbr-section-title {
  color: #000000;
  margin-bottom: 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t2km6BnGws .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t2km6BnGws .mbr-text {
  letter-spacing: inherit;
  color: #222222;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t2km6BnGws .mbr-text {
    text-align: center !important;
  }
}
.cid-t2km6BnGws .text-user {
  width: 100%;
  margin-top: 20px;
}
.cid-t2km6BnGws .name-text {
  color: #222222;
  width: 100%;
}
.cid-t2km6BnGws .prof-text {
  color: #555555;
  width: 100%;
}
.cid-t2km6BnGws .btn-container {
  width: 100%;
  margin-top: 11px;
}
@media (max-width: 767px) {
  .cid-t2km6BnGws .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-t2km6BnGws .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t2km6BnGws .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t2km6BnGws .mbr-section-title,
.cid-t2km6BnGws .mbr-section-btn {
  color: #ffffff;
}
.cid-t2kzbpPRoh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f7f5;
}
.cid-t2kzbpPRoh .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-t2kzbpPRoh .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t2kzbpPRoh .image-wrapper {
    padding: 30px;
  }
}
.cid-t2kzbpPRoh .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-t2kzbpPRoh .image-wrapper img {
  height: 200px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-t2kzbpPRoh .image-wrapper img {
    height: 277px;
  }
}
@media (max-width: 991px) {
  .cid-t2kzbpPRoh .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t2kzbpPRoh .col-text {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-t2kzbpPRoh .col-text {
    text-align: center;
  }
}
.cid-t2kzbpPRoh .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-t2kzbpPRoh .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-t2kzbpPRoh .label-text {
    text-align: center !important;
  }
}
.cid-t2kzbpPRoh .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-t2kzbpPRoh .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-t2kzbpPRoh .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-t2kzbpPRoh .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t2kzbpPRoh .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sSw4XnIb2u {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/silhouette-of-oilfield-worker-crude-oil-pump-at-sunset-2000x1162.jpg");
}
.cid-sSw4XnIb2u .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sSw4XnIb2u .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-sSw4XnIb2u .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #c69453;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sSw4XnIb2u .label-text {
    text-align: center !important;
  }
}
.cid-sSw4XnIb2u .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sSw4XnIb2u .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sSw4XnIb2u .mbr-section-title,
.cid-sSw4XnIb2u .mbr-section-btn {
  text-align: center;
}
.cid-t2kBXlMuCL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2kBXlMuCL .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-t2kBXlMuCL .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t2kBXlMuCL .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-t2kBXlMuCL .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-t2kBXlMuCL .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-t2kBXlMuCL .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
.cid-t2kBXlMuCL .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-t2kBXlMuCL .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-t2kBXlMuCL .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t2kBXlMuCL .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t2kBXlMuCL .col-text {
    text-align: center;
  }
}
.cid-t2kBXlMuCL .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-t2kBXlMuCL .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-t2kBXlMuCL .label-text {
    text-align: center !important;
  }
}
.cid-t2kBXlMuCL .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-t2kBXlMuCL .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-t2kBXlMuCL .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-t2kBXlMuCL .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t2kBXlMuCL .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t2kDsFHUf2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #f9f7f5;
}
.cid-t2kDsFHUf2 .row {
  align-items: center;
}
.cid-t2kDsFHUf2 .img-position-container {
  position: absolute;
  z-index: 5;
  top: 0rem;
}
@media (min-width: 768px) {
  .cid-t2kDsFHUf2 .img-position-container {
    bottom: 0rem;
    width: 50%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-t2kDsFHUf2 .img-position-container {
    height: 218px;
    width: 100%;
  }
}
.cid-t2kDsFHUf2 .img-position-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-t2kDsFHUf2 .image-wrapper {
    min-height: 500px;
  }
}
@media (min-width: 768px) {
  .cid-t2kDsFHUf2 .col-text {
    padding: 48px 30px;
  }
}
@media (min-width: 992px) {
  .cid-t2kDsFHUf2 .col-text {
    padding-left: 64px;
  }
}
@media (max-width: 767px) {
  .cid-t2kDsFHUf2 .col-text {
    text-align: center;
    padding-bottom: 48px;
    padding-top: 48px;
    margin-top: 218px;
  }
}
.cid-t2kDsFHUf2 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-t2kDsFHUf2 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-t2kDsFHUf2 .label-text {
    text-align: center !important;
  }
}
.cid-t2kDsFHUf2 .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-t2kDsFHUf2 .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-t2kDsFHUf2 .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-t2kDsFHUf2 .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-t2kDsFHUf2 .lists-container {
    justify-content: center;
  }
}
.cid-t2kDsFHUf2 .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  padding: 0 8px 0 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .cid-t2kDsFHUf2 .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-t2kDsFHUf2 .list {
    align-items: center;
  }
}
.cid-t2kDsFHUf2 .list-item {
  display: flex;
  align-items: center;
}
.cid-t2kDsFHUf2 .icon-wrapper {
  margin-right: 5px;
}
.cid-t2kDsFHUf2 .icon-wrapper span {
  color: #c69453;
  font-size: 21px;
}
.cid-t2kDsFHUf2 .list-item-text {
  flex-grow: 1;
}
.cid-t2kDsFHUf2 .btn-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-t2kDsFHUf2 .btn-container {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .cid-t2kDsFHUf2 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t2kDsFHUf2 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t2kJa0W7Po {
  padding-top: 75px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-t2kJa0W7Po .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-t2kOyaDRvZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  background: linear-gradient(#ffffff, #efefef);
}
.cid-t2kOyaDRvZ .carousel-control {
  background: #000;
}
.cid-t2kOyaDRvZ .mbr-section-subtitle {
  color: #767676;
}
.cid-t2kOyaDRvZ .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t2kOyaDRvZ .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-t2kOyaDRvZ .carousel-item .wrap-img {
  text-align: center;
}
.cid-t2kOyaDRvZ .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-t2kOyaDRvZ .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t2kOyaDRvZ .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-t2kOyaDRvZ .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-t2kOyaDRvZ .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-t2kOyaDRvZ .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-t2kOyaDRvZ .cloneditem-1,
.cid-t2kOyaDRvZ .cloneditem-2,
.cid-t2kOyaDRvZ .cloneditem-3,
.cid-t2kOyaDRvZ .cloneditem-4,
.cid-t2kOyaDRvZ .cloneditem-5 {
  display: none;
}
.cid-t2kOyaDRvZ .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  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-t2kOyaDRvZ .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-t2kOyaDRvZ .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-t2kOyaDRvZ .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-t2kOyaDRvZ .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-t2kOyaDRvZ .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-t2kOyaDRvZ .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-t2kOyaDRvZ .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t2kOyaDRvZ .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-t2kOyaDRvZ .carousel-inner.slides2 .cloneditem-1,
  .cid-t2kOyaDRvZ .carousel-inner.slides2 .cloneditem-2,
  .cid-t2kOyaDRvZ .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-t2kOyaDRvZ .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-t2kOyaDRvZ .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-t2kOyaDRvZ .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-t2kOyaDRvZ .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-t2kOyaDRvZ .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-t2kOyaDRvZ .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t2kOyaDRvZ .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-t2kOyaDRvZ .carousel-inner.slides3 .cloneditem-1,
  .cid-t2kOyaDRvZ .carousel-inner.slides3 .cloneditem-2,
  .cid-t2kOyaDRvZ .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-t2kOyaDRvZ .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-t2kOyaDRvZ .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-t2kOyaDRvZ .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-t2kOyaDRvZ .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-t2kOyaDRvZ .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-t2kOyaDRvZ .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t2kOyaDRvZ .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-t2kOyaDRvZ .carousel-inner.slides4 .cloneditem-1,
  .cid-t2kOyaDRvZ .carousel-inner.slides4 .cloneditem-2,
  .cid-t2kOyaDRvZ .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-t2kOyaDRvZ .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-t2kOyaDRvZ .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-t2kOyaDRvZ .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-t2kOyaDRvZ .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-t2kOyaDRvZ .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-t2kOyaDRvZ .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t2kOyaDRvZ .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-t2kOyaDRvZ .carousel-inner.slides5 .cloneditem-1,
  .cid-t2kOyaDRvZ .carousel-inner.slides5 .cloneditem-2,
  .cid-t2kOyaDRvZ .carousel-inner.slides5 .cloneditem-3,
  .cid-t2kOyaDRvZ .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-t2kOyaDRvZ .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-t2kOyaDRvZ .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-t2kOyaDRvZ .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-t2kOyaDRvZ .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-t2kOyaDRvZ .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-t2kOyaDRvZ .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t2kOyaDRvZ .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-t2kOyaDRvZ .carousel-inner.slides6 .cloneditem-1,
  .cid-t2kOyaDRvZ .carousel-inner.slides6 .cloneditem-2,
  .cid-t2kOyaDRvZ .carousel-inner.slides6 .cloneditem-3,
  .cid-t2kOyaDRvZ .carousel-inner.slides6 .cloneditem-4,
  .cid-t2kOyaDRvZ .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-t2kScOjHpd {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-t2kScOjHpd .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-t2kScOjHpd .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-t2kScOjHpd .text-content {
  padding-right: 1.5rem;
}
.cid-t2kScOjHpd .mbr-text,
.cid-t2kScOjHpd .mbr-section-btn {
  color: #767676;
}
.cid-t2kScOjHpd .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(147, 153, 161, 0.3);
  box-shadow: 0px 0px 30px rgba(147, 153, 161, 0.3);
  border-radius: .25rem;
}
.cid-t2kScOjHpd .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-t2kScOjHpd .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-t2kScOjHpd .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-t2kScOjHpd .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-t2kScOjHpd .main-row {
    margin: 0;
  }
  .cid-t2kScOjHpd .mbr-section-title,
  .cid-t2kScOjHpd .mbr-text,
  .cid-t2kScOjHpd .list,
  .cid-t2kScOjHpd .mbr-section-btn {
    text-align: center !important;
  }
  .cid-t2kScOjHpd .text-content {
    padding: 0;
  }
}
.cid-t4di4Zvecb {
  padding-top: 75px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/employees-with-safety-equipment-2000x1125.jpg");
}
.cid-t4di4Zvecb .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-t2kSHJPDKK {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t2kSHJPDKK .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-t2kSHJPDKK .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-t2kSHJPDKK .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-t2kSHJPDKK .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-t2kSHJPDKK .mbr-text,
.cid-t2kSHJPDKK .mbr-section-btn {
  color: #767676;
}
.cid-t2kSHJPDKK .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(147, 153, 161, 0.3);
  box-shadow: 0px 0px 30px rgba(147, 153, 161, 0.3);
  border-radius: .25rem;
}
.cid-t2kSHJPDKK .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-t2kSHJPDKK .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-t2kSHJPDKK .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-t2kSHJPDKK .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-t2kSHJPDKK .main-row {
    margin: 0;
  }
  .cid-t2kSHJPDKK .mbr-section-title,
  .cid-t2kSHJPDKK .mbr-text,
  .cid-t2kSHJPDKK .list,
  .cid-t2kSHJPDKK .mbr-section-btn {
    text-align: center !important;
  }
  .cid-t2kSHJPDKK .text-content {
    padding: 0;
  }
}
.cid-t4dmLc6xOa {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-t4dmLc6xOa .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-t4dmLc6xOa .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-t4dmLc6xOa .text-content {
  padding-right: 1.5rem;
}
.cid-t4dmLc6xOa .mbr-text,
.cid-t4dmLc6xOa .mbr-section-btn {
  color: #767676;
}
.cid-t4dmLc6xOa .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(147, 153, 161, 0.3);
  box-shadow: 0px 0px 30px rgba(147, 153, 161, 0.3);
  border-radius: .25rem;
}
.cid-t4dmLc6xOa .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-t4dmLc6xOa .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-t4dmLc6xOa .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-t4dmLc6xOa .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-t4dmLc6xOa .main-row {
    margin: 0;
  }
  .cid-t4dmLc6xOa .mbr-section-title,
  .cid-t4dmLc6xOa .mbr-text,
  .cid-t4dmLc6xOa .list,
  .cid-t4dmLc6xOa .mbr-section-btn {
    text-align: center !important;
  }
  .cid-t4dmLc6xOa .text-content {
    padding: 0;
  }
}
.cid-t2kXLiJOGz {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-t2kXLiJOGz H1 {
  color: #232323;
}
.cid-t2kXLiJOGz .mbr-text,
.cid-t2kXLiJOGz .mbr-section-btn {
  color: #767676;
}
.cid-t2kXLiJOGz .img1 {
  width: 100%;
  box-shadow: 0 10px 55px 5px rgba(211, 172, 121, 0.35);
  border-radius: 10px;
}
.cid-t2kXLiJOGz .relative {
  position: relative;
}
.cid-t2kXLiJOGz .card-img {
  width: 50%;
}
.cid-t2kZX3pOnF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-t2kZX3pOnF h2,
.cid-t2kZX3pOnF h3,
.cid-t2kZX3pOnF p,
.cid-t2kZX3pOnF h4 {
  color: #0a0a0a;
}
.cid-t2kZX3pOnF .img-block img {
  height: 100%;
  max-height: 600px;
}
.cid-t2kZX3pOnF .mbr-iconfont {
  color: #f0c48a;
  font-size: 2rem;
}
.cid-t2kZX3pOnF .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-t2kZX3pOnF .form-control:focus,
.cid-t2kZX3pOnF .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-t2kZX3pOnF .form-group {
  margin-bottom: 1rem;
}
.cid-t2kZX3pOnF input::-webkit-input-placeholder,
.cid-t2kZX3pOnF textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-t2kZX3pOnF input:-moz-placeholder,
.cid-t2kZX3pOnF textarea:-moz-placeholder {
  color: #656565;
}
.cid-t2kZX3pOnF .jq-selectbox li,
.cid-t2kZX3pOnF .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-t2kZX3pOnF .jq-selectbox li:hover,
.cid-t2kZX3pOnF .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-t2kZX3pOnF .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-t2kZX3pOnF .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-t2kZX3pOnF .mbr-text {
  color: #767676;
}
.cid-t2kZX3pOnF a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-t2kZX3pOnF .input-group-btn {
  display: block;
  text-align: center;
}
.cid-t2kZX3pOnF .form-block {
  padding: 2rem;
  box-shadow: 0 0 5px #a8a8a8;
  background-color: #ffffff;
}
.cid-t2kZX3pOnF textarea.form-control {
  resize: none;
}
.cid-t2kZX3pOnF .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-t2kZX3pOnF .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cid-t2kZX3pOnF .list-block {
  position: relative;
}
.cid-t2kZX3pOnF .list-block h4,
.cid-t2kZX3pOnF .list-block p {
  padding-left: 3.5rem;
}
.cid-t2kZX3pOnF .card-img {
  display: block;
}
@media (max-width: 767px) {
  .cid-t2kZX3pOnF h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-t2kZX3pOnF .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-t2kZX3pOnF .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
  .cid-t2kZX3pOnF .img-block-wrap {
    position: relative;
  }
  .cid-t2kZX3pOnF .img-block-wrap .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .cid-t2kZX3pOnF .img-block-wrap .img-block img {
    height: 100%;
  }
  .cid-t2kZX3pOnF .text-content {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2kZX3pOnF .google-map {
    padding-bottom: 2rem;
  }
  .cid-t2kZX3pOnF .img-block {
    overflow: hidden;
  }
}
.cid-sSw7P7nofE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
